Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-03 | CloudFile: fix rare crash in dropbox | aunsane | |
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | Srmm_AddButton unbound from hLangpack | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | George Hazan | |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵ | George Hazan | |
in each plugin. mir_getLP() remains for compatibility with pascal plugins only | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | code cleaning | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-12 | CloudFile: fix token refresh for GDrive | aunsane | |
2018-05-12 | CloudFile: fix uploading to GDrive subfolder (#1278) | aunsane | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-05-03 | CloudFile: thread functions rewritten using PROTO::ForkThread | George Hazan | |
2018-05-02 | CloudFile: fix buttons width | dartraiden | |
2018-05-01 | CloudFile: fix for #1315 | aunsane | |
2018-04-26 | CloudFile: fix for #1298 | aunsane | |
2018-04-23 | CloudFile: fixed #1298 | aunsane | |
2018-04-22 | CloudFile is also a protocol | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
2018-04-21 | CloudFile: | aunsane | |
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump | |||
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-18 | fixes #1276 (CloudFile: strange control) | George Hazan | |
2018-04-13 | fixes #1176 (Autobackup to CloudFile doesn't work) | George Hazan | |
2018-04-11 | CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260) | aunsane | |
2018-04-07 | Proto_GetStatus is used everywhere instead of PS_GETSTATUS | George Hazan | |
2018-04-06 | PF2_NONE : flag for protocols that have no statuses at all | George Hazan | |
fixes #1247 | |||
2018-04-06 | CloudFile: no need to create fake protocol instances just for search | George Hazan | |
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | George Hazan | |
2018-03-30 | fix for the oper-optimizing MSVC compiler | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-25 | CloudFile: show error if authorization goes wrong | aunsane | |
2018-03-24 | typo and warning fixes | aunsane | |