summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtabbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Handle closable tabs in QAccessibleTabBarJosé Millán Soto2012-01-181-0/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+6
|\|
| * Improve QAccessible for QTabBarSebastian Sauer2010-07-211-0/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-191-0/+39
|\|
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-041-0/+39
| |\
| | * QS60Style: QTabWidget Usability issue with capacitive screensSami Merila2010-05-031-0/+39
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-05-041-5/+8
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-04-291-5/+8
| |\ \
| | * | QTabBar: smaller minimumSizeHint in ElideMode, and unit-test.David Faure2010-04-281-5/+8
* | | | QTabWidget documentMode not working correctly on MacCarlos Manuel Duclos Vergara2010-04-271-3/+16
|/ / /
* / / QTabBar: Widgets inside the tab bar where not properly laid out after moveTab()Gabriel de Dietrich2010-04-231-10/+5
|/ /
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Merge branch '4.6'Thiago Macieira2009-11-251-1/+3
|\|
| * Fix for tabwidget usesScrollButton being overriden by stylesheetOlivier Goffart2009-11-201-1/+3
* | Fix for tabwidget elidemode being overriden by stylesheetJens Bache-Wiig2009-11-171-1/+3
|/
* Wrong font used when moving a tab in document mode.Prasanth Ullattil2009-10-281-0/+1
* QTabbar is not behaving (painting) like native ones on Mac.Prasanth Ullattil2009-10-271-1/+17
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-281-1/+1
|\
| * Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-12/+15
|\|
| * Made mouse wheel navigation skip disabled tabsStian Sandvik Thomassen2009-09-021-12/+15
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\|
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Fixes: Crash when double-clicking a tab in a QTabBar with movable tabsOlivier Goffart2009-08-281-1/+2
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | QTabBar: Fix the position of button in tabs.Olivier Goffart2009-08-271-2/+2
* | QTabBar: fix text being croped when there is an icon on the tabOlivier Goffart2009-08-271-4/+5
* | Do not crash when double-clicking a tab in a QTabBar with movable tabsFrank Reininghaus2009-08-271-1/+2
* | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Mac/Cocoa: Remove separator line for "unified document tabs"Morten Sørvig2009-07-271-3/+7
* | QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-091-43/+23
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-4/+7
|\|
| * BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-251-4/+7
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-071-1/+2
|\|