summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480
2016-01-24Change version information in about dialog to be selectableTobias Markmann
This is to allow easy copy and paste of Swift version, Qt build version and Qt runtime version into potential bug reports. Test-Information: Tested changed UI behavior on OS X 10.11.2 with Qt 5.4.2. Change-Id: I6234f08e77402c3d1ec2f5b7a98c19b059a445ea
2015-09-03Add close button to about dialog for Linux desktopsTobias Markmann
The default Debian 7 desktop uses window decorations for dialog windows that does not have close window buttons at the top. This commit adds a dedicated close button to the about window. This button is *not* added on Windows and OS X. Test-Information: Tested looks and function on OS X 10.9.5 with Qt 5.4.2 and Debian 7 with Qt 5.3.2. Change-Id: Ia363f66666eb88d43834ab0556f7b06efd3cedef
2014-12-15Update Copyright in SwiftKevin Smith
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b
2013-03-04Qt5 support & warning fixes.Remko Tronçon
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514
2011-03-27Make translation license string a bit more verbose.Remko Tronçon
2011-03-14Fixed some translation strings.Remko Tronçon
2011-03-14Mention translator in about dialog and record license in translation file.Remko Tronçon
Resolves: #786.
2011-02-20Added missing translation string for version.Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2010-12-08Use UTF-8 encoding for COPYING file in About dialog.Remko Tronçon
2010-09-12Moved application message display around.Remko Tronçon
2010-06-04Don't put icons on windows on OS X.Remko Tronçon
2010-06-04Put icons on windows.Remko Tronçon
2010-05-28Add copyright to about dialogKevin Smith
2010-05-06Brushed off About Dialog.Remko Tronçon
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-09-12Change QtAboutWidget to be a QDialogKevin Smith
2009-09-05Don't use singleton for AboutWidget.Remko Tronçon
2009-08-29Allow multi-line inputs, and grow accordingly.Kevin Smith
2009-08-29Basic About dialogKevin Smith