- 12 May, 2016 1 commit
-
-
hjk authored
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 23 Jul, 2015 1 commit
-
-
Sergey Belyashov authored
In the QmlEngine, a few tr() have been replaced by QCoreApplication::translate(). In other files, Q_OBJECT has been added to the class definitions. Change-Id: Ia0505c19934dc691cd3d67f4946293290c2fec68 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 11 Jun, 2015 2 commits
-
-
hjk authored
Change-Id: I341a84795f3e4dda67d966da9cb5476f50a680dd Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
It's still available with QTC_DEBUGGER_ENABLE_REVERSE=1, but since it rarely ever does something useful, it's better not exposed in the gui. Change-Id: If571fcfd01579c53f792d799027dd9d9a93c1cf4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 04 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Mostly done using the following ruby script: Dir.glob('**/*.cpp').each { |file| next if file =~ %r{src/shared/qbs|/qmljs/} s = File.read(file) s.scan(/^using namespace (.*);$/) { ns = $1 t = s.gsub(/^(.*)\b#{ns}::((?!Const)[A-Z])/) { |m| before = $1 char = $2 if before =~ /"|\/\/|\\|using|SIGNAL|SLOT|Q_/ m else before + char end } if t != s puts file File.open(file, 'w').write(t) end } } Change-Id: I1aa1a2b6ccbafeb1a8f3053fffa39b3f96992591 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 14 Oct, 2014 1 commit
-
-
hjk authored
Allow multiple expanders to be registered for lineedits, e.g. a local and the global ones, and actually show them. Use a tree view in the chooser for somewhat more structured display. Change-Id: I769f92144e5249f45e54381de52aa6973eb20118 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 28 Jul, 2014 1 commit
-
-
hjk authored
Move some function out of the DebuggerCore "namespace", to avoid one indirection and removes clutter in the calling code. Change-Id: I1c870d5c7eeade32fa63dedf581490fbb090cd6a Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Jul, 2014 1 commit
-
-
hjk authored
Move extra dumper file settings to the right, make it a path chooser, simplify code. Change-Id: I9c5bab508949915195ba3bb7515b1632ad98af27 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Jun, 2014 1 commit
-
-
hjk authored
Instead of requiring the user to add the required python code to load them manually let him specify a file directly. This also makes the feature accessible to LLDB which needs a slightly different syntax. Task-number: QTCREATORBUG-12492 Change-Id: I12621b1cea2429476b0865bcbcb739a238dcf6af Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 19 Jun, 2014 1 commit
-
-
hjk authored
Change-Id: Iba1e7d2eeb49600a9952c369f66187384aa8cbf2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 May, 2014 1 commit
-
-
hjk authored
Change-Id: I4ce31031bda92864212e914257e4f5c1fafa2af6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Mar, 2014 1 commit
-
-
Jarek Kobus authored
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 10 Dec, 2013 1 commit
-
-
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>
-
- 04 Dec, 2013 2 commits
-
-
jkobus authored
Change-Id: I9f8681a8d975558e5e8626566df73ac8438c4cef Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Jarek Kobus authored
Change-Id: I8fa68357abfcebfd04839c4552681608b0c6d2e3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 02 Sep, 2013 1 commit
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 10 Jun, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: I9dbc3d3aa8eb39ade9e801b219aea575d44b33ab Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 05 Jun, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie4645f3a3c82d18099dd154293d242ab07b1e5fc Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 03 Jun, 2013 1 commit
-
-
hjk authored
We need to distiguish between start of GDB itself (a.k.a .gdbinit-style customization) and after the dumper machinery is initialized, which is nowadays often delayed until the first stop hook. Change-Id: I40f1e7225c2043b8bcb7d50eef948bb3c9162bb6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 15 May, 2013 1 commit
-
-
Leena Miettinen authored
Fix capitalization and punctuation. Make some strings shorter. Change-Id: Ic018d9905d855c6694d3d63e703e772d63d75c71 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 02 Apr, 2013 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-8949 Change-Id: If0cf1c1078a72a3e4a3d371d236bacac858b8046 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 22 Mar, 2013 3 commits
-
-
Friedemann Kleint authored
Change-Id: Ia50e61a82101b699390b23b4f1ea9509619314bb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This enables the use "official gdb"-styly pretty printers from within Creator. In case there are both variants, Creator-style pretty printers are preferred. Change-Id: Iaa178d922dae4eaa1943e9d5b960a666f80fe4db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
It's getting crowded... Change-Id: I24c1a87b013af485743573df7669739ad93f8a89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 06 Mar, 2013 1 commit
-
-
David Schulz authored
Task-number: QTCREATORBUG-8820 Change-Id: If48429fc80d3b928cba4622ff6b168dca8289500 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 17 Jan, 2013 1 commit
-
-
hjk authored
Change-Id: Id9d6cf28966eeb65775cf1f16f57773af5fb6bca Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 29 Dec, 2012 1 commit
-
-
hjk authored
Change-Id: I63433edd9118a7aa4ecaef28f40bfc729d90f512 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Dec, 2012 1 commit
-
-
Friedemann Kleint authored
Use the same setting in CDB, move it to common settings page in a follow-up commit. Change-Id: I67d6cd706f658c616a431e9d518d52e020afa54c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 14 Dec, 2012 1 commit
-
-
Eike Ziller authored
Make the warning label italic, so it still stands out a bit. Task-number: QTCREATORBUG-8345 Change-Id: Ia8cb4a45817e314411b326ca9e1929e5dbe85f76 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Nov, 2012 1 commit
-
-
hjk authored
Change-Id: I4369de839eba8cd30d261b74e89f2363ca815926 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 09 Nov, 2012 2 commits
-
-
hjk authored
Change-Id: I549981e8314b52fafe2da387a0bb6312670578fa Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Currently unused. Change-Id: Ic751de17bf43749a135b353c0b916371174b35f8 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: I365f34a8ddc6d895bb3fcb09bd991b24108d922b Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 07 Sep, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: Ia3e08a61dcc9856a50ae11134558873a34a767e7 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-