summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't use generic QSettings object.Eike Ziller2011-11-234-25/+31
* new design of the welcomepageThomas Hartmann2011-11-2338-63/+110
* C++ function signature: Avoid hitting a QTC_ASSERT.Christian Kamm2011-11-231-4/+6
* RemoteLinux: Rename and unconstify deploy step function.Christian Kandeler2011-11-2312-31/+31
* Completion: Fix completion not triggering sometimes.Christian Kamm2011-11-231-2/+2
* SettingsSelector: Use Edit role when renamingTobias Hunger2011-11-232-5/+17
* Bazaar,Mercurial: fix update of the commit buttonHugues Delorme2011-11-232-11/+10
* Utils: let SubmitEditorWidget handle empty descriptionHugues Delorme2011-11-232-4/+3
* debugger: setUniformRowHeights(true) for viewshjk2011-11-231-0/+1
* analyzer: fix performance problem when resorting valgrind viewshjk2011-11-231-0/+1
* analyzer: re-organize the main models' ::data() functionshjk2011-11-232-59/+71
* qt4projectmanager: replace <QtGui/QApplication> in template by <QApplication>hjk2011-11-231-1/+1
* RemoteLinux: Don't make presence of device an absolute prerequisite ...Christian Kandeler2011-11-229-20/+12
* SSH: Don't call FileReader::fetch() with empty file name.Christian Kandeler2011-11-221-0/+2
* fix grammar of environment summaryOswald Buddenhagen2011-11-221-4/+8
* QtSupport: Split up #include <QtDeclarative>.Friedemann Kleint2011-11-221-1/+14
* Utils: remove needless constHugues Delorme2011-11-221-1/+1
* LD: Improve parsing of linker error messagesTobias Hunger2011-11-223-10/+16
* fix C++11 string literal incompatibilityhjk2011-11-225-15/+15
* C++ code style: Improve tooltip.Christian Kamm2011-11-221-1/+3
* C++: Fix completion for namespace aliases at global or namespace scope.Christian Kamm2011-11-221-0/+8
* QmlJS check: Extend "don't use var" performance warning.Christian Kamm2011-11-222-43/+54
* Compile fix for use of QVarLengthArrayLeandro Melo2011-11-211-5/+8
* QmlJS: Remove unused code.Christian Kamm2011-11-212-10/+0
* QmlJS editor: Simplify document/semInfo updating significantly.Christian Kamm2011-11-217-158/+95
* C++ function signature: Automatically rename argument uses in body.Christian Kamm2011-11-211-0/+25
* C++ function signature: Improve preserving of default arguments.Christian Kamm2011-11-212-105/+298
* debugger: Disable setting of watchpoints on non-existing variableshjk2011-11-181-1/+9
* analyzer: fix tab order in 'start remote' dialoghjk2011-11-181-27/+21
* Re-use string constant in SubdirsProjectWizard.hjk2011-11-181-1/+1
* projectmanager: re-organize New Project categorieshjk2011-11-1817-60/+37
* C++: Add names for tokens constexpr and nullptrLeandro Melo2011-11-181-2/+2
* C++: Recognize C++11 nullptrLeandro Melo2011-11-1820-1/+140
* C++: Enabled C++0x in SimpleLexerLeandro Melo2011-11-183-0/+16
* C++: Recognize C++11 constexprLeandro Melo2011-11-183-1/+25
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1816-57/+35
|\
| * fix installation under windowsOswald Buddenhagen2011-11-181-1/+0
| * Let the Qt Quick Wizard output import QtQuick 1.1 (instead of 1.0)Alessandro Portale2011-11-172-2/+4
| * Bazaar: fix jumping into file from diff viewHugues Delorme2011-11-161-2/+2
| * Don't use MDeclarativeCache::qDeclarativeView()Alessandro Portale2011-11-161-1/+1
| * debugger: respect the "Always adjust column width" settingshjk2011-11-162-0/+11
| * QmlProfiler: fix crash with context menu when nothing is selectedChristiaan Janssen2011-11-161-8/+10
| * make $$join() implementation qmake-compliantOswald Buddenhagen2011-11-151-1/+1
| * QML Debugging: Always name qmake step "Enable QML debugging"Kai Koehne2011-11-151-4/+1
| * AnalyzerManager: Fix analyzer actions disabled after build errorDaniel Teske2011-11-154-15/+4
| * AnalyzerManager: Remove more dead codeDaniel Teske2011-11-151-9/+1
| * Dead code in AnalyzermManagerDaniel Teske2011-11-151-18/+0
| * Plugin tests: Fix '-test all'.Christian Kamm2011-11-141-1/+6
| * C++ editor: Reparse after applying rename.Christian Kamm2011-11-141-1/+3
| * VCS: Fix Apply/Revert for last line of chunkOrgad Shaneh2011-11-141-2/+1