- 25 Jan, 2013 1 commit
-
-
Friedemann Kleint authored
- Message box title capitalization - Fix some wordings Change-Id: Ia1dd92ba8fd4ec4f287ad33401a765aacadd19db Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 24 Jan, 2013 34 commits
-
-
Thorbjørn Lindeijer authored
Change-Id: Id2ff2fb1e5e009fd267c7fcacf59e9a4ad6f2364 Reviewed-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl>
-
Marco Bubke authored
Qml Designer should only react to qml files. Change-Id: If79f4e96fddc0eba9ea52a28705ff1f9f528200f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
Change-Id: If50910f03f37fb91a1d885d53aa9de7899ac4305 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
This does not take namespaces on the implementation side into account and does not properly position/indent things. Task-number: QTCREATORBUG-1890 Change-Id: I779d12fefc79521bce38361729d4f66dada71147 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
It was returning 'true' unconditionally for a while. Change-Id: Ia99bdb3c525641f757dacbba148b68d677f4d632 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Removes the "Add/Remove UTF-8 BOM" entry in the context menu of the project file editor. Also ignores the setting "Add If Encoding Is UTF-8" under Options -> Text Editor -> Behavior -> File Encodings. Task-number: QTCREATORBUG-8501 Change-Id: I368966b5235ee60011f2051ebdb82f9fe09bc4cc Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-8618 Change-Id: I73c2256893029a4a1a0725c14df432a87ee7e827 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Marco Bubke authored
Change-Id: I7f24ba832175a40dfd34ae8e792519dd8adbcf30 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Marco Bubke authored
Change-Id: Ie3803b6ea73fa41a4737987851fd5b695f5fe92a Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Daniel Teske authored
On deploying, first check the timestamps of the files on the device, and then only copy+strip+deploy the files that are newer. Add a button for cleaning /data/local/tmp/qt as that is no longer done on each deployment. Task-number: QTCREATORBUG-8538 Change-Id: I93c4e6266d7d748b0a4735e00806282315227d4b Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Global include is wrong Change-Id: I34848ba4b92cfa047854abd476ed983f205bdf72 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
This is cleaner, and for cherry-pick also handles conflicts Change-Id: I50a7035c532a2cfa07fdd960e70ffb4af666a80e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Other refs can also be checked out using this function Change-Id: I80a1c15244b1043cfce650a121c71174b9d322cb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
It was probably meant for deriving from ProcessStep. Noone does that, and AbstractProcessStep would be a better base class anyway. Change-Id: I95374677c00a502f2ece4eaa71f7f9a8df2ecf2d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
This need a qbs build >= commit 5cdf94de to work properly. Change-Id: If86aedf9e3f9d01ad1202e03221e49698d517666 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
Change-Id: I6cb9752f435255379cf7a8a321b3192a410d91df Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I7c9059396aaac78c769518b34c7bf68bfe9932ec Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Offers the user to stash changes (if relevant), stores the results and pops the stash when it goes out of scope (unless disabled) Change-Id: Ibc0d2a5d3e3c953062fb17ecba903ca814524837 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
If the user created another stashed between save and pop, this stash will be restored instead of the intended one. Change-Id: I605c9f440345d8c7e0876f4f60daa7146bebb212 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I9d2eaf43b66f0db74ba2584157d6df8280d76652 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
BogDan Vatra authored
When the stop button was pressed nothing happened Change-Id: I58a05aa3a4ea990595298cde0a330b382b65b035 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ray Donnelly authored
This is so that gdb can find the address of rtld_db_dlactivity to enable breakpoints pending on shared libraries to be set. Several fixes were needed so this can be used both in Jellybean as well as older versions of Android. Credit for these improvements goes to Ryan Bissell: https://android-review.googlesource.com/#/c/39180/ https://android-review.googlesource.com/#/c/42611/ https://android-review.googlesource.com/#/c/42612/ Change-Id: Ibfb6335ab256df58b407e1661e1f04070fc3ecb6 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-6169 Change-Id: I718dc071b1904d5cbf575c8f379e5ed08522d51f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
The dialog is at Tools > Options > C++ > Code Style > Edit... > Pointers and References. Currently the settings are referenced when applying the following QuickFixes: - Adapting function signature in declaration/definition (FunctionDeclDefLink) - Inserting declaration from definition (InsertDeclOperation) - Inserting definition from declaration (InsertDefOperation) - Extracting a function (ExtractFunctionOperation) - Add Local Declaration (AddLocalDeclarationOp::Operation) In these cases the code style of the current project is used. If there is no current project open, the current global code style is used. Task-number: QTCREATORBUG-6169 Change-Id: I3e4e502b3103f7f754ac9b39594ad461d89d9304 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
For a given AST, CppRefactoringFile and Overview this will create a ChangeSet for rewriting the pointer or reference declaration according to the Overview. Task-number: QTCREATORBUG-6169 Change-Id: If6f824c1ea5e9f53a11a58ec8b6d696d01f0723e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Change-Id: Id31ce6b40d72351cfaefa5035469b87662526853 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: Ie8c19db3e7569c20c1f8d5c6651f1b9b0f7db9dd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Change-Id: Ia1ccf30209ca2e802268afea6bc1dfeed421007d Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
The scope is a bit broader nowadays. Change-Id: I9578da94f06df199be5668c1751fd7bfb37f1c5b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Daniel Teske authored
Those don't add anything since those functions are already virtual in BuildStep. Also immutable() is not pure in BuildStep. Change-Id: I068e703de444581ac4c053fed6f1793bddcd56e3 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Orgad Shaneh authored
Log entries can also be displayed in this combo box... Change-Id: Ibd75f436013f58d18963a675ce01a20385cc7dfd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I769a2f514843a3825d3d5a2f8a61b9e9f5f9f537 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Daniel Teske authored
Change-Id: Ief5a5835eb43a7e24db04315166fc3723b9ed997 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Friedemann Kleint authored
Q_GLOBAL_STATIC_WITH_INITIALIZER was removed. Change-Id: Ie030f2fa66c97ae1bfd8ede95c573453a7f03d2a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Jan, 2013 5 commits
-
-
Orgad Shaneh authored
Change-Id: Ic266fe039423a37df2fc347ead7530322ac47bb8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Kai Koehne authored
Change-Id: I0ecefcedf49175abee7a71ddce9ce9630b989a17 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ie91735bc4f9d0c6b84ff7347538906290473e07e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: I581afbe314055796d22f883e501dfb5fd17117fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Revert a workaround applied earlier Change-Id: I825bdf6df662a5509166b9b7d12a4fb305cba6cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-