Klaus Basan
9aebf555bf
refs #497 , added login with settings component and added a small checkbox to enable/disable server debugging
2015-11-19 21:04:51 +00:00
Klaus Basan
5ae502af34
refs #497 Login component integrated with authentication service
2015-11-19 21:04:48 +00:00
Klaus Basan
23856bbc57
Connection guard (detected during #477 )
...
Disconnects Qt signal/slot conenction when destroyed
2015-11-19 21:04:40 +00:00
Klaus Basan
3acf085b92
refs #477 , allow to detect an invisible dock widget parent by using CEnableForDockWidgetInfoArea for the view base
...
(by that I can tell if the parent dock widget is visible)
2015-11-19 21:04:37 +00:00
Klaus Basan
0c94922bd6
refs #501 , compareByPropertyIndex (performance for sort)
2015-11-19 21:04:34 +00:00
Klaus Basan
c83213e25e
fixed naming in guard
2015-11-19 21:04:28 +00:00
Klaus Basan
a0a03d230c
refs #497 login component integrated with settings (GUI)
2015-11-19 21:04:23 +00:00
Klaus Basan
4804d81857
refs #471 , overlay widget for text messages and variant
2015-11-19 21:04:17 +00:00
Klaus Basan
134a725002
refs #497 value objects role/user
...
* created value objects for role/role list and authenticated user
* removed old roles class
2015-11-19 21:04:15 +00:00
Klaus Basan
ac61a3458d
Removed settings context
...
* removed old settings related classes
* moved notifications to BlackMisc::Audio
* added audio settings where needed
refs #464
refs #337
2015-11-19 21:04:06 +00:00
Klaus Basan
ad146069ef
refs #478 , refs #470 updated swift / mapping GUI
...
* allow to display project, env. vars etc. in console
* use setup data cache
* adjust to relocated CNetworkUtils
* remove console for data GUI (noticed during installer tests)
2015-11-19 21:03:50 +00:00
Klaus Basan
166963af5b
refs #478 , setup class used in GUI components
2015-11-19 21:03:42 +00:00
Klaus Basan
1b75f068be
refs #488 , allow to select items in views and clear the console
2015-11-19 21:03:31 +00:00
Klaus Basan
19df8a5d71
refs #478 , CUrl class and moved network utils
...
* moved network utils into network folder
* CUrl / CUrlList as DBus/JSON compliant class for locations
* Added support for selsigned certificates in network utils
2015-11-19 21:03:20 +00:00
Roland Winklmeier
9e9dd95dca
Fix LoadIndicator when loading models synchronously
2015-11-19 21:03:09 +00:00
Roland Winklmeier
94901b7846
refs #487 Finish IAircraftModelLoader::createModelLoader factory method
2015-11-19 21:03:03 +00:00
Mathew Sutcliffe
e4adad45d0
refs #482 Rationalized the copying of files from source tree to build tree.
2015-11-19 21:02:47 +00:00
Mathew Sutcliffe
6b75de0b3f
refs #482 Project files changed to use new qmake feature files and build directory structure.
2015-11-19 21:02:41 +00:00
Mathew Sutcliffe
a6d17efc31
refs #472 Removed static_cast<int> for enums in blackcore, no longer needed.
2015-11-19 21:02:19 +00:00
Mathew Sutcliffe
a7f8b54c43
refs #467 Log files should include debug messages.
2015-11-19 21:02:10 +00:00
Mathew Sutcliffe
f03b24022e
refs #466 Resolved TODO item in GUI.
2015-11-19 21:01:04 +00:00
Mathew Sutcliffe
a0a503599f
refs #479 Fixed mistake in CListModelBase::updateAsync.
2015-11-19 21:00:48 +00:00
Klaus Basan
e534a64d9a
refs #474 , role class so I can start with access rights in mapping GUI
...
Remark: Added upfront, as I need that for the screenshots when writing the BLOG article
2015-11-19 21:00:45 +00:00
Klaus Basan
eaa8339f2b
renamed the GUI components for consistency
2015-11-19 21:00:42 +00:00
Klaus Basan
42304f640b
refs #477 , load indicator appears in wrong place.
...
A first improvement by re-centering it when view becomes visible.
2015-11-19 21:00:40 +00:00
Klaus Basan
6fda875e8f
refs #475 , added a utility class so the load indicator of a view can be triggered from the framing component
2015-11-19 21:00:37 +00:00
Klaus Basan
aa653e0d85
refs #475 , allow to load DB data from disk.
...
* Will allow to load data if DB is not accessible / available
* Also allows to save, so a special set can be saved for testing/forensic.
* fixed status bar, as received data no longer means DB is alive
2015-11-19 21:00:26 +00:00
Klaus Basan
2ba061bbc0
refs #469 , adjusted network context due to changes in signals and METAR naming
2015-11-19 21:00:17 +00:00
Klaus Basan
8827b68b3b
refs #452 signals in reader classes. adjusted METAR reader
...
* renamed to connectDataReadSignal
* removed unused individual signals, e.g. vatsimMetarsRead -> replace by data read signal + entity flag
* added data in METAR class (kept there, not in airspace monitor) -> reader aware
2015-11-19 21:00:15 +00:00
Klaus Basan
2cfd3540b8
refs #469 , renamed flags
...
* db to entity flags as it also features entities not from DB
* Flag enums singular (discussed with MS / slack)
2015-11-19 21:00:13 +00:00
Klaus Basan
3923336da8
refs #452 changes because of the 452 branch, but only possible after merge with master
...
Fixed a gcc (Jenkins) warning along with that
2015-11-19 21:00:10 +00:00
Klaus Basan
c84bc457df
Renamed FSD server function
2015-11-19 21:00:09 +00:00
Klaus Basan
b2d38d24e6
refs #452 Post merge: Fixed includes - without those compilation did not work at my (KB) place
2015-11-19 21:00:07 +00:00
Klaus Basan
c3575a5b41
refs #452 new styles / qss stylesheet
2015-11-19 21:00:03 +00:00
Klaus Basan
6dd160e103
refs #452 adjusted blackgui.pro for new subdirs
2015-11-19 21:00:02 +00:00
Klaus Basan
b7d72d3499
refs #452 the main info area for the mapping tool
2015-11-19 21:00:01 +00:00
Klaus Basan
89ed13276e
refs #452 stash component (preparation, not yet implemented)
...
stashed mappings will be written in one step to DB
2015-11-19 20:59:59 +00:00
Klaus Basan
0a51c0a7b7
refs #452 mapping component where mappings can be performed
2015-11-19 20:59:58 +00:00
Klaus Basan
bcd821812f
refs #452 status bar for web reading
...
* status of load requests
* is swift DB available?
2015-11-19 20:59:57 +00:00
Klaus Basan
fc772c6540
refs #452 updated mapping component in swift GUI
...
* data reloading
* using new view mode
2015-11-19 20:59:56 +00:00
Klaus Basan
18c12db710
refs #452 removed old data mapping component
2015-11-19 20:59:54 +00:00
Klaus Basan
777e3701c6
refs #452 the info area for the DB components
2015-11-19 20:59:53 +00:00
Klaus Basan
008ea14812
refs #452 components for the DB entities
...
* display in view
* filter
2015-11-19 20:59:52 +00:00
Klaus Basan
f29929111b
refs #452 country selector component UI widget
2015-11-19 20:59:50 +00:00
Klaus Basan
cd259259c8
refs #452 airline selector component UI widget
2015-11-19 20:59:49 +00:00
Klaus Basan
2143b20ae5
refs #452 distributor selector component UI widget
2015-11-19 20:59:48 +00:00
Klaus Basan
3bbaecb0d8
refs #452 aircraft ICAO selector GUI widget
2015-11-19 20:59:46 +00:00
Klaus Basan
513eb07a13
refs #452 editors
...
the editors allow to enter data for the different value objects
2015-11-19 20:59:45 +00:00
Klaus Basan
93e6e1d38e
refs #452 filter UI elements
2015-11-19 20:59:44 +00:00
Klaus Basan
35c41156f6
refs #452 simulator selector component
2015-11-19 20:59:42 +00:00