summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/DlgUpdate.cpp
AgeCommit message (Collapse)Author
2020-10-29Plugin Updater: pu_stub utilities moved to mir_appGeorge Hazan
2020-10-09fixes #2586 (Updater cannot delete old OpenSSL dlls)George Hazan
2020-10-08Remove old OpenSSL librariesAlexander Gavrilov
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
2020-09-14Plugin Updater: code cleaningGeorge Hazan
2020-09-14fixes #2568 (При изменении числа бэкапов, ↵George Hazan
лишние остаются)
2020-09-08Plugin Updater to store backups in the separate foldersGeorge Hazan
2020-08-31Plugin Updater:George Hazan
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning;
2020-08-27Plugin Update: also fix for the batch modeGeorge Hazan
2020-08-27fixes #2555 (PluginUpdater: некорректное обновление ↵George Hazan
при работе нескольких миранд одновременно)
2020-08-21PluginUpdater:George Hazan
- fixes #2547 (PluginUpdater: "Restart Miranda automatically" with "Silent mode" requires clicking on a pop-up); - fixes #2548 (PluginUpdater: Use DBAutoBackuper for "Backup database before update")
2020-07-30Plugin Updater: failed download doesn't close update windowGeorge Hazan
2020-07-09PluginUpdater: kill old lua53.dlldartraiden
2020-07-06PluginUpdater: update dialog isn't closed if one presses No button after updateGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-05Plugin Updater:George Hazan
- fixes #2419 (Апдейтер не удаляет /Libs/libmdbx.mir); - fix for a very old bug: nothing happens if only file deleteion is chosen; - code reordering
2020-06-05automated thread id control classGeorge Hazan
2020-06-05Plugin Updater: more code cleaningGeorge Hazan
2020-06-05Plugin Updater: update dialog -> UI classesGeorge Hazan
2020-05-29PluginUpdater:George Hazan
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning
2020-05-24libmdbx.dll returned back to keep compatibility with Windows XPGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan
2019-09-19PluginUpdater:George Hazan
- CMPlugin::bForceRedownload isn't saved in database anymore (what for?); - update starts each time a user changes platform
2019-07-23warning fixGeorge Hazan
2019-06-27Plugin Updater: fix for a crash if the update dialog is closed while ↵George Hazan
download isn't finished yet
2019-06-14warning fixGeorge Hazan
2019-05-27as well as calls of GetVersionEx should be removedGeorge Hazan
2019-04-26Plugin Updater:George Hazan
- fixes #1927 (Hidden db option for hiding specified component from PU); - options moved into g_plugin; - warning & security fixes; - code cleaning
2019-03-26Rename libaxolitl to libsignaldartraiden
2019-03-11Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)dartraiden
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-03-04compilation fixGeorge Hazan
2019-03-04PluginUpdater: unused thread removedGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-30SMS plugin deprecated due to missing sms support in ICQ-WIMGeorge Hazan
2019-01-04PluginUpdater should remove obsolete core pluginsdartraiden
2018-12-29remove xStatus_ICQ.dlldartraiden
2018-11-27fixes #1614 (MRA protocol deprecated due its death)George Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-10-08we do not want to remove the new plugin immediately after installationdartraiden
2018-08-29ImportTXT blocked in the core & PluginUpdaterGeorge Hazan
2018-07-25cosmetic fixes, typosdartraiden
2018-07-25compilation fixGeorge Hazan
2018-07-25Quotes renamed to CurrencyRatesKirill Volinsky
2018-06-13StdIdle should be removed by PUdartraiden
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan