- 24 Feb, 2015 9 commits
-
-
hjk authored
Dumper.warn() tries to interleave the message with an ongoing report, whereas the global warn prints directly, possibly breaking the report parsing. Change-Id: If753773d5eedf98a489f155d46d2911e04059461 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Required for followup changes Change-Id: I6280427433bd88fedf87e4d8d25c2f7481d94210 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
In Qt Creator, we want line edits to take up the free horizontal space. Change-Id: I4ff78035ab2481cc2f944fc02569638f06f0b090 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
To work around the "-x" bug in icecream. Change-Id: I7d95aa120ad344f6662c265fe81ab98752c7cd1e Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Alessandro Portale authored
When resizing the dialog, the Commits list should take the free space. Change-Id: I6586f43f8f43a4563327867e29630626f4a6e00a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
This partially reverts change 1d1695c2 . This doesn't seem to be needed with recent versions of LLDB anymore and removes one source of "spurious" breakpoint-changed events. Change-Id: I8140944a46bbc83173c0088117a88110b0872e8a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
If mime info is requested during Qt Creator's initialization cycle, the mime files might be parsed before all custom types are registered. To ensure that custom mime types override the built-in ones we must force a complete reload after they are registered. Change-Id: I94032a5efe1bbc22885cbeb1f43080270c23381c Task-number: QTCREATORBUG-13995 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
We registered a mime type "application/x-qml" conflicting with "text/x- qml" from freedesktop.org.xml. The magic matcher of the C++ mime types might kick in, in that case. Task-number: QTCREATORBUG-13994 Change-Id: I5900c233b42681d7b7d3af185d6ff3e1c4166e59 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Breakpoints inserted before application start are not just 'InsertRequested' but already 'InsertProceeding'. Change-Id: I1df37d15f74ea65771843f6eab2e724d2bb0cd23 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 23 Feb, 2015 10 commits
-
-
hjk authored
This is a first, self-contained step only: Replac the connects themselves, rename private slots that coincide with signal names, apply minimal compile fixes and formatting. Change-Id: I0a28d2ebcf4d4f6fdf68a06f582ed962ed54724d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of master branch. Change-Id: I6991c6dc4d39beb47dbf8b66e6dff7715369e765 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
Tobias Hunger authored
Change-Id: I3754bb3637fc89d4c9ef2939db25dd1fda9d3243 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Tobias Hunger authored
... of the diff. Currently that is side-by-side and unified, just as before. Change-Id: I62a5462344c4b4ae652899f9d5b2936aa5a692b8 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I23739cb4c7a19a5c5bcdc8bf39c36db689292b62 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thomas Hartmann authored
The hash was not cleaned up in any case and sometimes a new object gets allocated at the exact same address. To avoid leaking hashes in m_objectInstanceHash and to avoid the assert, we remove any deleted QObject from the hash. Change-Id: I2697ab2b2430ad47932841fb9c0ef88ffa4cbbb1 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
hjk authored
The usage pattern seems to be used often enough to justify a function. Change-Id: Iecdeb2b42879f419154902e685d0d13e8cae8b33 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: Ie157b9b36a13b3e6eba5c158040e7491bd2ff29d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
Otherwise, we lose quotes on a round-trip. Task-number: QTCREATORBUG-14002 Change-Id: If7ecd17dfcb310aa10d9f83ddbd215c5b7136546 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Id045df62c953954ae18d62c5f128d4ed46dc9aeb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 20 Feb, 2015 10 commits
-
-
Christian Kandeler authored
As recommended in RFC 6668. Task-number: QTCREATORBUG-14008 Change-Id: Icd4613dda9cce2b482499c626b863c17e8fa0c20 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Friedemann Kleint authored
C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data Change-Id: I91979c685bbbd84359f7f4e19911a21a408f5d23 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
* Fix qualifying the member function, take namespace into account * Fallback to usual completion if we cannot provide anything * Ensure that the completion is not triggered outside connect() calls * Change to a two step process: 1. connect(obj, & // offer class name completion 2. connect(obj, &N::Foo:: // offer signal completions ...same for the 4th. argument. Change-Id: Ifa4c74cde1b96ec7c544daaeefc47c4efdd8294a Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-8007 Change-Id: Ic96aaa433442812a99bac9d16bb9124d66762e8c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: Idc65f441c3af09f1fcd5cff646cc7b472aed1770 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: Idcdeb2b42879f419154902e685d0d13e8cae8b33 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I27b1d06395dea940c8dd39cd2bd41fc09cee3a9c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
We tell SVN that the file is utf-8, so we need to make sure we save it as such. Task-number: QTCREATORBUG-13979 Change-Id: I49edf477bf80c6b21cd99bc86fbd2555d7181a0b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Make the description directly available to subclasses of the submit editor. Change-Id: Ieb6f99091fdcb6f794491169e637bec53a04dacb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ie1a3a73b553840a700e4c8dc229c6902afdafdc4 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 19 Feb, 2015 11 commits
-
-
hjk authored
Change-Id: I1be66d132886da0b1bde4fe5578fc64bcd2f8e98 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I4373e8f07b124f61a743d5c922a45f2962ac7392 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Also, correct an off-by-one in column "computation" that always resulted in "no function" here from the C++ model which assumes column count starting at 1. Change-Id: I9a34d4ffaaa25131d5a130c57ec10f1ce8e8a184 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Modernize connections, namespace Utils, include order. Change-Id: Ic2e414dd4fb55821c6314bfc5256ce166fd70c2e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Closer to where the information is. Change-Id: I3ff7e933a99baf8a18e6532213aef0539a364a76 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Fallout after the demise of IAnalizerTool. Change-Id: I68f936ed5f2929dc4f09a408bdf6b0ea38e568ef Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I40784b51e36c3c77fce6bf077613d19579336db6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
After dropping the QVariant cookies the structure is not needed. Change-Id: Ib6f702bedeb250518ac0b7019e32d2caa62eb616 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
hjk authored
Change-Id: I5ea4bdf2dc6f4d3867e6abbc8d4cd6a1149a17b2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: Ie783b8e32697a286cabbf25b06d06578d62a7340 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Ia704aa975e64cc8942b4e5717f812b7c1a788096 Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk@theqtcompany.com>
-