Commit Graph

5291 Commits

Author SHA1 Message Date
Klaus Basan
6445444fbf Ref T203, utility functions for URL 2017-12-21 19:48:03 +01:00
Klaus Basan
16a4731389 Ref T203, added folder icons 2017-12-21 19:48:00 +01:00
Klaus Basan
c2149f00ac Ref T203, unit test for icon index 2017-12-21 19:47:56 +01:00
Klaus Basan
103e55554e Ref T203, fixed missing icons and order in icon list 2017-12-21 19:47:53 +01:00
Klaus Basan
881304dc2f Ref T203, OS icons
(icons from wikipedia marked as public domain)
2017-12-21 19:47:48 +01:00
Klaus Basan
6374e5e10a Some formatting like "this->m_" => "m_"
During Ref T203
2017-12-21 19:47:46 +01:00
Klaus Basan
0dc6b63ba5 Ref T201, info component
* removed private signal, no longer needed as a newer signature does not require an input signal
* timestamp format
* fixed !entities.testFlag
2017-12-21 19:47:43 +01:00
Klaus Basan
12b2bc4181 Ref T201, fixes for info object overview
* more detailed log info
* sort info objects so the correct value is obtained ("raw" names)
* check both "duplicate" strings
2017-12-21 19:47:41 +01:00
Klaus Basan
909342e172 Ref T201, formatting 2017-12-21 19:47:39 +01:00
Klaus Basan
961ef9e4ed Ref T189, shortcuts still need legacy slots 2017-12-21 19:47:36 +01:00
Klaus Basan
520d79edb5 Updated credits 2017-12-21 19:47:34 +01:00
Klaus Basan
162c3d07b5 Ref T189, formatting (some slots -> private + this->m_ ->m_) 2017-12-21 19:47:32 +01:00
Klaus Basan
c79b587a23 Ref T189, use blink to indicate reading
SetOn with reset time is now private
2017-12-21 19:47:29 +01:00
Klaus Basan
7961a41c6a Ref T189, added missing state so LEDs switch off 2017-12-21 19:47:27 +01:00
Klaus Basan
da6930a7b4 Ref T189, database reader renamings / status renamings
* plural "entities" where multiple values can occur
* LED member renamings
2017-12-21 19:47:25 +01:00
Klaus Basan
c22a4a8430 Ref T189, use em instead of ex (seems to solve margin overflow)
Also indicate disabled CDBusServerAddressSelector
2017-12-21 19:47:22 +01:00
Klaus Basan
5e3fdf499f Ref T195, launcher uses CDBusServerAddressSelector::editingFinished 2017-12-21 19:47:20 +01:00
Klaus Basan
c54bd821c0 swift launcher formatting 2017-12-21 19:47:17 +01:00
Klaus Basan
6d4d71755c Ref T195, DBus address selector UI improved
* session bus can be disabled
* signal when edit is completed
2017-12-21 19:47:15 +01:00
Klaus Basan
b438f2ea17 Minor UI adjustment 2017-12-21 19:47:12 +01:00
Klaus Basan
7027ba7d77 Delete registrations: https://swift-project.slack.com/archives/C04J6J76N/p1511119242000011
Follow up of Refs #413
2017-12-21 19:47:09 +01:00
Klaus Basan
7813dbb259 Ref T192, register metadata 2017-12-21 19:47:06 +01:00
Klaus Basan
93909171b6 Ref T192, init for P2P via CDBusServer::coreServiceName(connection) 2017-12-21 19:47:03 +01:00
Klaus Basan
d2b84af1b6 Ref T192, use BLACK_VERIFY 2017-12-21 19:47:00 +01:00
Klaus Basan
cc35619bbe Ref T192, onConnectionTerminated was never fired and hence removed 2017-12-21 19:46:57 +01:00
Klaus Basan
bb7f38face Ref T192, formatting ATC component (no private slots) 2017-12-21 19:46:54 +01:00
Klaus Basan
9cb06c4d56 Ref T192, DBus utility functions, Service name empty for P2P 2017-12-21 19:46:51 +01:00
Klaus Basan
c3f3a30b35 Ref T192, parser finds illegal cmd argument combinations 2017-12-21 19:46:48 +01:00
Klaus Basan
9f889bfce7 Ref T192, case insensitive name check 2017-12-21 19:46:45 +01:00
Klaus Basan
2c2e850668 Ref T192, improved display/log of DBus connection
* log level
* more detailed messages
2017-12-21 19:46:42 +01:00
Klaus Basan
9375a27c92 Ref T192, Q_ASSERT (just in case) 2017-12-21 19:46:39 +01:00
Klaus Basan
12667bca12 Ref T189, allow to set main window (injection)
In swift UI applications we init the main window explicitly, no need afterwars to search for it
2017-12-21 19:46:36 +01:00
Klaus Basan
63fbeecc00 Ref T192, formatting and minor tweaks 2017-12-21 19:46:33 +01:00
Klaus Basan
1386fcd0db Ref T192, fqn for status enum 2017-12-21 19:46:29 +01:00
Klaus Basan
26c6172816 Ref T197, doxygen fixes
"spooky action at a distance"
https://swift-project.slack.com/archives/G7GD2UP9C/p1510941452000072
2017-12-21 19:46:26 +01:00
Klaus Basan
8b55bcc178 Ref T197, adjusted emulated driver 2017-12-21 19:46:23 +01:00
Klaus Basan
d77200a49a Ref T197, emulated driver dialog can update title 2017-12-21 19:46:20 +01:00
Klaus Basan
8e761f35f1 Ref T197, simulator info
* CSimulatorInfo only initialized once and not over and over again in plugin info
* getSimulatorInfo() no longer virtual, as we can access the member CSimulatorInfo directly
* display exact simualtor in FSX/P3D driver
* renamed to identifierToSimulator and fixed typo "Identifier"
2017-12-21 19:46:17 +01:00
Klaus Basan
c5f57a6bd1 Ref T197, P3D x86 build
* pro files
* description
2017-12-21 19:46:14 +01:00
Klaus Basan
ff963d7d39 Ref T195, warning if interpolator situation is invalid 2017-12-21 19:46:11 +01:00
Klaus Basan
f9c7ce0ea8 Ref T189, DWORD is unsigned 2017-12-21 19:46:08 +01:00
Klaus Basan
bce79a424d Ref T195, core settings UI improvements
* hide "?" (help)
* spacers
2017-12-21 19:46:05 +01:00
Klaus Basan
b7690ba919 Ref T195, improved core UI
* removed start/stop
* added restart
* use DBus UI component
* show info about audio
2017-12-21 19:46:02 +01:00
Klaus Basan
35e6dbda67 Ref T195, launcher uses DBus UI component and new application arguments functions 2017-12-21 19:45:59 +01:00
Klaus Basan
f33c198d5d Ref T195, application restart functions
* allow to get current arguments joined with new ones
* removed old inheritedArguments function
* unregisterAsRunning (for restart)
* restart function
2017-12-21 19:45:55 +01:00
Klaus Basan
948a0c1eee Ref T195, DBus address selector UI to be used with launcher and core UI 2017-12-21 19:45:52 +01:00
Klaus Basan
25df9ce720 Ref T195, log category ctor for single element 2017-12-21 19:45:49 +01:00
Klaus Basan
8103df18f7 Ref T195, formatting 2017-12-21 19:45:46 +01:00
Klaus Basan
424d748f25 Ref T195, DBus server utility function 2017-12-21 19:45:43 +01:00
Klaus Basan
31237b758e Ref T195, audio utility function 2017-12-21 19:45:41 +01:00