- Aug 02, 2011
-
-
Tobias Hunger authored
Fix initital evaluation of ignore-whitespace and patience flags in git diff. Task-number: QTCREATORBUG-5176 Change-Id: Ibe3652ca6426fbc6e7187140b1d101afbec6c5ae Reviewed-on: http://codereview.qt.nokia.com/2509 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Jul 29, 2011
-
-
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/2389 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jun 07, 2011
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-4942 Change-Id: Ifd8586e110379a621c43233fe9b912bd82f7f28a Reviewed-on: http://codereview.qt.nokia.com/218 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 19, 2011
-
-
Fawzi Mohamed authored
Move the call to force readOnly to before the activation for the editors that had it after their activation call. Not having signals, currently dynamic changes of the editor read only state are not really supported, and on windows some actions remained activated. Task-number: QTCREATORBUG-4774 Change-Id: I09a84c6e558ddf61aeedb928f8688f6ed65e89c0 Reviewed-on: http://codereview.qt.nokia.com/20 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 13, 2011
-
-
Tobias Hunger authored
Reviewed-by: Leena Miettinen
-
- May 12, 2011
-
-
Tobias Hunger authored
-
- May 10, 2011
-
-
Friedemann Kleint authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 18, 2011
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- Apr 15, 2011
-
-
Tobias Hunger authored
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 31, 2011
-
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
- Mar 24, 2011
-
-
Friedemann Kleint authored
Implement in git. Add infrastructure to revert single chhunks by using patch -R. Currently only implemented in git since only that has functionality to re-run diff. Rubber-stamped-by:
hunger <tobias.hunger@nokia.com>
-
- Feb 25, 2011
-
-
Thorbjørn Lindeijer authored
Cleaned up some hacky code in the process. Done-with: Tobias Hunger
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Jan 19, 2011
-
-
Friedemann Kleint authored
-
- Jan 12, 2011
-
-
Tobias Hunger authored
-
Tobias Hunger authored
Fix git show using the default format the first time it gets used. Task-number: QTCREATORBUG-3412
-
con authored
-
con authored
Reviewed-by: hjk
-
- Dec 20, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3390
-
- Dec 17, 2010
-
-
con authored
-
- Dec 09, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
If we have some git operation in an editor already: Bring that to the foreground.
-
Tobias Hunger authored
Allow for pretty format selection in git show. Save selected value and default to "email". Task-number: QTCREATORBUG-3341
-
- Nov 26, 2010
-
-
Tobias Hunger authored
Add tooltips to the toggles found in the Git Blame and Diff editors.
-
- Nov 22, 2010
-
-
Tobias Hunger authored
-
- Nov 17, 2010
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- Oct 25, 2010
-
-
Oswald Buddenhagen authored
-
- Oct 08, 2010
-
-
Tobias Hunger authored
When checking for a difference and being asked to handle untracked files: Actually consider the presence of untracked files a change. Fixes git commit editor not coming up when there were no changes, only additions of new files.
-
- Oct 05, 2010
-
-
Tobias Hunger authored
Ignore spacing changes in diff (based on same setting as used to ignore spacing in git blame). Task-number: QTCREATORBUG-2526
-
Tobias Hunger authored
Handle detached HEADs as well as cloning from repositories that default to another branch but master. This is relevant when clonig local repositories. Reviewed-by: Friedemann Kleint
-
- Sep 29, 2010
-
-
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>
-
- Sep 24, 2010
-
-
Tobias Hunger authored
Fix commiting with Author and Email set on Windows. Task-number: QTCREATOR-2397
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Sep 20, 2010
-
-
Robert Loehning authored
-
- Sep 17, 2010
-
-
Robert Loehning authored
In cases where binary 'wish' is not in PATH variable this could not be started.
-
- Sep 14, 2010
-
-
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
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
-