- Dec 05, 2013
-
-
Knut Petter Svendsen authored
Derived objects (DO) are created during builds with ClearCase build tools (e.g., clearmake). They are used for build avoidance and derived object sharing. DOs are typically object files, but can also be source code generated from code generation tools. It is probably never a good idea to edit such a file. Change-Id: If4248f09409424ee771aab720851bb6ce1aa40c9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Derived Objects (DO) should not be checked in or out. Ideally they should not be edited at all, but in the case where a user by accident opens a DO and it is read only do not offer to vcsOpen() the file. Change-Id: I5aee9655ca8696c6d7291950946052261526c751 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
For dynamic views we only at initial sync/indexing check for checked out files. When a file is opened it will be reindexed if needed. The very time consuming recursive listing of all vobs is not needed as for snapshot views. Change-Id: I83d4ab70efdd311b6f3239ab45569c6d1810e10f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Refactored code to make it more testable, and added tests. When running WITH_TESTS the TestCases will make the plugin fake ClearTool such that ClearTool is not needed to run the current tests. Change-Id: I49b50a667309cf337a07ef20dabb4801c680700d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Dec 03, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-10860 Change-Id: I22550b4415e07cac0d78f36595dc7ee781a837c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 26, 2013
-
-
Tobias Hunger authored
Change-Id: Ie0a2112bd9892fbcd0bd7955b0c69cc976e141ec Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 22, 2013
-
-
Knut Petter Svendsen authored
ccFileOp returned true even if the user pressed "cancel". This resulted in the DocumentManager being incorrectly notified that the file was renamed. Change-Id: I000c28204083c2e52de9bffb66611acb710be1cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 21, 2013
-
-
Knut Petter Svendsen authored
cleartool reports errors to stdErr not stdOut. Change-Id: Ice47e40f56157d52f8e4f73ba6ed8d87ad39f3c4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 13, 2013
-
-
Knut Petter Svendsen authored
View private files have state NotManaged. In the corner case where a NotManaged file is read-only they should be made writeable by the ReadOnlyFilesDialog, and not vcsOpen()-ed. Change-Id: Icfeab6bebb76cc01da693b3bfff7b46c45b106b4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 24, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 18, 2013
-
-
Friedemann Kleint authored
It introduced a warning: SOFT ASSERT: "QFileInfo(m_settings.ccBinaryPath).isExecutable()" in file .\clearcaseplugin.cpp, line 382 on machines that do not have clearcase installed (which is the majority). This reverts commit d3bef1b0. Change-Id: I7c5c599a9b2af175fd4d4c8d81b5c59dcbdffdba Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 16, 2013
-
-
Knut Petter Svendsen authored
Change-Id: I8e873fcb1bdc3543a031a55b8e027a574a101752 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Change-Id: I1daeda0159558377a43f04845b974155ddc77d57 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Diff, History and Annotate only makes sense for ClearCase elements. Change-Id: I81f6f5d3fcc81d7c493cc6b3a621902fb57cabe4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 15, 2013
-
-
Tobias Hunger authored
The functionality is unused. Change-Id: I45017106509b8dbff9f3eff3aaef6de19be31ce7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 11, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-2455 Change-Id: I4b1fa9676ad4a8d7293e035e4d6103251bef8aee Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Cristian Tibirna <tibirna@kde.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 10, 2013
-
-
Orgad Shaneh authored
Can have other usages than diff Change-Id: Ieb01a88eb95503ac89b2f2c1120eddf404cdce5a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Required for supporting renames on annotate. The renamed file (and possibly its parent directory) doesn't exist anymore, so it shouldn't be passed as a working directory. Change-Id: I809e8df17c1dc5199e533b525244a668eccbcd5f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 09, 2013
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Sep 12, 2013
-
-
Tobias Hunger authored
Change-Id: I9505cdd4c59f8f66e686945a3340990b195fcb55 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Sep 04, 2013
-
-
hjk authored
Change-Id: I72993fda50ad70ad2d7c2f449923ac6e34b9e737 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 03, 2013
-
-
Tobias Hunger authored
Change-Id: Ic1f08795af7cc8589f9a4493a654beb2b358cf55 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Also adjust and streamline using and surrounding code. Change-Id: I6a8b05126bdcbb74ff611b21c7cb3c5902a2d5ca Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Sep 02, 2013
-
-
hjk authored
Change-Id: I4af8793ca69a3af9e99baeb7c31dad3864266f91 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 30, 2013
-
-
hjk authored
Change-Id: I3255a0150cd9a730336456c5a9f986eb74fefbff Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Unclutter runVcs * Enable more dynamic signal/slot usage in Command Change-Id: Ie97b17078778b0c86b74d5725a78e766828ac6d8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 26, 2013
-
-
jkobus authored
Change-Id: I87f64446161a57aea0896f68e4eafacef791969b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Aug 20, 2013
-
-
Orgad Shaneh authored
* Introduce a proxy class for thread synchronization * Use signals for appending text to output window Change-Id: Iecbb010e6b6e9dab27d9862a43dafa450f2bb1f8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 12, 2013
-
-
Orgad Shaneh authored
Change-Id: I95ea8078ae53e7339213765fbb8a79bff33f899c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 17, 2013
-
-
Eike Ziller authored
Change-Id: I43f09324ad2502a64bb51c4b6cde337ebbe18132 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
The method is for setting the contents, so it belongs to the document, and should be named correspondingly. Change-Id: I40363dc08f11268f530885b512e4a88e8b10d096 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 10, 2013
-
-
Eike Ziller authored
The display name is not editor instance specific, but belongs to the document. Change-Id: I3c936f04a86e10e6ca30063d85036d85b4b5880e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jul 09, 2013
-
-
Eike Ziller authored
Necessary for keeping compatibility within a minor series. When bumping versions, the compatVersion now needs to be taken into account too. Change-Id: I588947f885480889ff2f58481f72db76e3f1a9f1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 26, 2013
-
-
Joerg Bornemann authored
Change-Id: I618c1ad4bf328492403b48c8e398abd538f74787 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jun 20, 2013
-
-
Joerg Bornemann authored
Use the new contains function and the targetOS list. Change-Id: I38b995eb9328e449befad85792512c45670cc8c9 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Jun 07, 2013
-
-
Orgad Shaneh authored
Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 05, 2013
-
-
Eike Ziller authored
This change * Removes IMode::type, ModeManager::activateModeType, and IEditor::preferredModeType, and adds IEditor::isDesignModePreferred instead * Adapts the mode switching code in EditorManager to handle multiple windows, for example switching to edit mode should only happen if the editor/view is in the main window. Otherwise the editor window should be raised and focused * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor * Reverts the EditorManager::ModeSwitch logic to switch mode or make the current editor visible by default, introducing DoNotMakeVisible flag instead * Fixes a few instances where EditorManager::ModeSwitch should have been used One non-trivial problem left: If you open a .ui file and switch to an external editor window, edit mode is activated, because the current editor no longer is a .ui file, which means that the design mode gets deactivated. Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- May 28, 2013
-
-
Daniel Teske authored
Change-Id: I37add98ad5b35b3d375fca721ed816124f3af7f4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 27, 2013
-
-
Orgad Shaneh authored
Some editors were removed, adapt indices Change-Id: I87ab8c3aa8c6e9ccad494527ec93a171f90ecf83 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-