Roland Winklmeier
10810f5003
Explicitly use QTabBar scroll buttons
...
Even though QTabBar's property usesScrollButtons is set to true in Qt
Designer, it is not set explicitly in generated C++ code. The default
value is style dependent, which caused the scroll buttons to be visibile
everywhere except Mac OS/X.
refs #683
2016-08-26 21:05:09 +01:00
Klaus Basan
c0a898c6c9
refs #555 , allow to filter by file name
...
* also allow to filter by color
* and military
2016-08-26 21:05:08 +01:00
Klaus Basan
e3fc72d775
refs #720 , fixed: display all models when only selected models are consolidated
...
* in same step fixed location of error message
* minor renaming
2016-08-26 21:05:06 +01:00
Klaus Basan
da343d81c1
refs #720 , allow to publish when there are errors, but some models pass validation
...
* return valid and invalid models
* return value "success" when there are any valid models
2016-08-26 21:05:02 +01:00
Klaus Basan
d10fe5ad18
refs #728 , hide load indicator when no vPilot rules are loaded
2016-08-26 21:05:01 +01:00
Klaus Basan
364914cc31
refs #720 , file name handling in models
...
* normalize file name before writing to DB
* use local file paths for local models
* display "C" for color liveries
2016-08-26 21:05:00 +01:00
Klaus Basan
1a4b0c5e76
refs #720 , show file name in editor (mapping tool)
2016-08-26 21:04:55 +01:00
Klaus Basan
bb8a0ca3f5
refs #724 , context menu
...
* in stash view data from DB can be removed
* it can be stashed from own model set view too
2016-08-26 21:04:53 +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
017c593b67
refs #723 , reset order when adding models to own model set
2016-08-26 21:04:51 +01:00
Klaus Basan
6b0412d68d
refs #725 , fixed tab orders
2016-08-26 21:04:38 +01:00
Klaus Basan
d65c2dddfb
refs #726 , flight plan fixes
...
* airports as normal 4 character fields
* validation messsage if validation is OK
2016-08-26 21:04:37 +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
227262c2cc
refs #720 , finetuning
...
* show menus even if DB is not present
* avoid selection of too big data set (which takes to long to handle)
* remaining renamings
* show all sims in menu, even if not intalled
2016-08-26 21:04:31 +01:00
Klaus Basan
ecfe4ab1fc
refs #720 , stash component
...
* use centralized consolidation function (removed local duplicate)
* renamings
2016-08-26 21:04:30 +01:00
Klaus Basan
fa4b90c43a
refs #720 , support of filtered data
2016-08-26 21:04:29 +01:00
Klaus Basan
a9464ef537
refs #720 , use interfaces directly with component
...
(menus functions can directly update data)
2016-08-26 21:04:28 +01:00
Klaus Basan
c591fe2517
refs #720 , force reload of DB data loads directly from DB
2016-08-26 21:04:27 +01:00
Klaus Basan
c5dc61d64f
refs #720 , renaming in writer
2016-08-26 21:04:26 +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
1167735897
refs #720 , adjusted exposed functions to new naming
...
* some minor formatting
* use the new condolidation functions
2016-08-26 21:04:23 +01:00
Klaus Basan
d9a35563e3
refs #720 , allow to filter by DB data
...
* tristate checkboxes
* can hide count element
* tab order
2016-08-26 21:04:22 +01:00
Roland Winklmeier
78eeecf052
Make crash dump uploading configurable
...
refs #490
2016-08-09 17:52:10 +02:00
Mathew Sutcliffe
0ae1e70923
refs #697 Data cache traits renamed with T prefix.
2016-08-03 02:20:27 +01:00
Mathew Sutcliffe
7a34cc6d9a
refs #697 BlackCore settings renamed and reorganized.
2016-08-03 02:19:11 +01:00
Mathew Sutcliffe
8275b0d9bf
refs #697 BlackMisc settings renamed and reorganized.
2016-08-03 02:19:08 +01:00
Klaus Basan
862a84b661
refs #697 , BlackGui settings renamed
2016-08-01 16:48:48 +02:00
Klaus Basan
8013a6ac9c
refs #716 , UI component for simulator message (what messages to relay to simulator)
...
* component itself
* integrate in tab panel
* minor UI adjustmenets
2016-08-01 15:51:58 +02:00
Klaus Basan
e2c3857b6b
Stylesheet: Improved selector for QScrollArea
2016-07-28 21:08:29 +02:00
Klaus Basan
dc3f803762
refs #712 , min.height for status bar avoids jittering (when undocked) and fixed tab order for cockpit
2016-07-28 21:08:27 +02:00
Klaus Basan
c4d9ab06be
refs #712 , airline icons in pilot client
2016-07-28 21:08:26 +02:00
Klaus Basan
e2f8f097e0
refs #712 , completers and load from disk for flight plan
2016-07-28 21:08:26 +02:00
Klaus Basan
7aed12d871
refs #692 , only save data for successful login to VATSIM
2016-07-28 21:08:23 +02:00
Klaus Basan
435f345cc6
refs #709 , launcher GUI finetuning
...
* don`t always init caches, only when needed
* init caches when component is 1st displayed
* smaller LEDs
2016-07-28 21:08:21 +02:00
Klaus Basan
31921f34ef
refs #709 , use load indicator for load overview
...
(indicating reloading)
2016-07-28 21:08:19 +02:00
Klaus Basan
10a1fcebf7
refs #709 , load info GUI component
2016-07-28 21:08:16 +02:00
Klaus Basan
876b4c9c22
refs #709 , smaller version of status bar component
2016-07-28 21:08:15 +02:00
Klaus Basan
0db94de97d
Doxygen snippet marker
2016-07-28 21:08:11 +02:00
Roland Winklmeier
06d858c57f
Change installer directory "data" to "share"
...
refs #671
2016-07-15 21:06:57 +02:00
Klaus Basan
26c2117d65
Improved treeview representation
2016-07-14 18:49:32 +02:00
Klaus Basan
f9c36d0a99
Improved automatic reloading of altered stylesheets
2016-07-14 18:49:31 +02:00
Klaus Basan
0048384f8c
Cockpit UI finetuning
2016-07-14 18:49:31 +02:00
Klaus Basan
83ff4cb3cf
refs #707 , adjusted matcher GUI (added callsign)
2016-07-14 18:49:28 +02:00
Klaus Basan
a5aed9b346
GUI improvements found during #707
...
* logs only screen in core as default
* find top window, only use Qt::WA_TranslucentBackground on top level (Qt 5.6.1)
* correct presize when insert
* resize ATC when first station is added
2016-07-14 18:49:25 +02:00
Klaus Basan
20f335c0bc
refs #707 , adjusted list model base
...
* allow property for line numbers
* compare for ATC stations
2016-07-14 18:49:18 +02:00
Klaus Basan
64fa88da72
refs #707 , renamed to FSInn / FSInnData
2016-07-14 18:49:17 +02:00
Klaus Basan
caa6947ff9
refs #707 , added line number to HTML output
2016-07-14 18:49:16 +02:00
Klaus Basan
86d85c6b60
refs #707 , removed originator from some signatures
...
* not used in remote aircraft provider
* adjusted all using interfaces
2016-07-14 18:49:15 +02:00
Klaus Basan
b959972e0c
refs #707 , refactoring geo interfaces
...
* added compare functions (also to ATC list)
* renamed to relative position, e.g. station.setRelativeDistance
* delegate set/get/compare to correct interface
2016-07-14 18:49:13 +02:00
Klaus Basan
64cee7fba8
refs #706 , callsign to airline plus testing resulting in multiple smaller improvements (refs #707 )
...
* added functions to callsign / callsign list
* used in aircraft matcher
* also resolve std.livery in matcher
* also allow to find aircraft ICAO designator ending with string (e.g. 737 for B737)
* renamed CAircraftMatcher::reverseLookup -> CAircraftMatcher::reverselLookupModel
* threadsafe isInRange (CAIrspaceMonitor)
2016-07-14 18:49:12 +02:00