Commit Graph

15 Commits (9fb0f14f67a5e3e4d4223c0aeef92a6f78b71d57)

Author SHA1 Message Date
Torsten Paul dda527dabd Show error/warning status in viewport. 2015-01-07 03:14:46 +01:00
Marius Kintel 450dd836fa Added png of document icon 2014-12-17 15:52:51 -05:00
Torsten Paul 8d067fe3cb Change categories property to only list a single main category. 2014-09-20 23:46:30 +02:00
Torsten Paul 8c892907c2 Make welcome screen resizable and update some minor UI issues.
- Move images to icons folder
- Move "Show welcome screen" to advanced tab in preferences
- Set button styles via Qt stylesheet to handle hover and disable
- Rename config setting to "launcher/showOnStartup" and add default
2014-09-13 23:52:21 +02:00
Miro Hrončok 3ac2b95c0a Make the desktop file valid 2014-03-10 09:45:05 +01:00
Torsten Paul cd5b751d92 Add mime-type description file for *.scad files. (fixes #647) 2014-03-09 16:53:48 +01:00
Torsten Paul b7b2681c74 Add GUI Settings page to enable/disable features. 2014-01-02 23:32:03 +01:00
Miro Hrončok 585412bed6 Change invalid Programming category to Development
Programming is not a valid category of .desktop file, it is not listed in either [Main Categories](http://standards.freedesktop.org/menu-spec/latest/apa.html) or [Additional Categories](http://standards.freedesktop.org/menu-spec/latest/apas02.html).

desktop-file-validate returns error:

    openscad.desktop: error: value "Graphics;3DGraphics;Engineering;Programming;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Programming"; values extending the format should start with "X-"

This changes it to Development, witch is a valid category listed in Additional Categories. Now desktop-file-validate only gives us a hint:

    openscad.desktop: hint: value "Graphics;3DGraphics;Engineering;Development;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu.

That is fine, as we want it both in Graphics and Development.

This is a valid response to #533
2013-12-13 15:51:58 +01:00
Marius Kintel e5d535e900 Fixes #533 2013-11-08 00:57:38 -05:00
Marius Kintel b87e574e09 Added document icon for Mac 2013-02-11 21:50:53 -05:00
Marius Kintel fa00547507 First version of automatic updates for Mac 2013-02-05 00:36:25 -05:00
don bright 60e90653c7 add flattr icon 2012-08-04 22:35:53 -05:00
Marius Kintel 9495f11be0 Added Linux desktop icon and .desktop file from chrysn 2012-01-05 00:00:29 +01:00
kintel 8038ee0406 Moved progress display to status bar. Disabled by default but can be enabled in .pro file with CONFIG += progresswidget. Please test and enable as default if it looks good on all platforms.
git-svn-id: http://svn.clifford.at/openscad/trunk@432 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-10 15:13:12 +00:00
kintel 6940d17181 reorganized file structure layout. more to follow...
git-svn-id: http://svn.clifford.at/openscad/trunk@364 b57f626f-c46c-0410-a088-ec61d464b74c
2010-01-30 04:17:05 +00:00