- 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
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>
-
jkobus authored
Change-Id: I9d74792f59a1209a3fbbd4fade39eee04d5ce5f4 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@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 03, 2013
-
-
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>
-
- Aug 30, 2013
-
-
hjk authored
Change-Id: I3255a0150cd9a730336456c5a9f986eb74fefbff 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 12, 2013
-
-
Orgad Shaneh authored
Change-Id: I95ea8078ae53e7339213765fbb8a79bff33f899c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 07, 2013
-
-
Orgad Shaneh authored
The list always contains a single entry (or none) anyway Take 2. This time it actually compiles ;-) Change-Id: I71a9822360a9b569ba79afa0f575e27918bb2e03 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
And use it where appropriate Change-Id: I0f37b8aada6eaa9be6743724b91a59173a01cb0c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Aug 05, 2013
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9763 Change-Id: I8dbf3c1e5b7e1bea525123bf02a7e9952c94abe2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 17, 2013
-
-
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>
-
- Jul 02, 2013
-
-
Orgad Shaneh authored
Change-Id: I4a7e5a5748dd9e16b1e62b3879cce8ccab0f3e01 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 01, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7136 Change-Id: I2c163356c06cdc46e39bf93989b9d56f598c0890 Reviewed-by:
hjk <hjk121@nokiamail.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: Ib5fb8e81204d3454c2972a272f3abe4c22274f7a Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
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>
-
- May 24, 2013
-
-
Orgad Shaneh authored
Mostly internal mimetypes Change-Id: Ia84206f1334c1f83474cbc307e848719bb98adbc Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ia931fdd07d7cf1984f34b10c9b4c20a414c93d9e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I17e73e269698af0d515f668d3c272a748cdca3bb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 22, 2013
-
-
Tobias Hunger authored
Change-Id: Ic1259f04f4120b6e495ebb3672f7f360c71cba7f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 22, 2013
-
-
Orgad Shaneh authored
Change-Id: I4521e26e72c85e896e58e4d9d129f92b2d80f869 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 19, 2013
-
-
Eike Ziller authored
It was not possible to simultaneously open two commit editors for different version control systems, also there was no reason to scan all open editors for the submit editor, since the plugins can just remember the editor that they opened. Change-Id: I1bea6ece3cd6faa1ecc0566bdd6f5fb10c816963 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 11, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I8bb9b4eb0ae5ed9b283da422be882603ae0e1b49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Apr 08, 2013
-
-
David Schulz authored
Task-number: QTCREATORBUG-2851 Change-Id: Ic47a5a1833650e31b4e27d0a01259d6b398a6415 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 04, 2013
-
-
hjk authored
This was mostly used to disambiguate the char * and the QString constructors. Change-Id: Ib6923ef8e8c0e5d514a883e73aa001a1cd9fb534 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 03, 2013
-
-
Oswald Buddenhagen authored
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Oswald Buddenhagen authored
instead of directly including the respective pri files in *_dependencies.pri, set variables and let qtcreator.pri resolve them to includes. this will allow us to re-use the dependency info elsewhere. Change-Id: Iaa33924e428ac0409660f42df2f98a7978452d3e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Apr 02, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 21, 2013
-
-
hjk authored
Change-Id: I21ca57fa6b73887dfc88b31240096b0851d53cae Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 12, 2013
-
-
Friedemann Kleint authored
Change-Id: I75f2040e9b3dd5d9786faf2e829ec808af7f1304 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 11, 2013
-
-
Knut Petter Svendsen authored
The Hijack button (makeWriteableButton) should only be shown for snapshot views. Change-Id: I809981885d18b6057d82f73b5104b0f1041cd255 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 30, 2013
-
-
Orgad Shaneh authored
Tests included Change-Id: Ibe2f6ece207128f8467b0cbca9dc38f2bcd5ced6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-