- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 02, 2010
-
-
con authored
-
- Dec 01, 2010
-
-
con authored
Task-number: QTCREATORBUG-2936
-
- Nov 22, 2010
-
-
Friedemann Kleint authored
Run some commands synchronously. This avoids issues with the UI reacting to file changes done by the VCS on windows which can lead to crashes. Task-number: QTCREATORBUG-3021 Reviewed-by: Tobias Hunger
-
- Nov 17, 2010
-
-
Roman Kovalev authored
getCodec() needs to be called with an absolute file name. As the changed decoding of the file contents will break the decoding of svn's annotation prefixes (which are in system locale), force LC_ALL=C to prevent an encoding mix in the first place. Merge-request: 214 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
Roman Kovalev authored
Subversion stores log in UTF-8 and returns it back in user system locale. So we do not need to encode it. Merge-request: 213 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
- Oct 28, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2929
-
- Oct 08, 2010
-
-
Tobias Hunger authored
String update as suggested by Leena.
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Sep 30, 2010
-
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
- 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 27, 2010
-
-
hjk authored
-
- Sep 24, 2010
-
-
Tobias Hunger 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
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 19, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2109
-
Friedemann Kleint authored
Update 'Commit' button to show number of files to be committed. Task-number: QTCREATORBUG-2090
-
- 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 22, 2010
-
-
con authored
-
- Jun 25, 2010
- Jun 15, 2010
-
-
Friedemann Kleint authored
as it breaks the log output. Task-number: QTCREATORBUG-1623
-
- Jun 11, 2010
- Jun 10, 2010
-
-
Friedemann Kleint authored
Fixes breakage introduced by 34982c1f. Task-number: QTCREATORBUG-1612 Reviewed-by: dt
-
- Jun 08, 2010
-
-
Friedemann Kleint authored
to aid trac plugin implementation.
-
- Jun 07, 2010
-
-
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
-
-
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).
-