| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes warnings about unused variables | Olivier Goffart | 2011-04-28 | 1 | -3/+0 |
|
|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | QGtkStyle: Use gtk_progress_configure() instead of adjustment API | Andreas Kling | 2010-12-06 | 1 | -7/+1 |
|
|
* | | QGtkStyle: Don't create new GtkAdjustment objects on every draw | Andreas Kling | 2010-12-01 | 1 | -15/+39 |
|/ |
|
* | Fix focus appearance of tabwidget tabs with QGtkStyle | Jens Bache-Wiig | 2010-10-01 | 1 | -4/+7 |
|
|
* | Incorrect selection background for unfocused widgets with GTK | Jens Bache-Wiig | 2010-10-01 | 1 | -3/+15 |
|
|
* | Fixed item view background color in Gtk style | Jens Bache-Wiig | 2010-08-25 | 1 | -1/+4 |
|
|
* | Disabled item view items use incorrect background color | Jens Bache-Wiig | 2010-06-07 | 1 | -1/+2 |
|
|
* | Styled item view backgrounds in Gtk+ | Jens Bache-Wiig | 2010-06-03 | 1 | -15/+41 |
|
|
* | More Pixmap cache key optimizations | Jens Bache-Wiig | 2010-06-02 | 1 | -1/+1 |
|
|
* | Fixed a crash when creating QGtkStyle before QApplication | Jens Bache-Wiig | 2010-05-27 | 1 | -0/+2 |
|
|
* | Some minor code cleanup | Jens Bache-Wiig | 2010-05-05 | 1 | -17/+0 |
|
|
* | Fix rtl issues with sliders in GTK style | Jens Bache-Wiig | 2010-05-04 | 1 | -7/+16 |
|
|
* | Fix missing pressed state for scrollbars with QGtkStyle | Jens Bache-Wiig | 2010-05-04 | 1 | -0/+5 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-30 | 1 | -0/+3 |
|\ |
|
| * | Fix a crash in QGtkStyle when theme not available | Jens Bache-Wiig | 2010-03-30 | 1 | -0/+3 |
|
|
* | | Inverted sorting arrows on QHeaderViews is intentional on GNOME | Gabriel de Dietrich | 2010-03-24 | 1 | -0/+2 |
|
|
* | | Revert "Sort indicators displayed incorrectly in GTK style" | Gabriel de Dietrich | 2010-03-24 | 1 | -2/+2 |
|
|
* | | Sort indicators displayed incorrectly in GTK style | Gabriel de Dietrich | 2010-03-23 | 1 | -2/+2 |
|
|
* | | Optimize QGtkStyle | Harald Fernengel | 2010-03-03 | 1 | -90/+113 |
|/ |
|
* | Fix missing focus rect for check and radio buttons in some GTK+ themes | Jens Bache-Wiig | 2010-01-21 | 1 | -3/+17 |
|
|
* | Fixes: Cosmetic fix for maemo spin box | Jens Bache-Wiig | 2010-01-15 | 1 | -1/+1 |
|
|
* | Fixes: Fix spinbox with NoButton style in QGtkStyle | Jens Bache-Wiig | 2010-01-08 | 1 | -44/+53 |
|
|
* | Fixes: MenuItem size fixes and missing separator with Gtk+ | Jens Bache-Wiig | 2010-01-08 | 1 | -27/+24 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Mixed up top/bottom | Robert Griebl | 2009-12-09 | 1 | -1/+1 |
|
|
* | QGtkStyle: support for the inner-border property in GtkButtons | Robert Griebl | 2009-12-08 | 1 | -0/+16 |
|
|
* | Fixes: Compile fix | Jens Bache-Wiig | 2009-12-03 | 1 | -1/+2 |
|
|
* | Fixes: Support gtk-enable-mnemonics on QGtkStyle | Jens Bache-Wiig | 2009-12-03 | 1 | -0/+8 |
|
|
* | Fix background rendering for read-only comboboxes on Maemo5 | Robert Griebl | 2009-11-23 | 1 | -1/+1 |
|
|
* | Fix multiple regressions in QGtkStyle caused by freetype fixes | Jens Bache-Wiig | 2009-11-18 | 1 | -13/+19 |
|
|
* | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-17 | 1 | -0/+8 |
|\ |
|
| * | doc: Fixed qdoc errors. | Martin Smith | 2009-11-16 | 1 | -0/+8 |
|
|
* | | Fixed QGtkStyle menu bars being one pixel too narrow | Thorbjørn Lindeijer | 2009-11-16 | 1 | -4/+0 |
|/ |
|
* | QGtkStyle refactoring | Robert Griebl | 2009-11-03 | 1 | -246/+234 |
|
|
* | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 1 | -24/+19 |
|\ |
|
| * | Fix tab widget painting in QGtkStyle with reverse | Jens Bache-Wiig | 2009-10-08 | 1 | -24/+19 |
|
|
* | | Remove a paintBox call that should have been moved a few lines down, but was ... | Robert Griebl | 2009-10-30 | 1 | -3/+0 |
|/ |
|
* | Fix for Gtk+ toolbuttons and sliders. | Robert Griebl | 2009-10-27 | 1 | -7/+29 |
|
|
* | Fix autotest failure on combo box with Gtk+ | Jens Bache-Wiig | 2009-09-22 | 1 | -2/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Respect "menus_have_icons" property in GTK+ | Jens Bache-Wiig | 2009-09-02 | 1 | -0/+5 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Make QGtkStyle react properly to font changes in GNOME | Jens Bache-Wiig | 2009-08-10 | 1 | -1/+1 |
|
|
* | | Introducing icon theme support | Jens Bache-Wiig | 2009-08-10 | 1 | -40/+56 |
|
|
* | | Compile on embedded | Olivier Goffart | 2009-07-22 | 1 | -1/+1 |
|
|