- Jan 19, 2016
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jan 14, 2016
-
-
Eike Ziller authored
To fallbackSaveAsPath and fallbackSaveAsFileName. That makes it clearer what they are for, and that they actually belong to each other. Change-Id: Ie5b83b9db77d39a7fe9e979cc8f22b7f5b9101a3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Dec 22, 2015
-
-
Andre Hartmann authored
Change-Id: If646e27683e351e4308906f58b325dc47ff83c8b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Dec 04, 2015
-
-
Alessandro Portale authored
Use the same image file and recolor it as needed, Change-Id: I914819a53ca05d83ca5b88adf44706b460b48ac0 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Nov 25, 2015
-
-
Alessandro Portale authored
Instead of describing icons via file name or in the themed icons case via a string that is a list of mask/color pairs, we have now a class for it. Icons are now listed in per-plugin *icons.h headers. RunControl::m_icon was The only place left where an icon property was in fact a string. This patch changes that member to be a Utils::Icon. Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Nov 03, 2015
-
-
Orgad Shaneh authored
Change-Id: I0935bf8b8b30ee78716a14ee0a88c21b9caf62dc Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Nov 02, 2015
-
-
Orgad Shaneh authored
Change-Id: I31335ffd95e4e7955966d06c78bde166ad6d5555 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Oct 23, 2015
-
-
Alessandro Portale authored
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Sep 15, 2015
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-15051 Change-Id: If8beef268fa6390f2ff8f36996354f9685b70d80 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Sep 07, 2015
-
-
Daniel Teske authored
Change-Id: I8c58010e85c7e2a4b8a7c01fb81ce6b528f77b7d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Sep 02, 2015
-
-
Nikita Baryshnikov authored
Change-Id: I76a12a278db8e74d935e76a5e832daf8e34df2a9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Aug 25, 2015
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14963 Change-Id: I5d26ae810add657a94fb40a5d4437e2d17a1625a Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Jul 08, 2015
-
-
Eike Ziller authored
Use Q_DECLARE_INTERFACE et al. This provides a way to have the dependency on code pasting optional in the using plugins (VCS, diff editor), while still being able to use a nice API to perform the pasting itself. Change-Id: Ia61e0066d552e45031f4aa7fd1f6693b68f92384 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- Jul 06, 2015
-
-
Orgad Shaneh authored
After expanding branches, notify the user in case there are none. Change-Id: Id8a8d18933394208f8823c55124189ab37be4153 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jul 01, 2015
-
-
Nikita Baryshnikov authored
overflow in implicit constant conversion Change-Id: I8eaf55ab1e2108de44e7aa2dc832e1ee13814d3b Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Jun 11, 2015
-
-
Eike Ziller authored
Change-Id: I6884f59fe0f06e380254c1f8076dd561d9df4ee3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Jun 10, 2015
-
-
Eike Ziller authored
We show a dialog that offers opening a file in a different editor type if opening a file fails, but we should not do that if opening the file fails because it is not readable. With this change, documents now specify if they failed to open a file because reading failed, or because they could not handle the file contents. Task-number: QTCREATORBUG-14495 Change-Id: I5d4b7cfa74b87ef21b9b55bc30b3ebe2f8238dfa Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I18a6dd021bb29ca5eaa7727213c80458d903ee6c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
For non-editor documents it currently is not used, but for editors it makes more sense to have that on the document instead of the editor. Most actual implementations of "open" were done in the documents already anyhow, because it is needed for reloading. Change-Id: I29d4df2078995cbe80172b51a9bebeecb3afad3c Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Jun 09, 2015
-
-
Eike Ziller authored
Change-Id: I403101d788d9edfea5c5c9440ab4f39ad00e81f7 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 27, 2015
-
-
Tobias Hunger authored
Do not put filenames into a regular expression and then hope for the best... any file with any character in its name that has a special meaning for a regexp will break the parsing. Task-number: QTCREATORBUG-14322 Change-Id: Ifab513d675168aff041f20d2b3f06a8d27919aa7 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 23, 2015
-
-
Tobias Hunger authored
Change-Id: I5d0dc3bb43753f7b2ac9c308944f327537547d76 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 17, 2015
-
-
Tobias Hunger authored
When jumping to a file via the dropdown box: Have that block be scrolled to the top of the view, not to the center. This is way less confusing. Change-Id: I5c629dda1af8bff76ca93a70357aa35c8efcb37a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Apr 13, 2015
-
-
Nikita Baryshnikov authored
by using EditorManager::openEditorWithContents Change-Id: I2850648bff0f5b8f01254b9c7ce9539c1262f576 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 12, 2015
-
-
Nikita Baryshnikov authored
When a commit has several files, opening diff for the first file works, but trying to open another diff without closing the previous one doesn't refresh the diff editor. Change-Id: Ia973cb70f2355a89b70787dd97042ef9f751d9d6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com>
-
- Apr 10, 2015
-
-
Tobias Hunger authored
Change-Id: I7fac89714ff9a603af29e19664b091e5e62be22f Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Apr 06, 2015
-
-
Nikita Baryshnikov authored
Change-Id: I8582fdb790f5541263eb17d1fa9418c3a48f88f6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Mar 20, 2015
-
-
Tobias Hunger authored
Change-Id: If7bae084cd34c6fb0fe77f9227d9848517c0e691 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Mar 16, 2015
-
-
Leena Miettinen authored
Change-Id: I3d8142d934b126bf13cab4729f6ed3f46cadbcea Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Mar 13, 2015
-
-
Tobias Hunger authored
Do not soft-assert when saving a diff that was saved before. Change-Id: Iebe06f2bf2ab966869181e0237ed6cc69b2f6045 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Mar 11, 2015
-
-
Tobias Hunger authored
Change-Id: I876c8ca6bc442cec853c41c48eb2be83def4558c Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ic444a9544e3c032a1908673c349e00bec95891dd Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I7d29bfc944e32ad03f237946b4bea08d1a9502c5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Use more QActions in the ToolBar. Those seem to work better than the bare widgets. Move "ignore WS" after the Context Lines spinbox so that we can make the editor smaller while keeping the pop-up menu working. Change-Id: I00d707c6ee1fb8d90fef5aa5ec5abb7149d4e6a0 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Mar 10, 2015
-
-
Tobias Hunger authored
Change-Id: I1c49527f010acbece31849127fc4d182678b6f37 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I845f492c27d2149ed01e175af5f974f86c7bd1d6 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
* Move all data handling into DiffEditorDocument * Move much of the logic of how to update views into the DiffEditor. * Introduce a base class for the different views on the diff to implement. * Remove DiffEditorGuiController * Make DiffEditorController smaller and merge the DiffEditorReloader into the class * Simplify communication between the classes involved * Make much of the implementation private to the plugin Change-Id: I7ccb9df6061923bcb34cf3090d6d8331895e83c7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
- Mar 09, 2015
-
-
Nikita Baryshnikov authored
Change-Id: Idfd3941f47b71d6b84306d88604b744e3585e4af Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 05, 2015
-
-
Friedemann Kleint authored
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 26, 2015
-
-
Orgad Shaneh authored
If a document has a file name associated with it then the prefix is composed from path components (subdirectories), starting from the one where the file is located and going up the parents until the resulting name becomes unique among other open documents. If a document doesn't have an associated file name, then a sequential number (starting from 1) is appended to the display name of the document. This feature is useful when working with big projects that have lots of idendical file names across different subdirectories (e.g. Makefile.in, main.cpp, etc.) that need to be edited at the same time. It allows to easily recognize such a file when switching between documents in the editor, w/o the need to place the mouse pointer over the name entry to get its full path. Started-by:
Dmitriy Kuminov <coding@dmik.org> Task-number: QTCREATORBUG-10185 Change-Id: I633ea6d9b9b4fce8b67335dbcce1bda29254efde Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-