summaryrefslogtreecommitdiff
path: root/src/tabhighlighteffect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-3/+10
|
* clean upAndrea Diamantini2011-07-251-5/+5
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-11/+11
|
* Workaround the troubles with the tabbar highlight feature.Andrea Diamantini2011-03-211-0/+3
| | | | | | Another fantastic patch by Johannes Trosher. Thanks :) CCBUG:267234
* Check for empty pixmap, this prevent us drawing an empty area.Cedric Bellegarde2011-03-021-1/+6
| | | | BUG:267312
* Coding styleAndrea Diamantini2011-02-251-6/+6
|
* Cleans up TabHighLightEffects indentationAndrea Diamantini2011-02-161-1/+5
|
* Highlights inactive tabs if title changes.Andrea Diamantini2011-02-141-0/+81
| | | | | | Fantastic patch by Johannes Troscher. Reviewed by benjaminp (mainly) and adjam
* Revert "highlights inactive tabs if title changes"Andrea Diamantini2011-02-101-77/+0
| | | | | | | | It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
* highlights inactive tabs if title changesAndrea Diamantini2011-02-101-0/+77
Courtesy patch by Johannes Troscher. Thanks :) Reviewed by: adjam Reviewed by: elproxy