summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qtabbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-33/+56
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-32/+55
| |\|
| | * QTabBar: Cache title text sizesGabriel de Dietrich2016-08-101-32/+55
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-3/+3
|\| |
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-241-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+3
| |\|
| | * QTabBar: Fix crash when the tab being dragged is deleted programmatically.Friedemann Kleint2016-04-191-0/+3
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-241-0/+28
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-6/+21
|\|
| * QTabBar: enable high dpi moving of a tabGiuseppe D'Angelo2016-03-251-6/+21
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+1
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-1/+1
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3
* | QTabBar: remove dead codeGiuseppe D'Angelo2016-02-051-3/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-161-87/+170
|/
* QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-22/+17
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
* QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-4/+4
* fix the build with animation omittedShawn Rutledge2014-11-271-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add the QTabBar::changeCurrentOnDrag property.Ivan Komissarov2014-08-061-0/+71
* Added autoHide property to QTabBarIvan Komissarov2014-07-101-0/+40
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-091-28/+43
* QTabWidget: fix moving of the current tabJ-P Nurmi2014-02-051-0/+3
* Fix potential BC break in QTabBar.Friedemann Kleint2013-11-081-17/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-231-0/+12
* Add useful signals to QTabBar and QTabWidgetIvan Komissarov2013-08-131-0/+46
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-281-4/+4
* Add HasFrame feature to QStyleOptionTabJens Bache-Wiig2012-10-161-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QTabBar docs: cleanup Qt3 support left oversJ-P Nurmi2012-08-171-17/+0
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-1/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-4/+4
* Merge master into api_changesKent Hansen2012-03-231-2/+4
|\
| * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-2/+4
* | Merge master into api_changesKent Hansen2012-03-161-3/+7
|\|
| * Fix compiling with --no-accessibilityJerome Leclanche2012-03-151-1/+3
| * Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-2/+4