- Oct 05, 2011
-
-
Tobias Hunger authored
Use VCSBase::Command instead. Change-Id: I819e61c2fdf705717709f49ea42ad822d25300fb Reviewed-on: http://codereview.qt-project.org/6079 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I873d2caa2cead5c339eec887a5fcdef4d33bec24 Reviewed-on: http://codereview.qt-project.org/6071 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Sep 19, 2011
-
-
Orgad Shaneh authored
Merge-request: 385 Reviewed-by:
Tobias Hunger <tobias.hunger@gmx.de> Change-Id: Id3ad9b6153ca9ca1133f0f3a90fe63ecf6525caa Task-number: QTCREATORBUG-5749 Reviewed-on: http://codereview.qt-project.org/5158 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 02, 2011
-
-
Tobias Hunger authored
Change-Id: I6ad2df70b7ad9b5fdc5baddc3ef85d0fed0c139c Reviewed-on: http://codereview.qt.nokia.com/2518 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@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 12, 2011
-
-
Tobias Hunger authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- 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 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
-
- Dec 09, 2010
-
-
Tobias Hunger authored
Allow for pretty format selection in git show. Save selected value and default to "email". Task-number: QTCREATORBUG-3341
-
- Nov 22, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
- Oct 29, 2010
-
-
Tobias Hunger authored
-
- 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 17, 2010
-
-
Robert Loehning authored
In cases where binary 'wish' is not in PATH variable this could not be started.
-
- Sep 01, 2010
-
-
Robert Loehning authored
-
- Aug 27, 2010
-
-
Robert Loehning authored
-
- Aug 26, 2010
-
-
Friedemann Kleint authored
Make GitClient::synchronousGit use the process environment. Windows: Add a setting to fake a 'HOME' environment variable (%HOMEDRIVE%%HOMEPATH%) to make msysgit look for its SSH-keys there not only when run from git bash, but also from Qt Creator. Useful in MinGw-setups, where git must not be in the path.
-
- Aug 23, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
- Aug 12, 2010
-
-
Friedemann Kleint authored
Provide UI with manual refresh button in BaseCheckoutWizardPage. Change ProcessCheckoutJob to be able to execute several steps. Implement in git.
-
- Jul 30, 2010
-
-
Robert Loehning authored
-
- 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
-
Friedemann Kleint authored
..for timeout handling to take effect. Also, log window will update continuously. Task-number: QTCREATORBUG-777
-
- May 21, 2010
-
-
Friedemann Kleint authored
- Use message boxes on timeouts. - Add a configuration for a graphical SSH password prompt binary with defaults - Launch commands that require authentification with no terminal on UNIX and environment variable SSH_ASKPASS set accordingly. - First attempt at introduce a common function to synchronously run VCS commands in base plugin with flags. - Use standard execution log entries in all VCS plugins (outputwindow).
-
- 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 19, 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 12, 2010
-
-
dt authored
Reviewed-By: con Reviewed-By: Friedemann Kleint We now support renaming files. The version control system tries first to rename, if that doesn't support or can't rename the file we do a normal rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not. (perforce untested)). We correctly notify all editors of the renamed file and tell the project manager to rename the file in the project. Note: Only the qt4projectmanager knows how to rename files. Note: renaming folders, moving files to different folders, renaming .pro/.pri files is not supported. Those things can be later added after this has proven to work correctly in the simple case. Also we don't do any actions based on the renaming like renaming classes, changing include guards or #include lines.
-
- 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
-
- 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 19, 2010
-
-
Friedemann Kleint authored
Do 'git rebase --abort' if something fails.
-
Friedemann Kleint authored
Create actions with convenient factory functions, do enabling per file/project/repository centrally.
-
- Mar 15, 2010
-
-
Robert Loehning authored
-
- Mar 12, 2010
-
-
Friedemann Kleint authored
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-