- May 03, 2011
-
-
Orgad Shaneh authored
Merge-request: 289 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 18, 2011
-
-
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.
-
- Apr 15, 2011
-
-
Tobias Hunger authored
Make sure none of the VCS systems claims it does support any VCS operation while unconfigured. This stops the specific VCS from showing up in wizards, etc. till they can actually be used.
-
- Apr 13, 2011
-
-
hjk authored
-
- 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 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Nov 23, 2010
-
-
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
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
- 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
-
- Oct 08, 2010
-
-
Tobias Hunger authored
String update as suggested by Leena.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Sep 17, 2010
-
-
Leena Miettinen authored
-
- 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 10, 2010
-
-
hjk authored
-
- Sep 06, 2010
-
-
dt authored
The function always switched to Edit Mode, which was the cause for several bugs. Since openEditor() already does switch to the right mode, the function is not really needed. The following actions now respect the prefered mode of the editor: "f file"-locator The Open Documents list Editor history navigation
-
- Sep 01, 2010
-
-
Robert Loehning authored
-
- Aug 23, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
- Aug 19, 2010
-
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- Jul 30, 2010
-
-
Robert Loehning authored
-
- Jun 25, 2010
- Jun 16, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1577
-
- Jun 08, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1577
-
- May 25, 2010
-
-
Friedemann Kleint authored
..for timeout handling to take effect. Also, log window will update continuously. Task-number: QTCREATORBUG-777
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- Apr 26, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- Mar 25, 2010
-
-
Friedemann Kleint authored
Modify CodePaster::fetch to do a mimetype detection on the content, create a filename with the matching extension and open that file. This gives correct syntax highlighting and makes "Save as" more convenient. Keep the file around and delete on exit. Modify patch mimetype with some content detection (higher priority than C++). Add a "current patch file" to the VCSBasePlugin::State. Add "Apply patch" to git with whitespace fix.
-
- Mar 22, 2010
-
-
Thorbjørn Lindeijer authored
Static leaks, but causes noise in valgrind output. :) Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Mar 19, 2010
-
-
Friedemann Kleint authored
Create actions with convenient factory functions, do enabling per file/project/repository centrally.
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 15, 2010
-
-
Friedemann Kleint authored
in the same fashion as "Clean repository".
-
- Mar 12, 2010
-
-
Friedemann Kleint authored
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 17, 2010
-
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-