summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-04-15fixes #2847 (DbChecker находит ошибки, но после их ↵George Hazan
исправления они остаются)
2021-04-14fixes #2846 (Plugin Updater: more informative error messages, if updates are ↵George Hazan
postponed)
2021-04-14Plugin Updater: code cleaningGeorge Hazan
- icon list made private => g_plugin.getIcon* functions; - smaill functions went from Utils.cpp to CMPlugin::Load; - Windows-specific code in DlgListNew rewritten to UI classes
2021-04-13fixes #2845 (DbChecker: chinese on sqlire check)George Hazan
2021-04-13fix for hangups in JabberGeorge Hazan
2021-04-13dbx_sqlite: implemented database checker + version bumpGeorge Hazan
2021-04-13more code cleaningGeorge Hazan
2021-04-13code cleaningGeorge Hazan
2021-04-11fixes #2837 (Scriver: internal chat log in groupchat is cleared after file ↵George Hazan
sent via HTTP File Upload Scriver)
2021-04-11custom references to "PluginDisable" module removedGeorge Hazan
2021-04-11fixes #2789 (Import: опция "не загружать плагин при ↵George Hazan
старте" не работает)
2021-04-11fixes #2839 completelyGeorge Hazan
2021-04-10fixes #2841 (DbEditor: allow to delete contacts from right panel)George Hazan
2021-04-10fixes #2839 (Импорт: окно мастера переодически ↵George Hazan
теряет фокус клавиатуры)
2021-04-08for #2792 - sorted combobox doesn't work wellGeorge Hazan
2021-04-08Notes & reminders:George Hazan
- common date&time processing code moved to the base dialog class; - madness with manual combobox mode eliminated; - duplicate code removed; - also fixed #2773 (Notes and Reminders: невозможно выставить существующей напоминалке более раннее время); - version bump.
2021-04-07project file updateGeorge Hazan
2021-04-07UInfoEx: fix for swapped icon names/descriptions (thanks dracosha for ↵George Hazan
pointing me)
2021-04-06fixes #2792 (Plugin Updater does not respect "every X days" setting)George Hazan
2021-04-05embedded cycle removedGeorge Hazan
2021-04-04fixes #2834 (StartupStatus: текст настройки зачем-то ↵George Hazan
переписывается в коде)
2021-04-04fixes #2833 (SimpleStatusMsg: remove "Show Status message ..." item in ↵George Hazan
status menu)
2021-04-04ancient evil destroyed (also fixes #2831 - icons order is broken in ↵George Hazan
NewAwaySys) + massive cycle code cleaning
2021-04-04code cleaningGeorge Hazan
2021-04-04fixes #2830 (NewAwaySys: remove "Enable contact menu items" option)George Hazan
2021-04-03fix of crazy problems in SQLITE when two instances of database are running ↵George Hazan
at a time
2021-04-03we don't pretend that we have more than one g_plugin ...George Hazan
2021-04-03thy shall check for the error code even if it's not probableGeorge Hazan
2021-04-02compilation fixGeorge Hazan
(cherry picked from commit 4448307855971f63f23a5b97ef93973578db1654)
2021-04-02fixes #2827 (Db_autobackups: обновлять подсказку о ↵George Hazan
времени следующего резервного копирования после нажатия кнопки "Сейчас")
2021-04-02code cleaningGeorge Hazan
2021-04-02fixes #2826 (Dbx_sqlite: strings are not encrypted in full mode)George Hazan
2021-04-02for #2826 (unused resource removed)George Hazan
2021-04-01fixes #2822 (dbx_sqlite: total encryption is broken)George Hazan
2021-03-31Dbx_sqlite: contact deletion hook should be called before, not after ↵George Hazan
physical contact deletion
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-03-30Sessions:George Hazan
- plugin completely redesigned to store data in json instead of spreading them all over the settings; - fixes #2819 (problems with storing data)
2021-03-29code reorderingGeorge Hazan
2021-03-29icon list became staticGeorge Hazan
2021-03-29Sessions:George Hazan
- fixes #2816 (Sessions: "Save and close" option closes message log instead of container); - massive code reordering; - session saving dialog -> UI classes
2021-03-29Sessions: options dialog => UI classes + code cleaningGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-03-28code cleaningGeorge Hazan
2021-03-27code cleaning & reorderingGeorge Hazan
2021-03-25project file fixGeorge Hazan
2021-03-25fix for a project fileGeorge Hazan
2021-03-25ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handier parameter passingGeorge Hazan
2021-03-23fix for correct file deletionGeorge Hazan
2021-03-23also for #2771 - removal of all MDBX utilities and libmdbx.mir itselfGeorge Hazan