summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Debugger: Disable build-in LLDB formatters for old LLDBhjk2013-07-091-0/+5
| | | | | | | | | This is kind of hot fix to solve conflicts with Creator's pretty printing in the LLDB 179.5 context which does not seem to handle SBValue.SetPreferSyntheticValue. Change-Id: I9837bd3044a9ec90c67de3060d5895ae0b6b8653 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Remove spaces from template argumentshjk2013-07-091-2/+2
| | | | | | | Makes LLDB happier in subsequent type lookups Change-Id: I1243bd3044a9ec90c67de3060d5895ae0b6b8652 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix std::string display with GDBhjk2013-07-091-1/+2
| | | | | Change-Id: Iaa9abd3044a9ec90c67de3060d5895ae0b6b8652 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix std::string display with old LLDB (179.5)hjk2013-07-091-4/+6
| | | | | Change-Id: I9a9abd3044a9ec90c67de3060d5895ae0b6b8652 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix "Show in separate window" for string-like classeshjk2013-07-091-6/+4
| | | | | Change-Id: I036be36070444cd761f215f3d60b9db25a5c149a Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix display of default-initialized QStringRefhjk2013-07-091-0/+4
| | | | | Change-Id: I3986541bb23bb7647f2a36798577a1e489fdc90b Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix libc++ std::{unique,shared}_ptr dumpershjk2013-07-091-0/+35
| | | | | Change-Id: I9efb22543bf31f43381e57fb0acf4aeb15e8a293 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Align dummy member names in anon structshjk2013-07-081-1/+1
| | | | | | | | Use the same numbering schem for GDB and LLDB. More consistent, helps auto tests. Change-Id: I9b50dd4b43bdc12fac329d33e158fa759bee4d28 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix inames of array items with LLDBhjk2013-07-081-2/+1
| | | | | | | Harmless, but needlessly breaks auto tests. Change-Id: Iee470411c02686b6975c1e7efd79ac802eb37037 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix LLDB display of std::array with "complex" contenthjk2013-07-082-2/+6
| | | | | Change-Id: I43dd9b8afe76f204fe2509f1f2f81f74c48a16ab Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix LLDB QMap dumperhjk2013-07-051-1/+3
| | | | | | | It needs spaces _exactly_ as found in the debug info. Change-Id: I3ad0052b364c5c3cfea17d8169de8a235d37b891 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make LLDB dumpers more robusthjk2013-07-051-9/+14
| | | | | | | Take care of older versions without SBValue.GetCanonicalType() Change-Id: I10c1330633e5568b7c94059d4286c93adfecb1a2 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: LLDB dumper for std::__1::vectorhjk2013-07-051-0/+18
| | | | | Change-Id: I11f5eb1e9b9047b86aeeb79bfd104079897a021c Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix std::string display when using libc++hjk2013-07-051-9/+22
| | | | | Change-Id: Ifec1330633e5568b7c94059d4286c93adfecb1a2 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix QSet dumperhjk2013-07-051-37/+29
| | | | | Change-Id: I62f5eb1e9b9047b86aeeb79bfd104079897a021c Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix LLDB QHash dumperhjk2013-07-051-10/+9
| | | | | Change-Id: I694f175dd2f8cdc1f123f978fa3d018398035fd8 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Be more explicit about conversions in QHash dumperhjk2013-07-041-28/+27
| | | | | Change-Id: I35e36edf31bb8d45e92d39d2c069734c560711cc Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Suppress printing of name fields in LLDBhjk2013-07-041-0/+8
| | | | | | | | Brings it more in line with what we do on the GDB side and makes a few more autotests pass. Change-Id: I89fd7a9d5b7bfd6ffd68dcda824c95dd7a7a52b0 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Improve QVariant dumperhjk2013-07-041-13/+19
| | | | | | | | Access to the is_shared flag seems somewhat indeterministic across platforms/compilers. Hard-code to non-shared for now. Change-Id: Iaac9dd8fcee28ffd1e599300a1c12f3215823573 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: LLDB related dumper fixeshjk2013-07-041-18/+16
| | | | | | | QTime, boost::bimap size, QAtomicInt Change-Id: I0239dd8fcee28ffd1e599300a1c12f3215823573 Reviewed-by: hjk <hjk121@nokiamail.com>
* QmlDesigner.QmlPupppet: Keeping the puppet from stealing focus on MacThomas Hartmann2013-07-042-0/+7
| | | | | | | | | | Defining QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM keeps the puppet from stealing the focus of Qt Creator on Mac OS X and Qt 5. Task-number: QTCREATORBUG-9418 Change-Id: Id0193b95d4c788ebe243773458645d1c584b2044 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* Debugger: Fix Q{Size,Rect,Point}F dumpershjk2013-07-042-17/+28
| | | | | | | | They were only showing the integral parts in the summary line. Duh... Change-Id: I5efd7a9d5b7bfd6ffd68dcda824c95dd7a7a52b0 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: More LLDB dumper workhjk2013-07-042-17/+28
| | | | | | | QLinkedList, QMap, ... Change-Id: I4efd7a9d5b7bfd6ffd68dcda824c95dd7a7a52b0 Reviewed-by: hjk <hjk121@nokiamail.com>
* Russian translation updateSergey Belyashov2013-07-031-1160/+2887
| | | | | | Change-Id: I3efd7a9d5b7bfd6ffd68dcda824c95dd7a7a52b0 Reviewed-by: Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Debugger: Fix more LLDB dumpershjk2013-07-033-67/+98
| | | | | | | | Simple QVariants, references, const pointers, QObject names, QList<Foo*>, ... Change-Id: Iaa3fb9e4db1c249817e59239029db7dd220ba5b3 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix a few LLDB dumpershjk2013-07-032-43/+64
| | | | | Change-Id: Ibdf3ff3f03cfc91df44168243972b1e5a0ee5077 Reviewed-by: hjk <hjk121@nokiamail.com>
* Tiny translation tweakRobert Loehning2013-07-031-1/+1
| | | | | Change-Id: I6cec0ab8ff700d7a9b6238940fe02f4043af066a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* DiffEditor: Fix name for style constanthluk2013-07-033-3/+3
| | | | | | Change-Id: I8fdbcfc702574a0b61f57bb3d92594b66b2171df Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Distinguish values and addresses properly in dumper interfacehjk2013-07-022-49/+45
| | | | | Change-Id: I1e8874106ecd7376aa9a552977f6827b07d246b1 Reviewed-by: hjk <hjk121@nokiamail.com>
* Update German translations for 2.8.Friedemann Kleint2013-07-021-41/+39
| | | | | | | | Task-number: QTCREATORBUG-9712 Task-number: QTCREATORBUG-8923 Change-Id: I04367cf56be533cc8d078bb232362de9e5cbfe95 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* QmlApplicationWizard: translation fix for QML wizardsThomas Hartmann2013-07-021-2/+2
| | | | | | | | Fixing the generated context and extract from the right element. Change-Id: Ibb454e82d6f197014451399bbb8a9fc0bad04a99 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Debugger: Make more dumper work without debug infohjk2013-07-022-47/+100
| | | | | | | QRegExp, QHostInfo, QDir, QTextCursor Change-Id: I2a368f8d294a235076491e4c50fc79039a2c9cff Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make more dumper work without debuginfohjk2013-07-022-21/+50
| | | | | Change-Id: I2ff23b81dc27be1052c36cffb7ad16dbea6fa339 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make QImage dumper work with release versionshjk2013-07-011-35/+42
| | | | | | | | | This accidentally also allows non-debug Qt users to reproduce the http://blog.qt.digia.com/blog/2010/04/22/peek-and-poke-vol-3/ smiley drawing. Change-Id: Ica436f55494d012d5516ef9d00d6310f2ac2d4ee Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Work on dumper without debug infohjk2013-07-013-72/+95
| | | | | Change-Id: Iae5f60fe43c28f4cf0254b87530002145dc67e27 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Re-work QObject detectionhjk2013-06-282-20/+66
| | | | | Change-Id: Id7446d3898d81ac03b32b80cbc7ea22f350d191b Reviewed-by: hjk <hjk121@nokiamail.com>
* Revert "Fixing Info.plist.in for qmlobserver and qmldump"Eike Ziller2013-06-282-10/+9
| | | | | | | | | | | | The Info.plist.in files are actually handled by static.pro. The projects should only be compiled from the deployed sources in the build tree. This reverts commit 30c602f458938b9d0c3b5c4602a3764e34e0919a. Change-Id: Ib63fb9e4db1c249817e59239029db7dd220ba5b3 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Fix sources that are deployed into Qt Creator build for qml(2)puppetEike Ziller2013-06-283-6/+31
| | | | | | | | | When qml(2)puppet is built as part of Qt Creator, we need to generate the Info.plist from Info.plist.in. When it is deployed as source into the Qt Creator build, we need to do that too. Change-Id: I83aa446f19984a51822c46df2ab7f41e78002ad4 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Debugger: Make bytearray dumper work on anonymous datahjk2013-06-282-25/+35
| | | | | Change-Id: Ibce8030360be161fb8944175afa0ce9119133b39 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make QPixmap dumper work in release buildshjk2013-06-281-8/+4
| | | | | Change-Id: Ib50d6968fcac38fa59df5c34c578b4a618dc9e06 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Add a more generic way to distinguish Qt 4 and 5 in dumpershjk2013-06-283-2/+21
| | | | | Change-Id: I1f020032984fb61554b75cc404784d39d9464890 Reviewed-by: hjk <hjk121@nokiamail.com>
* Small improvement in German translationRobert Loehning2013-06-261-1/+2
| | | | | Change-Id: I0870160ef7c88658f4b6c993d196a061e23a8c7a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Wizards: remove escaped HMTLThomas Hartmann2013-06-265-5/+5
| | | | | | | | | Linguist seems to escape the escaped HTML twice. This breaks translations. Task-number: QTCREATORBUG-8923 Change-Id: I820b89d7c8e140115dc8b2cf8ef28db49cfb7102 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Debugger: Fix behavior on pressing 'Stop' for LLDBhjk2013-06-251-8/+17
| | | | | | Task-number: QTCREATORBUG-9634 Change-Id: Iaa8eaf53169d7105e5f0657a06f5c9a780ba996d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Make strip_typedefs robust for older LLDBhjk2013-06-241-3/+4
| | | | | Change-Id: I9adac11f8997fcb0594d0a67419d4733dd4ed86b Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make use of {S,G}etCondition optional with LLDBhjk2013-06-241-3/+5
| | | | | | | Some older versions don't have it. Change-Id: Ie6e73e0bd13e7aa5a1cae8f6d1647d4695a315a8 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Display QImage size without debug infohjk2013-06-211-17/+12
| | | | | Change-Id: I1f7b57385c77c4cd6bae9cf033bec91eeb984ac6 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Add createReferenceValue also to gbridge.pyhjk2013-06-211-0/+3
| | | | | Change-Id: I540616df3d4ca689495851783d1d111e14c28a3b Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Make QDateTime dumper work in release buildshjk2013-06-211-9/+8
| | | | | Change-Id: I5f7b57385c77c4cd6bae9cf033bec91eeb984ac6 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Mork workarounds for LLDB enum lookup issuehjk2013-06-211-15/+19
| | | | | Change-Id: I236e2d5195ea0f9813fe7ebaa7dc2434579abbe5 Reviewed-by: hjk <hjk121@nokiamail.com>