Klaus Basan
499236c391
Ref T369, link font size signals with dock widget
2018-10-03 03:03:39 +02:00
Klaus Basan
0bb56fedfb
Ref T369, font setting improvements
...
- color can be hidden
- access to QFont value/getter for family/style/size
- renaming
2018-09-23 20:12:34 +02:00
Klaus Basan
2b5c7de965
Avoid crash in +/- font size by setting style sheet to ""
2018-09-23 20:12:28 +02:00
Klaus Basan
3037afabf2
Ref T362, Ref T348 "removed models" context menu
2018-09-22 01:26:40 +02:00
Klaus Basan
c43b51056b
Ref T335, show removed consolidated models as overlay message
2018-09-12 17:40:56 +02:00
Klaus Basan
7d715a909e
Ref T335, style and CLANG warnings
2018-09-12 17:40:49 +02:00
Klaus Basan
ece54729ef
Views style
2018-09-08 15:36:24 +02:00
Klaus Basan
1b5888bf82
Context menu improvements
...
- rneamed some paths, group "model stuff" together
- no spearators if same menu key root (such entries belong semantically together)
2018-08-28 03:55:53 +02:00
Klaus Basan
35b70db67d
Ref T310, removed "m_separator" from IMenuDelegate as it is not used
2018-08-26 15:27:05 +02:00
Roland Winklmeier
5e38936fd2
Fix weak vtables
2018-08-25 22:12:06 +02:00
Klaus Basan
ff3ffea7fc
Ref T292, renamed "PerSimulator" -> "ForSimulator"
2018-07-25 02:36:50 +02:00
Klaus Basan
93d33e3130
Own model set component
...
* Removed changeSimulator function in model set component (merged with setSimulator)
* menu to clear caches
* remember simulator "in selector", not in own value
2018-07-25 02:36:47 +02:00
Klaus Basan
ead1a93597
Style
2018-07-09 22:30:54 +02:00
Klaus Basan
5612033924
Minor fixes, formatting, static const
2017-10-31 15:39:19 +01:00
Klaus Basan
52caf795d1
Renamed function to hasSuccesfullyConnectedSwiftDb()
2017-09-24 20:29:01 +01:00
Klaus Basan
961f47b700
Ref T148, renamed/added hasConnectedSwiftDb / canConnectSwiftDb
2017-09-24 19:54:07 +01:00
Klaus Basan
fcdf238512
Ref T30, added font shortcuts to CShortcut and allow to pass context shortcut
2017-09-24 19:50:40 +01:00
Klaus Basan
3c9435c1cf
Ref T30, font menu class
...
* font dialog
* shortcuts CTRL+/- to increase/decrease font size
2017-09-24 19:49:47 +01:00
Klaus Basan
3780bc18e0
Formatting, minor tweaks
2017-09-24 19:49:40 +01:00
Klaus Basan
6a17465633
Use normal private member functions instead of slots
2017-09-24 19:49:38 +01:00
Klaus Basan
7b6337e6ad
refs #933 , added icon for MCX
2017-04-18 00:08:44 +01:00
Klaus Basan
1ccbe5952c
refs #933 , start MCX from context menu
2017-04-18 00:08:42 +01:00
Klaus Basan
54219966ac
refs #933 , allow to explicitly add separator as menu action
...
(a bit of a hack, but unproblematic and sometimes useful)
2017-04-18 00:08:31 +01:00
Klaus Basan
2d56167e65
Misc: removed redundant default value (settings), formatting, hide kill button
2017-04-18 00:08:25 +01:00
Klaus Basan
5e69be6208
refs #911 , support for cut and paste menu and support in views
2017-04-18 00:05:36 +01:00
Klaus Basan
c5f89d0deb
refs #907 , menu to consolidate against own models
...
* restructured menu paths
* menu providing the functionality
2017-04-17 23:59:19 +01:00
Klaus Basan
bd29257f92
refs #900 , use filtered flag, old approach was faulty
...
Also added log categories
2017-04-17 23:58:38 +01:00
Klaus Basan
61e7f23847
refs #858 , todo review (demoted, commented)
2017-02-24 00:09:00 +00:00
Klaus Basan
5babb26861
refs #800 , fixed issues reported by MS
...
https://dev.vatsim-germany.org/issues/800#note-2
2016-12-13 18:59:51 +01:00
Klaus Basan
c848d7ca61
refs #755 , allow to refresh GUI parts during consolidation
2016-09-19 16:18:47 +02:00
Klaus Basan
b324a26747
refs #735 , allow to reset highlighting
...
(some leftovers of DB object highlighting also deleted)
2016-08-26 21:05:33 +01:00
Klaus Basan
89ac38a072
refs #720 , ui context menu finetuning
...
* renaming / formatting
* const predefined subdir menus
2016-08-26 21:04:52 +01:00
Klaus Basan
a8834d0511
refs #720 , remove highlight DB data menu (we use the DB icon instead)
...
* removed menu item
* fixed menu action, so parents submenus are searched upwards
2016-08-26 21:04:36 +01:00
Klaus Basan
fa4b90c43a
refs #720 , support of filtered data
2016-08-26 21:04:29 +01:00
Klaus Basan
6f61d323c2
refs #720 , improved menu action
...
* show info when DB is not available
* allow to grey out menus (better as hiding them)
2016-08-26 21:04:24 +01:00
Klaus Basan
c1179ed52b
refs #680 , now display CDockWidget context menus in views/info area
2016-06-23 20:13:34 +02:00
Klaus Basan
c39882e5db
refs #649 , further fixes and improvements
...
* call of non-virtual function in ctor
* use getCopy
* return number of merged models
* change current simulator in model set loader (fixes infinite loop: change data -> signal -> change data).
2016-06-08 18:20:59 +02:00
Klaus Basan
4b8ab847a0
refs #661 , added a label/icon to context order menu as proposed in the meeting
2016-06-08 18:20:41 +02:00
Klaus Basan
0ff7791532
refs #661 , info in context menu when force reload is unavailable
...
(KB/RW slack discussion)
2016-06-08 18:20:24 +02:00
Roland Winklmeier
f4c2939253
Fix BlackGui header includes
...
* Include only what is used
* Use forward declaration when possible
* Sorted includes
refs #598
2016-05-20 01:31:11 +02:00
Roland Winklmeier
933271b828
Fix BlackCore header includes
...
* Include only what is used
* Use forward declaration when possible
* Sorted includes
refs #598
2016-05-13 17:06:00 +02:00
Klaus Basan
2da14e3b62
refs #648 , change existing context menus
2016-05-07 20:11:46 +02:00
Klaus Basan
930ebeee30
refs #648 , added a sortable menu action with metadata and changed IMenuDelegate
...
Idea: the menu will be generated as list of menu actions, then finalized before displayed
2016-05-07 20:11:45 +02:00
Klaus Basan
b78308b059
follow up of refs #643 , allow to display icon in overlay window
...
* some optimization to check if icon is available
* menus for context menu
* allow to display icon/image in overlay window
2016-05-05 20:49:17 +02:00
Klaus Basan
abca1fde52
refs #614 , use interfaces from last step to reuse mergeWithDb data in multiple components
...
* adjusted menus
* adjusted loaders and components
2016-04-11 20:22:18 +02:00
Klaus Basan
b1c32dac10
refs #614 , allow to merge own models with vPilot rules (this can be used if no DB data are available yet)
...
* menus
* utility functions
2016-04-11 20:16:05 +02:00
Klaus Basan
5651ec0f80
refs #619 , removed redundant set method for cache in loader
2016-03-30 13:41:59 +02:00
Klaus Basan
7beb5661a3
refs #618 , moved menus to menu subfolder
...
* generated some generic menus which can be reused
* adjusted view base
* new menu to merge with DB data
2016-03-30 13:41:52 +02:00