summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/main.cpp
AgeCommit message (Collapse)Author
2013-11-02NewXstatusNotify: restored last seen implementation, now it's hidden option, ↵Sergey Tatarinov
disabled by default, no one hurt, not slow down the work. git-svn-id: http://svn.miranda-ng.org/main/trunk@6739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-31fixed status change popups and soundsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-29revert connection timeoutKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-26remove start timeout, coz now we have separate plugin StartupSilenceKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-26nxsn don't need to wrire last user infoKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-23replace sprintf to mir_snprintf (part 3)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-30- db_set_blob used everywhere for writing blobsGeorge Hazan
- DBCONTACTWRITESETTING left only in the event handlers git-svn-id: http://svn.miranda-ng.org/main/trunk@5191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-27added bass_interface supportKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-24fix for hanging in NewXstatusNotify's popupsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-06-23new helper applied instead of MS_DB_SETSETTINGRESIDENTGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25git-svn-id: http://svn.miranda-ng.org/main/trunk@4823 ↵Sergey Tatarinov
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-25NewXstatusNotify: added ability to save information when a contact was last ↵Sergey Tatarinov
seen online, if the SeenPlugin is not installed. The information is stored in a SeenPlugin's format and it can be shown in the Tipper's tooltip. git-svn-id: http://svn.miranda-ng.org/main/trunk@4822 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-20attempt to fix a crashTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@4768 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-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-07end of the old database macrosesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05rest of menu cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4325 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-21- unused constant MIRANDA_IDLE_INFO_SIZE_1 removed;George Hazan
- proper tracking of autoaway sound options; - code cleanup for MIRANDA_IDLE_INFO initialization; git-svn-id: http://svn.miranda-ng.org/main/trunk@4156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-17two forgotten DestroyWindow()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@4016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-13- translation fixes (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3995 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-10various TTB initialization issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04fix for the broken timer (patch by zaltys) (fixes #250)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3885 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-02removed not used headersKirill Volinsky
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-01service call replaced with helper: MS_UTILS_PATHTOABSOLUTEWGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-23fix for the short plugin nameGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-09git-svn-id: http://svn.miranda-ng.org/main/trunk@3507 ↵Kirill Volinsky
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-29- muuid standardization (patch from Basil)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-02changed plugin nameKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@2910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-10-fixed status message notification for hidden contacts (reported by Andrzej ↵Tobias Weimer
Aleksiejuk) -removed the deprecated & bizarre aliases git-svn-id: http://svn.miranda-ng.org/main/trunk@2715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02new easy standard way of registering icons: Icon_RegisterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-01SKINICONDESC initialization - end-II :)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-25typed stub for MS_PROTO_GETCONTACTBASEPROTOGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2480 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-26- old crap killed in NewXStatusNotifyGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-26Miranda homepage link in plugininfo is changed to http://miranda-ng.org/Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-25Code cleanupEugene Lishnevsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-25Fixed status notification toggle button's pushed/released state.Eugene Lishnevsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@1180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23NewXstatusNotify: changed folder structure Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1113 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c