summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix:core:Made command.h c++ friendlyakashihi2010-03-301-0/+30
* Fix:Core:Free attribute on destroymartin-s2010-03-301-0/+2
* Add:gui/qml:Added Qt 4.7 supportakashihi2010-03-306-161/+202
* Add:graphics_sdl:Flags for using SW_SURFACEmartin-s2010-03-301-2/+7
* Add:core:Added bookmark rename functionakashihi2010-03-292-0/+42
* Add:maptool:Splitted up in library and main programmartin-s2010-03-281-2/+4
* Fix:graphics/qt_qpainter: Implement gc_destroywoglinde2010-03-281-0/+3
* Fix:graphics/qt_qpainter: forgot to remove raster call from the false placewoglinde2010-03-281-4/+0
* Add:graphics/qt_qpainter: Make the raster engine call in the right placewoglinde2010-03-281-6/+10
* Fix:map/bin: Fix one more memleak in error casewoglinde2010-03-281-1/+3
* Fix:Core: After leaving the loop, unref the loopwoglinde2010-03-281-3/+6
* Fix:Core: Fix one memleak found with valgrindwoglinde2010-03-281-0/+1
* Fix:Core: Fix more memleakswoglinde2010-03-281-0/+2
* Fix:gui/qml:Added check for name uniquennes on bookmarks pageakashihi2010-03-272-1/+61
* Add:core:Added cut/copy/paste for bookmarksakashihi2010-03-272-1/+59
* Pour compilation sur plateforme WindowsXP avec minGWgauthier602010-03-275-28/+32
* Fix:gui/qml:make distcheck should work nowakashihi2010-03-271-1/+1
* Add:binding_dbus:Exported route objectmartin-s2010-03-261-0/+27
* Fix:Core:Don't destroy debug on android since the main loop exits there immed...martin-s2010-03-251-0/+2
* Add:gui/qml:Added bookmarks deletionakashihi2010-03-242-7/+26
* Add:gui/qml:Added bookmark viewerakashihi2010-03-246-109/+319
* Add:gui/qml:Added bookmark additionakashihi2010-03-243-3/+103
* Fix:gui/qml:Added inoperative inputakashihi2010-03-241-1/+7
* Fix:gui/qml:Added proper focus switching between graphics/guiakashihi2010-03-241-0/+3
* Fix:gui_qml:Make distcheck happymartin-s2010-03-241-2/+0
* Fix:gui/qml:Made ListSelector size dynamicakashihi2010-03-234-10/+9
* Add:gui/qml:Added town selectorakashihi2010-03-233-3/+55
* Add:gui/qml:Added country selectorakashihi2010-03-234-2/+230
* Add:gui/qml:Added model property for icon nameakashihi2010-03-231-1/+2
* Fix:gui/qml:Unicode now works fineakashihi2010-03-231-6/+6
* Fix:gui/qml:Fixed typoakashihi2010-03-231-2/+2
* Fix:gui/qml:Fixed online resizing of qml itemsakashihi2010-03-231-0/+2
* Fix:core:Fix coverity bug #40. Disabled dead code.horwitz2010-03-231-1/+2
* Fix:gui_qml:Make distcheck happymartin-s2010-03-231-2/+2
* Fix:gui/qml:Added notifications on resizeakashihi2010-03-221-6/+34
* Fix:gui/qml:Removed all hardcoded measurementsakashihi2010-03-2214-82/+81
* Fix:gui/qml:Made toggleswitch draggableakashihi2010-03-221-4/+7
* Add:gui/qml:Added width/height properties to gui proxyakashihi2010-03-221-0/+11
* Add:gui/qml:Added skins installtion via Makefilesakashihi2010-03-223-0/+15
* Fix:map_binfile:Better algorithm for de-duplication of search resultsmartin-s2010-03-211-5/+39
* Fix:graphics_qt_painter:Typomartin-s2010-03-201-1/+1
* git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3062 ffa7fe...Gauthier602010-03-201-0/+189
* git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3061 ffa7fe...Gauthier602010-03-201-54/+228
* git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3060 ffa7fe...Gauthier602010-03-201-0/+167
* git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/navit@3059 ffa7fe...Gauthier602010-03-201-0/+9
* Fix:Core: Implement speech_destroy and change spaces to tabswoglinde2010-03-191-11/+19
* Fix:core: include util.h to silence compiler warning for g_strconcat_printfwoglinde2010-03-191-0/+1
* Fix:Core: Don't exit here, when no main_loop function is found woglinde2010-03-191-1/+1
* Fix:vehicle/demo: Fix memleak spotted by valgrindwoglinde2010-03-191-1/+2
* Fix:speech/cmdline: Fix memleaks spotted by valgrindwoglinde2010-03-191-24/+29