- Apr 13, 2011
-
-
hjk authored
-
- Mar 31, 2011
-
-
Jarek Kobus authored
Reviewed-by: Pawel Polanski
-
- Mar 09, 2011
-
-
Oswald Buddenhagen authored
simply add CONFIG += depend_includepath to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them were missing anyway, and i wouldn't expect it to ever change. not touching src/shared/ for syncing reasons.
-
- Mar 03, 2011
-
-
Tobias Hunger authored
Handle git status output as done by git 1.7.4. Thanks to BogDan Vatra for pointing out this issue. TaskNumber: QTCREATORBUG-3697
-
- 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
-
- Feb 04, 2011
-
-
con authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- 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 16, 2010
-
-
Roberto Raggi authored
-
Tobias Hunger authored
... if a repository is set.
-
- 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
-
- Dec 02, 2010
-
-
con authored
-
- Dec 01, 2010
-
-
con authored
Task-number: QTCREATORBUG-2936
-
- Nov 26, 2010
-
-
Tobias Hunger authored
Add tooltips to the toggles found in the Git Blame and Diff editors.
-
- Nov 23, 2010
-
-
Tobias Hunger authored
Only enable submit button in the git submit editor when a non-empty desciption of the patch is available. Git rejects empty commit messages and old versions fail without even giving an error Qt Creator can detect, so this should make commiting a bit more save. Task-number: QTCREATORBUG-2410
-
Tobias Hunger authored
Do not offer to commit in the dialog opened when closing the commit editor when the commit is not containing all the required information.
-
- Nov 22, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3141
-
Tobias Hunger authored
-
Tobias Hunger authored
Allow to do codefolding on files and hunks in the diff editor
-
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
-
- Nov 15, 2010
-
-
Friedemann Kleint authored
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
- Oct 29, 2010
-
-
Tobias Hunger authored
Fix detection of stash names. Task-number: QTCREATORBUG-2934
-
Tobias Hunger authored
-
- Oct 25, 2010
-
-
Oswald Buddenhagen authored
-
- Oct 15, 2010
-
-
Tobias Hunger authored
Rename "Reset..." back to "Undo Uncommitted Changes..." to be more in line with git gui as well as the file-based operations. Reviewed-by: Leena Miettinen
-
Tobias Hunger authored
Refer to "blame", not "annotate" since that is what we call the action elsewhere. Reviewed-by: Leena Miettinen
-