- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@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 24, 2012
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Dec 21, 2011
-
-
Friedemann Kleint authored
(except gdbmi.cpp, name_demangler.cpp). Remove some unneeded conversions, change some maps to take QByteArray keys. Change-Id: I010f1251998a441fe5c8c87901b1e0c277c0391c Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 02, 2011
-
-
hjk authored
Change-Id: Iecdce6e3935cc002ab2c6c6e346f879db1898a6d Reviewed-on: http://codereview.qt.nokia.com/4121 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 12, 2011
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-5409 Change-Id: Ib2056005bdc7f7dbaf75c55da73ba0c11ade7c42 Reviewed-on: http://codereview.qt.nokia.com/1540 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jul 04, 2011
-
-
Friedemann Kleint authored
Check if address is contained in range of lines. Task-number: QTCREATORBUG-5205 Change-Id: I12a4f2f2f3837e164fd093e80fb427e9234136af Reviewed-on: http://codereview.qt.nokia.com/1017 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Jun 27, 2011
-
-
hjk authored
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 21, 2011
-
-
Friedemann Kleint authored
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
hjk authored
-
- Mar 21, 2011
-
-
hjk authored
ITextMark is not abstract anymore and has an icon and a priority. This means separate breakpoint and location marker classes that are only "plain" marks with icons and priorities are not needed. BaseTextMark directly inherits from ITextMark, instead of owning an ITextMark derived InternalMark. Also, there is now ITextMark::paint() to make it a bit more flexible then icon()[->paint()]
-
- Mar 18, 2011
-
-
hjk authored
Task-number: QTCREATORBUG-4157
-
- Mar 02, 2011
-
-
hjk authored
-
- Feb 25, 2011
-
-
Friedemann Kleint 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
-
- Feb 02, 2011
-
-
hjk authored
Task-number: QTCREATORBUG-3667
-
- Jan 26, 2011
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- Jan 12, 2011
-
-
con authored
Reviewed-by: hjk
-
- Jan 10, 2011
-
-
Friedemann Kleint authored
-
- Dec 17, 2010
- Dec 14, 2010
-
-
hjk authored
-
- Dec 08, 2010
-
-
hjk authored
-
- Nov 26, 2010
-
-
hjk authored
-
- Nov 25, 2010
- Nov 24, 2010
-
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
- Nov 19, 2010
-
-
hjk authored
Formatting of disassembler view took too much time.
-
- Nov 15, 2010
-
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
- Nov 10, 2010
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- Nov 08, 2010
-
-
Arvid Ephraim Picciani authored
-