summaryrefslogtreecommitdiff
path: root/navit/graphics/qt_qpainter
Commit message (Expand)AuthorAgeFilesLines
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)Joseph Herlant2019-10-291-150/+151
* Cleanup:global:force the re-attach the return type to the function declaratio...Joseph Herlant2018-05-301-43/+21
* cleanup:cmake:remove trailing spacesJoseph Herlant2018-05-251-4/+4
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-252-798/+752
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-262-20/+20
* Merge branch 'trunk' into trac/1341trac/1341Pierre Grandin2016-12-011-4/+5
|\
| * Refactor:core:For plugins, use term 'category' instead of 'type'.Sebastian Leske2016-10-311-3/+3
| * Add:gui_internal:Rudimentary native on-screen keyboard implementationmvglasow2016-02-241-1/+2
* | Removing autotools supportPierre GRANDIN2015-12-311-13/+0
|/
* Remove unused parameter 'depth' from get_glyph/get_shadow.R6299Sebastian Leske2015-10-061-2/+2
* Refactor:Remove unused parameter 'alpha' for overlaysSebastian Leske2015-09-061-2/+2
* Refactor:core:Remove unused method graphics_draw_restore.sleske2015-03-031-11/+0
* Fix:core:Remove draw_mode_end_lazy. Only used by QPainter and OpenGL graphics...sleske2015-01-251-3/+0
* Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7.sleske2015-01-193-103/+3
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-222-19/+19
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-222-20/+20
* Fix:graphics/qt_qpainter::Fix pointer cast and format string warnings.sleske2014-09-131-7/+7
* Fix:core:Correct signature of event_add_watch: file descriptors are int's.sleske2014-08-312-5/+5
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-274-18/+18
* Fix:font/freetype:introduce and use font_freetype_destroy to memfree freetype...woglinde2013-08-201-0/+3
* Fix:graphics/qt_qpainter:Fix warnings for treating string literals as writable.sleske2013-08-191-2/+5
* Add:Core:Changed draw_image_warp apimartin-s2013-02-151-10/+1
* Fixed: RenderArea.cpp:*:*: error: taking address of temporary arrayworldcitizen2012-10-011-6/+12
* Fix:graphics_qt_qpainter:Fix compiling static linux buildsrikky2012-09-211-2/+0
* Add:graphics_qt_qpainter:Option to specify window titlemartin-s2012-04-163-4/+11
* Add:graphics_qt_qpainter:Enable -qws switch optionallymartin-s2011-09-152-3/+8
* Fix:graphics_qt_qpainter:Fixed a few compatibility bugsmartin-s2011-09-154-10/+38
* Fix:graphics/qt_qpainter:Fixed sigsegv on fullscreen OSD command. Ticket 618.akashihi2011-07-082-7/+7
* Fix:graphics/qt_qpainter:Implemented proper handling for close event akashihi2011-07-084-13/+95
* Fix:graphics/qt_qpainter:Splitted render class and graphics interface impleme...akashihi2011-07-086-417/+434
* Fix:graphics_qt_qpainter:Only use processEvents if availablemartin-s2011-01-051-0/+2
* Fix:Build:Fix cmake build to link external libraries to plugins/modules which...rikky2011-01-041-7/+1
* Fix:graphics_qt_qpainter:show the embedded widget after we set the XID, thank...woglinde2011-01-011-1/+1
* Fix:graphics_qt_qpainter:Avoid calling callbacks during draw_mode_endmartin-s2010-12-251-1/+1
* Fix:graphics_qt_qpainter:Force drawing after draw_mode_end, test for gesturesmartin-s2010-12-251-1/+20
* Fix:build:Fixed invalid location of generated moc filesakashihi2010-11-211-2/+2
* Fix:core:Fixed qt_qpainter compile error with cmake buildrikky2010-10-021-1/+1
* Add:core:Initial support for cmake build system. This first stage partly supp...rikky2010-10-021-0/+10
* Fix:graphics_qt_qpainter:Fixed const problemmartin-s2010-07-151-1/+1
* Fix:graphics_qt_qpainter:Don't use setBackgroundMode if not availablemartin-s2010-07-131-0/+2
* Fix:graphics_qt_qpainter:Restored accidentialy undone functionalitymartin-s2010-07-121-4/+10
* Fix:graphics_qt_qpainter:Made compileable on older qt versionsmartin-s2010-07-021-0/+2
* Fix:graphics_qt_qpainter:Correct config flag handlingmartin-s2010-06-281-2/+2
* Fix:graphics_qt_qpainter:Check for svgmartin-s2010-06-271-1/+3
* Fix:graphics_qt_qpainter:Build on older qt versions alsomartin-s2010-06-221-1/+1
* Fix:graphics/qt_qpainter:Implicitly included QPixmapCache headersakashihi2010-06-221-0/+2
* Fix:graphics/qt_qpainter:Added Qt version check for svg handling codeakashihi2010-06-221-1/+4
* Fix:graphics/qt_qpainter:Fixed wrong window title for embeddable widgetakashihi2010-06-151-0/+5
* Fix:graphics/qt_qpainter:Fixed switching between fullscreen/windowed akashihi2010-06-151-5/+11
* Fix:graphics/qt_qpainter: Removed unused QImagewoglinde2010-06-141-1/+0