summaryrefslogtreecommitdiff
path: root/navit/graphics/qt_qpainter/RenderArea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-6/+6
* Fix:graphics/qt_qpainter:Remove code for Qt <4. We currently require Qt >=4.7.sleske2015-01-191-17/+0
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it look...sleske2014-11-221-6/+6
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First p...sleske2014-11-221-6/+6
* Fix:graphics/qt_qpainter::Fix pointer cast and format string warnings.sleske2014-09-131-7/+7
* Enable -Wundef, fix warnings by replacing #if -> #ifdef.sleske2014-02-271-2/+2
* Fixed: RenderArea.cpp:*:*: error: taking address of temporary arrayworldcitizen2012-10-011-6/+12
* Add:graphics_qt_qpainter:Option to specify window titlemartin-s2012-04-161-4/+4
* Fix:graphics_qt_qpainter:Fixed a few compatibility bugsmartin-s2011-09-151-2/+25
* Fix:graphics/qt_qpainter:Fixed sigsegv on fullscreen OSD command. Ticket 618.akashihi2011-07-081-6/+5
* Fix:graphics/qt_qpainter:Implemented proper handling for close event akashihi2011-07-081-1/+44
* Fix:graphics/qt_qpainter:Splitted render class and graphics interface impleme...akashihi2011-07-081-0/+253