wmayer
c3fb5edc41
allow to define custom background images
2019-03-06 11:09:14 +01:00
wmayer
2e8412f684
fix position of version number in splash screen
2019-02-20 14:05:13 +01:00
wmayer
b29209d523
enhance capabilities to render text in splashscreen
2019-02-12 13:09:51 +01:00
Mateusz Skowroński
317bcd59c9
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy!
2019-02-11 15:39:14 +01:00
wmayer
af36a78f7f
harmonize settings for DAGView with other dockable windows
2018-11-15 10:58:14 +01:00
wmayer
d86c83d6c5
Enable again the standalone tree and property view by default
2018-11-15 10:24:53 +01:00
wmayer
3d8b815834
by default disable old tree view & property view
2018-11-09 17:44:51 +01:00
wmayer
f898eafd64
move from deprecated boost.signals to boost.signals2 library
2018-10-30 19:09:03 +01:00
mwganson
876c65157d
issue 3443, suppress generation of new document when documents are loaded via command line
2018-10-07 23:27:44 +02:00
wmayer
c8cfc15e3c
fix build failure on Linux
2018-09-15 21:38:15 +02:00
wmayer
f809a50be8
when loading file by drag and drop then create the objects in the active document
...
if no document exists then use i18n to translate the document name
2018-09-15 19:14:46 +02:00
wmayer
3b9a9e02bc
close all top-level widgets when about to quit event loop
2018-09-10 12:32:14 +02:00
wmayer
fb1a0be846
exit application when running unit tests raised a system exception
2018-08-31 22:21:15 +02:00
wmayer
1d83e15e3f
quit event loop after closing main window if not started by an extern host application
2018-08-09 17:03:01 +02:00
wmayer
6e8b60589f
add brnading option to show full version number in splash screen
2018-07-25 22:26:54 +02:00
wmayer
fa89e3b951
add url handler to handle certains protocols differently
2018-07-25 21:48:55 +02:00
wmayer
c75d1cd777
handle exception when running unit tests in GUI mode
2018-03-30 18:38:58 +02:00
wmayer
8f868f778e
handle disabled dock windows when setting up main window
2018-01-11 16:14:05 +01:00
wmayer
4d9416f1cf
fixes #0002959 : GUI tests aren't run when tests are started via command line
2017-10-09 19:17:31 +02:00
wmayer
e260f9dabd
improve whitespaces
2017-09-09 18:07:46 +02:00
Stefan Tröger
70692cddb4
Update Group/Part Icons and copy/paste behaviour
2017-09-09 16:55:55 +02:00
Ian Rees
a3c4c6016d
Remove warnings about Qt4 + OpenGL + MacOS issues
2017-03-23 21:06:46 +13:00
Zheng, Lei
f852e6b789
Gui: increase pre-select information display
...
The pre-select sub-element string maybe clipped depending on the main
window size. This patch increased sub-element display width by
increasing MainWindow::showMessage text width and shortening pre-select
coordinate information.
2017-03-21 10:05:52 +01:00
Kunda
d61de347ea
Cleanup non-short-url wiki links in translations
...
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Kurt Kremitzki
f2467d7044
Add persistence to Python console word wrap
2017-02-07 10:58:38 -02:00
wmayer
72ab17fb48
fix typos
2016-12-19 14:07:35 +01:00
wmayer
57e71e5d55
port C++ code to Qt5
2016-12-13 14:22:59 +01:00
wmayer
ad7234ff9e
Qt4/Qt5 neutral changes:
...
+ add missing header files/remove old headers
+ fix flaws in use of timer
2016-12-12 16:28:28 +01:00
wmayer
57e7d3ad61
Qt4/Qt5 neutral changes:
...
+ remove class DownloadDialog
+ remove class HelpView
+ remove class DlgTipOfTheDay
2016-12-12 14:35:52 +01:00
wmayer
1cdee20953
Qt4/Qt5 neutral changes:
...
+ replace Q_WS_WIN with Q_OS_WIN
+ replace Q_WS_X11 with Q_OS_LINUX
+ replace Q_WS_MACX with Q_OS_MACX
+ set explicit cast to HWND
2016-12-12 14:09:21 +01:00
wmayer
6b1866ccaf
issue #0002631 : Ctrl-W Doesn't Close Window
2016-10-20 09:46:28 +02:00
wmayer
2c5c0c2347
set directory of file dialog when opening file by double-click, recent files list or drag and drop
2016-10-16 14:47:13 +02:00
wmayer
f19d424d8b
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
c832fb5561
+ issue #0002578 : Duplicate objects copied and exported
2016-06-16 14:40:28 +02:00
Sergo
8902e18da6
filter objects to exclude duplicates during copy
2016-06-16 14:33:42 +02:00
Mateusz Skowroński
b5519922d8
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-04-15 11:55:12 +02:00
blobfish
3e65723472
Core: Gui: DAGView: skeleton implemented
...
Need to enable through parameter BaseApp/Preferences/DAGView
2016-04-12 18:12:10 +02:00
wmayer
384316f691
+ skip FreeCAD version when saving&reading main window state
2016-04-09 17:06:50 +02:00
Mateusz Skowroński
3b463f2138
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
Mateusz Skowroński
cd2db00f22
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
d5c074f80d
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
3d8d6eca5e
+ implement mechanism to allow only a single application instance
2015-11-05 15:56:50 +01:00
wmayer
bd105711d4
+ delete helper file for copy/paste on application exit
2015-09-19 22:10:49 +02:00
wmayer
2991bbf033
+ fixes #0001238 : Preferences: set temp files directory
2015-09-19 16:07:33 +02:00
wmayer
9cb63295e9
+ issue #0000175 : Auto save function
2015-09-04 15:08:12 +02:00
wmayer
f7644fc9f3
+ issue #0002053 : Support of themes
2015-07-12 22:54:56 +02:00
wmayer
66de19b162
+ improve loading splash screen of branded application
2015-07-11 02:59:56 +02:00
wmayer
af793f16b0
+ event to restore/clear action style scheme
2015-07-09 23:08:10 +02:00
wmayer
36241de2c6
+ remove test class TaskPanelView
2015-07-07 11:25:31 +02:00
lorenz_l
bc920f9a24
set names for QTimer in mainWindow, to find them from python
2015-06-23 20:23:52 +02:00