- Jun 16, 2015
-
-
hjk authored
Allows selection of the interpreter and commandline parameters. Also add support for ".pyqtc" as a project file, containing a flat list of .py files, similar to the Generic Project. Change-Id: If75a0affd735223a658ce7fce0d010ebf49695f2 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Feb 17, 2015
-
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Oct 24, 2014
-
-
Tobias Hunger authored
* Remove Qt4 support. * Remove some UI options that did not do anything in the original wizard Change-Id: I9647cbc6cd0958a02df5b2fe480b9c8069249521 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Oct 09, 2014
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Oct 02, 2014
-
-
hjk authored
Unused. Change-Id: Idd9805756c51e025e99842fa6fc8707b10927c4d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 01, 2014
-
-
Tobias Hunger authored
Change-Id: Iebeae1f52cf856e009a0910118829c89dd3ea222 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 27, 2014
-
-
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>
-
- Aug 20, 2014
-
-
hjk authored
Change-Id: Ibf886c891bb1884d6bc3c08bfe83c4978d17b2f6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Jun 26, 2014
-
-
hjk authored
Change-Id: I555639a9137dcb8ccb471e1615823870c8158b3c Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Dec 12, 2013
-
-
Eike Ziller authored
The action handler implicitly passed ownership to ICore, which is non- to the action handler. We now consistently create the action handler in the editor factory, give ownership to the editor factory, and don't hold a reference to it. Change-Id: I4372f8de966e3ceff87c06c5528c6b54522c1d57 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
The action handler already knows which editors to handle through the context. It only needs to receive signals for updating the actions from the current editor. So there is no need to tell the action handler about every individual editor. This also removes some noise from the text editor implementations. Change-Id: I76dc5b1559cc8cf54ff313e6cdba4e789a3108aa Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 24, 2013
-
-
hjk authored
Added 639 lines, removed 1391. Change-Id: I15ec7dd056d4f7ad79c6dd6a4181007ad14f6a43 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 20, 2013
-
-
hjk authored
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 13, 2013
-
-
hjk authored
Change-Id: I98c3c8796cb887f5bb3c5184854562ff36727836 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Sep 03, 2013
-
-
hjk authored
Also adjust and streamline using and surrounding code. Change-Id: I6a8b05126bdcbb74ff611b21c7cb3c5902a2d5ca Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Aug 29, 2013
-
-
jkobus authored
All Qt Creator's main highlighters are used in the first place, for other mimetypes generic highlighter is used as a fallback. Task-number: QTCREATORBUG-9580 Change-Id: I863b9085520e5bdda142ce88f2074afeacee0531 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Aug 26, 2013
-
-
Tobias Hunger authored
Nothing depends on this plugin, so these exports are not needed. Change-Id: I7a6c1c6fd1dd355c904d2dcb6d3f0522cf30adcd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 26, 2013
-
-
Sergey Shambir authored
Contains SourceGenerator class which was also used to generate app template in PythonProjectManager; it saved for future use. Change-Id: I3d44e6d33a3beabc73030acdd6740edf1745e485 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Mar 25, 2013
-
-
Orgad Shaneh authored
D:\dev\qt-creator\src\plugins\projectexplorer\toolchain.cpp:198: warning: C4138: '*/' found outside of comment D:\dev\qt-creator\src\plugins\pythoneditor\pythoneditorplugin.cpp:217: warning: C4189: 'pCore' : local variable is initialized but not referenced Change-Id: I5e1447e98ac8cbff2c2b8981ddba7e08e7506e24 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Feb 07, 2013
-
-
Sergey Shambir authored
Contains lexical highlighter, indenter and file wizard. Icon loaded from theme, if possible. Class wizard will be added later since it needs to extend libUtils. Change-Id: If723867c01e9be83371424e406d116805c88c2b0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-