- 10 Apr, 2013 20 commits
-
-
hjk authored
Change-Id: Ib700afa63739e6d26bdd97225265559d7112eadb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
The settings in the plugin manager (local/global) are where the plugin manager is supposed to look for its settings, which has per se nothing to do where Qt Creator wants other settings to be written to. All Qt Creator code should use ICore::settings() for that instead. Change-Id: I28bd855ae6cbcdf8d19017eb44f178e4624a1a61 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Iecf61f66389fff6f3995c4f4bc893ffd190c50e6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
A widget specifically layouted for the status bar can now be registered with the progress information. The newest one is made visible next to the summary progress bar. If a newer one vanishes, the older becomes visible again. Change-Id: Iedf0e88a542ea442ae86fa51c792c68fbc6eef3c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Part of it was managed in ProgressView, which only complicates things. Change-Id: Ia9ca03e3228f3662864749da751f7ec4bdf23297 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
across its uses. We have the kits now, so we can use the information from there and no longer need to guess at the dumpers to use. Change-Id: I058304198e9c7fdbad45a84658e1bcea8ed9834d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
The device manager does not like it when you remove non-existing devices. Change-Id: Ied1b28963a0513761c9cf247c414e0ea29dc8086 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Petar Perisin authored
Since we select final commit for interactive rebase in a listed dialog, it is IMO expected and more user-frendly to also have selected commit in the interactive rebase list. Change-Id: I56febd024cc174bcd046b1f02bccfe990043aae4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Sergey Shambir authored
Change-Id: I67e9685406a0bf9a7cc358ce24f0e862d7938be6 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Change-Id: Ic02eb67fa4a9c674880345cfa3afc9d037eb3bf2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
Was broken by commit 53364429. Change-Id: I70753cdbfcc21333ab88657d7f0db03fd868f71f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Rename ModelManagerInterface.(h|cpp) to cppmodelmanagerinterface.(h|cpp). Rename TypeHierarchyBuilder.(h|cpp) to typehierarchybuilder.(h|cpp). Change-Id: I035d833fd205d7460819bd0fb7031294359032f9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Change-Id: Ida1e147c2fbd646412c9d3817a3847755307adc9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Sergey Shambir authored
Simplifies code and makes it independent from mimetype names. Change-Id: Ib56a07654df4986b1916c517e3862e6c3a3dd720 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I61a5c2fff02616f6883ddf3923e4361fca6bf92b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Friedemann Kleint authored
Pass parent to status bar widgets. Change-Id: I5834ce5feececc33e850dafd55f3b29bd0df38c8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Ic8464ea084ca1ab401e9f4a7d0183b92b4038902 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Update when the list of languages in a project changes. Change-Id: I2ed1089b8c7a6358b1c398d388b8ad2143ec432e Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I3bd68518f8aab50e10353b7664e81f6d6783c6cc Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Timo Jyrinki authored
Task-number: QTCREATORBUG-9068 This makes 'qmake' the first qmake binary to check when iterating over possible Qt:s on the system. Without this if the system uses the old way of adding version suffixes to Qt binaries (kept for Qt 4 for compatibility reasons in Debian and Ubuntu), Qt 4 would be used over Qt 5 even if Qt 5 is the default. I've tested it to be working on Ubuntu 13.04 and 12.04 LTS as follows, with Qt Creator 2.7 patched. At each phase I removed the old Qt Creator configuration to simulate first run. 1. With Qt 5 as the default, no qmake-qt4, Qt 5 continues to be found. 2. With Qt 5 as the default + qmake-qt4, Qt Creator now still finds Qt 5 as it's the /usr/bin/qmake - this is the part that fixes the bug. 3. With Qt 4 as the default, Qt 4 is found via /usr/bin/qmake (before, it would have been found via qmake-qt4 symlink). 4. With qtchooser removed but qt4-qmake still installed, Qt 4 is found via /usr/bin/qmake-qt4 as a fallback. Change-Id: I05ed6dc0e81336330a0b3b458249e9c7c928cc40 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Apr, 2013 17 commits
-
-
Petar Perisin authored
disable checkout button too Change-Id: I325436672091c6f4f824ed263c2643ecf31f93f4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-9017 Change-Id: I5adf4be57b76cf8d0f8e0afebe9540a9f92a29a2 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Eike Ziller authored
This both allows the mode bar to be hidden optionally, and can give the progress information a bit more room (e.g. for titles). Progress information can either be shown in "pop up" windows in the lower left corner of the main window (hiding window contents below), or in a summary progress bar in the bottom right corner of the status bar. Hovering the summary progress bar temporarily pops up the detailed progress information. Keyboard can be used to switch between the two views. Change-Id: Ic6d6ab4fd43906e84b480c8ddf8eae5f5852e1f3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Change-Id: I1fa9587370d1ab90235cda63192a5908fa53fd4b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
David Schulz authored
Change-Id: I61170c9be1cc3cd49e518dd124d020273a87b610 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eike Ziller authored
Change-Id: I7ff41fc891836d15b2b9b6bf090feaf2e4feb968 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Lorenz Haas authored
Change-Id: Ie8b09b8339f219064b4f1d969246a6f84342a4fc Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
Change-Id: Iacf8cb12dd623c908538d80ee2595297a9bdde71 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-8316 Change-Id: I8897f75f30d3aeaf049cc792060c582ab1e3343d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
Preemptively fix exit warning "QEventLoop cannot be used without QApplication" (Qt 5/dev) emitted by destruction of the of the generic highlighter manager singleton which had a member of type Utils::NetworkAccessManager. Use a single instance of Utils::NetworkAccessManager for the main thread and clean up properly using a qAddPostRoutine(). Change-Id: Ida57b9028a79eb4927818ce49088ea567f3bdfd6 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Peter Hartmann <phartmann@blackberry.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Sergey Shambir authored
C++ standard defines that 'try' should be before optional ctor initializer, so wrong order changed. Added documentation to parseTryBlockStatement and new test. Task-number: QTCREATORBUG-9064 Change-Id: Id19cdc53c034cb1232ae27e0bfe36d85b7ad0452 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Lorenz Haas authored
Since signals don't have a definition there is no need to show that action under 'Refactor'. Change-Id: Ic4d65b56c9197e2dbce5cedd5c760faea14d920d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Doesn't compile on windows because of ambiguous symbol GdbEngine. Change-Id: I4cdad73f249d18e5721066cf0929b0990209d961 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I2d1d2ec5a3071de9d2a0a03bc69ec653becc7f85 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Nikolai Kosjar authored
Change-Id: I120b47c0af14afec01b653a01baac78d6ca8a78e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
Change-Id: I863c45b9c54d39c2e879d9f4f4d080622348e1db Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Lorenz Haas authored
The L of "Line ..." and the right frame of the previous combo box are glued together without any spacing which looks not good. Added half spacing to save space and make the label good looking. Change-Id: Id930171be7a2f7885ab633eec8082057bc726227 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 08 Apr, 2013 3 commits
-
-
Petar Perisin authored
Change-Id: Ibda70cb896633cc7afa3a845b99aac523246c558 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Alan Alpert authored
Allows use in external tools. Unsupported still, but possible. Change-Id: I947adc6a6dbccf676112ac77e186134fb660efd2 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Friedemann Kleint authored
Breakage introduced by bb13b8d6 . Change-Id: Ib3b13167f5ada0e406275cb4ff4dddfedc222345 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-