aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* debugger: fix toplevel expansion behaviour of pinned tooltipsv2.5.0hjk2012-05-091-1/+1
| | | | | | | | That is the necessary part of the previously reverted patch. Change-Id: Ie25171cd013712b7141de01d4c23deb20fe08578 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Revert "debugger: improve expansion behaviour of pinned tooltips."hjk2012-05-094-10/+27
| | | | | | | | | | | | | This reverts commit 89cee4313cca5f16e785d6e1736315ca7374689f, as part of the patch breaks QTCREATORBUG-7277. The GDB case should not filter the Locals model, but the Tooltip model to display tooltips. CDB has no choice, as the tooltips are expressions, i.e. cannot be handled, so using the Locals as fall back there is ok. Change-Id: I196bc683e06f68301bd86aa6fcce14ad2e8c5774 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Fix MSVC forward declaration warning (struct vs. class).Friedemann Kleint2012-05-091-1/+2
| | | | | | | Coding style says class should be used everywhere. Change-Id: Ia1c75d6b3222c6672e1ffac22395affd2f2add1c Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Version bumpEike Ziller2012-05-092-3/+3
| | | | Change-Id: I90f4aa43f1e6131607b6a0fea3150f5d208df458
* Fixing wrong prefix-dir in gdb makefile for osxDavid Schulz2012-05-081-1/+1
| | | | | Change-Id: I0bbc9912c4dc88286252a2fd2b574fde81e8a4ad Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
* Squish: Increased timeout when waiting for Continue_QToolButtonRobert Loehning2012-05-081-1/+1
| | | | | Change-Id: I4f1701a49c2a4174df1cf22e4375f2447b11e92c Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Russian translation updateSergey Belyashov2012-05-081-2/+2
| | | | | Change-Id: Ie1ab03c8b433ab10066d472baa2fe92ef62449d8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Squish: Fix possible access to NoneChristian Stenger2012-05-071-5/+10
| | | | | Change-Id: I4c4a0f211169dad48a4a6b78e4c298b986d07158 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Restore state of find flags in FindToolWindow.Konstantin Tokarev2012-05-072-4/+12
| | | | | | | | | | | There was an issue with checkboxes "Case Sensitive", "Whole Word", and "Regular Expression": their state was properly saved in FindPluginPrivate::m_findFlags, but was not properly restored in GUI of FindToolWindow on the next run of Qt Creator. This patch fixes this issue. Change-Id: I31e1e14a4117fbf4f4d17e82b3fa2b90973be339 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* CDB: Dump Qt 5 / QString correctly.Friedemann Kleint2012-05-071-1/+4
| | | | | | | Adapt to recent change basing QStringData on QTypedArrayData. Change-Id: I8145015e31ca10bc484d01e8082a2f97d6750285 Reviewed-by: hjk <qthjk@ovi.com>
* Translate editor display names in correct context.Konstantin Tokarev2012-05-0710-10/+20
| | | | | | | | | | | | | These strings were internationalized long ago, but wrong context prevented them from being actually tranlated in GUI. This patch won't break anything - if these strings were not translated for particular language, they stay untranslated, but if they were, translations are used (e.g. for RU). Change-Id: I175e29e8b0cee2bff9306623dad4a5956db69288 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Updated Russian translationSergey Belyashov2012-05-041-1/+1
| | | | | Change-Id: I55104beffc6f6c4836ffac1f7d99366439ee0500 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* French translations for 2.5.Pierre Rossi2012-05-041-966/+6733
| | | | | | | | | | | | | | | This is the squashed result of work done by the nice folks from developpez.com: Guillaume Belz <guillaume.belz@free.fr> Alexandre Laurent <lw.demoscene@googlemail.com> Full history is available on the team's repository: https://qt.gitorious.org/+developpez-dot-com/qt-creator/qt-creator-fr/commits/2.5-fr Change-Id: I35283a183402a2cbdbc47ee64a5ecd5ae22e580f Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fix what looks like a copy-paste blunder in a Welcome Screen tutorial.Pierre Rossi2012-05-041-1/+1
| | | | | Change-Id: I8c574ac464f9e20479be7f5aba0f85e387ea4c3b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Debugger: Show location marker (again)Kai Koehne2012-05-031-0/+1
| | | | | | Change-Id: Ia66e42d90a00ba3ddc6425c0fa5a1d4dc896c545 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* Updated Russian translationSergey Belyashov2012-05-031-1/+9
| | | | | Change-Id: Ib0a48fc0ff8799fc350bb72886270f5ef0eeadd4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* qbs project: Version bumpOrgad Shaneh2012-05-031-1/+1
| | | | | Change-Id: Ic2766f8db298fd2065facfebf0db38ed14938ed6 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Per request, add tool tip to topic chooser items.kh12012-05-031-1/+3
| | | | | Change-Id: I35e088e8a6fbd04c23e036b74cd0edb66260e455 Reviewed-by: hjk <qthjk@ovi.com>
* fakevim: restrict tabstop and shiftwidth spinbox to range 1..80hjk2012-05-031-2/+8
| | | | | | | Task-number: QTCREATORBUG-7375 Change-Id: Ie6747d9be78a37cb2a0932720506aee26c1e6716 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Fix warning.Eike Ziller2012-05-031-0/+2
| | | | | Change-Id: I277d036e9652b5558b5cd39c5a3075af458209e8 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Actually return somethingDaniel Teske2012-05-031-1/+1
| | | | | Change-Id: I7e3e7fcd43ecee95fa84054da891cf7802f5c6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* BaseTextMark: Use (explicit) two phase initilizationDaniel Teske2012-05-036-5/+23
| | | | | | | | | Fixes a bug where the text in the bookmarks view is missing on initial adding a bookmark. Change-Id: Iefbf05e6124c0b4e911aa8d67beaa82ceeac8e21 Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* fakevim: don't allow non-positive numbers for tabstop and shiftwidthhjk2012-05-033-10/+23
| | | | | | | Task-number: QTCREATORBUG-7375 Change-Id: I947dd903a5e7d09e367afbc771582793e6c008f1 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* ProjectExplorer: Fix compiler warningKai Koehne2012-05-031-0/+1
| | | | | Change-Id: I49437737972524c3a60c690243e4d992106effae Reviewed-by: hjk <qthjk@ovi.com>
* Added new test cases (QMLS03, QMLS04, QMLS05) for QMLS suiteJan Kerekes2012-05-025-1/+221
| | | | | | | | initial commit Change-Id: I955f7ca471541d4fb9c8505eb041b433cbff8b84 Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* debugger: compile fix for mac dumpers and Qt 5.0hjk2012-05-021-18/+49
| | | | | | | | QMap/QMultiMap is disabled, not fixed. Change-Id: I024317f428a2b0ec518ea9a44ca0743121315dbd Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Stop the autosaving session timer on closing CreatorDaniel Teske2012-05-025-9/+16
| | | | | Change-Id: I3b9c791d95d7815a711f72cec08f405fb1cdac7c Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Mac: Build menu stays disabled with Qt 4.8.1 and laterEike Ziller2012-05-021-0/+16
| | | | | | | Works around QTBUG-25544 Change-Id: I136aaa403f78e9c3903abc013c3267bc3585f54b Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Save the session on closing Creator while on the projects modeDaniel Teske2012-05-021-2/+0
| | | | | Change-Id: I8a88b1faeca70fcefb3bfbfab76c4dc05f684f27 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Doc: fix problem with duplicate help TOC entriesLeena Miettinen2012-04-301-2/+23
| | | | | | | | A hack until we can fix this properly in qdoc or css. Change-Id: Id04a6a99607e1061d539d96e9ffc693da3dd57ac Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Squish: Added debug test caseChristian Stenger2012-04-274-0/+280
| | | | | | | This is intended to be a starting point. Change-Id: I0941ed16876810832aa6088287f8062bba6a273e Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Doc: fix links to next and previous pagesLeena Miettinen2012-04-272-2/+2
| | | | | Change-Id: Id069ae61b0925ff9e00d38d6f0e86d985d9acdae Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: restore an accidentally deleted imageLeena Miettinen2012-04-271-0/+0
| | | | | Change-Id: Ib8a06a4e2d24924dcac4a77f0ee6098cc6fa5ba4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: implement fixes to the help styleLeena Miettinen2012-04-271-14/+5
| | | | | Change-Id: I2fa4c75724b96d8ea096dbd4a6d74691c7edf172 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Editor: Fix null-pointer dereferenceDavid Schulz2012-04-271-0/+1
| | | | | | Task-number: QTCREATORBUG-7330 Change-Id: I5c76e5ce4e3ab7f0659a7df82301b853a9983da1 Reviewed-by: hjk <qthjk@ovi.com>
* Doc: use style sheet from qtLeena Miettinen2012-04-271-261/+607
| | | | | Change-Id: Ibd50fabf6aca006b799cac2317920700677470bf Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: add green icons for next and previous topicsLeena Miettinen2012-04-273-0/+2
| | | | | | | For the online style, now that the text is removed Change-Id: I13b7da504abda0b395e25dbf6e6ec4bcf03f4ec8 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: rename arrow imageLeena Miettinen2012-04-274-3/+3
| | | | | Change-Id: I999363adbe9a5c819bf25f8bdfa58bc3fa5eae04 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: update Memcheck screenshotLeena Miettinen2012-04-273-1/+1
| | | | | | | Fix typo Change-Id: I3ffb379971daec130c2263537d0b87aa92f42cef Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: update screenshots of Help modeLeena Miettinen2012-04-274-1/+1
| | | | | Change-Id: I64c3af9f7014ce8bd607fb98d56f05d6790b5131 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* debugger: fix crash when enabling/disabling a breakpoint without a markerhjk2012-04-271-2/+4
| | | | | | | | | This can happen for data breakpoints. Task-number: QTCREATORBUG-7334 Change-Id: I0830ad68e5463bafb5399bae36bf276e5247b42c Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* debugger: Removed unstable testRobert Loehning2012-04-271-1/+1
| | | | | | | Task-number: QTCREATORBUG-7355 Change-Id: I83c90894a0b5c9dd0eca2248c0e7ddd643d76ddc Reviewed-by: hjk <qthjk@ovi.com>
* Version bump for after the RC.Eike Ziller2012-04-271-1/+1
| | | | Change-Id: I050e91370efd5c7fc5e6423126d5678743ed8002
* Doc: move screenshots to appropriate places in textLeena Miettinen2012-04-263-22/+19
| | | | | | | | | Update screenshots Edit the text for style Change-Id: Ia886a0bc1a1bf4576e2f547c8dfde0e791018128 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* debugger: prevent crash on machjk2012-04-261-6/+10
| | | | | | Task-number: QTCREATORBUG-7333 Change-Id: I5e2a40f06babf3143d3d0109eae5e65393ffe012 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Doc: selecting tarball contentsLeena Miettinen2012-04-262-1/+5
| | | | | | | Update screenshot Change-Id: I7904db58741bab6981cc8637cb729dc754ca061b Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* GDB build: Be more quietOrgad Shaneh2012-04-263-49/+78
| | | | | | Change-Id: I775ddc04e50b10d35993d1390bf8bd8e35f1dbbf Reviewed-by: David Schulz <david.schulz@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* Doc: update Valgring sreenshotsLeena Miettinen2012-04-256-4/+5
| | | | | | | Move link to the top level topic Change-Id: I9a1c136edcc55ed17a38bbeb90a167284a39e34b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: update misc screenshotsLeena Miettinen2012-04-2516-0/+0
| | | | | Change-Id: I03e68f4aae6ca96739c1060764f2cf4a72d7ebab Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: update screenshot for external toolsLeena Miettinen2012-04-252-1/+1
| | | | | Change-Id: I3bdb4fd40c12efbd5d40eccb1f636748ec3aa501 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>