- Oct 11, 2013
-
-
Orgad Shaneh authored
Commit is local. There's no reason to prompt. Change-Id: I3aed5ad4931bc49c62d52f906100273739f4af89 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 30, 2013
-
-
hjk authored
In the majority of cases we were doing that anyways, having two ways is just needlessly confusing. Change-Id: Ied362a702c23beee528368d74df1f2aabe5807f8 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 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
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 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 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
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>
-
- 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 05, 2013
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I004d756b351c3fdd9d13367627b1345f3efa7f2a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 21, 2013
-
-
hjk authored
Change-Id: I21ca57fa6b73887dfc88b31240096b0851d53cae 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>
-
Orgad Shaneh authored
Change-Id: I43c40585e5ac50369422d78f74240d7249be95ae Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 21, 2013
-
-
Orgad Shaneh authored
Use diff file pattern to match file name. Avoid duplication. Include unit tests for Git Change-Id: Ib68a08368270a27976a3e16bdd1cb219a52b8889 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 18, 2013
-
-
hjk authored
There seems to be still disagreement in the code what the individual parameters are meant for. Change-Id: I9c51e6ee9cc8fd1a55d202b8131027de1ef812a0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Jan 11, 2013
-
-
Orgad Shaneh authored
Useful when the same file can appear more than once (e.g. staged + modified) Task-number: QTCREATORBUG-5347 Change-Id: I3ce716c22840c149490e00e6948612607ae57159 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 27, 2012
-
-
Tobias Hunger authored
Do not keep an open file around when passing the file name to the editor. The editor won't be able to save on windows since the file is locked. Task-number: QTCREATORBUG-5972 Change-Id: Ib424c76d2e3e57d43fdc1e1c222dbeb148669038 Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
- Aug 06, 2012
-
-
hjk authored
More uniform. Change-Id: I1c6057981f4c2b3170a4e69f0674fe4caf1143a2 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jun 05, 2012
-
-
Eike Ziller authored
Gets rid of a lot of code duplication. Change-Id: I2ce38fb38a0b61cb821e0bdc7bcc9a7ccdf9da72 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 25, 2012
-
-
Eike Ziller authored
d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 23, 2012
-
-
Eike Ziller authored
Using a central enum now. Change-Id: I20d88c9a3f8c62cf33e4b89a3442269f71918b06 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 22, 2012
-
-
Eike Ziller authored
Because these tend to add special characters into the editor instead of triggering the shortcut. Use Ctrl (aka Qt's Meta) instead. Change-Id: I5866772baf4550e6d048e4d7252b2899a6d28296 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 11, 2012
-
-
hjk authored
Less code on the user side, same meaning. Change-Id: I14e54a5d2ed8e024a51cce74eaf7c8419ad544be Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 31, 2012
-
-
Friedemann Kleint authored
Change-Id: I85c007045efdb207f397b42fbce7a554ac9c9819 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jan 25, 2012
-
-
hjk authored
This follows suit to the ICore changes. Change-Id: Iba2de1b1e3f2574fd1459892eae702e6af1cc7dc Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 24, 2012
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 09, 2012
-
-
hjk authored
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- Dec 08, 2011
-
-
Hugues Delorme authored
In the description field of the commit editor, class VCSBaseSubmitEditor provides completion of file names and C++ entities (based on QtCreator's internal C++ code model). Change-Id: Ie5323714dbf6f6e635953dfbb35596201d86fc37 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
- Nov 23, 2011
-
-
Hugues Delorme authored
There was a bug with the initial display of the submit editor. The submit action was not disabled (description field is empty) and thus the user was allowed to commit changes without entering a description. Empty commit message causes error for most VCS (if not all). Technically, Utils::SubmitEditorWidget::registerActions() must be called before init of the widget (eg call to BazaarPlugin::setFields()), because SubmitEditorWidget::updateActions() won't have any chance to be called. Change-Id: I154d6c807e0943b98abcb6222d8f57ec5421181c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
- Nov 14, 2011
-
-
Hugues Delorme authored
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Hugues Delorme authored
In function BazaarPlugin::showCommitWidget() variable m_changeLogPattern is now renamed to changeLogPattern (this is not a class attribute !) Change-Id: I432bcbc34f922460bf30ea5ed5e8802e12b32e8b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 05, 2011
-
-
cerf authored
VCSBase::Command was created from GitCommand, it replaces VCSJobRunner. VCSBase::Command is simpler to use (in VCSBaseClient) and commands can show up in the progress manager. From now on, the git plugin can easily rely on vcsbase. Change-Id: I40593f354249cd94a4c79e90f9bf1362ff3bf5ec Merge-request: 394 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt-project.org/6078
-