summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Debugger: More dumper auto tests.ck2009-08-051-1/+1
| | | | Added test for "QAbstractItem" and fixed bug uncovered by that.
* Debugger auto tests: Tracked changes to QObjectPrivate.ck2009-08-051-5/+14
|
* Debugger: Added auto test to stay in sync with QObjectPrivate.ck2009-08-043-83/+132
| | | | | | The compile-time solution introduced by 3a084ae8a2e1be68576a82 was felt by some to be too intrusive, so I've integrated the check for changes to QObjectPrivate into the auto test.
* Dumper updates.ck2009-08-041-3/+13
| | | | | | | | | - Added auto test for QMap. - Qt::UniqueConnection is not actually a connection type, so we don't treat it as one. - The definition of QObjectPrivate keeps getting out of sync, so there now is a "static assertion" that causes a compile error when QObjectPrivate's size changes.
* Updated and purged German translation.Friedemann Kleint2009-07-311-1681/+3243
|
* Updated Russian translation.Sergey Belyashov2009-07-291-1439/+3575
| | | | | Merge-request: 1044 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Debugger: Updated QObjectSlot dumper for Qt 4.6.ck2009-07-241-6/+19
| | | | | | | | The format of QObjectPrivate's senders list changed in version 4.6. This change is now taken into account by the QObjectSlot and QObjectSlotList dumpers. Reviewed-by: hjk
* Match the new shortcut name at least in the schemes.con2009-07-212-2/+2
|
* Made use of Qt::UniqueConnection dependent on version >= 4.6.ck2009-07-201-0/+2
|
* Added more dumper auto tests.ck2009-07-201-8/+15
| | | | Added test for QObjectSignal dumper and fixed two bugs uncovered by it.
* Added more dumper auto tests.ck2009-07-161-0/+1
| | | | | Added test for QImage and fixed bug uncovered by that test. Also prepared test for QSharedPointer.
* Debugger: Remove unneeded expression for dumping QVector.Friedemann Kleint2009-07-162-4/+11
| | | | | ...thus enabling dumping of it in CDB. Reviewed-by: hjk <qtc-committer@nokia.com>
* Added possibility to translate file types in open/save dialogs.Sergey Belyashov2009-07-162-2/+20
| | | | | Merge-request: 900 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fix CDB/output dumperversion correctly, dump maps correctly.Friedemann Kleint2009-07-151-1/+1
|
* debugger: remove duplicated 'completeSuffix' entry in QFileInfo dumperhjk2009-07-151-1/+0
|
* Added a FakeVim color themeThorbjørn Lindeijer2009-07-142-0/+34
| | | | | | | Specially for FakeVim users out there who want an easy way to switch to vim's default color theme on a dark brackground. Also did a little cleanup.
* debugger: fix regression in QMap dumping introduced in 5bd1d2a0hjk2009-07-141-0/+1
|
* Install the color schemesRoberto Raggi2009-07-131-0/+1
|
* Made selecting the color scheme functionalThorbjørn Lindeijer2009-07-132-25/+35
| | | | | | Also, defaults formats are now applied to any format that hasn't been defined in the color scheme file. This allows a color scheme to fall back on the default selection color, for example.
* Introduced a ColorSchemeReader class for reading color scheme filesThorbjørn Lindeijer2009-07-131-0/+27
|
* debugger: workaround for gdb reporting 'std::wstring' as 'wstring'hjk2009-07-131-2/+2
|
* Added QDumper auto tests.ck2009-07-101-1/+2
| | | | Added auto tests for QChar and QFile dumpers.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-07-102-2/+2
|\
| * proper version of 33dd9deaeaaa0da7521a402f36cce2005dde8477Daniel Molkentin2009-07-102-2/+2
| | | | | | | | Make revision sting show up in German translation. Also fix the Spanish one a bit.
| * Revert "Make revision sting show up in German translation. Also fix the ↵Daniel Molkentin2009-07-102-2/+2
| | | | | | | | | | | | Spanish one a bit." This reverts commit 33dd9deaeaaa0da7521a402f36cce2005dde8477.
| * Make revision sting show up in German translation. Also fix the Spanish one ↵Daniel Molkentin2009-07-102-2/+2
| | | | | | | | a bit.
* | debugger: reduce amount of data produced by the dumpers by removinghjk2009-07-101-13/+0
| | | | | | | | predicatable parts.
* | debugger: do not output child type and numchild information if it is equalhjk2009-07-101-11/+27
|/ | | | to the ones specified in the childtype and childnumchild items
* debugger: remove the InnerValueResult enum and handling again.hjk2009-07-101-138/+69
| | | | 60 lines of mainly useless code
* deleted the french phrasebook (merged into the one from mainline)Pierre Rossi2009-07-091-291/+0
|
* debugger: work on dumper auto testshjk2009-07-091-29/+11
|
* Dump QObjects for CDBFriedemann Kleint2009-07-091-6/+18
|
* debugger: add auto tests for QListhjk2009-07-081-41/+72
|
* Added non breaking spaces in front of double ponctuation signs (':','!'Pierre Rossi2009-07-081-12/+12
| | | | and '?' ) in the french translation.
* New translations for the French version of Qt CreatorBenjamin Poulain2009-07-081-69/+71
|
* Fix some wrong translations for japanese.axasia2009-07-071-3/+3
| | | | | Merge-request: 827 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Dumper fixing, dump some common std::map, std::set types with CDB.Friedemann Kleint2009-07-072-17/+158
| | | | | | | | | | | - std::set/map: Introduce templates to iterate the MSVC STL implementation depending on type (since it inherits some basic set_traits that depend on the key/value size. - Retrieve types correctly in CDB (buffer too short for STL-types) - Fix std::map in GDB broken by previous commit. - Introduce a dumper version check in GDB/CDB. - Make GDB parse sizes in initial dumper call as well - Fix special sizes to work with namespaced Qt (watchutils)
* Polish dumpers to show enumeration values, Polish CDB locals output.Friedemann Kleint2009-07-071-23/+83
|
* Fix up Debugger helpers to be able to dump QObject's with CDB.Friedemann Kleint2009-07-063-281/+540
| | | | | | | | | | | | | | | | | | | | | | | - Make container dumper routines set "childnumchild" when known in order to avoid roundtrips; avoid repeated invocations of container.end(). - Completed dumper information in some places to avoid roundtrips. - Extended QVariant helpers by dumpers for common GUI types (rectangles, points, sizes, fonts, size policies). - Introduced artificial QObjectChildList/QObjectProperty types to be able to dump QObject children and properties without using gdb expressions. - Fixed dumping of Signal/Slot list to pass on correct types. Avoid recursions if signal is connected to self. - Replaced expressions by addresses in the dumpers to it make work for CDB. - Reworked dumper test program to have -a, making it usable for tests, add further types. - Gdb: Clear output buffer before calling dumpers, avoiding mixups in case evaluation of expression fails. - Fix the dumper parser used by CDB, do not be fooled by "<synthetic>" addresses, etc. - Pass on a "dumperVersion" in initial query.
* Great debugger helper bug fixing spree.Friedemann Kleint2009-07-032-22/+58
| | | | | | | | | | | | - Fix extractTemplate() not to kill blanks in case there is no blank after a comma, fix hardcoded types accordingly. - Make niceType()'s regexps ignore blanks after commas, add unsigned short as char_type and cache the mappings, making them work for CDB. - CDB: Parse map output of dumpers correctly, generally don't confuse the parser by unknown keywords encountered when parsing children, thus enabling simple QMap types. - Make dumpInnerValueHelper output std::string types.
* Display Q<>Pointers/Work towards displaying maps/QMaps in CDB.Friedemann Kleint2009-07-022-32/+152
| | | | | | | | | | | | | Make dumpers pass on more size information initially, namely the various Q<>Pointers. Introduce enum for those special template types whose size does not vary with the arguments (Q<>Pointer, std::allocators...) to make it more easily extensible. Pass on some common QMapNode<> sizes as well. Introduce an expression cache to the common QtDumperHelper class and make dumpers pass some common expression values (value offsets of common QMapNode<> incarnations). Make CDBDumperHelper use the expression cache. Extend dumper tester.
* Update the French translationBenjamin Poulain2009-07-012-126/+182
| | | | | Validation of some translations from Pierre, a few new translations in the context of the editor.
* debugger: fix regression in QVariant dumperhjk2009-07-011-2/+2
|
* debugger: add widget watchers by mouse click in the debugged application.hjk2009-07-012-7/+19
| | | | | The option is hidden in the context menu. Currently the application must be stopped.
* Updated French translation and added phrasebook.Pierre Rossi2009-07-012-95/+331
|
* Moved the custom widget wizard templates into Qt Creators template dir.Friedemann Kleint2009-06-3010-0/+180
| | | | | Cannot put a source file template into a resource in a source directory as Visual Studio will grab and build it.
* Complete (ex: messages about data dumpers) Russian translation for Qt ↵Sergey Belyashov2009-06-301-6636/+6321
| | | | | | | Creator 1.2 Merge-request: 780 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* debugger: refactoringhjk2009-06-261-270/+304
|
* debugger: reduce use of macros in dumper codehjk2009-06-261-574/+715
|
* debugger: fix several small issues in the dumper codehjk2009-06-262-43/+107
| | | | | | | Fix typo in QChar helper. Add a auto tests for some of the dumpers. Make the dumpers compilable for Qt < 4.5 for better regression tests. Make manual tests compile with Qt < 4.5.