- 19 Oct, 2011 1 commit
-
-
Jonathan Liu authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Change-Id: Ide2c13f0e69f9807995539b2634ecec216125d5c Merge-request: 405 Task-number: QTCREATORBUG-6313 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 19 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122Reviewed-by:
hjk <qthjk@ovi.com>
-
- 08 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5 Reviewed-on: http://codereview.qt-project.org/4321Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 29 Jul, 2011 1 commit
-
-
Kai Koehne authored
Warn if the condition fails, but otherwise don't change the execution flow. Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546 Reviewed-on: http://codereview.qt.nokia.com/2389Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 07 Jun, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I818eb8246f27b023e35155d50a8d08548660f709 Reviewed-on: http://codereview.qt.nokia.com/350Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 03 Jun, 2011 1 commit
-
-
cerf authored
Because diff options are VCS-specific, these methods were removed : VCSBaseEditorParameterWidget::addIgnoreWhiteSpaceButton() VCSBaseEditorParameterWidget::addIgnoreBlankLinesButton() Associated msg*Label() and msg*ToolTip() This impacts cvs, hg, perforce, svn and bzr plugins Change-Id: I8d213ed3915653b78bae9ba8b6cbbd65fa269ce2 Merge-request: 340 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/323Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 03 May, 2011 1 commit
-
-
Orgad Shaneh authored
Merge-request: 289 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 20 Apr, 2011 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3752
-
- 18 Apr, 2011 3 commits
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this replaces the ever-repeating idiom block/save/unblock with a single call.
-
- 15 Apr, 2011 1 commit
-
-
Tobias Hunger authored
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 31 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Introduce convenience to determine editor tags to avoid crashes on empty files arguments, etc (VCSBaseEditor). Add diff-whitespace handling and 'Revert chunk' to Perforce. Task-number: QTCREATORBUG-4305
-
- 30 Mar, 2011 1 commit
-
-
hjk authored
-
- 25 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Create VCSBaseEditorParameterWidget as a base class for setting the diff arguments lists and wire it up to trigger a re-run of diff on reverting. Enable reverting of chunks for cvs, subversion.
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 22 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Run some commands synchronously. This avoids issues with the UI reacting to file changes done by the VCS on windows which can lead to crashes. Task-number: QTCREATORBUG-3021 Reviewed-by: Tobias Hunger
-
- 17 Nov, 2010 1 commit
-
-
Roman Kovalev authored
getCodec() needs to be called with an absolute file name. As the changed decoding of the file contents will break the decoding of svn's annotation prefixes (which are in system locale), force LC_ALL=C to prevent an encoding mix in the first place. Merge-request: 214 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 03 Nov, 2010 1 commit
-
-
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>
-
- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Clean icore.h.
-
- 28 Oct, 2010 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2929
-
- 08 Oct, 2010 1 commit
-
-
Tobias Hunger authored
String update as suggested by Leena.
-
- 29 Sep, 2010 2 commits
-
-
Tobias Hunger authored
Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tuomas Puranen authored
Added few new functions to IVersionControl, VCSManager and GeneratedFile to support the funcationality needed by the trac plugin. All the version control plugins updated to have implementations according to the interface changes. Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Merge-request: 2178 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 14 Sep, 2010 1 commit
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- 10 Sep, 2010 1 commit
-
-
hjk authored
-
- 19 Aug, 2010 2 commits
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2109
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- 25 Jun, 2010 2 commits
- 15 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
as it breaks the log output. Task-number: QTCREATORBUG-1623
-
- 10 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
Fixes breakage introduced by 34982c1f. Task-number: QTCREATORBUG-1612 Reviewed-by: dt
-
- 08 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
to aid trac plugin implementation.
-
- 07 Jun, 2010 1 commit
-
-
Friedemann Kleint authored
Make VCS-generated editors read-only, enable editing when opening a patch. Make VCS-Editor non-read-only by default, add setter for "Forced read-only" that makes it a temporary, read-only file. Task-number: QTCREATORBUG-1528 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-