Klaus Basan
7c2a3e4142
Launcher Tools Page for utilities which may be helpful
...
* merged about/news
* tools page
2019-09-16 22:40:24 +01:00
Klaus Basan
122aa17431
Application in "window reset" mode
2019-09-16 20:29:48 +01:00
Klaus Basan
ad22d8b45b
Fixed "window on top"
...
* do not show navigator
* no longer "on top" does not mean "on bottom"
* Qt::QueuedConnection
2019-09-16 20:29:40 +01:00
Klaus Basan
9a3ef1e82e
Approach to handle the restoreGeometry/State crash
...
* use CLogSubscriber to "catch" the issue (log handler "catching" the ASSERT)
* restart message box
2019-05-13 11:20:49 +02:00
Klaus Basan
ce534d2536
Allow to reset window size from launcher
2019-05-13 11:20:49 +02:00
Klaus Basan
8d32345849
Disable shortcut
2019-05-13 11:20:48 +02:00
Klaus Basan
242d6137e5
Avoid crash when accessing the main windget position
2019-05-13 11:20:47 +02:00
Klaus Basan
b093d02f49
Bring a modal window back to front when opening a dialog
...
Otherwise it can happen the modal window in background blocks the other UI.
2019-05-13 11:20:39 +02:00
Klaus Basan
1af80575b7
Do not show context help if widget is visible
...
That would trigger help twice/multiple times
2019-05-13 11:20:38 +02:00
Klaus Basan
4ed0d6befd
Style
2019-05-13 11:20:38 +02:00
Klaus Basan
bfed07fbc7
Allow to display the bootstrap and info files (for debugging)
2019-05-13 11:20:34 +02:00
Klaus Basan
4a3107d054
Re-Enable changing style
2019-05-13 11:20:34 +02:00
Klaus Basan
42af7e4e9f
Avoid the style change crash. This is a temp.workaround until we know how to avoid it, but the usability impact can be neglected
...
Changing the style takes very long anyway and is a bit fault even if it works.
2019-04-11 22:12:20 +01:00
Klaus Basan
6f1fb20b1c
Ref T596, do not call shutdown if close is called, as close already calls shutdown
2019-04-11 22:12:19 +01:00
Klaus Basan
5626b28ddc
Fixed typo not setting the new, but still the old style
...
* Crashes if the style is changed when the UI is fully initialized
* Still needs to be fixed
* Crashes are random
2019-04-11 22:12:19 +01:00
Klaus Basan
77acffb73e
Fixed crash when changing UI style (fusion, ...)
...
* use overloaded function with string directly
* Qt::QueuedConnection
The old version looked correct to me, nevertheless it did always crash
2019-04-11 22:12:11 +01:00
Klaus Basan
28d9e98e38
Minor dock widget related tweaks
2019-04-11 22:12:08 +01:00
Klaus Basan
bd1ef5dfea
Use "myself" QPointer with "sGui->processEventsToRefreshGui"
...
Rational: during "sGui->processEventsToRefreshGui" object can be deleted
2019-04-11 22:11:32 +01:00
Mat Sutcliffe
e9a4c49d68
Ref T547 Update license masthead in all source code files.
2019-02-22 20:36:43 +00:00
Klaus Basan
bbaa9577b8
Fixed warnings/improved displayInOverlay handing
2019-02-22 20:35:42 +00:00
Klaus Basan
400a8fc2a8
Splash screen messages for web data services
2019-02-22 20:35:01 +00:00
Mat Sutcliffe
225ff81252
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
2019-02-22 20:34:55 +00:00
Klaus Basan
e7a807efdf
Allow text messages on the splash screen, currently used with setup reader
2019-02-22 20:24:00 +00:00
Mat Sutcliffe
d6b5dca6b2
Return a default-constructed QString instead of implicitly converting an empty string literal.
2019-02-22 20:23:49 +00:00
Mat Sutcliffe
6c05c5249d
When calling arg() on a QString constructed from a literal, use QStringLiteral.
2019-02-22 20:23:47 +00:00
Mat Sutcliffe
ace7650ebe
Ref T480 No need for QStringLiteral when concatenating with %, use UTF-16 string literals.
2019-02-22 20:23:46 +00:00
Mat Sutcliffe
8979b5257e
Fixed clazy warnings: returning void expression.
2019-02-22 20:23:34 +00:00
Klaus Basan
08495a7854
Ref T447, utility function to set on top flag
...
Also a signal when "always on top" was triggered
2018-12-11 09:00:15 +01:00
Klaus Basan
6ebb2ee502
Ref T447, toggleStayOnTop for CGuiApplication
2018-12-10 03:41:16 +01:00
Klaus Basan
42af510342
Check for minimum mapping version
...
* check functions in gui application/application
* check for instance mapping wizard
* check on mapping tool's stashing component
2018-12-05 04:03:59 +01:00
Klaus Basan
0b2d3c3f05
Utility function for screen geometry
2018-11-22 19:54:51 +01:00
Klaus Basan
c52101709a
Ref T408, function to append extra info to title
2018-11-04 17:42:44 +01:00
Klaus Basan
1fbe914cdc
Ref T367, Ref T400 global setup loading dialog adjustments
...
* little delay before retry is triggered
* check for sGui
2018-11-04 17:42:41 +01:00
Klaus Basan
ffc903de34
Ref T367, Ref T400 style
2018-11-04 17:42:41 +01:00
Klaus Basan
400ca612e2
Reset windows size by pressing Shift+Alt
2018-10-05 17:39:57 +02:00
Klaus Basan
ff2f653aae
Style
2018-09-23 20:12:27 +02:00
Klaus Basan
c0ea2d4c14
Style: double instead of qreal
2018-08-16 14:33:55 +02:00
Klaus Basan
755455e8a4
Style, in CGuiApplication sGui can be used as guard (no QPointer needed)
2018-08-16 14:33:54 +02:00
Klaus Basan
0327776edd
Ref T295, based on bug report of RP (no WIFI detected) creating a network report
...
* network report when starting swift
* also ignore inactive configs when checking for "the bearer bug"
references:
https://stackoverflow.com/questions/51824242/disable-qt-bearer-management-at-runtime
https://swift-project.slack.com/archives/G7GD2UP9C/p1534181224000115
https://swift-project.slack.com/archives/G96QTUBEG/p1534162173000320
2018-08-16 14:33:52 +02:00
Klaus Basan
34842080da
Ref T304, use exception free JSON functions to copy settings
2018-08-13 23:52:40 +02:00
Klaus Basan
4ca6bb11aa
Style change signals used Qt::QueuedConnection
2018-07-31 01:43:38 +02:00
Klaus Basan
1b8e79f77b
Improved context sensitive help
...
- create utilty function CGuiApplication::triggerShowHelp
- this function also uses "QWhatsThis::leaveWhatsThisMode" which solves the problem that the help was not properly called a 2nd time
- adjusted using classes
2018-07-13 18:12:23 +02:00
Klaus Basan
40582fcf59
Some smaller fixes in prephase of T285
2018-06-27 12:49:15 +02:00
Klaus Basan
86d02716a2
Allow to scale GUI on high DPI screens
2018-05-25 21:35:12 +02:00
Klaus Basan
7965f67455
Ref T264, better display of other installed swift versions
...
* improved CApplicationInfo, added property support
* renamed functions
2018-05-22 13:20:13 +02:00
Klaus Basan
35d78b641a
Fix clang warnings as discussed here: https://swift-project.slack.com/archives/G7GD2UP9C/p1526463295000266
...
Reported in CLANG test build here: https://build.swift-project.org/job/macos_test_job/4/warnings10Result/
2018-05-22 13:20:02 +02:00
Klaus Basan
2dc2d94b53
Ref T264, minor screen size adjustments
2018-05-12 21:40:15 +02:00
Klaus Basan
d6fd53287f
Improved graceful shutdown, added "m_shutdownInProgress"
...
* no assert when wait is called in same thread, just ignore wait
* quitAndWait readers, also works if not already noved in new thread (see above)
2018-04-13 23:36:49 +02:00
Klaus Basan
67d3621dfe
Ref T131, added missing signature for messages
2018-04-05 02:53:47 +02:00
Klaus Basan
9781f106ad
Minor UI fix (renaming)
2018-01-30 23:34:08 +01:00