- Sep 21, 2010
-
-
hjk authored
-
- Sep 17, 2010
-
-
hjk authored
-
- Aug 24, 2010
-
-
Lasse Holmstedt authored
-
- Aug 19, 2010
-
-
Jarek Kobus authored
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jun 29, 2010
-
-
hjk authored
-
- Jun 23, 2010
-
-
hjk authored
-
- Jun 22, 2010
-
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 11, 2010
-
-
con authored
from Menu entry Don't show the icon of checkable items in the menu to avoid being affected by broken styles. Task-number: QTCREATORBUG-1173
-
- Apr 08, 2010
-
-
Friedemann Kleint authored
Manage binaries as a map of binary-><toolchain number>. Provide list widget and editing dialog with tooltip showing the version. Save in settings as a flat list of keys. Acked-by: hjk
-
- Mar 30, 2010
-
-
hjk authored
backtrace in the main editor. Useful for sending bug reports.
-
- Mar 25, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-450
-
- Mar 22, 2010
-
-
hjk authored
-
- Mar 18, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Additionally, hiding of debugger menu entries was done as most of them are irrelevant for QML debugging.
-
Lasse Holmstedt authored
-
Robert Loehning authored
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 23, 2010
-
-
con authored
-
- Feb 17, 2010
-
-
hjk authored
-
- Feb 11, 2010
-
-
hjk authored
Hidden in the Breakpoints context menu.
-
- Feb 03, 2010
-
-
Friedemann Kleint authored
Engine: Introduce convention of setting the PYTHONPATH variable to <path-to-gdb>\python2.5 for WIndows. Dumpers: Import 'curses' depending on platform, fix Syntax for 2.5, catch file lock errors by os.remove. Reviewed-by: hjk
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 15, 2010
-
-
hjk authored
-
- Jan 06, 2010
-
- Dec 09, 2009
- Nov 25, 2009
-
-
hjk authored
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- Oct 16, 2009
-
-
Friedemann Kleint authored
This should save debugger round trips and crashes in the debugging helpers. Add respective option to debugging helper option page, defaulting to true.On this occasion, make CDB detect shadowed variables correctly and display them as "<shadowed n>" as does the Gdb engine by reversing the direction in which CdbSymbolGroupContext::populateINameIndexMap works. Rubber-stamped-by:
hjk <qtc-committer@nokia.com>
-
- Oct 06, 2009
-
-
hjk authored
-
- Oct 05, 2009
-
-
hjk authored
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 01, 2009
-
-
hjk authored
-
- Sep 29, 2009
-
-
hjk authored
-
- Sep 23, 2009
-
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
-