summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-10suddenly: tipper services were used as string constantsGeorge Hazan
(cherry picked from commit 15fcbbc128178ea5a4cdb1a58927a43ea740be88)
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - ↵George Hazan
new useful methods (cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
2021-05-06Weather ini: ANSI -> UTF-8dartraiden
2021-05-06Quick & dirty time fix for MSN Weatherdartraiden
2021-05-04compilation fixGeorge Hazan
2021-05-04attempt to fix some problems on exitGeorge Hazan
2021-05-03fixes #2871 (Crash at SRMM window open)George Hazan
2021-05-02Facebook: fix for reading messagesGeorge 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-05-02fixes #2869 (DbEditor: в некоторых областях экрана ↵George Hazan
вызывается неправильное контекстное меню)
2021-05-01here variables' names should be fixed tooGeorge Hazan
2021-05-01Weather:George Hazan
fixes #2853 (Weather: разобраться с переменными) fixes #2852 (Weather: some strings cannot be translated)
2021-05-01mode code cleaningGeorge Hazan
2021-05-01Weather:George Hazan
- old code removed; - mir_wstrcat replaced with CMStringW calls; - translations fixed
2021-04-30fixes #2854 (Weather: некоторые строки не ↵George Hazan
переводятся при смене ленгпака на лету)
2021-04-30fixes #2855 (Weather: не перепутаны ли значки ↵George Hazan
Облачно и Слабый дождь)
2021-04-30fixes #2856 (Пропала возможность выгрузить ↵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-29if error returned, CCtrlListView::GetItem shall also return errorGeorge 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-29fix for menu position calculationGeorge Hazan
2021-04-29more const qualifiersGeorge Hazan
2021-04-29UI classes:George Hazan
- added method CCtrlBase::GetCaretPos() to calculate context menu position; - added missing const qualifiers for Get* methods
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-28VKontakte: fix #2864ElzorFox
2021-04-27code optimization (minus one cycle)George Hazan
2021-04-27SRMM/DisableCustomLogsForProto STRING - list of account names ↵George Hazan
(comma/space/semicolon separated) that use built-in groupchat viewer only
2021-04-27Fixed wrong translation in german translationTobias Weimer
"in" refers to "inch"
2021-04-26fixes #2862 (random crash in ICQ protocol)George Hazan
2021-04-26s-shit...George Hazan
2021-04-25suddenly: major crutch to handle WhatsApp groupchats historyGeorge Hazan
2021-04-25WhatsApp: chat members info retrievingGeorge Hazan
2021-04-25WhatsApp: avatars supportGeorge Hazan
2021-04-25code cleaningGeorge Hazan
2021-04-24WhatsApp:George Hazan
- self-generated message ids; - added message metric & flags; - packet handlers switched to full prefixes instead of packet ids
2021-04-24WhatsApp: infrastructure for sending messages, first variant (doesn't work ↵George Hazan
always)
2021-04-24WebSocket: different stubs for sending text & binary packetsGeorge Hazan