summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-05-15SetDraw(bool bEnable) - a wrapper for WM_SETREDRAW commandGeorge Hazan
2021-05-15for #2881 (#2: если выделить в окне QS несколько ↵George Hazan
контактов и удалить через контекстное меню, то они остаются в окне QS, пока не нажмёшь кнопку Refresh)
2021-05-15for #2881 (p.1, если выделить в окне QS несколько ↵George Hazan
контактов и скопировать, то копируются все контакты, а не только выделенные)
2021-05-15fixes #597 (QuickSearch: Copying contacts into clipboard works incorrect)George Hazan
2021-05-15fixes #2885 (XSoundNotify: crash on settings page)George Hazan
2021-05-14another fix for #2793George Hazan
2021-05-14fixes #2793 (N&R: wrong initial value of m_bManualTime variable causes ↵George Hazan
problems with reminder creation)
2021-05-14fixes #2884 (ICQ: время прочтения сообщения ↵George Hazan
безбожно врёт)
2021-05-14fixes #2883 (QuickSearch: состояние чекбоксов при ↵George Hazan
первом запуске)
2021-05-13code cleaningGeorge Hazan
2021-05-13fix for colorization (#2881, p.2)George Hazan
2021-05-13column menu for #2881 (p.1)George Hazan
2021-05-13fixes #2882 (QuickSearch: wrong default options values)George Hazan
2021-05-13this function is still needed inside the module locallyGeorge Hazan
2021-05-13more human readable stringsGeorge Hazan
2021-05-13welcome back to C++, QuickSearchGeorge Hazan
2021-05-13UI classes & core code cleaning:George Hazan
- MS_CLIST_DELETECONTACT introduced to avoid the usage of string constants directly; - start menu item id parameter added to Clist_GroupBuildMenu(); - CNF_MAX macro added to simplify cycles over CNF_* array; - custom draw support for CCtrlListView & CCtrlTreeView; - Miranda's specific WM_MEASUREITEM & WM_DRAWITEM processing in CDlgBase
2021-05-13pascal version of QuickSearch moved to miranda-deprecated repositoryGeorge Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-05-04compilation fixGeorge Hazan
2021-05-04attempt to fix some problems on exitGeorge Hazan
2021-05-02fixes #2858 (Некорректно работает опция у ↵George Hazan
кнопок "скрывать при нехватке места на тулбаре")
2021-05-02tabSRMM: crash on clean profileGeorge Hazan
2021-05-02fixes #2867 (DbEditor: добавить в правую панель ↵George Hazan
пункт меню "Удалить" для контактов)
2021-05-02fixes #2868 (PluginUpdater: remove milliseconds from folder names)George Hazan
2021-04-30fixes #2859 (Импорт: дублируются контакты ICQ и ↵George Hazan
FaceBook)
2021-04-30dbeditor++: "Clone contact" removedGeorge Hazan
2021-04-30не надо на каждый созданный контакт ↵George Hazan
говорить, что он принадлежит Watrack
2021-04-30Dbeditor: everything considering UI is an object nowGeorge Hazan
2021-04-30we use contact iterators when possibleGeorge Hazan
2021-04-29fixes #2866 (DbEditor: выделив найденный поиском ↵George Hazan
элемент, невозможно открыть его в редакторе с клавиатуры)
2021-04-29Dbeditor++: main window definition went to header file, so its methods could ↵George Hazan
be implemented now in different modules
2021-04-29fixes #2865 (DbEditor: перестал работать даблклик ↵George Hazan
по результату поиска)
2021-04-29fixes #2860 (DbEditor: persistent flag values in the search form)George Hazan
2021-04-29fixes #2861 (DbEditor: в левой и правой панелях не ↵George Hazan
работает горячая клавиша вызова меню)
2021-04-28grrmGeorge Hazan
2021-04-28more logs for hangout in KeyboardNotifyGeorge Hazan
2021-04-28Dbeditor++:George Hazan
- Search/Replace dialog -> UI classes; - fixes #2863 (DbEditor: невозможно перейти к результатам поиска без мыши); - version bump
2021-04-25code cleaningGeorge Hazan
2021-04-22Variables: if the service being called doesn't exist, passing ↵George Hazan
CALLSERVICE_NOTFOUND to mir_free() causes heavy memory corruption
2021-04-22MyDetails:George Hazan
- another ancient perversion with pointers to global arrays exterminated; - handmade dynamic array replaced with standard OBJLIST<>; - array iterators; - version bump
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