summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* QmlOutline: Show icons for known typesKai Koehne2010-07-1417-0/+0
* Adapt Qt Creator plugin template to match recent changes.con2010-07-132-3/+6
* Merge remote branch 'origin/2.0'con2010-07-131-11/+11
|\
| * Conditional compilation for functions which are unused on WindowsRobert Loehning2010-07-121-11/+11
* | Merge commit '52b9fcca2ddd5d5e95c6e13cbded018699c7dd68' (origin/2.0)con2010-07-132-549/+588
|\ \ | |/
| * debugger: improve robustness in the presence of outdated debug informationhjk2010-07-091-6/+13
| * I18n: Update and purge German translationFriedemann Kleint2010-07-071-543/+575
* | debugger: work aroung gdb/python type lookup for arrayshjk2010-07-121-1/+8
* | Customwizard: Add a simple preprocessor.Friedemann Kleint2010-07-092-2/+10
* | Template-CustomWizard: Translate QComboBox items.Friedemann Kleint2010-07-081-1/+1
* | Template-CustomWizard: Make QComboBox parameters more flexible.Friedemann Kleint2010-07-081-1/+12
* | debugger: add test code for signal/slot debugginghjk2010-07-071-0/+22
* | Custom wizards: Add a checkbox.Friedemann Kleint2010-07-072-3/+11
* | debugger: fix dumping of static qobject properties if no dynamic propertieshjk2010-07-071-24/+25
* | debugger: fix output of python 'dict' items when children are not expandedhjk2010-07-071-1/+2
* | Re-enable the qml-runtime wizard.Alessandro Portale2010-07-071-0/+0
* | Merge remote branch 'origin/2.0'con2010-07-061-1/+1
|\ \ | |/
| * debugger: backport small fixes and synchronized code layout with masterhjk2010-07-061-18/+63
| * debugger: fix list of members in case gdb reports '_class_ SomeClass'hjk2010-07-061-7/+20
| * debugger: cache results of gdb.lookup_typehjk2010-07-062-29/+67
* | debugger: remove some debug outputhjk2010-07-061-6/+6
* | debugger: also strip 'enum' before looking up typeshjk2010-07-051-4/+2
* | debugger: make type lookup more robusthjk2010-07-021-38/+72
* | debugger: improve QRegion dumperhjk2010-07-011-5/+11
* | debugger: work around gdb bug http://sourceware.org/bugzilla/show_bug.cgi?id=...hjk2010-07-011-4/+14
* | debugger: don't try to deref void pointers in dumpershjk2010-07-012-3/+12
* | debugger: add a simple-minded dumper for QRegionhjk2010-06-301-0/+7
* | Merge remote branch 'origin/2.0'con2010-06-302-2291/+12438
|\ \ | |/
| * debugger: fix array dumperhjk2010-06-291-2/+2
| * debugger: fix display of typedefs-of-typedefs, such as qulonglonghjk2010-06-281-14/+21
| * Some work on the french translations.Pierre Rossi2010-06-231-2288/+12436
* | debuggger: fix dumping of array of string typeshjk2010-06-291-6/+6
* | debugger: fix array dumpershjk2010-06-291-2/+2
* | debugger: make QVector dumper show address of elements.hjk2010-06-282-41/+43
* | debugger: make qulonglong visible in Local&Watchershjk2010-06-281-14/+23
* | debugger: adjust loading/saving of watched expressions to recent changeshjk2010-06-251-0/+1
* | debugger: allow per item selection of display method in Locals&Watchershjk2010-06-252-62/+89
* | Merge remote branch 'origin/2.0'con2010-06-242-3995/+10791
|\ \ | |/
| * Update japanese translationaxasia2010-06-212-3995/+10791
* | debugger: remove special case for char * python dumpers.hjk2010-06-231-10/+0
* | debugger: The DebuggerEngine refactoring.hjk2010-06-221-2/+2
* | QmlJS: Revert to supplying a xml file for builtin type information.Christian Kamm2010-06-211-0/+3201
* | Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-151-315/+315
|\ \ | |/
| * Russian translation updateSergey Belyashov2010-06-141-315/+315
* | debugger: add an option to filter out locals for easier debugger debugginghjk2010-06-141-0/+2
* | Version update to match the planned version naming.con2010-06-111-1/+1
* | debugger: "compile fix" for watchers part of python dumping after recenthjk2010-06-111-3/+3
* | debugger: make profiling the python dumpers _really_ optionalhjk2010-06-101-3/+3
* | debugger: make profiling the python dumpers optionalhjk2010-06-101-1/+1
* | debugger: cache results of gdb.lookup_typehjk2010-06-102-34/+44