summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dynamically replace creator version during buildOswald Buddenhagen2010-11-0348-321/+241
| | | | | ... instead of running a sed script over a lot of files on each version increment.
* centralize addition of pluginspecs to OTHER_FILESOswald Buddenhagen2010-11-0333-53/+10
|
* make shellQuote() nicerOswald Buddenhagen2010-11-034-91/+133
| | | | | | | | | | | | - unify unix and windows paths - on windows: - we don't need to care for trailing backslashes, as we never append directly to quoted strings - simplify, as this doesn't need to be fast. unfortunately, it's impossible to use ret.replace(QRegExp(QLatin1String("(\\\\*)$")), QLatin1String("\"\\1")); as that matches foo\ twice (once one backslash and once an empty string).
* Maemo: Introduce explicit states to deploy step.Christian Kandeler2010-11-032-194/+355
| | | | | | Probably fixed some subtle error handling bugs along the way. Task-number: QTCREATORBUG-2705
* SSH: Ignore incoming data after requesting to close an SFTP channel.Christian Kandeler2010-11-031-0/+11
|
* Debugger[CDB]: Add register manipulation and 'Jump to line'.Friedemann Kleint2010-11-034-3/+83
| | | | Task-number: QTCREATORBUG-2975
* Debugger: Improve gdb binary settings handling.Friedemann Kleint2010-11-035-13/+72
| | | | | | | | | | | - Remove non-executable entries on reading (check only absolute paths since path search is too expensive). - Make sure gdb binary settings are not written out unless the user really changes them. Reviewed-by: aep <arvid.picciani@nokia.com> Acked-By: hjk Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Fix spelling in dissassemble methodTobias Hunger2010-11-035-21/+21
| | | | | | Krazy was complaining about this. Reviewed-by: Friedemann Kleint
* Fix spelling in commentsTobias Hunger2010-11-0327-34/+34
| | | | Krazy was complaining about those.
* Add Q_OBJECT macrosTobias Hunger2010-11-033-0/+6
| | | | Krazy complained about missing Q_OBJECT macros. Fix them.
* Make operators == constTobias Hunger2010-11-032-2/+2
| | | | Krazy complained about those.
* Add script to convert krazy output into a tasks fileTobias Hunger2010-11-031-0/+24
|
* svn: subversion log codecRoman Kovalev2010-11-031-3/+4
| | | | | | | | Subversion stores log in UTF-8 and returns it back in user system locale. So we do not need to encode it. Merge-request: 213 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Support \n for regexp replace string.con2010-11-031-1/+3
|
* Qt4ProjectManager/Symbian: Header cleanup.Friedemann Kleint2010-11-0321-107/+66
|
* Qt4ProjectManager: Compile on Non-windows.Friedemann Kleint2010-11-031-1/+7
|
* Qt4ProjectManager: Do not include windows.h in qtversionmanager.Friedemann Kleint2010-11-033-21/+27
| | | | Move 64bit-binary detection into Utils library.
* qtpromaker: add the ability to create a .pro for a binary's sources using gdbhjk2010-11-021-14/+83
|
* qtpromaker: create SUBDIRS .pro files up to a given levelhjk2010-11-021-47/+163
|
* Update Mac requirements info.con2010-11-021-2/+3
|
* Coreplugin: Header cleanup.Friedemann Kleint2010-11-0227-10/+26
| | | | Clean icore.h.
* Qt4ProjectManager: Remove left over debugging outputdt2010-11-021-1/+0
|
* Qt4ProjectManager: Emit correct state once on restoringdt2010-11-023-6/+26
|
* Revert "hot fix to allow running projects again."dt2010-11-021-1/+0
| | | | This reverts commit 0d6601e424d61b94de7f34fe68cb340c7384f557.
* Revert "Revert "Qt4ProjectManager: correctly set parse state on restoring""dt2010-11-024-0/+10
| | | | This reverts commit ae6dbf364ba6aa7e407d4b29073346a34097b865.
* Maemo: By default, strip release binaries.Christian Kandeler2010-11-023-8/+25
| | | | | | But never strip debug binaries. Task-number: QTCREATORBUG-2981
* ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-0284-286/+115
|
* Maemo: Remove remaining barriers for concurrent debugging.Christian Kandeler2010-11-0211-20/+29
| | | | | | | | Pipes and mount points for debugging with on-device gdb now have unique names. Also give mount point for deploying via UTFS per-project file name. Task-number: QTCREATORBUG-2702
* Maemo: Remove some outdated TODOs.Christian Kandeler2010-11-022-2/+2
|
* Maemo: Re-enable package installation via UTFS mount.Christian Kandeler2010-11-023-8/+1
|
* Maemo: Add ports gatherer to deploy step.Christian Kandeler2010-11-024-21/+29
|
* Maemo: Use dynamic port list.Christian Kandeler2010-11-0218-116/+162
| | | | | | | | Check whether the ports we need are actually available on the device. As a side effect, this makes it possible to debug more than one application at the same time on Maemo. Task-number: QTCREATORBUG-2702
* Fix painting ordermae2010-11-021-22/+43
| | | | | text on top of seach results on top of find scope on top of ifdefed out lines.
* qtpromaker: refactoringhjk2010-11-021-28/+74
|
* Fixes restoration of main window geometry.con2010-11-021-16/+26
| | | | | | | | We were handling it ourselves, now we let saveGeometry and saveState do its job. This also takes care of making the geometry valid for offscreen saved states. Task-number: QTCREATORBUG-1689
* Compile fixRobert Loehning2010-11-021-1/+1
| | | | Reviewed-by: hjk
* fakevim: Fix cursor movement in insert mode on Mac.Arvid Ephraim Picciani2010-11-021-1/+4
| | | | Reviewed-by: hjk
* Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainlinecon2010-11-023-7/+10
|\
| * Debugger: Make manual CCDB test compile again.Friedemann Kleint2010-11-023-7/+10
| |
* | Merge remote branch 'origin/2.1'con2010-11-021-6/+11
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdoc doc/qtcreator.qdocconf share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/classview/ClassView.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/imageviewer/ImageViewer.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/mercurial/Mercurial.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmldesigner/QmlDesigner.pluginspec src/plugins/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmljsinspector/QmlJSInspector.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/tasklist/TaskList.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec
| * QmlDesigner: fixes crashThomas Hartmann2010-11-021-6/+11
| | | | | | | | | | | | | | | | | | | | Deleting an items might have a side effect that turns the qml code invalid. (e. g. alias properties) We catch this an show a proper error message. Task-number: QTCREATORBUG-2973 Reviewed-by: Kai Koehne
| * Version bump.con2010-11-0242-152/+152
| |
* | Merge remote branch 'origin/2.1'con2010-11-0238-782/+7228
|\ \ | |/
| * Merge remote branch 'origin/2.1.0' into 2.1con2010-11-025-705/+6659
| |\
| | * update chinese translation for 2.1v2.1.0-beta2Oswald Buddenhagen2010-11-012-646/+6597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is a team work by the following people: Beaver Xu <xtfllbl@hotmail.com> cch123 <cao1988228@163.com> shiroki <shiroki@cuteqt.com> Rei <chloerei@gmail.com> Merge-request: 210
| | * include region-qualified languages into the listOswald Buddenhagen2010-11-011-1/+1
| | |
| | * Retranslated word "plugin"Sergey Belyashov2010-11-011-55/+58
| | | | | | | | | | | | | | | Merge-request: 211 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| | * French translation: minor fixesPierre Rossi2010-10-281-3/+3
| | |
| * | debugger: work around gdb 7.2 quirk in QFlag dumperhjk2010-11-021-4/+26
| | | | | | | | | | | | Reviewed-By: Friedemann Kleint
| * | debugger: make QFile and QFileInfo visible without top-level inferior callhjk2010-11-021-5/+6
| | | | | | | | | | | | Reviewed-by: Oswald Buddenhagen