Commit Graph

1457 Commits

Author SHA1 Message Date
Klaus Basan
c311e4974b refs #335, removed sample GUI2, no longer needed 2014-11-30 00:53:41 +01:00
Klaus Basan
5edc55222d refs #335, adjusted main window
* removed keypad, now component
* removed simulator logic, now in component
* shifted audio logic to cockpit component
2014-11-30 00:53:39 +01:00
Klaus Basan
3c223b2416 refs #335, adjusted main info area
* improved include file
* removed unused method
* getter for cockpit
2014-11-30 00:53:36 +01:00
Klaus Basan
858e8895d8 refs #335, improved cockpit
* support for squawk ident
* enable for runtime
* LEDs showing right state when connected to voice room
2014-11-30 00:53:34 +01:00
Klaus Basan
3351791016 refs #335, implemented the functionality for main keypad area,
old keypad was removed from main window
2014-11-30 00:53:31 +01:00
Klaus Basan
e45087c933 refs #335, shifted simulator update from main window into component 2014-11-30 00:53:28 +01:00
Klaus Basan
c350744a87 refs #335, made transponder code a own spinbox class for better formatting 2014-11-30 00:53:26 +01:00
Klaus Basan
43ecc238ed refs #335, Minor tweaks:
* Formatting
* renaming
* fixed some issues of cppcheck
* new icons
* smooth scrolling in views, stretching for few columns
* fixed start timer in updatetimer
* background colors of some LEDs
2014-11-30 00:53:23 +01:00
Klaus Basan
a9768566e6 refs #335, adjusted main window
* info areas in main window
* renaming
2014-11-30 00:53:21 +01:00
Klaus Basan
67f0c22f09 refs #335, added mute / volume functions for infobarstatus 2014-11-30 00:53:18 +01:00
Klaus Basan
fa60703a1d refs #335, added functionality for com components
* set COM unit values
* set values in context
2014-11-30 00:53:15 +01:00
Klaus Basan
48741c218f refs #335, changed info areas, obtain actions for main menu 2014-11-30 00:53:13 +01:00
Klaus Basan
11521b2f47 refs #335, added functions for windows platform / mixer 2014-11-30 00:53:10 +01:00
Klaus Basan
e1647cd8fd refs #335, volume and mute functions
* refs #339, in the same step fixed delete
2014-11-30 00:53:08 +01:00
Klaus Basan
efb89dd7be Renaming to ..component*
* mainkeypadareacomponent
* audiovolumecomponent
* audiosetupcomponent
2014-11-30 00:53:05 +01:00
Klaus Basan
11e9b37326 Formatting 2014-11-30 00:53:03 +01:00
Klaus Basan
6f8d85e864 refs #335, GUI finetuning
* combo boxes, size model changed - fixes the issue with the settings exceeding the boundaries
* main window can be minimized
* renaming the main page
* style sheet
2014-11-30 00:53:00 +01:00
Klaus Basan
216b9f170d refs #335 disable context logging to console in swiftgui_std 2014-11-30 00:52:53 +01:00
Klaus Basan
73eee7af1e refs #335, made audio setup a component so it can be used in settings and cockpit 2014-11-30 00:52:47 +01:00
Klaus Basan
ccf308eda1 refs #335, updated GUI layout and style sheet 2014-11-30 00:52:45 +01:00
Klaus Basan
7c5729ff44 refs #335 show / hide bar 2014-11-30 00:52:42 +01:00
Klaus Basan
7028bcf66a refs #335, cockpit component:
* COM unit
* show / hide bar
* info area (nested)
2014-11-30 00:52:39 +01:00
Klaus Basan
fc4fb23b91 refs #335, nested menu for dockwidgetinfoarea,
parent info areas can be accessed
2014-11-30 00:52:37 +01:00
Klaus Basan
6e332683b1 refs #335, updated dock widget
* removed unused methods
* added toggleVisibility
* renamed slot
2014-11-30 00:52:34 +01:00
Klaus Basan
3617fcdfec refs #335, improved infoarea
* changed from index to "name based" tabs, allows to change order
* renamed misc. vars, members
* removed unused methods
* set current tab by widget
2014-11-30 00:52:27 +01:00
Klaus Basan
c2a335977b refs #335, improved voice room component
* slots for URLs
* connect signal/slots
* enabled for runtime
2014-11-30 00:52:15 +01:00
Klaus Basan
3c4fc76094 refs #335, renaming 2014-11-30 00:52:12 +01:00
Klaus Basan
e6a5e2960f refs #335, changed info areas
* remove unused methods
* changed ui, preferred size and such
* changed ctor for CEnableForDockWidgetInfoArea and made setParentDockWidgetInfoArea virtual
* adjusted derived classes ctor
* added enum and area methods for cockpitinfoarea
2014-11-30 00:52:10 +01:00
Klaus Basan
594df164a2 * Remove unused members. Re-added by mistake during merge.
Discussed here: https://dev.vatsim-germany.org/boards/22/topics/2124?r=2138#message-2138
2014-11-30 00:52:02 +01:00
Klaus Basan
5a623c530d refs #335, voice room component in new cockpit 2014-11-29 22:38:59 +01:00
Klaus Basan
6d01376e37 fixed paintEvent 2014-11-29 22:38:56 +01:00
Klaus Basan
df5169ee98 refs #335, renaming
* the term "components" will only be used for GUI components (derived from QWidget/ QWidget derived classes) fron now on
* timer, and enabler classes renamed accordingly: CEnableForRuntime, CEnableForDockWidgetInfoArea, CUpdateTimer
* adjusted all dependent classes
2014-11-29 22:38:53 +01:00
Klaus Basan
bb8b515c87 refs #335, changed ui to QScopedPointer 2014-11-29 22:38:51 +01:00
Klaus Basan
5eaaf70fcd refs #335, renamed enums in Application context
component means something different in GUI, renamed to application
2014-11-29 22:38:48 +01:00
Klaus Basan
678cc2e0cc refs #335, adjusted member init in main window 2014-11-29 22:38:45 +01:00
Klaus Basan
cd7e2f6f72 refs #335, findParentInfoAreas method to allow nested context menus 2014-11-29 22:38:42 +01:00
Klaus Basan
9452ff10c9 refs #335, preparation for new cockpit
* allow nested info areas
* added cockpit info area
* fixed several finder methods to excluded nested info areas from child elements
* using QScopedPointer for ui
* placeholder GUI components for new cockpit
2014-11-29 22:38:40 +01:00
Klaus Basan
b0f01a3ec6 refs #335, formatting, member initialization, new icons, remove redundant methods 2014-11-29 22:38:37 +01:00
Klaus Basan
c965fbb785 refs #335, style sheet fixes / improvements and support methods
style sheets:
* style sheets with background textures
* scroll area / toolbox style sheet fix
* floating dock widgets
* kept 1st version of stylesheets in backup directory
* removed maininfoarea stylesheet, no longer needed with fixed style sheet

