summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/options.cpp
AgeCommit message (Collapse)Author
2023-04-10fixes #3476 (GG: search is broken)George Hazan
2023-03-01fixes #3367 (GG: удалить неиспользуемые опции)George Hazan
2023-03-01fixes #3368 (GG: наладить опцию "Указать серверы ↵George Hazan
вручную")
2022-11-15fixes #3213 (GG: we should treat empty list as non-existent)George Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
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-06-12Gadu-Gadu: conf options move to UI classesGoraf
2018-04-18this feature was never used and only causes problemsGeorge Hazan
2018-01-28Gadu-Gadu: improved advanced options formGoraf
* make labels of inactive controls inactive as well * display reconnetion_required info with every change related to connection settings * improve clarity by indenting dependencies
2018-01-26Gadu-Gadu: partial move to UI classesGoraf
* advanced options form refactored * move to options class * const correctness * code cleaning