- May 29, 2012
-
-
Eike Ziller authored
Change-Id: I5d20a615f6d03bf11528992984c2e3e8c7b35fc8 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- May 25, 2012
-
-
Robert Loehning authored
Change-Id: Ie4cccd0de668690a3d66baf422bcfff7acae7345 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- May 23, 2012
-
-
Robert Loehning authored
Change-Id: Ib56bc7b2596ac61233e147fb62f763a594abe9df Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- May 21, 2012
-
-
Robert Loehning authored
Change-Id: I1d1f4f378ef60107a488477bce40dacaabbe4109 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- May 16, 2012
-
-
Christian Stenger authored
Change-Id: Ic33e039fe5aea9caed5a3e992a74938e331e2a4b Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Jonathan Liu authored
The SVN project status command is using currentFileTopLevel() for the working directory when it should be using currentProjectTopLevel(). If no document is open, currentFileTopLevel() will return an empty string which means the current working directory of Qt Creator is used. Change-Id: I848b1adf7166836c5d15e88796af77f8700a43f2 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> (cherry picked from commit 82a821fc)
-
- May 15, 2012
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-7427 Change-Id: I8cc1e49e87d38c1a789bf3dee25b62668efc433d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Jan Kerekes authored
initial commit Change-Id: I3be474d8def1161e60421030a799e297e21fc4fe Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- May 11, 2012
-
-
Robert Loehning authored
Change-Id: Ibc330a7ca3e1c378c78cf8eb4c559c2a99c3d8d0 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Jan Kerekes authored
- moved common parts to shared script Change-Id: I25ac888d7103ee36edff9ead502fa432a5dc2937 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Eike Ziller authored
Change-Id: I6e79c827e777da29421933e9120c177687d4f783
-
- May 10, 2012
-
-
kh1 authored
Task-number: QTCREATORBUG-4058 Change-Id: If48f8150bc05418c3ac0b9e132b84ed7836e08fa Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
- May 09, 2012
-
-
Christian Stenger authored
Change-Id: I61572a8369721ba4943f11f0edee236bd816e771 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
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>
-
hjk authored
This reverts commit 89cee431, 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>
-
Friedemann Kleint authored
Coding style says class should be used everywhere. Change-Id: Ia1c75d6b3222c6672e1ffac22395affd2f2add1c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Change-Id: I90f4aa43f1e6131607b6a0fea3150f5d208df458
-
- May 08, 2012
-
-
David Schulz authored
Change-Id: I0bbc9912c4dc88286252a2fd2b574fde81e8a4ad Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Robert Loehning authored
Change-Id: I4f1701a49c2a4174df1cf22e4375f2447b11e92c Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Sergey Belyashov authored
Change-Id: Ie1ab03c8b433ab10066d472baa2fe92ef62449d8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- May 07, 2012
-
-
Christian Stenger authored
Change-Id: I4c4a0f211169dad48a4a6b78e4c298b986d07158 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Konstantin Tokarev authored
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>
-
Friedemann Kleint authored
Adapt to recent change basing QStringData on QTypedArrayData. Change-Id: I8145015e31ca10bc484d01e8082a2f97d6750285 Reviewed-by:
hjk <qthjk@ovi.com>
-
Konstantin Tokarev authored
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>
-
- May 04, 2012
-
-
Sergey Belyashov authored
Change-Id: I55104beffc6f6c4836ffac1f7d99366439ee0500 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Pierre Rossi authored
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>
-
Pierre Rossi authored
Change-Id: I8c574ac464f9e20479be7f5aba0f85e387ea4c3b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 03, 2012
-
-
Kai Koehne authored
Change-Id: Ia66e42d90a00ba3ddc6425c0fa5a1d4dc896c545 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Sergey Belyashov authored
Change-Id: Ib0a48fc0ff8799fc350bb72886270f5ef0eeadd4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ic2766f8db298fd2065facfebf0db38ed14938ed6 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
kh1 authored
Change-Id: I35e088e8a6fbd04c23e036b74cd0edb66260e455 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-7375 Change-Id: Ie6747d9be78a37cb2a0932720506aee26c1e6716 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Eike Ziller authored
Change-Id: I277d036e9652b5558b5cd39c5a3075af458209e8 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: I7e3e7fcd43ecee95fa84054da891cf7802f5c6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
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>
-
hjk authored
Task-number: QTCREATORBUG-7375 Change-Id: I947dd903a5e7d09e367afbc771582793e6c008f1 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Kai Koehne authored
Change-Id: I49437737972524c3a60c690243e4d992106effae Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 02, 2012
-
-
Jan Kerekes authored
initial commit Change-Id: I955f7ca471541d4fb9c8505eb041b433cbff8b84 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
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>
-
Daniel Teske authored
Change-Id: I3b9c791d95d7815a711f72cec08f405fb1cdac7c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-