- Oct 23, 2015
-
-
Leena Miettinen authored
Change-Id: I0d8d481b043973b56c6c051b8c0224349451ff26 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Jul 01, 2015
-
-
hjk authored
Will be used as that in the end, we can be clear about its true nature. Change-Id: I8928678eba12ecdbd32c291f3c02c5c89700ff76 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Mar 24, 2015
-
-
Sergey Belyashov authored
Task-number: QTCREATORBUG-13649 Change-Id: I69f78b3b8d2366003bfce81a2afba0068e716d22 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 05, 2015
-
-
Friedemann Kleint authored
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Feb 26, 2015
-
-
Friedemann Kleint authored
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Oct 09, 2014
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Sep 29, 2014
-
-
hjk authored
... and some of the related implementation details Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
marcel authored
The label got lost in f1eb9c48 Change-Id: Idedbc471a2ea6104e900d626ff7b424d51092624 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 26, 2014
-
-
hjk authored
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Aug 29, 2014
-
-
Christian Kandeler authored
Replace all* remaining deprecated Qt 4 functions with their Qt 5 counterparts. This means we no longer need to define the QT_DISABLE_DEPRECATED_BEFORE macro. This patch is relatively small because most source-compatible changes of this kind have been done before. * The one exception is the QmlDesigner, which uses QWeakPointer in a deprecated way all over the place. Change-Id: Id4b839c6685f3b5bdf2b89137f95231758ec53c7 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 27, 2014
-
-
hjk authored
Change-Id: Ifd7652e109adf4b57f5cb3aef9b5aab59a34f0a4 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
hjk authored
Macros are not necessary here. Change-Id: I19e5c38e64f1b7f254c1fcb33d891e02704e3657 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Jul 03, 2014
-
-
hjk authored
It's "exported API" Change-Id: I9830ff4637a2b3191bb8a3ea83c9ce532e5ab0d9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jul 01, 2014
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jun 27, 2014
-
-
hjk authored
Change-Id: Id795b711f08c89b6066c5269c482fea5e99dd52f Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 19, 2014
-
-
David Schulz authored
Task-number: QTCREATORBUG-12451 Change-Id: I2e9c97d0aa9081268377b002698f7659fc39cdce Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Jun 02, 2014
-
-
David Schulz authored
Task-number: QTCREATORBUG-4994 Change-Id: Ia6ce1a01cd78dd1987404d77f6b0c0da41b4929e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- May 19, 2014
-
-
Orgad Shaneh authored
Change-Id: I0019e53bb23ab20792216cbe6d60a8934559040e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Feb 26, 2014
-
-
Frantisek Vacek authored
This patch implements two features: 1. Reimplement CopyLine to move text cursor at the beginning of line 2. Add copy/cutLine action to Advanced Edit menu, to make it discoverable for editor users. Change-Id: I0bf336ebee4dbf5afd2c759e47b1830271bd9d18 Reviewed-by:
David Schulz <david.schulz@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 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>
-
- Dec 11, 2013
-
-
Eike Ziller authored
The actionHack was used to only forward actions to editors that "belong" to that action handler instance. That is already clearly defined by the context that the action handler is created for, so we can just use that instead. Change-Id: Ia4c6795c80bb281c1ed258324925f56ca7fd8150 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Nov 04, 2013
-
-
Eike Ziller authored
Broke with f1eb9c48 which exchanged setDefaultKeySequence with setKeySequence Task-number: QTCREATORBUG-10538 Change-Id: Id40bd8fd403cd586a39a19c248f59e23cf4cf8c0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 30, 2013
-
-
David Schulz authored
Task-number: QTCREATORBUG-9188 Change-Id: I3448645397e7a39487f2e961728ebef924eec7f6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 21, 2013
-
-
David Kaspar authored
BarDescriptorEditorWidget is using TextEditorActionHandler class to provide editor actions e.g. Undo, Redo, Cut, Copy, Paste accessible from main menu and using shortcuts. TextEditorActionHandler.resolveTextEditorWidget() virtual function is added to all resolving TextEditorWidget for an Editor. This allows to have IEditor->widget() to have non-BaseTextEditorWidget instances too. Task-number: QTCREATORBUG-10040 Change-Id: I6f433fc307c13ef2b2a20c48e6473826f2619544 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Sep 16, 2013
-
-
David Schulz authored
Change-Id: Idb327a9ecefe5a4b55e9f0f47edfec30ae634289 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 06, 2013
-
-
hjk authored
Change-Id: Ib401b6eca8c291526268ccea4d9e7e66f08abe1c Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Sep 04, 2013
-
-
Nikolai Kosjar authored
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Aug 30, 2013
-
-
hjk authored
In the majority of cases we were doing that anyways, having two ways is just needlessly confusing. Change-Id: Ied362a702c23beee528368d74df1f2aabe5807f8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 09, 2013
-
-
Daniel Teske authored
Change-Id: I44f1859b6d91e20a2a15146c6587e4a51c70aa90 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- May 15, 2013
-
-
Daniel Teske authored
No class derives from this, so the virtuals are not needed. Change-Id: I251abc32cef6f4aacf39f31af1106eeebd8fe31e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Apr 26, 2013
-
-
Eike Ziller authored
This makes them align to the other "editor split" shortcuts. Change-Id: I0b300ae495ffa17062a0a52b148f61015b965c29 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Apr 08, 2013
-
-
Eike Ziller authored
With the line number filter with "<line>:<column>" Change-Id: Ie8832fb1e218fe78cc40885da24716e844974924 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Mar 27, 2013
-
-
Friedemann Kleint authored
Change-Id: Ie679e7e9d0d20a0f71dcc1fcf0f7d8305eeeeced Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Feb 15, 2013
-
-
Leena Miettinen authored
Use book style capitalization, which means that prepositions less than 4 characters long are written in lower case. Change-Id: I6d46a2513070897929cf1a8af2943a17d8e52b2d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Feb 14, 2013
-
-
David Schulz authored
Cleanup code and added shortcuts and menu entries for - open header/source in next split - follow symbol under cursor in next split - open declaration/definition in next split Change-Id: I2c4347749d26669d88b7c2968f30f60710f442b1 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-