- Sep 08, 2011
-
-
hjk authored
Change-Id: Iefd67a0461d9016b8ba0f3371df7ec6d42e188c5 Reviewed-on: http://codereview.qt-project.org/4321 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 05, 2011
-
-
hjk authored
Change-Id: Iffe04bc3bb0103cbac605f0734bbfd66eb7fd854 Reviewed-on: http://codereview.qt.nokia.com/4215 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 23, 2011
-
-
cerf authored
Refactor how sub VCS clients redefine commands like diff, log, ... This allows sensible code shrinks in Bazaar and Mercurial plugins Change-Id: Ifeaf366c5c1c2eee776ce5d6bc748c3872e53f5a Merge-request: 2201 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/3403 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- Aug 22, 2011
-
-
cerf authored
There is now a clear distinction between the basic status command and the status command used to emit parsed output Change-Id: Ie398a866ffcd8f4cc33b864ddbe23ce9d2e97437 Merge-request: 358 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/3337
-
cerf authored
Rename VCSBaseClient::settingsChanged() to handleSettingsChanged(). This avoids confusion with a signal (note : Bazaar and Mercurial plugins are impacted) Change-Id: I8afd8d60be300088081338a4ed682c2760ba42eb Merge-request: 358 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/3336
-
cerf authored
This impacts Bazaar and Mercurial plugins Change-Id: Ife1e83083b268e597928fbae30378e488e31ee96 Merge-request: 358 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/3335
-
- Aug 16, 2011
-
-
cerf authored
A special case is now supported when no VCS binary is specified (left blank in options) then a default (fallback) binary is used instead. Class VCSBaseClientSettings is now equipped with defaultBinary() and setDefaultBinary(). Descendant classes can define the default binary to be used when needed (see BazaarClientSettings for example). Task-number: QTCREATORBUG-5666 Change-Id: I74c79df03f820996b31a1cd05201bd88ba5dd081 Merge-request: 364 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/2996
-
- Jul 28, 2011
-
-
cerf authored
Change-Id: I85c8e9fb72b1f0175669a7e6c8d2a42f52bbff2d Merge-request: 351 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/2332 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- Jun 23, 2011
-
-
cerf authored
Bazaar and Mercurial plugins are impacted Change-Id: Ia781dae79983350d773f454de32f812e876bfbfb Merge-request: 350 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/645 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- Jun 22, 2011
-
-
Leena Miettinen authored
Change-Id: I3686ac83e5fdc009b03e84ab3c7b24a052d119c4 Reviewed-on: http://codereview.qt.nokia.com/569 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jun 10, 2011
-
-
cerf authored
Bazaar and Mercurial plugins are impacted, they benefit auto load/save of the diff settings Change-Id: I67327b231fd80eeb61bb859879f9eabdc56739e8 Merge-request: 345 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/463 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
cerf authored
Change-Id: I94d5c1f1944b51a284e41ad9be0168f3edc99292 Merge-request: 345 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/462 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
cerf authored
VCSBaseClient takes now a pointer to VCSBaseClientSettings, so settings can be changed within the VCS client. For example diff settings can now be loaded and saved from within the VCS client. This impacts the Bazaar and Mercurial plugins Change-Id: I84882b1f3355e0ca2597704f48f589dca42fd661 Merge-request: 344 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/452 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- Jun 07, 2011
-
-
Tobias Hunger authored
Change-Id: I818eb8246f27b023e35155d50a8d08548660f709 Reviewed-on: http://codereview.qt.nokia.com/350 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jun 03, 2011
-
-
cerf authored
Because diff options are VCS-specific, these methods were removed : VCSBaseEditorParameterWidget::addIgnoreWhiteSpaceButton() VCSBaseEditorParameterWidget::addIgnoreBlankLinesButton() Associated msg*Label() and msg*ToolTip() This impacts cvs, hg, perforce, svn and bzr plugins Change-Id: I8d213ed3915653b78bae9ba8b6cbbd65fa269ce2 Merge-request: 340 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/323 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- May 24, 2011
-
-
cerf authored
BazaarEditor::fileNameFromDiffSpecification() was not seeing all lines starting with "+++ file". Searching for "=== modified file 'file'" instead solves the problem Change-Id: Ib1d4c839543f0f8cc00ecbfaa177b369a4c20ee1 Merge-request: 330 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/78
-
- May 12, 2011
-
-
cerf authored
Merge-request: 327 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
It is replaced by QStringList, allowing a simpler approach to add extra arguments to a command. The Bazaar and Mercurial VCS plugins are impacted by this change Merge-request: 325 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- May 03, 2011
-
-
Orgad Shaneh authored
Merge-request: 289 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 323 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 20, 2011
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3752
-
Tobias Hunger authored
... and all derived classes
-
- Apr 19, 2011
-
-
hjk authored
-
- Apr 18, 2011
-
-
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
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
-
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 14, 2011
-
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 08, 2011
-
-
cerf authored
This allows to have more detailed infos about a revision, pretty much similar to 'git show'. Merge-request: 288 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Remove unnecessary virtuals and whitespaces
-
- Mar 28, 2011
-
-
Friedemann Kleint authored
Add toolbar controls for ignore-whitespace to editors and wire 'Revert Chunk' context menus. Fix Bazaar diff interaction (find the file on doubleclick). Introduce initializeDiffEditor to BaseClient and wire the editors there.
-
- Mar 22, 2011
-
-
Leena Miettinen authored
Reviewed-by: Friedemann Kleint
-
- Mar 21, 2011
-
-
cerf authored
Bazaar commands can now be triggered with ALT+Z as combination prefix instead of the already used ALT+B Merge-request: 278 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Bazaar commands can now be triggered with ALT+Z as combination prefix instead of the already used ALT+B Merge-request: 278 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Mar 18, 2011
-
-
cerf authored
Merge-request: 276 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 276 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 276 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
cerf authored
Merge-request: 276 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-