summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.02.0David Boddie2010-10-1910-294/+18835
|\
| * 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
| * Updated Russian translationSergey Belyashov2010-09-031-256/+247
| | | | | | | | | | Merge-request: 175 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * French translation: fix some grammar mistakes.Pierre Rossi2010-09-031-4/+4
| | | | | | | | (cherry picked from commit 3bbc4be51c4c7859619ca1818bef98605da832bc)
| * fix detection of Simulator Qthjk2010-08-271-25/+5
| | | | | | | | backport of ndk/commits/113d4c56180b8f59cb03d738f76dab46dd7fafe0
| * Ukrainian translation addedVictor Ostashevsky2010-08-272-1/+18564
| | | | | | | | | | | | | | | | | | Translated everything in app, libs, shared, tools. Also four main plugins (coreplugin, find, locator and texteditor) translated. Merge-request: 2174 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * Fixed German translation of new git menusRobert Loehning2010-08-251-4/+4
| | | | | | | | (cherry picked from commit 0166f499839b9322ad99294c07f6b23b651589b0)
| * doc: Fixed URL in GettingStartedWelcomePageWidgetRobert Loehning2010-08-241-1/+1
| |
* | Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline into 2.0David Boddie2010-08-24169-36907/+53130
|\ \ | |/
| * 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)
| * debugger: apply special formats for type 'foo' also to 'const foo'hjk2010-08-231-0/+1
| |
| * debugger: fix for non-7bit chars on Windowshjk2010-08-231-1/+15
| | | | | | | | Task-number: QTCREATORBUG-2136
| * 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.
| * doc: fix link and capitalizationhjk2010-08-231-3/+3
| | | | | | | | (cherry picked from commit 1e50be986a736bccfe0efec44f54117b8fc46c87)
| * QmlProject: Remove not implemented NOTIFY methodKai Koehne2010-08-231-1/+1
| | | | | | | | Fixes compilation with Qt 4.7.1
| * Doc - Pull out instructions for setting up development environments for ↵Leena Miettinen2010-08-205-573/+750
| | | | | | | | Maemo and Symbian, to reuse the topics in Nokia Qt SDK documentation (with if defines)
| * Changelog: Mention fix for Cyrillic usernamesRobert Loehning2010-08-201-0/+1
| |
| * QmlJS: Update builtin type information.Kai Koehne2010-08-201-82/+141
| | | | | | | | | | Generated with Qt from commit 00bc7129d166f8f3e1486b8bf920d77f46400a6e (qt-releases repo)
| * debugger: and another fix for QObject property dumperhjk2010-08-201-1/+15
| |
| * Doc - Update the screen shot of the Locals and Watchers view.Leena Miettinen2010-08-201-0/+0
| |
| * doc: we debug applications, not languages.hjk2010-08-201-1/+1
| |
| * doc: some additional contents for the debugging helpershjk2010-08-201-9/+33
| | | | | | | | Reviewed-by: Leena Miettinen
| * 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
| * Doc: mention how to enable tooltips with watchers in Debug mode.Pierre Rossi2010-08-191-0/+12
| | | | | | | | | | | | Rephrased thanks to Leena. Reviewed-by: Leena Miettinen
| * debugger: fix QObject identificationhjk2010-08-191-7/+24
| |
| * Update Polish translationsJarek Kobus2010-08-191-4421/+634
| |
| * Add missing assets to qch fileDaniel Molkentin2010-08-191-0/+6
| | | | | | | | Reviewed-by: Alessandro Portale
| * Doc - Update screen shot of Maemo build settings.Leena Miettinen2010-08-191-0/+0
| |
| * BinEditor: Make saving via saveModifiedFiles() behave correctly.Christian Kandeler2010-08-191-3/+5
| |
| * Doc - Remove prerequisities so as not to discourage users from trying this.Leena Miettinen2010-08-191-12/+3
| | | | | | | | | | | | Task-number: QTCREATORBUG-1932 Reviewed-by: Friedemann Kleint (cherry picked from commit 88f79706c3af28f6f560d336e4f437e2aa8c9e95)
| * Doc - Fix issues in the tutorial.Leena Miettinen2010-08-191-9/+12
| | | | | | | | | | | | Task-number: QTCREATORBUG-1934 Reviewed-by: Friedemann Kleint (cherry picked from commit 557572bb4d1bc9c0f8c8426fee7b7bbcaad0bdcd)
| * Translations still needed in 2.0.1Robert Loehning2010-08-183-2/+18
| | | | | | | | | | | | These are needed because e2347b3d92 is (and should be) in 2.0 but not in 2.0.1 branch. Reviewed-by: Oswald Buddenhagen
| * 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