summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't try finalizing files that were never created.Eike Ziller2011-12-051-1/+2
* Fix search next/prev in search results.Eike Ziller2011-12-053-15/+27
* Harmattan: Introduce new condition for auto-generation of manifest file.Christian Kandeler2011-12-051-7/+4
* Fix crash in submit editorDaniel Teske2011-12-021-1/+1
* SSH: Ask for private key password right on connection start.Christian Kandeler2011-12-022-7/+29
* QmlJS: Fix potential crash in find usages.Christian Kamm2011-12-021-4/+5
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-12-021-1/+1
* Fix tab settings for non-code files.Eike Ziller2011-11-281-0/+2
* QMakeStep: Fix compilation warningKai Koehne2011-11-281-2/+0
* Unbreak focus behavior for search panel.Eike Ziller2011-11-251-0/+1
* Copy dependencies specified in manifest file.Daniel Molkentin2011-11-254-10/+32
* Transform always old code style settingsJarek Kobus2011-11-252-54/+87
* Fix crash on closing a tab of a asynchronously closing runcontrolDaniel Teske2011-11-241-4/+20
* Avoid setting large minimum size for output panes.Eike Ziller2011-11-246-8/+38
* debugger: don't try to escape translated stringshjk2011-11-241-11/+11
* QmlJS: Require Qt >= 4.8.0 to dump builtins.Christian Kamm2011-11-231-2/+3
* analyzer: fix performance problem when resorting valgrind viewshjk2011-11-231-0/+1
* Fix size of cmake project wizardDaniel Teske2011-11-221-1/+1
* Compile fix for Mac 10.5.8 gcc 4.0.1Jarek Kobus2011-11-222-13/+15
* analyzer: fix tab order in 'start remote' dialoghjk2011-11-221-31/+25
* Override LC_ALL for the make stepTobias Hunger2011-11-222-2/+12
* Make "Clean" and "Build" translated in "Add %1 Step"Jarek Kobus2011-11-221-0/+4
* Give SessionDialog a parent widgetJarek Kobus2011-11-223-4/+4
* QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-2/+8
* Don't offer Makefile.Debug and Makefile.Release for importingDaniel Teske2011-11-221-0/+4
* tr() fixes in formeditorwidgetRobert Loehning2011-11-211-2/+2
* Fix assert on undo in qrc editorJarek Kobus2011-11-215-10/+27
* QmlJS: Fix crash when reading malformed qmltypes files.Christian Kamm2011-11-211-1/+5
* fakevim: fix cursor positioning after ]] etc.hjk2011-11-181-0/+1
* QmlDesigner: crash fixThomas Hartmann2011-11-184-6/+6
* centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-1812-12/+2
* tr() fix in fakevimpluginRobert Loehning2011-11-181-1/+1
* 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
* Disambiguate include guard defineDaniel Teske2011-11-101-3/+3
* make use of QMAKE_SUBSTITUTES less bizarreOswald Buddenhagen2011-11-091-1/+1
* Fix qreal is not double.Felix Geyer2011-11-094-6/+6
* C++: Fix navigation for macrosLeandro Melo2011-11-081-8/+13