- Apr 11, 2014
-
-
Tobias Hunger authored
Change-Id: I934622c2cf993255d92550731a2cd186943d697b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Apr 07, 2014
-
-
Daniel Teske authored
m_useNinja is now only used to store the value at init() time, thus it's only use is to know while running, whether ninja is in use. Otherwise whether ninja is used or not, is stored in the buildconfiguration. Change-Id: Icda933807ac2f8e5fad32fd124a37bb694bf6e97 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Technically the user can only get into a no buildconfiguration state with broken settings. But we should either check everywhere or nowhere. Change-Id: Ibdc831b66e6cf141c8d25bafed7e568e3cff2ab1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Apr 04, 2014
-
-
Daniel Teske authored
Change-Id: I4de1ceecc1f0602d0c58ee3e411d43b15437dffb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Apr 01, 2014
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-3959 Change-Id: I93a19af8309933a51d26f94980088c0f244cc84f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Mar 27, 2014
-
-
Daniel Teske authored
Change-Id: I8192d194ac20d8082ebf1cc034e8b84e25e66d90 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11855 Change-Id: Ieba3c61d292831662184517c55f081792e2381bb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 26, 2014
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-11856 Change-Id: Ie80352683e2a8276f70191db2a3b333275e2648f Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- Mar 18, 2014
-
-
Daniel Teske authored
So that the resource node can override it. Task-number: QTCREATORBUG-11678 Change-Id: Id30d1b99ee23cc18fc29fc99cf0ad7ca919ed527 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 14, 2014
-
-
Benjamin Zeller authored
Renamed CMakeValidator to CMakeTool and renamed files to prepare for further refactoring Change-Id: Id6e64e3a39ec36ca3aa8b08bf859ae1345f1a137 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Mar 13, 2014
-
-
Jarek Kobus authored
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Mar 12, 2014
-
-
Benjamin Zeller authored
Move CMakeSettingsPage and GeneratorInfo into extra files to prepare for refactoring Change-Id: Idee2e9f807a961c0eee9c15198ee0966ecc16e83 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Mar 11, 2014
-
-
Joerg Bornemann authored
Change-Id: Iecf32122df41f304ec6df538bb0dd8a263238a86 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11632 Change-Id: Ie07e257dea4bfa1991a9fd492df3adc756cdb36d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 05, 2014
-
-
Eike Ziller authored
Change-Id: Ib81076842ab1c16832224790194b001206404d64 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Stephen Kelly authored
It raises a dialog, so it needs an ellipsis. Change-Id: Ifb668e7a4419c6eaba080b99e64e57cb9730e071 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Sergio Ahumada authored
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Feb 27, 2014
-
-
Erik Verbruggen authored
CodeBlocks is utterly ignorant of frameworks on Mac, and won't report framework paths. The work-around is to check if the include path ends in ".framework", and if so, add the parent directory as framework path. Task-number: QTCREATORBUG-11445 Change-Id: I794dd72d755d5593e36ebf59543d0a5e9fda3cce Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 25, 2014
-
-
Eike Ziller authored
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
Change-Id: I47e457c4a1821c515cd8a740d27bfe005a0c09e6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 19, 2014
-
-
Daniel Teske authored
Which compares two sorted lists and returns a diff between them. Change-Id: I278bd43f1bd999bae6575cbf38cddbdf3ff82418 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
The reason they were on ProjectNode is that the signals are emitted on the projectnode, but since I moved addFiles and others to FolderNode, this makes more sense. Change-Id: I918ca4d93dab78c8bb93dff03f53d1a6fbe21340 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
By default this simply calls the parent's supportedActions. Most changes are due to the enum moving. Change-Id: I25bf21b712cca48450014dbb0f748ac0c461e029 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Feb 12, 2014
-
-
Orgad Shaneh authored
Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Feb 11, 2014
-
-
Tobias Hunger authored
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 10, 2014
-
-
Tobias Hunger authored
Do not use BuildDir.History, SourceDir.History or WorkingDir.History. Change-Id: I0df95b88680efdc2ecaec68625ab476499ee1fb8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: Ib747ce4903668799a47011ae7cddfd898aaf722b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 24, 2014
-
-
Eike Ziller authored
Change-Id: Iad83e589be49aeab3f35420d071311c15ddac6b2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 14, 2014
-
-
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>
-
- Jan 10, 2014
-
-
Eike Ziller authored
Also when duplicating editors, we don't want to change the document after construction. Actually at some places (e.g. CppEditorSupport creation) we don't handle document changes correctly, and we are only lucky that things still (more or less?) work. Get rid of BaseTextEditorWidget::duplicateFrom and use copy-constructor style instead. Change-Id: I7f688b7fcc51d1bb5e222bb333f0d28479b597a6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
First step in never changing the text document after construction, because that is actually not really supported. Second step will be to fix that for the editor duplicate() methods too. Change-Id: I3d112ba0895e7ee7ac6dd8ae2318f0de7d2cebc9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jan 09, 2014
-
-
Eike Ziller authored
Can be set directly from the document constructor, no need to do that later. Change-Id: I4326757e1b1cb1e48c157c4b330ccb2abb8f3b1f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 08, 2014
-
-
Eike Ziller authored
Change-Id: I6df843561c4d502b3d7c1844d65a59ad2855f0c0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
It was never called with a sensible value anyhow, and only complicates things. Change-Id: I005848700b6c00114d91495670d4a0e15a2d2e64 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 06, 2014
-
-
hjk authored
This affects mainly Apple's version of GDB. Mac users are advised to use LLDB, or some recent build of FSF GDB. Change-Id: I6a7fbb591e79f737e12d08b0e881e9e4d1d9660c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Dec 18, 2013
-
-
Eike Ziller authored
Doesn't really make sense to have the additional IDocument *editorDocument() method. Change-Id: I0a7420eb1afaa76f63c3f7e9c4b373acf624ffb9 Reviewed-by:
Eike Ziller <eike.ziller@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>
-
- Dec 10, 2013
-
-
Eike Ziller authored
The default "matches" method now takes the widget and looks for all child labels, checkboxes, push buttons and group boxes. Because of that, the former "createWidget" method can be called multiple times without creating a new widget (-->widget()), and the "finished" method must ensure that the created widget gets deleted, since not all widgets that were created are added to the UI anymore. Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-