- Jul 24, 2014
-
-
hjk authored
Change-Id: I2cd3a13aca4012dadc73d909ff73135eb487cd82 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jul 01, 2014
-
-
hjk authored
Adjust user code, remove unused bits. Change-Id: I351deb27679c9251518a4d1bf7f78a12bacae2fb Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 19, 2014
-
-
Tim Jenssen authored
Change-Id: Ib8a49014ecb86db79517d34338b0b9db43bef1fd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikita Baryshnikov authored
Change-Id: I4f6011cc2b6127037249aabc2426a88ad7108ebf Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jun 18, 2014
-
-
Dale Marchand authored
Nesting the namespace "Internal" inside of other namespaces and using sequential "using namespace" directives *or* relying on a "using namespace" directive to resolve a method name that contained the "Internal" namespace for resolution resulted in ambiguous resolution errors when compiling with the RHEL5.10 stock compiler (GCC 4.1.2). A sample error is provided below: Compilation error encountered was: reference to 'Internal' is ambiguous /usr/lib/gcc/x86_64-redhat- candidates are: namespace Internal { } qt-creator/src/libs/cplusplus/PPToken.h:106: error: namespace CPlusPlus::Internal { } Modifying the using namespace directives to reflect the nested nature of the namespace names resolved the compilation errors. For example: using namespace CppEditor; using namespace Internal; produced errors. However, using namespace CppEditor; using namespace CppEditor::Internal; resolved the compilation errors by removing the ambiguity. Change-Id: I6d5051e20acb2c147bd7ee1c6c6e1e3b2b4ff0f9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Jun 16, 2014
-
-
Eike Ziller authored
Change-Id: I76262610cdd3781b5d665e7de501cc8a7ba4012b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@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>
-
- Aug 30, 2013
-
-
hjk authored
Change-Id: I3255a0150cd9a730336456c5a9f986eb74fefbff Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 21, 2013
-
-
Przemyslaw Gorszkowski authored
When we open project and do not open any file, then open 'Type Hierarchy' (from combobox) we see "No type hierarchy available"(and this is ok). Then if we open any file and we try to see 'Type Hierarchy'(Ctrl+Shift+T) then we still see "No type hierarchy available"(and this is not ok). It will also happens if we save a session with opened "Type Hierarchy". This change fixes this. Additionally when we select something for which there is no 'Type Hierarchy' then it displays "No type hierarchy available". Task-number: QTCREATORBUG-9819 Change-Id: Ib6a152f481057098f3d8a4335bb2d4a31fc5e1ef Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jun 03, 2013
-
-
Eike Ziller authored
More sensible place, gotoLine is a method in IEditor anyhow. Change-Id: I420a6bf17060c16e6f1a4f45e0bef89379fb6bf8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Apr 19, 2013
-
-
Nikolai Kosjar authored
Change-Id: Icebf85ae425f413ed0d3dfc873869665233ec58c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Apr 10, 2013
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I61a5c2fff02616f6883ddf3923e4361fca6bf92b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Apr 03, 2013
-
-
Oswald Buddenhagen authored
... and adjust INCLUDEPATH accordingly. while i'm at messing with include statements, also re-order the include blocks according to policy and sort them within bigger blocks. Change-Id: I7762abfd7c4ecf59432b99db2f424e4fa25733a5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 11, 2013
-
-
David Schulz authored
Change-Id: I1ae21152ee7b8e2a9323322575de23d77c260c72 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 16, 2012
-
-
hjk authored
Change-Id: I9fe462a61f32884b422ad402b18f17b44b60c7ab Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 11, 2012
-
-
hjk authored
Change-Id: Id79b69b271ad90c742a3884f8b818a7ee7f26a5b Reviewed-by:
hjk <qthjk@ovi.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 01, 2012
-
-
Tobias Hunger authored
This makes it possible to close all editors and still have the typehierarchy visible. It used to close for no apparent reason. Change-Id: I4d1500b5402905c6a04623ea60247c9d746acab8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Aug 28, 2012
-
-
Orgad Shaneh authored
Current display doesn't make sense (to me :)) Active class is the middle one, derived classes should be top-down, but base classes should be bottom-up. That's easier to understand. Change-Id: I06693da37c834f5a99fd62ae29a91d958bafe136 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- May 11, 2012
-
-
hjk authored
Less code on the user side, same meaning. Change-Id: I14e54a5d2ed8e024a51cce74eaf7c8419ad544be Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Apr 20, 2012
-
-
Tobias Hunger authored
Fix crash happening when closing the editor containing a class that is viewed in the Type Hierarchy. Task-number: QTCREATORBUG-7327 Change-Id: I87298b7e0b271b9a5063d48999a37e8a0e78ba48 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
David Schulz <david.schulz@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 17, 2012
-
-
Leandro Melo authored
Instead, show it on a label above. Task-number: QTCREATORBUG-6775 Change-Id: I7bf8e72c8a0ba1c07444230915d72b0cd9b66672 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jan 16, 2012
-
-
Leandro Melo authored
Change-Id: I2389238e4fa40491b023d496c71fc83e991f3e3a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 20, 2011
-
-
Jarek Kobus authored
Task-number: QTCREATORBUG-6507 Change-Id: I6333c70c2930a3888fe504cbbc6da1a8a303abae Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Dec 19, 2011
-
-
Jarek Kobus authored
Change-Id: I80759d23be9acd755d4e2787b77342c2908569dd Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Nov 10, 2011
-
-
hjk authored
Change-Id: Ic793e01edf6a4d2fe61baadb3aa5bef817436d35 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 08, 2011
-
-
Leandro Melo authored
Now the type hierarchy widget will also show the classes derived from the selected one. For consistency the way the base classes are shown was changed too. The diagram below is an example from Creator's code when openining the type hierarchy for BaseTextEditorWidget: Bases +QObject +QWidget +... BaseTextEditorWidget +QPaintDevice +... BaseTextEditorWidget Derived +BaseTextEditorWidget +VCSBaseEditorWidget GitEditor MercurialEditor ... GLSLEditorWidget CppEditorWidget QmlJSTextEditorWidget ... Depending on the project and on the selected class the hierarchy widget might take a bit to be constructed. This should be improved later. Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5 Reviewed-on: http://codereview.qt.nokia.com/883 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Jan 17, 2011
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2674
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Oct 06, 2010
-
-
Leandro Melo authored
Currently used by the QML outline and C++ type hierarchy. Reviewed-by: kkoehne Task-number: QTCREATORBUG-2583
-