- 22 Jun, 2016 1 commit
-
-
Takumi ASAKI authored
Change-Id: Ifad91eaada5f7614767b6332a643723de79fc6b2 Reviewed-by:
Lorenz Haas <lorenz.haas@histomatics.de> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 07 Jun, 2016 1 commit
-
-
Lorenz Haas authored
Change-Id: I991f47d2f6844b153cd47ac856e5a76a7a962c94 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 01 Jun, 2016 1 commit
-
-
Lorenz Haas authored
The newly introduced auto save option is restricted to user definable MIME types. The underlaying tool's restriction, however, is only if the current editor is a cpp editor. This patch makes the tools also MIME types restrict-able. In addition the auto save functionality is now only applicable if the file matches the auto save MIME types as well as the MIME types of the chosen tool. Change-Id: Ic430b4a07341647e6c8e95d2b802a17db1637a36 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 26 May, 2016 1 commit
-
-
Tobias Hunger authored
Use SynchronousProcess::runBlocking in favor of SychronousProcess::run. This avoid nested event loops which can produce really strange crashes if not use carefully. This patch only converts those processes that have a timeout of less than 5 seconds or use the default timeout. Change-Id: I9de8899dcc946af7049ea357a91972996c0256a1 Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 15 May, 2016 1 commit
-
-
Lorenz Haas authored
Change-Id: I72fb3f4b728df7ef3e449c1202df9cbb0279dde4 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 11 May, 2016 2 commits
-
-
Tobias Hunger authored
waitForFinish returns false if the process is no longer running at the time of the call. Handle that throughout the codebase. Change-Id: Ia7194095454e82efbd4eb88f2d55926bdd09e094 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Takumi ASAKI authored
Do not use QObject::tr(). Change-Id: Ib77f78ead649bcfee326fb9f8acde1df7784437b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 02 May, 2016 1 commit
-
-
Lorenz Haas authored
Use nullptr and range based for loops, unify initializer list code style, remove superfluous includes, make private slots private methods, get rid of QLatin1(Char|String), use initializer lists and some minor code style issues. Change-Id: I94ba10fc96bb628239364a8201bde98a66b2c4c1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 20 Apr, 2016 1 commit
-
-
Robert Loehning authored
Change-Id: Ic4e2ba6269bd61eb2fa2bbef1e1c24c05f91e6a5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 14 Apr, 2016 1 commit
-
-
Lorenz Haas authored
Instead of dealing with clang-format's YAML format use proper command line parameters. Task-number: QTCREATORBUG-15604 Change-Id: Ie0b22aff105c8d208d30e2e945b0036b0b8606c1 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 31 Mar, 2016 1 commit
-
-
Lorenz Haas authored
Task-number: QTCREATORBUG-15936 Change-Id: Id9387495a8c770167292fa526727f969b7408b2c Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 29 Feb, 2016 1 commit
-
-
Lorenz Haas authored
Break former monolithic methods into modular ones and re-introduce synchronous formatting. Change-Id: Ic4d8cbe451f028c7a3677570242cff9a2e362384 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Marcel Mathis <marcel.mathis@komaxgroup.com>
-
- 15 Feb, 2016 1 commit
-
-
Eike Ziller authored
Gets rid of usage of global thread pool and ugly implementation. Change-Id: If7ca1f479bb837e61fa7f57535b7b099f09800f2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 23 Jun, 2015 1 commit
-
-
Lorenz Haas authored
Change-Id: Iba3e5793bfd0e4057074e2b04e6353ba09aa4a5f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 22 Jun, 2015 2 commits
-
-
Lorenz Haas authored
Change-Id: Iea7a554dbb323b3a2b691d3e254c4e111897beb8 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Lorenz Haas authored
Change-Id: I8b595ce0f7b3544466c6308457bf22826d1dafeb Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 15 Jun, 2015 1 commit
-
-
Lorenz Haas authored
It's now possible to format only a specific range of the current file. The used tool, however, needs to support the formatting of fragments like Uncrustify does with --frag. Change-Id: I486a350b6301e4a087619b1e225f2a5c553ff7df Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 19 May, 2015 1 commit
-
-
Sergey Belyashov authored
Change-Id: I21ff7f3f70116944ba08ea18bdeeb258c0984f09 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 05 Mar, 2015 1 commit
-
-
Friedemann Kleint authored
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 29 Jan, 2015 1 commit
-
-
Montel Laurent authored
Change-Id: I6c0d4ec60759b3c2fedac3e6649b7ec5102a6487 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 12 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I85f7398aee59d0d36f0e5c3bf88ff3c96002e394 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 25 Nov, 2014 1 commit
-
-
hjk authored
Remove rarely used ones, add a currentTextEditorWidget() Change-Id: I27b97c17927c71e07dc3b489785b7f2f76eb801e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 21 Oct, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: I27fee97c2837210d91948cc02f56cc5f6e6b19a2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 26 Sep, 2014 1 commit
-
-
hjk authored
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 27 Aug, 2014 2 commits
-
-
hjk authored
And adjust users. Change-Id: I9329257cfa5f3298731deb07c2881bc37d9a051d Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
Remove usage of the Q_EXPORT_PLUGIN macros, which do not exist in Qt 5. Change-Id: I678c3cf10b9c5d5c1b9f252b0ecd1c97dc810a47 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 10 Jul, 2014 1 commit
-
-
Lorenz Haas authored
Artistic Style will return CRLF on Windows if you are using a pipe. Thus we have to convert it. Change-Id: Id24cac2f35cc3c1978d709fb6c66cee8c8814e34 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 09 Jul, 2014 1 commit
-
-
Lorenz Haas authored
The formatting tool is now called asynchronous. Change-Id: I0415611655a584ba0275f4bccd065ea1182f83dc Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 28 May, 2014 4 commits
-
-
Orgad Shaneh authored
Change-Id: Icb04c0f5b6675e63286aff27acf7ad570d747301 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Error introduced with ca433d9b. Change-Id: I4b9604c20dd28b5b8843c0e476cd480d6191f904 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: I335e4e0304b3f57eec8e8a85222a900e20ed70ce Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lorenz Haas authored
The tool's formatting command is now enclosed in Command. For the formatting itself it can be defined whether to use a temporary file or the pipe. Additionally, settings can return the current tool's version - if needed. Change-Id: I0e242c3e8016ed77cad92cc97a19fe3384dda858 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 26 May, 2014 1 commit
-
-
Przemyslaw Gorszkowski authored
It fixes finding .clang-format file for "clang-format -style=file" Task-number: QTCREATORBUG-12057 Change-Id: Idd02de1535eef30e1a1eaf146ef0f9ac9d54c5fa Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 07 Mar, 2014 1 commit
-
-
Leena Miettinen authored
Change-Id: I7cba7d2d88459c26af31d89a2fd3cd31b6fbe62d Reviewed-by:
Lorenz Haas <lykurg@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Mar, 2014 1 commit
-
-
Friedemann Kleint authored
Change-Id: I5216dd2e62e32ed889a71ebcad3f89baf0e0ff1b Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 28 Feb, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: I1e4098f6aaff5a75dea2e786f3f4404ed7e6ba76 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 25 Feb, 2014 1 commit
-
-
Leena Miettinen authored
Make error message wording more consistent. Fix some punctuation and grammar issues. Change-Id: I21298fea201ff51635d4b6fa9f57445bc94dd0db Reviewed-by:
Lorenz Haas <lykurg@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-