summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
AgeCommit message (Collapse)Author
2016-06-24ooopsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17033 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24Old junk removal masks in PUVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-14PluginUpdater: - Fix for deleting old miranda*.exe (backwards compatibility)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@16973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12Pluginupdater:Tobias Weimer
- Fixed restarting Miranda after update (r16955) git-svn-id: http://svn.miranda-ng.org/main/trunk@16956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12PluginUpdater:Tobias Weimer
- Old Miranda*.exe is removed after the next update, because we need UAC priviledges for that, and a prompt on startup seems to be too annoying - It doesn't seem safe to me to do ANYTHING after MS_SYSTEM_RESTART has been called - fixed enabling/disabling "Convert to" checkbox in options dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@16955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12no need to remove our own binaryGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12more code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-12- option to be restored till the update's finish;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
add threads names git-svn-id: http://svn.miranda-ng.org/main/trunk@16948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-062 radiobuttons changed to 1 checkbutton for platform changeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- Fixed resetting database entry git-svn-id: http://svn.miranda-ng.org/main/trunk@16676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-16PluginUpdater:Tobias Weimer
- more fixes for the options dialog - Added feature to install a list of predefined item: In module PluginUpdaterNewFiles, create a BYTE entry for each item you want to install (Name as in the options dialog, BYTE value 1) When you open "Available components list", those entries will be preselected. git-svn-id: http://svn.miranda-ng.org/main/trunk@16675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed plugin renaming - Disabled platform change until it will be fixed: To reproduce it: with x64 version, Go to PluginUpdater Options, change x64 to x32 and back, It'll stay grayed out, even after a complete restart. In fact, there is no way to change that setting back, except deleting it in database and a full Miranda restart. git-svn-id: http://svn.miranda-ng.org/main/trunk@16669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15correct path in update windowKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater:Tobias Weimer
- Fixed updating git-svn-id: http://svn.miranda-ng.org/main/trunk@16666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: platform change fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@16663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15PluginUpdater: added ability to change platform. Note: old miranda*.exe you ↵Kirill Volinsky
should delete manually git-svn-id: http://svn.miranda-ng.org/main/trunk@16660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02case-sensitive check for folder name fixedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-15PluginUpdater:Tobias Weimer
* We only scan subfolders "Plugins", "Icons", "Languages", "Libs", "Core", git-svn-id: http://svn.miranda-ng.org/main/trunk@15872 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28PluginUpdater:Tobias Weimer
- historysweeper will be replaced with historysweeperlight git-svn-id: http://svn.miranda-ng.org/main/trunk@15640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-03PluginUpdater: coverity fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-18PluginUpdater: proper capitalization, copyright updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-07xfire moved to deprecated pt. 1Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-03PluginUpdater: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15170 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-01- strdel()/strdelw() moved to the core;George Hazan
- custom implementations removed git-svn-id: http://svn.miranda-ng.org/main/trunk@15135 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-30- cosmetics and grammar correction;RMN
- Toaster translation template updated manually; - langpacks Russian and Ukrainian updated. git-svn-id: http://svn.miranda-ng.org/main/trunk@15116 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-08-27warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@15051 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-23cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15024 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-22Compilation fix (thx Wishmaster)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@15009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-21PluginUpdater:Tobias Weimer
- Implemented "Backup profile after update" option - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15007 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13PluginUpdater: Fix version bump in r14945Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@14946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-13PluginUpdater: ability to download files via AccosMgrAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-08StdUrl deleted by PluginUpdaterVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-02IM_Updater:Tobias Weimer
-Compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-30warning fixesVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@14760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-27PluginUpdater:Tobias Weimer
- compilation fixes for IM_Updater git-svn-id: http://svn.miranda-ng.org/main/trunk@14740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-26common projectsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14724 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-21PluginUpdater: vc2015 compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
- duplicated hLangpack field removed from TMO_IntMenuItem; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28compilation fixes for IM UpdaterTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵George Hazan
contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14325 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21MS_UTILS_REPLACEVARS -> Utils_ReplaceVarsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14306 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21- resizer moved to mir_core, because it uses hard-coded windows structures;George Hazan
- MS_UTILS_RESIZEDIALOG replaced with a short call of Utils_ResizeDialog; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c