- Nov 03, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
- 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).
-
Christian Kandeler authored
Probably fixed some subtle error handling bugs along the way. Task-number: QTCREATORBUG-2705
-
Christian Kandeler authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2975
-
Friedemann Kleint authored
- 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>
-
Tobias Hunger authored
Krazy was complaining about this. Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Krazy was complaining about those.
-
Tobias Hunger authored
Krazy complained about missing Q_OBJECT macros. Fix them.
-
Tobias Hunger authored
Krazy complained about those.
-
Tobias Hunger authored
-
Roman Kovalev authored
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>
-
con authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Move 64bit-binary detection into Utils library.
-
- Nov 02, 2010
-
-
hjk authored
-
hjk authored
-
con authored
-
Friedemann Kleint authored
Clean icore.h.
-
dt authored
-
dt authored
-
Christian Kandeler authored
But never strip debug binaries. Task-number: QTCREATORBUG-2981
-
Friedemann Kleint authored
-
Christian Kandeler authored
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
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
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
-
mae authored
text on top of seach results on top of find scope on top of ifdefed out lines.
-
hjk authored
-
con authored
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
-
Robert Loehning authored
Reviewed-by: hjk
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-
con authored
-
con authored
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
-
Friedemann Kleint authored
-
Thomas Hartmann authored
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
-