summaryrefslogtreecommitdiff
path: root/navit/gui/qml/gui_qml.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)Joseph Herlant2019-10-291-1/+0
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-8/+4
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-372/+361
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-5/+5
* Moved xpm to icons (#307)jkoan2017-08-251-1/+1
* Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-1/+1
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-2/+2
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-5/+5
* Fix:gui_qml:Make compileable againmartin-s2013-01-211-0/+1
* Fix:gui/qml:Abort if NAVIT_XID is not set.sleske2012-10-141-0/+4
* Fix:gui/qml:Abort if skin main.qml is not found.|No point in going on, is there?sleske2012-10-141-1/+6
* Fix:Core:Moved struct range outside of struct attr for better c++ compatibilitymartin-s2012-06-051-6/+0
* Fix:core:Fix some warningsrikky2011-06-071-2/+0
* Fix:gui/qml:Replaced adding a single destination with adding next destination. akashihi2010-09-031-0/+4
* Fix:gui/qml:Page switching implemented in QMLakashihi2010-07-061-7/+13
* Fix:gui/qml:Removed unneeded version check - all qml enabled Qt have akashihi2010-05-191-6/+6
* Add:gui/qml:Made gui/qml embeddableakashihi2010-05-191-6/+24
* Fix:gui/qml:Switched from QMainWindow to layout systemakashihi2010-05-191-6/+9
* Fix:gui/qml:Fixed using constants from config.h before including itakashihi2010-05-161-1/+1
* Fix:gui/qml:Main windows close handled through graphics layerakashihi2010-04-161-7/+11
* Fix:gui/qml:Fixed jumpy map draggingakashihi2010-04-161-11/+75
* Fix:gui/qml:Entry page redesignedakashihi2010-04-121-2/+2
* Fix:gui/qml:Shutdown procedure improvedakashihi2010-04-081-1/+9
* Fix:gui/qml:Removed right button click supportakashihi2010-04-071-26/+4
* Fix:gui/qml:Removed gui.fullscreen commands handler, cause we have a akashihi2010-04-041-1/+0
* Fix:gui/qml:Made gui's main window resizeableakashihi2010-04-041-1/+1
* Add:gui/qml:Added xml based poi filterakashihi2010-04-031-0/+1
* Fix:gui/qml:Added getAttr/setAttr for radius attributeakashihi2010-04-021-1/+7
* Fix:gui/qml:Code rearrangementakashihi2010-03-311-612/+5
* Add:gui/qml:Added command processingakashihi2010-03-301-12/+47
* Add:gui/qml:Added Qt 4.7 supportakashihi2010-03-301-148/+172
* Fix:gui/qml:Added check for name uniquennes on bookmarks pageakashihi2010-03-271-0/+30
* Add:gui/qml:Added bookmarks deletionakashihi2010-03-241-0/+9
* Add:gui/qml:Added bookmark viewerakashihi2010-03-241-1/+97
* Add:gui/qml:Added bookmark additionakashihi2010-03-241-2/+32
* Fix:gui/qml:Added proper focus switching between graphics/guiakashihi2010-03-241-0/+3
* Add:gui/qml:Added town selectorakashihi2010-03-231-1/+49
* Add:gui/qml:Added country selectorakashihi2010-03-231-1/+146
* Fix:gui/qml:Fixed online resizing of qml itemsakashihi2010-03-231-0/+2
* Fix:gui/qml:Added notifications on resizeakashihi2010-03-221-6/+34
* Add:gui/qml:Added width/height properties to gui proxyakashihi2010-03-221-0/+11
* Add:gui/qml:Added point on map support (you can set position/destination akashihi2010-03-171-7/+31
* Fix:gui/qml:Back/home buttons now work as expectedakashihi2010-03-171-8/+32
* Add:gui/qml:Added vehicle switch supportakashihi2010-03-161-0/+74
* Add:gui/qml:Added layout selectionakashihi2010-03-161-2/+20
* Fix:gui/qml:Fixed typo in default values settingsakashihi2010-03-151-1/+1
* Add:gui/qml:Added display settings pageakashihi2010-03-141-1/+12
* Fix:gui/qml:Made attribute setters/getters more genericakashihi2010-03-141-56/+58
* Fix:gui/qml:Made it *on_map_click awareakashihi2010-03-141-9/+60
* Add:gui/qml:Qml skin prototypeakashihi2010-03-121-8/+131