summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Notifications.cpp
AgeCommit message (Collapse)Author
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
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
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-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-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-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22^... and compilation fixes for IM UpdaterTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@13767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22-PluginUpdater:Tobias Weimer
-code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-02PluginUpdater:George Hazan
- fix against overflow in the interval's calculation; - code cleaning; git-svn-id: http://svn.miranda-ng.org/main/trunk@10670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-18PluginUpdater:Tobias Weimer
- Show a notification when the update URL isn't available - small redesign of new components window - minor memory leaks fixecd git-svn-id: http://svn.miranda-ng.org/main/trunk@10509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05PluginUpdater:Tobias Weimer
- Popups are now enabled by default git-svn-id: http://svn.miranda-ng.org/main/trunk@10078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27restoring Wishmaster's PluginUpdater commitsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-27temporary rollbackVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26PluginUpdater:Tobias Weimer
-Now the custom URL is remembered when changing the update mode in Options -Cleaned up popup Options -Fixed Restart MessageBox after silent update -code reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@9958 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21PostMessage should be used to send messages to another threadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21Plugin Updater: Better fix for closing windows (as suggested by White-Tiger)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21more reverts to be on a safe sideVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-21Plugin Updater: Another EndDialog -> DestroyWindow fixesRobert Pösel
@White-Tiger, thanks for explanation. git-svn-id: http://svn.miranda-ng.org/main/trunk@9896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-30Get rid of Popup (EnableDisableMenuCommand) vs. YAPP (ToggleEnabled) ↵Robert Pösel
services madness git-svn-id: http://svn.miranda-ng.org/main/trunk@9370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-30Plugin Updater: Fix for checking existence and enableness of Popup / YAPPRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-29Plugin Updater: Fix balloon's message and check for disabled YAPPRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@9361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-10fix for sharing the same global variable between two modulesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@9154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-07Minor bugfixes:Tobias Weimer
- #607 (Capitalization inconsistency) - #609 (Unnecessary messagebox in Plugin Updater) - #613 (UserInfoEx writes wrong popup color settings to db) - #614 (NewAwaySys translation issue) git-svn-id: http://svn.miranda-ng.org/main/trunk@8454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-21PluginUpdater:George Hazan
- fix for displaying MessageBox over modeless dialog; - auto-handle for a pipe; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@7815 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-08try to fix installing plugins which have been deselectedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@7087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-22PluginUpdater:George Hazan
- separating flies from cutlets; - Update dialog stores the state of each file; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-21added own icon for plugin listKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@4772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19more translation fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19minor translation issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19universal plugin downloader for the PluginUpdater pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@4730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-15- POPUPDATAT_V2 replaced with POPUPDATAT in all possible cases;George Hazan
- fix: wrong popup initialization code; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14old ansi popups removed, noone used them anywayGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11added checking crc sumKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-05experimental version of PU that can handle UAC correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-17bunch of fixes for updater:George Hazan
- fix to update FingerPrint icons; - fix to move files across different disks; - five nasty clutches removed; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02PluginUpdater: items marked for deletion reported as "Will be deleted"Vadim Dashevskiy
Langpack_russian: PluginUpdater.txt +1 line git-svn-id: http://svn.miranda-ng.org/main/trunk@2146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-25added checking rights for miranda folderKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-20PluginUpdater:Kirill Volinsky
added uac elevation. but it restarts miranda: close current process and starts new miranda with admins rights. Don't find information how elevate current process git-svn-id: http://svn.miranda-ng.org/main/trunk@1988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-16minor changesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@1963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10attempt to simplify things a bitGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-10intermediate variant of Updater without problems with coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-30fix for DLLs with the trailing W in namesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1729 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-30patch to correctly upgrade old Miranda IM installationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1728 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c