code
* central paintEvent method to enable style sheets in derived widgets
* detect frameless windows, dynamic properties
2014-11-29 22:38:34 +01:00
Klaus Basan
65c2ed9db4 refs #335, new icons, textures / placeholders 2014-11-22 19:13:59 +01:00
Mathew Sutcliffe
620e8a7752 Fixed MinGW warning emitted when optimizations are enabled. 2014-11-21 01:37:00 +00:00
Mathew Sutcliffe
ff3b7fb2d6 MinGW debug build: enabled optimizations which don't interfere with debugging. This improves linker performance by reducing the size of the object files. 2014-11-21 01:35:45 +00:00
Mathew Sutcliffe
b43d631697 One more cppcheck warning. 2014-11-18 01:19:51 +00:00
Mathew Sutcliffe
4f342fade6 Fixed cppcheck warnings. 2014-11-16 23:05:38 +00:00
Mathew Sutcliffe
2cda546ceb Fixed Clang warnings. 2014-11-16 21:36:35 +00:00
Mathew Sutcliffe
9b06bb1a1e Fix for CListModelBase::at to support classes with defaulted (C++11 §8.4.2/4) default constructors. 2014-11-16 13:51:54 +00:00
Mathew Sutcliffe
60e1f306f6 Fix for CRange::frontOrDefault to support classes with defaulted (C++11 §8.4.2/4) default constructors. 2014-11-15 13:34:35 +00:00
Mathew Sutcliffe
8a3ba8bbed Fixed failing tests. refs #345 2014-11-15 02:28:39 +00:00
Mathew Sutcliffe
ac9960d615 Refine header includes to improve build times. 2014-11-14 15:39:02 +00:00
Mathew Sutcliffe
2a9c1e70c9 Fix for Jenkins build. refs #345 2014-11-14 15:38:41 +00:00