summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/options.cpp
AgeCommit message (Collapse)Author
2021-04-02compilation fixGeorge Hazan
(cherry picked from commit 4448307855971f63f23a5b97ef93973578db1654)
2021-04-02fixes #2827 (Db_autobackups: обновлять подсказку о ↵George Hazan
времени следующего резервного копирования после нажатия кнопки "Сейчас")
2021-03-31for #2811: added reaction to period type change tooGeorge Hazan
2021-03-31db_autobackups:George Hazan
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump
2021-01-24code cleaningGeorge Hazan
2019-03-07fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)George Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2018-10-18fixes #1623 (Add ability to adjust backup names)George Hazan
2018-10-18Db_autobackups: code cleaning & reorderingGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI 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-28fixes #1435 (Db_autobackups: option "Backup profile folder" must be ↵George Hazan
dependent on "Use Zip")
2018-06-20Db_autobackup:George Hazan
- folder option isn't applied on the fly; - code cleaning;
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
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-01CloudFile: fix for #1315aunsane
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-03-09Autobackup to CloudFile doesn't work (fixed #1176)aunsane
2018-02-28Db_autobackups: empty line in CloudFile accounts list (fixed #1170)aunsane
2018-02-24Db_autobackups: Reworking settings of DB Autobackup (#1144)aunsane
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-06-13db_autobackups: backups number changed from 100 to 9999 (issue #813)Kirill Volinsky
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04Db_autobackups: moved to new dropbox serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-09db_autobackups: support backuping profile folder MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-20Db_autobackups: fix for dropbox setting MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-15db_autobackups: dropbox supportMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-24db_autobackups: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-06fix for some warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
- we don't need StrConvA anymore; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@13952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14Db_autobackups: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c