Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | compilation fix | George Hazan | |
(cherry picked from commit 4448307855971f63f23a5b97ef93973578db1654) | |||
2021-04-02 | fixes #2827 (Db_autobackups: обновлять подсказку о ↵ | George Hazan | |
времени следующего резервного копирования после нажатия кнопки "Сейчас") | |||
2021-03-31 | for #2811: added reaction to period type change too | George Hazan | |
2021-03-31 | db_autobackups: | George Hazan | |
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап); - code cleaning; - version bump | |||
2021-01-24 | code cleaning | George Hazan | |
2019-03-07 | fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section) | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2018-10-18 | fixes #1623 (Add ability to adjust backup names) | George Hazan | |
2018-10-18 | Db_autobackups: code cleaning & reordering | 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-28 | fixes #1435 (Db_autobackups: option "Backup profile folder" must be ↵ | George Hazan | |
dependent on "Use Zip") | |||
2018-06-20 | Db_autobackup: | George Hazan | |
- folder option isn't applied on the fly; - code cleaning; | |||
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-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-16 | Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵ | Mataes | |
adaptation | |||
2018-05-01 | CloudFile: fix for #1315 | aunsane | |
2018-04-20 | db_autobackups: more correct version of cb93541 | aunsane | |
2018-04-20 | db_autobackups: disable automatic backup when you disable all types of backups | aunsane | |
attempt to fix a collision between gui controls and db option | |||
2018-04-13 | Db_autobackups: fix period type saving | aunsane | |
2018-04-13 | by default the upper limit is 100, so if we work with higher values, we need ↵ | George Hazan | |
to set a value manually | |||
2018-04-13 | we need only one set of combobox lines, not two | George Hazan | |
2018-03-09 | Autobackup to CloudFile doesn't work (fixed #1176) | aunsane | |
2018-02-28 | Db_autobackups: empty line in CloudFile accounts list (fixed #1170) | aunsane | |
2018-02-24 | Db_autobackups: Reworking settings of DB Autobackup (#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-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-06-13 | db_autobackups: backups number changed from 100 to 9999 (issue #813) | Kirill Volinsky | |
2016-11-17 | Utils_OpenUrlT | George 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-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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-25 | hello, 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-04 | Db_autobackups: moved to new dropbox service | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-09 | db_autobackups: support backuping profile folder | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-12-20 | Db_autobackups: fix for dropbox setting | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-15 | db_autobackups: dropbox support | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-28 | mir_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-24 | db_autobackups: common project | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-06 | fix for some warnings | George 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-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-15 | after 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-14 | Db_autobackups: changed warning lavel to w4 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |