Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
QtUI
/
main.cpp
Age
Commit message (
Expand
)
Author
2017-03-31
Handle potential boost::bad_any_cast exception
Tobias Markmann
2016-09-07
Explicitly set layout direction based on QT_LAYOUT_DIRECTION
Tobias Markmann
2016-06-27
Fix cleanup of date_facet instance
Tobias Markmann
2016-06-23
Change minidump filename format to include version and date
Tobias Markmann
2016-04-01
Modernize code to use C++11 nullptr using clang-tidy
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2016-02-15
Move QApplication instantiation in QtUI/main.cpp down
Edwin Mons
2014-12-15
Update Copyright in Swift
Kevin Smith
2013-05-17
Fixed unicode path handling.
Remko Tronçon
2013-03-04
Qt5 support & warning fixes.
Remko Tronçon
2012-10-15
Add command-line argument to override language.
Remko Tronçon
2012-08-17
Added Breakpad support for Windows.
Remko Tronçon
2012-03-01
Added extra safety for loading translations.
Remko Tronçon
2012-02-29
Add default translation file for english.
Remko Tronçon
2012-02-29
Temporary workaround for translations being used instead of English
Kevin Smith
2012-02-28
Use built-in Qt 4.8 language selection mechanism.
Remko Tronçon
2011-06-18
Merge branch 'swift-1.x'
Remko Tronçon
2011-06-18
Tweak help documentation and add manpages.
Remko Tronçon
2011-06-13
Some more Cppcheck tweaks.
Remko Tronçon
2011-02-20
Make sure translations are found on case-sensitive filesystems.
Remko Tronçon
2011-02-20
Make Swift translatable.
Remko Tronçon
2011-02-19
Make Swift translatable.
Remko Tronçon
2010-06-02
Don't use unknown_program_option.get_option_name() on older Boosts.
Remko Tronçon
2010-04-24
Don't segfault on unknown command-line parameters.
Kevin Smith
2010-04-23
Make latency stats optional.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2009-11-27
Integrated Sparkle auto-updater.
Remko Tronçon
2009-06-21
Enable netbook mode with any commandline parameters
Kevin Smith
2009-06-10
Moved UI/Qt -> Swift/QtUI.
Remko Tronçon