summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_options.cpp
AgeCommit message (Collapse)Author
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-01-03VKontakte:ElzorFox
fix #1712 (hang at exit) copyrightes update version bump
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filledGeorge Hazan
2017-09-07VKontakte: code cleaningElzorFox
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-07-22VKontakte:ElzorFox
remove ‘Use non-standard urlEncode for sent messages (less traffic)’ option (now ExpUrlEncode is used by default) add UseStandardUrlEncode hidden option :) add ‘Notify about changes of contacts audio broadcast’ option (default false) add FloodListingToPopups contacts hidden option (default true) version bump
2017-02-28VKontakte:ElzorFox
add option ‘Add message link to messages with attachments’ version bump
2017-01-25VKontakte:ElzorFox
fix autoloading history on open message window fix cleaning lastmsgid key on ‘empty’ sync history
2017-01-24VKontakte:ElzorFox
set low priority for loading history requests rework loading groups to clist add ‘Load last messages when message window open and local history is empty’ option (default true) version bump
2017-01-23VKontakte:ElzorFox
rename option ‘Automatically wipe local contacts missing in your friend list’ ->’ Load only friends to local contact list’ rework loading clist logic (now if option ‘ Load only friends to local contact list’ is true, non-friends contact are not created on loading dialogs and are not cleaned automatically on loading friendlist) version bump
2017-01-01bump copyright yeardartraiden
2016-12-05VKontakte: use CCtrlSpin for spin controlsElzorFox
2016-10-28- old useless helpers removed from the Options module;George Hazan
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h
2016-08-12VKontakte:Sergey Bolhovskoy
fix lists default item index git-svn-id: http://svn.miranda-ng.org/main/trunk@17179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11VKontakte: Sergey Bolhovskoy
fix vkLang list default item index fix creating left chats git-svn-id: http://svn.miranda-ng.org/main/trunk@17178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11VKontakte: crash fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-08VKontakte: Sergey Bolhovskoy
fixed processing for ‘validation required’ error change MessageBox -> MessageBoxW change styles for some MessageBoxW git-svn-id: http://svn.miranda-ng.org/main/trunk@17166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29VKontakte:Sergey Bolhovskoy
rename string variables (p)tsz* -> (p)wsz* rename struct TCHAR_ PARAM -> WCHAR_ PARAM change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
2016-07-15VKontakte:Sergey Bolhovskoy
add option for loading sent attachments version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-13VKontakte: Sergey Bolhovskoy
add ‘Send VK-objects links as attachments’ option move ‘Use non-standard popups for news and event notifications’ option to View page version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-24VKontakte: Sergey Bolhovskoy
added friend_accepted notification type version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17026 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-12VKontakte: fix 'Use non-standard popups for news and event notifications' optionSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13git-svn-id: http://svn.miranda-ng.org/main/trunk@16641 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13it works MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13VKontakte: Sergey Bolhovskoy
win64 fix warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@16638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13temporary fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16637 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-13VKontakte: Sergey Bolhovskoy
radiobox group settings -> combobox (patch by MikalaiR, edited) remove unneeded methods git-svn-id: http://svn.miranda-ng.org/main/trunk@16634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-11VKontakte: small fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-09VKontakte: link forgotten option Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte: remove unneeded m_protoSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte: potential crashfixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte: add settings for show/hide proto menu items Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@16602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-07VKontakte:Sergey Bolhovskoy
option flags move to separate class account manager dialog -> core ui option page dialogs -> core ui move declarations to private section remove unneeded (after rev. 16596) attention from option dialog code cleanup version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04VKontakte: Sergey Bolhovskoy
add VKlang to options remove unused title icon cosmetic fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29VKontakte: Sergey Bolhovskoy
fix for cleaning access token on login or password change version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@15649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-29VKontakte: Sergey Bolhovskoy
fix for news notification in clist fix option dialog labels code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15645 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-28VKontakte: Sergey Bolhovskoy
add ‘Message for return to chat’ option add ‘Use non-standard popups for news and event notifications’ option git-svn-id: http://svn.miranda-ng.org/main/trunk@15628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c