summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Folded code is deleted on savemae2010-09-073-3/+10
| | | | | | | Also fixes a crash when folding code at the very end of the document Task-number: QTCREATORBUG-2159
* fix detection of Simulator Qthjk2010-08-271-25/+5
| | | | backport of ndk/commits/113d4c56180b8f59cb03d738f76dab46dd7fafe0
* doc: Fixed URL in GettingStartedWelcomePageWidgetRobert Loehning2010-08-241-1/+1
|
* QmlDesigner: Fix Drag&Drop from Library on MacKai Koehne2010-08-241-1/+1
| | | | | mousePos - QPoint(2,2) still returns the current widget, while -QPoint(3,3) works.
* Don't show qml only projects under C++ examplesKai Koehne2010-08-231-0/+13
| | | | | Filter out all examples that are missing a .pro file. Afterwards remove empty categories.
* qt4projectmanager: don't overuse QString::replacehjk2010-08-231-1/+3
| | | | (cherry picked from commit d6be0395f202c5981c02f19f820424c7c925059c)
* Fix jumping to an anchor once the page has been scrolled.kh12010-08-231-8/+12
| | | | | Task-number: QTCREATORBUG-2130 (cherry picked from commit 9e352be3b1698ee3607ca9c6760a82340d8b50b8)
* QmlDesigner: Fix crash when drag&drop a WebViewKai Koehne2010-08-231-1/+1
| | | | Fix typo in commit c2a618ae2f.
* Fix crash when loading any Qml file in QuickDesignerKai Koehne2010-08-231-1/+1
| | | | | | | | | | | Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false. (cherry picked from commit 2067cfcf28bdd5dcbbc64411255925cf52aa1b8a)
* Fixed the Goto Next/Previous Line actionsThorbjørn Lindeijer2010-08-231-4/+4
| | | | | | | | Due to the wrong enumerators being used, it was impossible to define custom shortcuts for these actions. Reviewed-by: mae Task-number: QTCREATORBUG-2139
* Qml: Fix more invalid NOTIFY signalsKai Koehne2010-08-234-10/+40
| | | | | | Remove unimplemented NOTIFY signals. Furthermore the signals must be declared in the same class as the Q_PROPERTY (not in a base class): Fix this in filefilteritems.h.
* QmlProject: Remove not implemented NOTIFY methodKai Koehne2010-08-231-1/+1
| | | | Fixes compilation with Qt 4.7.1
* QmlProject: Show effective qmlviewer call in separate rowKai Koehne2010-08-202-1/+17
| | | | | | | | | Don't misuse the input field for a custom qmlviewer path with displaying the effective qmlviewer used. Previously the effective qmlviewer was only calculated when the project pane is shown first, and then never updated. Reviewed-by: holmstedt
* QmlProject: Remove debug info from runtime configurationKai Koehne2010-08-201-12/+0
| | | | | | QmlInspector has been disabled Reviewed-by: holmstedt
* QmlProject: Fix memory leakKai Koehne2010-08-201-2/+0
| | | | Remove unneeded widget (has been added unintendedly in 60fffd
* Add file I forgot in 9eb1f51cea6de74fb131b1d0d6bb6bbfdKai Koehne2010-08-191-0/+3
|
* QmlProject: Search for qmlviewer in configured Qt versions (if not found in ↵Kai Koehne2010-08-199-30/+132
| | | | | | | | | | | | | | | | | $PATH) If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
* QmlEditor: Remove QtQuick->Preview from tools menuKai Koehne2010-08-197-126/+4
| | | | | This only works when a qmlviewer is in the PATH, which is non obvious. Removing the feature therefore completely.
* Fix warning about unhandled enum value in switch statementTobias Hunger2010-08-191-0/+3
|
* VCS[hg]: Mercurial forgets working directory from commit #2 on.Friedemann Kleint2010-08-194-9/+22
| | | | | | | | | | Do not clear variable containing submit repository. Fix potential crash (closing diff editor before command termination), use proper temp file name. Pass --non-interactive to "commit" to suppress editors being launched (despite -l). Reviewed-by: Marco Bubke <marco.bubke@nokia.com> Task-number: QTCREATORBUG-1503
* Reuse existing string for new "builddir.level != sourdir.level" warningTobias Hunger2010-08-191-1/+5
| | | | * Revert this once string freeze is over!
* Report project issues in the Project Mode windowTobias Hunger2010-08-196-27/+64
| | | | | | * Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
* BinEditor: Make saving via saveModifiedFiles() behave correctly.Christian Kandeler2010-08-191-3/+5
|
* Debugger/Windows[gdb]: Fix Attach to running (gui) process.Friedemann Kleint2010-08-182-2/+3
| | | | | Initial-patch-by: hjk Task-number: QTCREATORBUG-2084
* Maemo: Fix Qemu start on Mac.Christian Kandeler2010-08-181-1/+5
|
* CodePaster: Do not show popup about modified files on Windows.Friedemann Kleint2010-08-181-0/+2
| | | | | | | | QTemporaryFile destructor causes a file changed signal due to it holding on to it. Reviewed-by: dt Task-number: QTCREATORBUG-2083
* debugger: fix 2.x regression: allow assignment to structure membershjk2010-08-181-2/+15
|
* debugger: finish "Launching" bar even if we don't hit a "^running"hjk2010-08-181-0/+4
|
* Fixed untranslated stringRobert Loehning2010-08-171-1/+1
|
* Fix DESTDIR=. casedt2010-08-171-1/+1
| | | | Qmake treats "." special, we need to do the same
* Do not prevent wrapping for long tooltips.Leandro Melo2010-08-172-10/+34
| | | | Reviewed-by: Robert Loehning
* Disable "Qt Quick->Preview" action if no qmlviewer in the PATHKai Koehne2010-08-133-0/+8
| | | | | An error dialog would be more explicit, but too late because of string freeze.
* Fix QtQuick->Preview shortcut to start a qmlviewerKai Koehne2010-08-131-1/+1
| | | | The executable has been renamed to 'qmlviewer' months ago
* Custom wizard: Add boolean 'enabled' attribute to <wizard>.Friedemann Kleint2010-08-133-18/+34
| | | | Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* fix string and the source in all translationsOswald Buddenhagen2010-08-121-1/+1
|
* fakevim: Fix mark interpretion for d'a etc.hjk2010-08-111-0/+4
| | | | | http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1342 (cherry picked from commit 91c909120b1c4200fd052d49b7341bb583bd4c75)
* maemo device configuration was not saved on MacOSJoerg Bornemann2010-08-102-2/+7
| | | | | | | The code relies on getting the dialog accepted after the editFinished singnals. This does not work on MacOS. Reviewed-by: ck
* Fix warnings about QFileInfo being called with empty pathTobias Hunger2010-08-062-1/+3
|
* Design mode: Position editor popup (Ctrl-Tab) correctly.Friedemann Kleint2010-08-061-1/+4
| | | | | Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com> Task-number: QTCREATORBUG-2002
* QML: Name wizards correctly.Friedemann Kleint2010-08-052-5/+5
| | | | | Reviewed-by: Carsten Owerfeldt <carsten.owerfeldt@nokia.com> Initial-patch-by: Roberto Raggi <roberto.raggi@nokia.com>
* Debugger [CDB]: Spelling fix.Friedemann Kleint2010-08-051-1/+1
|
* Update S60 header pathesTobias Hunger2010-08-041-8/+24
| | | | | * Update list of S60 header pathes to match up with what is put into the Makefile by QMake (minus ../tmp directories).
* git: Added an option to undo unstaged changes onlyRobert Loehning2010-07-304-16/+42
|
* QML Inspector: Disable debug actions when qml inspector is disabledLasse Holmstedt2010-07-293-3/+13
| | | | Reviewed-by: Thomas Hartmann
* Highlight only topics, not in text hits.kh12010-07-291-3/+3
| | | | | Task-number: QTCREATORBUG-1964 Reviewed-by: kh
* QmlJS: Make qmldump not dump open/dynamic meta objects.Christian Kamm2010-07-281-1/+8
| | | | | | | They would need special treatment, like the Qml extended objects. The issue is they lead to two meta objects with the same classname and the dumper can't handle that. (cherry picked from commit 206c190e7ff3e7dfd59341fa99207c0d1bff0dd7)
* QmlJS: Make the qmldump tool treat extended types correctly.Christian Kamm2010-07-281-6/+24
| | | | (cherry picked from commit 619d50f080793e1eae789642c3cce449669dc41e)
* Working around bug in Qt to show tooltips correctly.Robert Loehning2010-07-281-1/+6
| | | | | | Task-number: QTBUG-12057 Reviewed-by: Alessandro Portale
* Maemo: Don't use dpkg-buildpackage.ck2010-07-281-24/+33
| | | | | | Reverts the core changes of 5b47f47dc9d944da973d747a56dd327d893ea212, which was a horrible mistake and could not possibly have worked with this branch.
* Fixes: New Project action didn't respect the default project location.con2010-07-261-9/+1
| | | | | | It had old, interfering logic of its own. Reviewed-by: Tobias Hunger