Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
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-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
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-11 | CloudFile: Add "grant acess" link to CloudFile accounts (fixed #1260) | aunsane | |
2018-02-21 | Implement service that returns the list of available CloudFile services (#1144) | aunsane | |
2018-02-19 | CloudFile: added support for the usual accounts system(#1144) | aunsane | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-07-08 | Typo | Tobias Weimer | |
2017-05-10 | CloudFile: fix "on conflict" fox dropbox | aunsane | |
2017-05-09 | CloudFile: fix options | aunsane | |
2017-05-07 | CloudFile: | aunsane | |
- reworked options to dupport default service - added options to select conflict behavior - multiple fix and refactoring - version bump | |||
2017-04-26 | CloudFile: ability to disable services | aunsane | |
2017-04-16 | CloudFile: initial commit | aunsane | |
- Dropbox (worked) - Yandex.Disk (worked) - GDrive (not worked) |