Commit Graph

8 Commits

Author SHA1 Message Date
Vitalii Koshura 5079a121ee
Manager: Rename OK button to Save button
Originally requested in #601: Change OK button on Advanced Preferences to Save button.
Button renamed in all dialogs with settings for consistency.
Also now 'Cancel' button is default button.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-08-16 06:32:41 +03:00
Vitalii Koshura e250455631
Manager: Remove unused variables
From PVS Studio:
V808
'strBuffer' object of 'wxString' type was created but was not utilized.
'strValue' object of 'wxString' type was created but was not utilized.
'strName' object of 'wxString' type was created but was not utilized.
'strURL' object of 'wxString' type was created but was not utilized.
'strTeamName' object of 'wxString' type was created but was not utilized.
'strDialogMessage' object of 'wxString' type was created but was not utilized.
'strOldLanguageCode' object of 'wxString' type was created but was not utilized.
'strHiddenColumns' object of 'wxString' type was created but was not utilized.
'strConnectedCompter' object of 'wxString' type was created but was not utilized.
'strEmpty' object of 'wxString' type was created but was not utilized.
'value_w' object of 'basic_string' type was created but was not utilized.
'pct_done_str' object of 'wxString' type was created but was not utilized.
'bmpPrev' object of 'wxBitmap' type was created but was not utilized.
https://www.viva64.com/en/w/V808/print

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-04-30 08:58:55 +03:00
Vitalii Koshura 2ad711ac93
Mgr: Fix windows compile warnings (Visual Studio 2013). 2017-01-26 00:02:51 +02:00
Charlie Fenton 80f5187ed8 MGR: Fix Select Columns dialog so it preserves column order 2015-10-14 04:47:26 -07:00
Charlie Fenton cd20b7627a MGR: Fix Select Columns dialog so it preserves column order 2015-10-14 02:40:34 -07:00
Charlie Fenton a813abf863 MGR: Allow hiding some columns by default; add comments; remove unused code. 2014-12-14 21:47:37 -08:00
Charlie Fenton 9f5b0c1962 MGR: Immediately save changes to the registry when sort column or direction is changed, or when user changes which columns are hidden.
We can't immediately save changes to the registry when a user rearranges columns by dragging them, because MS Windows does not send a notification so wxWidgets can't generate an event.
2014-12-12 02:44:21 -08:00
Charlie Fenton fc968249c3 MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs.
- New dialog also allows restoring column configurations to defaults.
2014-12-11 06:18:47 -08:00