summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups
AgeCommit message (Collapse)Author
2018-07-07fixes ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/efcc72419ea3416b201e0b95700b28bbe402aae5#r29615029
2018-06-29safer method of backing up databases instead of trying to read them manuallyGeorge Hazan
2018-06-28fixes #1441 (Db_autobackups treats files wrong)George Hazan
2018-06-28fixes #1435 (Db_autobackups: option "Backup profile folder" must be ↵George Hazan
dependent on "Use Zip")
2018-06-26fixes #1436 (Db_autobakups: exclude backups path from zip-archive)George Hazan
2018-06-20even less crazy ANSI <-> Unicode conversionsGeorge Hazan
2018-06-20mad ANSI <-> Unicode conversion removedGeorge Hazan
2018-06-20Db_autobackup:George Hazan
- folder option isn't applied on the fly; - code cleaning;
2018-06-02db_autobackups: resource cosmeticdartraiden
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_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-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-16Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵Mataes
adaptation
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-05-01CloudFile: fix for #1315aunsane
2018-04-21CloudFile: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-20db_autobackups: more correct version of cb93541aunsane
2018-04-20db_autobackups: disable automatic backup when you disable all types of backupsaunsane
attempt to fix a collision between gui controls and db option
2018-04-13Db_autobackups: fix period type savingaunsane
2018-04-13by default the upper limit is 100, so if we work with higher values, we need ↵George Hazan
to set a value manually
2018-04-13we need only one set of combobox lines, not twoGeorge Hazan
2018-04-01Db_autobackups: replace "Dropbox" by "cloud"dartraiden
2018-03-09Autobackup to CloudFile doesn't work (fixed #1176)aunsane
2018-03-09Db_autobackups: cosmeticdartraiden
2018-03-02Db_autobackups: #1172aunsane
2018-02-28Db_autobackups: empty line in CloudFile accounts list (fixed #1170)aunsane
2018-02-24guard headersGoraf
2018-02-24SendSS: Reworking settings (#1144)aunsane
CloudFile: fix upload service Db_autobackups: fix build
2018-02-24Db_autobackups: Reworking settings of DB Autobackup (#1144)aunsane
2018-02-21all another C++'11 iteratorsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan