- 15 Sep, 2014 1 commit
-
-
Oswald Buddenhagen authored
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Sep, 2014 1 commit
-
-
Christian Kandeler authored
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 13 Aug, 2014 1 commit
-
-
Eike Ziller authored
It will take over more responsibility in a later patch. Change-Id: I89ef61791ccbba3e42de2862d5d887099634bce4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 24 Jul, 2014 1 commit
-
-
Eike Ziller authored
That manages its own context. Only the first step in supporting/fixing things like window titles, and getting rid of the editor manager placeholder. Change-Id: I90e681d8470728f9fab4a04dd4d1e91d37c993f3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 22 Jul, 2014 1 commit
-
-
Eike Ziller authored
There is no reason for the editor manager itself to be a widget. This makes even less sense in the presence of multiple windows. Change-Id: I384f8945fdd5632d64643e473e6637e05abbce7e Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Jul, 2014 1 commit
-
-
Eike Ziller authored
Currently the actions for fullscreen, minimize and zoom only apply to the main window, even if a different window is active. Refactor the handling of these actions into a WindowSupport class, and use that instead for the main window. In a second step, this will be used to add the functionality to the corresponding external windows (e.g. help and editor windows) Change-Id: Ief2c880f40948c3bb724196d6e0cfe888b8ece89 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 11 Jul, 2014 1 commit
-
-
Eike Ziller authored
This was necessary for supporting full screen on 10.7 even while keeping compatibility with 10.6. Since we no longer support 10.6, we can remove the workaround. Change-Id: I03e23e9203836ab6fb5a836fc06a525e44516d34 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 01 Jul, 2014 1 commit
-
-
hjk authored
Change-Id: Ibc2f0bc8080573f046835e348ed1c67196a4db71 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Jun, 2014 1 commit
-
-
hjk authored
Change-Id: Ia39c94c2e87717c23cb0d7466b68c922b033979b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 06 Jun, 2014 1 commit
-
-
Tobias Hunger authored
Introduce BaseFileWizard and derive all File Wizards from that. Change BaseFileWizardFactory::create(...) to return a BaseFileWizard. Change-Id: Ic0cb9e9d0390045dab57cd1a75a0f839c1f90216 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 05 Jun, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: I92977422bf8088b53e920370737907d60cf8708b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 26 May, 2014 1 commit
-
-
Tobias Hunger authored
Start at splitting up the wizard functionality a bit. Currently it is a factory but also contains a lot of logic that is invoked by the real wizard dialogs. This change renames/moves a couple of things only. Change-Id: I1fa114ee3ee262f7c0690841f361bbf09e674725 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 20 May, 2014 1 commit
-
-
jkobus authored
It will be needed soon inside DiffEditor plugin. Move "Patch command" setting out of Version Control | General into Environment | General | System. Introduce PatchTool class, which hold the patch command setting and a method for applying patches (runPatch() - moved from VcsBasePlugin). Change-Id: I9de94358ccd5c6e31ac2beefc27305c5111d67bb Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 26 Feb, 2014 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-6 Change-Id: Ife1f97d24733814e7512dd8bc6584a1d72f66fa8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Jan, 2014 1 commit
-
-
Falko Arps authored
...to ioutputpane, inavigationwidgetfactory, ioptionspage and removed now redundant comments Authors: Falko Arps <fjarps@aol.com> Sven Klein <klein.sven@gmx.de> Giuliano Schneider <gs93@gmx.net> Change-Id: I49651dfd4304a2e9a0ba2262a16f812d1fca773e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Jan, 2014 1 commit
-
-
hjk authored
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Oct, 2013 2 commits
-
-
Orgad Shaneh authored
Deleting an editor while currentEditorChanged is apparently not a good idea. Use a queued connection instead. This reverts commits 243a6259 and d9602ca5. Task-number: QTCREATORBUG-10190 Task-number: QTCREATORBUG-10235 Change-Id: Iccbee25fb77714963faa6f7184d1f5f53ed348a6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Orgad Shaneh authored
Deleting an editor while currentEditorChanged is apparently not a good idea. Use a queued connection instead. This reverts commits 243a6259, 447c4ed3, d9602ca5 and 31034870. Change-Id: Iccbee25fb77714963faa6f7184d1f5f53ed348a6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Oct, 2013 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I76d5e421258eda85907e56762a59894ce7f84f13 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 30 Sep, 2013 1 commit
-
-
Nikolai Kosjar authored
Starting with commit 243a6259 EditorManager::closeEditors() does not delete the editors anymore, but calls deleteLater(). When the call returns, all kind of checks fail since the editor widget destructor was not yet called. Fixed by providing and calling Core::Tests::closeAndDeleteEditors(), which explicitly sends QEvent::DeferredDelete to the widget. Change-Id: I3287abbe74ccf7d7a18b997a847701c8be17cb55 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 26 Sep, 2013 1 commit
-
-
Leena Miettinen authored
Edit for language and style. Change-Id: I6f22ae90e95537282e4833ca90775683e76e26cf Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Sep, 2013 1 commit
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 20 Aug, 2013 1 commit
-
-
Nikolai Kosjar authored
Change-Id: Ie290c07c07c13134a57f328e9ae876b2af6974db Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 15 Aug, 2013 1 commit
-
-
Radovan Zivkovic authored
Change-Id: I8b440c76255b0cd2b952539ad4945443e293a661 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 12 Jul, 2013 1 commit
-
-
Eike Ziller authored
Rename OpenEditorsModel to DocumentModel. In the DocumentModel also make the distinction between "restored" document (i.e. just info about file name, display name, id), "opened document" (i.e. document with IEditor and IDocument), and "document" (which refers to any). Change-Id: I01ebe10ec84aab5fe81e54be6bec14f653f28771 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Jul, 2013 1 commit
-
-
Eike Ziller authored
Doesn't really serve a purpose any more. Change-Id: I8c3bc11bf7b05a15eafd2a22456a40b270cefadf Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Apr, 2013 1 commit
-
-
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>
-
- 03 Apr, 2013 1 commit
-
-
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>
-
- 02 Apr, 2013 2 commits
-
-
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>
-
- 27 Mar, 2013 1 commit
-
-
Oswald Buddenhagen authored
the respective _dependencies.pri files already list them. Change-Id: I2008abdd043bf3c8738035971b0cbbfe57b02ba2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 29 Nov, 2012 2 commits
-
-
Aurindam Jana authored
This patch reverts 2b0c1fb3 and affd4b9c Change-Id: I65daf80a0e510f4103c2f2714a3ee583207e53d0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
QAbstractFileEngine is in a private header in Qt 5 Change-Id: I2f3317e48274392cda853ebf69ed96a662763094 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: If8e5d9ce875f8467a7699b791e5ec962baf8ff38 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 12 Nov, 2012 1 commit
-
-
hjk authored
Change-Id: I063b00779e5acbfb307308d2107616990f0da010 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 08 Oct, 2012 1 commit
-
-
Eike Ziller authored
The icons are referred to with the name QtProject-qtcreator in the desktop file. Task-number: QTCREATORBUG-7955 Change-Id: Iaf6e270acdf0ac3259169dc39943bc78e33e0d96 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Sep, 2012 1 commit
-
-
Daniel Molkentin authored
'make install' now installs to $(INSTALL_ROOT)$$QTC_PREFIX/... This is used for giving the contents of the 7zips an additional prefix. (previously done by doing an additional copying step in bindistHelper). QTC_PREFIX can also be used to give Qt Creator a different install path at qmake time, and defaults to /usr/local on Linux. On Windows and Mac there is no default for QTC_PREFIX. Usage: qmake -r QTC_PREFIX=/qtcreator-2.6.0 && make && INSTALL_ROOT=/tmp/creator-dist make install Change-Id: Id30781e14bfdde52531800f22b22e39f0459e806 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 07 Sep, 2012 1 commit
-
-
Eike Ziller authored
It depends on and mixes in changes made in another change on gerrit that is not merged, so it breaks the package build. This reverts commit c29bf6f6. Change-Id: Ibb251150909271f3e119f05a1691832aae8ac633 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 05 Sep, 2012 1 commit
-
-
Daniel Molkentin authored
Reason: $INSTALL_ROOT is only meant to be used by packagers to temporarily put the contents into a different location, which is needed for fakeroot packaging. QTC_PREFIX is not a qmake variable, and defaults to /usr/local. On Windows the default prefix is "QtCreator", since "make install" is expected to be used in a packaging context only where either INSTALL_ROOT should be used or QTC_PREFIX should be set to the absolute destination path where e.g. an installer generator will pick it up. Change-Id: Ifa4950340e58e34726c53f5417adcc7b50828ce1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-