- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- May 04, 2010
-
-
Robert Loehning authored
-
- 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 12, 2010
-
-
Thorbjørn Lindeijer authored
Cleans up some duplication for each page. Reviewed-by: Friedemann Kleint
-
- Mar 31, 2010
-
-
con authored
-
Jarek Kobus authored
-
- Mar 29, 2010
-
-
dt authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-978
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- 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 23, 2010
-
-
Friedemann Kleint authored
-
- 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
-
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 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 15, 2010
-
-
Robert Loehning authored
-
Robert Loehning authored
-
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
Present user with a checkable list of files to be cleaned (add reusable dialog to VCSBase module).
-
- Mar 10, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
Friedemann Kleint authored
- git status: Recognize text in case -u was passed - Mercurial: Always run in C locale
-
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 26, 2010
-
-
Friedemann Kleint authored
- Observe timeout setting when running synchronous commands. - Increase Default on Windows - Stop process with terminate first (signal). Task-number: QTCREATORBUG-777
-
Friedemann Kleint authored
-
- Feb 25, 2010
-
-
Friedemann Kleint authored
-
- Feb 19, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-731
-
Friedemann Kleint authored
Used the wrong indexes, set focus option.
-
- 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
-
- Feb 16, 2010
-
-
Friedemann Kleint authored
Display correct warning if git is not installed. Do not display it as error (popping up the log pane) from IVersionControl. Introduce separate caching flag to avoid repeated execution if git is not installed.
-
- Feb 12, 2010
-
-
Friedemann Kleint authored
Make it possible to trigger actions from the locator bar by registering an instance of Locator::CommandLocator by prefix. Currently used for VCS systems. Acked-by: con Initial-patch-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Feb 02, 2010
-
-
Friedemann Kleint authored
QString: Use QChar/char where appropriate, do not use QString::null
-
Friedemann Kleint authored
Implement IVersionControl::vcsAdd() using --intent-to-add with a cached version check. On this occasion, implement vcsDelete() as well using 'git rm -f'.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 27, 2010
-
-
Friedemann Kleint authored
Give dialogs a consistent look, set WA_DeleteOnClose on them and improve updating. Add a Refresh/Diff buttons to branch dialog.
-