- 06 Jun, 2014 2 commits
-
-
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>
-
Tobias Hunger authored
Unify name of parameters object that gets passed into the method while at it anyway. Change-Id: I9cfdfe3b7dcdbd5e083b3b91922053be3a63b081 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>
-
- 23 May, 2014 1 commit
-
-
Nikolai Kosjar authored
...especially in CppTools/CppEditor where the offsets are used with a QString/QTextDocument. Change-Id: Ic6d18fbc01fb9cc899a9bd2d7424cd2edae487f1 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 21 May, 2014 1 commit
-
-
hjk authored
Change-Id: Iee75dd4155d5074bb319df79d006b6d5e2989e14 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 May, 2014 1 commit
-
-
Nikolai Kosjar authored
This will avoid confusion when later more length and indices methods are added. In Token: length() --> bytes() begin() --> bytesBegin() end() --> bytesEnd() Change-Id: I244c69b022e239ee762b4114559e707f93ff344f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 11 Mar, 2014 1 commit
-
-
Joerg Bornemann authored
Change-Id: Iecf32122df41f304ec6df538bb0dd8a263238a86 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 05 Mar, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Ib81076842ab1c16832224790194b001206404d64 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Feb, 2014 1 commit
-
-
hjk authored
Change-Id: I47e457c4a1821c515cd8a740d27bfe005a0c09e6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 17 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I18ea4ea410ac811972447e9395f2eef76bda8084 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 13 Feb, 2014 1 commit
-
-
Tobias Hunger authored
No change otherwise. Change-Id: If23c9d56e48e9878c8424fc5863b70e9e4ff12f8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Feb, 2014 1 commit
-
-
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>
-
- 11 Feb, 2014 1 commit
-
-
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>
-
- 15 Jan, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I8bdf7134562d007aa16cc63a34f5a15a708577ae Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Jan, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I4f71448d6788a4e553b1495b72263a004e65d8c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 10 Jan, 2014 1 commit
-
-
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>
-
- 08 Jan, 2014 2 commits
-
-
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>
-
- 18 Dec, 2013 1 commit
-
-
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>
-
- 12 Dec, 2013 2 commits
-
-
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>
-
- 12 Nov, 2013 1 commit
-
-
David Schulz authored
Task-number: QTCREATORBUG-10671 Change-Id: Ife5b1a5f2ec42ddaa1e1bc4ac1a953f34efd0d1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 09 Oct, 2013 2 commits
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Eike Ziller authored
QTBUG-28385 is biting us over and over (QWizard doesn't have close button nor cancel button on Mac in Qt 5), and actually there's no reason for us having a wizard without the features from Utils::Wizard. Task-number: QTCREATORBUG-10346 Task-number: QTBUG-28385 Change-Id: I80c0d82fe6738496c2ac03c31a1c2757ade8e266 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 02 Oct, 2013 1 commit
-
-
Nikolai Kosjar authored
...by providing a default implementation of immediateProposal() in the base class. Change-Id: I4f4f9aa491fbfc9390cc7b7093f1b3c1c8e460a4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 01 Oct, 2013 1 commit
-
-
Nikolai Kosjar authored
Immediate proposals are displayed for asynchronous providers and fragile proposals. The idea is to show already available results immediately. The proposal calculated in the process runner can then replace the immediate proposal. Change-Id: I7903e6677c9dfeb4957eb416062fff1fb01ff23f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 24 Sep, 2013 1 commit
-
-
hjk authored
Added 639 lines, removed 1391. Change-Id: I15ec7dd056d4f7ad79c6dd6a4181007ad14f6a43 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 20 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 13 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I98c3c8796cb887f5bb3c5184854562ff36727836 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 12 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I67734f0770cff14136e3795055fd5481d803f754 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 09 Sep, 2013 1 commit
-
-
Erik Verbruggen authored
And not from the global object pool. This way, the editors that have different highlighters for various language dialects, or editors that support multiple languages in a single editor, can decide themselves on what CompletionAssistProvider to provide. Change-Id: Ieebc4a8e7b3de6470fdb8103035aa3b8b2ba6598 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 03 Sep, 2013 1 commit
-
-
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>
-
- 29 Aug, 2013 1 commit
-
-
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>
-
- 26 Aug, 2013 2 commits
-
-
Tobias Hunger authored
... and move code into Internal namespace. Change-Id: I02a90c33db0ffe574af43bdb8d8e37b4159f8f0f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
jkobus authored
Change-Id: I87f64446161a57aea0896f68e4eafacef791969b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 02 Aug, 2013 1 commit
-
-
hjk authored
Change-Id: I014cb57460c4e3a36bf7403960908b5ffec867ff Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 17 Jul, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Jul, 2013 1 commit
-
-
Eike Ziller authored
It's a property of the document implementation, not of the specific editor instance working on it. Change-Id: I5c3dd054e21b646e2d94b891916a096d045923f8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 09 Jul, 2013 1 commit
-
-
Eike Ziller authored
Necessary for keeping compatibility within a minor series. When bumping versions, the compatVersion now needs to be taken into account too. Change-Id: I588947f885480889ff2f58481f72db76e3f1a9f1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-