summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/doubletabwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-6/+6
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-1/+1
| | | | | | | | - Add missing translations - Remove some unneeded conversions. Change-Id: Ia30e5c838099e52a9f38ca4854395c10c0391075 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-1/+1
|
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp src/plugins/qt4projectmanager/qt4target.cpp src/plugins/qt4projectmanager/qt4target.h src/plugins/qt4projectmanager/qtoptionspage.h src/plugins/qt4projectmanager/qtversionmanager.cpp src/plugins/welcome/welcomemode.cpp
| * Update license.hjk2011-04-131-14/+13
| |
* | Add tooltip to project page doubletabwidgetdt2011-03-301-35/+74
| | | | | | | | | | | | Task-Nr: QTCREATORBUG-2113 Reviewed-By: con
* | Add a full name to DoubleTabWidgetdt2011-03-301-9/+45
|/ | | | | | | | | | The fullname is used if the name is not unique Task-Nr: QTCREATORBUG-2113 Reviewed-By: con Squash
* More copyright fixesTobias Hunger2011-02-181-0/+33
|
* Fix parsing canceld on project loaddt2010-06-151-8/+8
| | | | Task-Nr: QTCREATORBUG-1616
* Color tweak for project modeJens Bache-Wiig2010-05-101-1/+1
| | | | The divider line is now gray instead of black.
* Select the tab after insertiondt2010-03-251-1/+1
| | | | Reviewed-By: con
* Add currentIndex API to DoubleTabWidgetdt2010-03-251-0/+15
| | | | Reviewed-By: con
* Remove redundant projects labelJens Bache-Wiig2010-03-121-4/+18
| | | | | | | As discussed with nigel, this label doesnt really make sense. It is confusing because you might thing you should click it and tab widgets do not usually require labels to indicate that you should press them.
* Removed static QIcon instances.Friedemann Kleint2010-02-101-8/+8
| | | | | | | thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
* New project mode layout, first part.con2010-01-221-18/+153
|
* Add a fancy double tab widget for the project mode.con2010-01-191-0/+267