Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | fixes #3476 (GG: search is broken) | George Hazan | |
2023-03-01 | fixes #3367 (GG: удалить неиспользуемые опции) | George Hazan | |
2023-03-01 | fixes #3368 (GG: наладить опцию "Указать серверы ↵ | George Hazan | |
вручную") | |||
2022-11-15 | fixes #3213 (GG: we should treat empty list as non-existent) | George Hazan | |
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2018-07-11 | GUI 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-12 | Gadu-Gadu: conf options move to UI classes | Goraf | |
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-01-28 | Gadu-Gadu: improved advanced options form | Goraf | |
* 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-26 | Gadu-Gadu: partial move to UI classes | Goraf | |
* advanced options form refactored * move to options class * const correctness * code cleaning |