Commit Graph

1349 Commits

Author SHA1 Message Date
Mathew Sutcliffe
69b75ad265 refs #555 Fixed egregious copypaste mistake
*%{font-size:16pt}😠%*
2017-04-19 19:31:34 +01:00
Klaus Basan
53a021de78 refs #935, set opacity of main window when wizard is active
https://dev.vatsim-germany.org/issues/935#note-5
2017-04-19 19:31:25 +01:00
Klaus Basan
07db0732ed refs #935, showHelp function, so other widgets can invoke help 2017-04-19 19:31:23 +01:00
Klaus Basan
7907dff967 refs #935, refs #936 utility function to set OS specific properties
this can be used in qss selectors
2017-04-19 19:31:22 +01:00
Klaus Basan
197560c3c3 refs #935, stylesheet 2017-04-19 19:31:20 +01:00
Klaus Basan
f69c1e7c3f refs #935, adjusted 4th segment of version to timestamp since 2010
slack discussion/meeting 20170413
2017-04-19 19:31:14 +01:00
Roland Winklmeier
6e6fb1f9a8 Workaround transparent style issues on Mac OS 2017-04-19 19:31:11 +01:00
Roland Winklmeier
4076722aab Generate fonts.qss dynamically during build
The static font size and weight looked odd on Mac OS.
QSS does not support different platform specific styles. Hence the platform
scopes had to be added to blackgui.pro and fonts.qss generated during
build process.

refs 936
2017-04-19 19:31:09 +01:00
Klaus Basan
269ecadf7d refs #935, hack to fix QWizardPage style as stylesheet selection does not work 2017-04-19 19:31:06 +01:00
Klaus Basan
be24d069fe refs #935, resizing for message frame
also avoid showing overlay message too soon (ie when not full initialized)
2017-04-19 19:31:03 +01:00
Klaus Basan
f2d89bf56c Fixed misc. things for bootstrap file/reader
* added help URL
* added swift map URL
* fixed typo for crash report server
* added more failover servers
2017-04-19 19:30:58 +01:00
Klaus Basan
b13eb16d51 Log.copied files in copy config component 2017-04-18 00:08:50 +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
45f0cea083 refs #933, UI for MCX setup 2017-04-18 00:08:39 +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
78c618e589 Allow to add to model set from stash 2017-04-18 00:08:23 +01:00
Klaus Basan
eec33847b2 UI layout mapping form 2017-04-18 00:08:20 +01:00
Klaus Basan
8143add432 Show distribution file URL in distribution component (tooltip) 2017-04-18 00:08:14 +01:00
Klaus Basan
5ab1ae7193 refs #902, refs #887, avoid oversize combobox 2017-04-18 00:07:37 +01:00
Klaus Basan
0f57385325 refs #902, qss GroupBox margin 2017-04-18 00:07:34 +01:00
Klaus Basan
6863bf2937 refs #927, linked button with component 2017-04-18 00:07:22 +01:00
Klaus Basan
81caa32003 refs #927, streamlined audio/audio setup component 2017-04-18 00:07:20 +01:00
Klaus Basan
05761b6e07 refs #927, added audio button in keypad area 2017-04-18 00:07:17 +01:00
Klaus Basan
ec297d5838 Formatting, typos 2017-04-18 00:06:53 +01:00
Klaus Basan
9eb67edddf refs #921, avoid issue when called during shutdown 2017-04-18 00:06:50 +01:00
Klaus Basan
83a80bf739 refs #921, moved distribution info UI into an own component 2017-04-18 00:06:40 +01:00
Klaus Basan
cbf69d9847 refs #921, remove UpdateInfo class (now distribution list) 2017-04-18 00:06:37 +01:00
Klaus Basan
929e2883d0 refs #921, renaming follow ups 2017-04-18 00:06:34 +01:00
Klaus Basan
e787d50e47 refs #923, use CVariant JSON to load/save flight plan 2017-04-18 00:06:22 +01:00
Klaus Basan
ff4b37b3fe refs #923, use CVariant JSON to load/save from view 2017-04-18 00:06:19 +01:00
Klaus Basan
864e64e295 refs #911, shortcut for cut/copy
* changed unselect
* use CTRL+C for copy
2017-04-18 00:06:17 +01:00
Klaus Basan
08f8916344 refs #922, refs #911, JSON cut/copy/paste
* utility function for CVariant
* use CVariant for cut/copy/paste
2017-04-18 00:06:15 +01:00
Mathew Sutcliffe
5ba438699f CManagedStatusBar: don't display a message if already displaying one with a higher severity. 2017-04-18 00:06:13 +01:00
Roland Winklmeier
0eaab1753d Unload simulator driver when unchecked in settings
refs #909
2017-04-18 00:06:01 +01:00
Klaus Basan
102a0d51a0 Added BLACK_VERIFY 2017-04-18 00:05:43 +01:00
Klaus Basan
46521c5560 refs #911, copy menu 2017-04-18 00:05:41 +01:00
Klaus Basan
fc3a36512e refs #911, paste support in forms
* added paste icon
* base class utility functions
* implemented paste for livery, airline and aircraft ICAO
2017-04-18 00:05:38 +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
6c752b81f5 Formatting #911 2017-04-18 00:05:31 +01:00
Klaus Basan
a5946e1727 refs #911, load indicator for login component 2017-04-18 00:05:27 +01:00
Klaus Basan
24af0f044f refs #911, utility class to easily enable class for load indicator
and used it with CDbLoadOverviewComponent
2017-04-18 00:05:25 +01:00
Klaus Basan
cc1fd0e868 refs #911, allow to enter id for airline and aircraft ICAO 2017-04-18 00:05:22 +01:00
Klaus Basan
317b52a00b refs #911, livery form fixed
* search buttons in select mode
* id can be entered
2017-04-18 00:05:20 +01:00
Klaus Basan
b0fe4ce930 refs #911, allow to set model dir relative to simulator directory
* utility functions in simulator info
* and fscommonutil
* and button in UI to set default
2017-04-18 00:05:15 +01:00
Klaus Basan
e8eb652cfd refs #906, changed concept
* no longer delete .rev file
* restrict number of caches which can be copied: only some cache like the models and modelset need to be copied
* use cache traits to create entries in .rev file by using the high level API
* made some functions private
2017-04-18 00:05:13 +01:00
Klaus Basan
9ee0b173c6 refs #906, wizard improvements
* fixed text
* only init copy wizard when using "back" button
2017-04-18 00:05:11 +01:00
Klaus Basan
6825524025 Improved status message filtering
* avoid re-init of widget if already initialized
* allow icons instead of text for severity radio buttons
* changing severity filter directly triggers new filtering
* use icon for new button
* init this->showFilterBar() as default (otherwise not functional)
* widths for filter bar buttons
2017-04-18 00:04:59 +01:00
Klaus Basan
3575eed37b refs #912, static utility function lastStepSkipped for configuration wizard 2017-04-18 00:04:56 +01:00