mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
3a2618fadb5f079a02de518d972ad314870516bb
The list of applications is already known when the CHotkeyDialog object is constructed. So there was no good reason to defer this to a later time with a setter. In contrast, supporting a setter function was much more complex, since internally all GUI signals were already connected and more carefull case handling would be necessary (e.g. the machine combobox would change its index). Therefore the setter is removed in favor of passing the application list directly to the constructor. This fixes also an issue that the machine name was not properly set up in the dialog when editing a hotkey. This also reverts the change from CIdentifier to string based machine handling. refs #881
Introduction TBW
Environment Setup
TBW
Getting Sources
TBW
Qmake Configuration
TBW
Compiling
TBW
Testing
TBW
Installing
TBW
DLLs vs. static linking
TBW
Description
Languages
C++
96.4%
CMake
1.4%
HTML
1%
Python
0.6%
Objective-C++
0.2%
Other
0.2%