summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix:port_android:Do not allow to download maps above 1.8G, as android build i...mdankov2015-03-291-1/+8
| * Fix:port_android:Adjust map sizes reported in Map Download menu to reflect cu...mdankov2015-03-291-202/+202
| * Fix:port_android:Do not catch SIGSEGV because catching it breaks Lollipop Nul...mdankov2015-03-291-0/+4
| * Fix:core:Consider more street types for address search. Fixes http://forum.na...mdankov2015-03-281-3/+7
| * Add:Translations:Added Mongolian, 73rd translation!kazer_2015-03-253-64/+2571
| |\ |/ /
* | Update circle.ymlPierre GRANDIN2015-03-251-1/+0
* | Adding CI scriptsPierre GRANDIN2015-03-252-0/+65
|/
* Update:Translations:Updated Czech translation from launchpadkazer_2015-03-251-32/+32
* Add:Translations:Added Malayalam, 72nd translation!kazer_2015-03-251-0/+2600
* Fix:port_android:Ask user if they want to start voice data download dialog, i...mdankov2015-03-243-4/+38
* Fix:binding_dbus:Fix 64 bit issue with ints and booleansmartin-s2015-03-241-2/+6
* Fix:maptool:Fix experimental map by moving coastline to order=9. See #845.mdankov2015-03-191-4/+4
* Add:core:Add some error messages for when connecting graphics to gui fails.sleske2015-03-162-2/+6
* Add:binding_dbus:Added a command to dump the route as GeoJSON and another one...kazer_2015-03-091-1/+126
* Refactor:core:Remove unused graphics method graphics_gc_set_stipple.sleske2015-03-086-32/+0
* Refactor:graphics_gtk_drawing_area:Remove disabled code.sleske2015-03-071-25/+0
* Add:Core:More custom icons for those who used all upmartin-s2015-03-062-2/+18
* Fix:maptool:Avoid core dumps when using -b optionmartin-s2015-03-061-10/+14
* Add:binding_dbus:Command to dump a map into a given file namemartin-s2015-03-061-0/+26
* Fix:maptool:Mark coastline pulling to order 6 as experimental feature, relate...mdankov2015-03-042-2/+5
* Fix:maptool:Fixed badly rendered coastlines ( Trac #854 )kazer_2015-03-031-0/+1
* Refactor:core:Remove unused and broken graphics driver gtk_gl_ext.sleske2015-03-031-352/+0
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-0311-75/+0
* Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.sleske2015-02-204-22/+23
* Refactor:graphics_gtk_drawing_area:Remove unused struct members background, b...sleske2015-02-201-9/+0
* Fix:maptool:Produce more exact warning messages on country conflicts.mdankov2015-02-141-5/+10
* Fix:vehicle_gpsd:Fix warning.sleske2015-01-311-1/+1
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-257-15/+10
* Fix:core:Remove unused draw modes draw_mode_begin_clear and draw_mode_cursor.sleske2015-01-254-14/+6
* Refactor:android:Named constants for draw_mode values.sleske2015-01-252-2/+13
* Fix:graphics_gtk_drawing_area:Remove useless code for drawing directly into w...sleske2015-01-251-12/+3
* Refactor:core:Doxygen comment.sleske2015-01-251-1/+3
* Add:port_android:Do not include prescaled images without size specifiers on A...mdankov2015-01-231-3/+3
* Fix:core:Better algorithm to select prescaled image to rescale. Try at first ...mdankov2015-01-231-7/+10
* Fix:graphics_android:When scaling image, report scaled size of image, not siz...mdankov2015-01-211-1/+3
* Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7.sleske2015-01-193-103/+3
* Fix:map_binfile:Log map file name with warnings and errors.sleske2015-01-191-10/+11
* Fix:core:Do not log debug message as warning.sleske2015-01-191-1/+1
* Refactor:binding_dbus:Remove unused (and wrong) code, add missing #include.sleske2015-01-191-12/+2
* Fix:binding_dbus:Do not crash if navigation is not configured.|It really help...sleske2015-01-192-6/+11
* Fix:core:Fix regressions of svn 5989. Do not crash if gps_status width is not...mdankov2015-01-182-6/+7
* Fix:core:Report errors if graphics or event system is not present.mdankov2015-01-092-5/+27
* Fix:graphics_opengl:Destroy freetype instance in proper place.mdankov2015-01-081-1/+1
* Add:port_android:Better image sizes for high dpi screens, scale icons consist...mdankov2015-01-072-9/+20
* Add:core:Allow to disable generating png image without size specifier, as new...mdankov2015-01-071-7/+9
* Add:graphics_android:Allow to scale images.mdankov2015-01-071-42/+50
* Add:port_android:Properly handle densities. Add support for navit_x[x][x]hdpi...mdankov2015-01-071-5/+17
* Add:core:Better algorithm to choose prescaled png to rescale it to needed size.mdankov2015-01-071-5/+51
* Add:osd_core:Support negative widhts and heights for osd items as it's done f...mdankov2015-01-034-149/+147
* Fix:port_android:Move prescaled png images from res/drawable to res/drawable-...mdankov2014-12-301-1/+1