- Jun 07, 2010
-
-
Friedemann Kleint authored
Match at beginning of line. Task-number: QTCREATORBUG-1526 Reviewed-by:
thorbjorn <thorbjorn.lindeijer@nokia.com>
-
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>
-
con authored
-
- May 21, 2010
-
-
Robert Loehning authored
appendDataSilently() is only called from appendData() which is not silent anyway. The connect in GitClient::createCommand() is currently not executed.
-
- May 20, 2010
-
-
Friedemann Kleint authored
... when autofs is involved. Check for files instead of folders and stop checking/recursing up at '/' or $HOME. Further fixup will follow. Task-number: QTCREATORBUG-1361 Task-number: QTBUG-10495
-
- May 18, 2010
-
-
con authored
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- Apr 26, 2010
-
-
Friedemann Kleint authored
Fix breakage introduced by: 59237338
-
- Apr 23, 2010
-
-
Friedemann Kleint authored
Do not listen on ICore::contextChanged to update actions (became slow after additional contexts). git: Make code to find top level faster, avoid constructing file info lists. Acked-by: con
-
- Apr 19, 2010
-
-
Daniel Molkentin authored
- allow for more verbose description - allow to fit all catagories and subcategories in - bring more clear separation between projects and files - expense: one more click Reviewed-by: jbache
-
- Apr 16, 2010
-
-
con authored
-
- Apr 14, 2010
-
-
con authored
Reviewed-by: Friedemann Kleint
-
- Apr 13, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Jens Bache-Wiig
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
To free up the name for an upcoming VCSBaseOptionsPage class that forms the base for all version control option pages. Reviewed-by: Friedemann Kleint
-
- Mar 31, 2010
-
-
con authored
-
Jarek Kobus authored
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
con authored
-
- 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.
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
- Mar 15, 2010
-
-
Friedemann Kleint authored
in the same fashion as "Clean repository".
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-
- Mar 05, 2010
- Mar 01, 2010
-
-
con authored
-
Friedemann Kleint authored
Introduce static utilities to Utils::SynchronousProcess for synchronous processes that mimicks the handling of Utils::SynchronousProcess (apply timeout after no more data are available on stdout/stderr as opposed to waitForFinished()). Task-number: QTCREATORBUG-777
-
- Feb 12, 2010
-
-
Friedemann Kleint authored
...when p4 initialization fails on Windows.
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 20, 2010
-
-
Thorbjørn Lindeijer authored
Also prefixed the suffix with a space. Reviewed-by:
Friedemann Kleint <friedemann.kleint@nokia.com>
-
- Jan 15, 2010
-
-
Friedemann Kleint authored
Add non-modal stash management dialog and additional menu option "Stash snapshot..." to stash away changes prompting for a description, which will immediately replay the stash (take snapshot and continue working). Add interface to IVersionControl for creating/restoring/deleting snapshots for backup/complex undo operations (currently supported by git only). Add test options to VCSBasePlugin. Clean up and extend git client accordingly.
-
con authored
Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard kinds to collapse/expand.
-
con authored
-
- Jan 12, 2010
-
-
Friedemann Kleint authored
Add repository creation operation to IVersionControl, implement for hg and git, add convenience slot with prompts to VCSBasePlugin. Add respective menu options and make menus are visible in case no VCS is active. Change project wizards extension page to list VCS that are capable of repository creation in a QComboBox in case the directory is not managed by another VCS (in which case it lists that one for operation 'add'). On that occasion, polish the Project selection to use a QComboBox as well and add some smartness to find the most suitable project to add via path matching.
-
- Jan 11, 2010
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
Friedemann Kleint authored
...and its dialog prompt consistently. Rename method and introduce overload taking IVersionControl. Add convenience slot to VCSBasePlugin.
-