- May 16, 2012
-
-
Leena Miettinen authored
Using full-text search and known issues and limitations. Change-Id: I0fa87668cd2b3d699f69bbf818c9f5dcd7630a7d Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
Christian Kandeler authored
Change-Id: Ic51f6239a34ad752064d7ee6b6f48a9851311135 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Kai Koehne authored
Change-Id: I9407b7617c6e74ab71a72360a72b5f6d1e334ee7 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ia6ca80e494c2bb61749e50be47bff8cf1cdaf108 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7430 Change-Id: I3e2fa49f749ef33a6abece5d98fd4a1ee6d6e66d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
This should not have any effect on existing ASCII-only ids (not even when it comes to conversion costs), but will make sure that ids generated from user data (file names, etc) will work. Change-Id: I0a086ad433190a038f20fe3f98f525ad8c56db81 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Konstantin Tokarev authored
This patch provides more convenient way to view/edit resource files than "Open With" context menu. Change-Id: I1c1fbfe48ed069d004f900e040b6517a4064b0f1 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Fake the source of the _NET_ACTIVE_WINDOW message to be 'pager' to make sure that all window managers actually raise Qt Creator. This unfortunately doesn't work on Qt5/QPA, since we don't get the native window handle ... Change-Id: Ia5abf743487b2990feceebed3cec9a4d034065aa Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-7391 Change-Id: I746266976f2fb9cd1b38751bf185a747b32780a5 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- May 15, 2012
-
-
hjk authored
Change-Id: I18a93ca41c9aa380a7a83adc43b737def12d771c Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I902ebd73e039b8c3f44eca456be87809d1e1d3a4 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Id212f66de665db05a6a03675a0bf3edaa0c4fb81 Reviewed-by:
hjk <qthjk@ovi.com>
-
David Schulz authored
Change-Id: Icc43086803b971c17563e70a979dc3ad95072bce Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Friedemann Kleint authored
Do not add a trailing blank. Change-Id: I0b187345415d96508be495860c530bd2f0c292c6 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
kh1 authored
Since the central widget would access the local help manager in its destructor, we need to handle deletion of the objects ourself. The object pool would release it to early, thus we could never write some settings back into the collection file. Change-Id: Ib4e003214d9d0b32bee3922dd23d27624b5d110e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Simjees Abraham authored
Creation of the Text previews are done only when the engine client is connected and they are deleted once the engine client changes from the connected state. Change-Id: I325d0d1a281b9e8fab4ddf9ff8ea4f5e60d4ac2a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kandeler authored
This allows clients to get notified that the operation has been canceled by the user without the need to create an additional QFutureWatcher themselves. Change-Id: I928f87eef98ce762d77dcc6962c082fe49f38f6e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Simjees Abraham authored
Option for reloading the Qml files in case of unsynchronizable changes is not provided for Qt versions less than 5.0. Change-Id: I4bb942ab9d5c699fa8569f81502ba86bccfe1bbd Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Simjees Abraham authored
The user is given an option to reload the QML app if he has done any unsynchronizable change. If the user opts to reload the QML, Inspector informs the qtdevlarative to do so. Change-Id: Iefc044e64380e64415630b051a60d6fe9fedfe04 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Eike Ziller authored
Change-Id: Ic28c3b0647a353f50c092782ae689ed6173b067b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-4885 Change-Id: I9098f42336b487626d181a677ac92db2382c3cfe Reviewed-by:
Daniel Teske <daniel.teske@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>
-
Marius Storm-Olsen authored
Change-Id: I3f843831242929bd3e8427a56c8269c62c1812c1 Reviewed-by:
Casper van Donderen <casper.vandonderen@nokia.com>
-
hjk authored
Change-Id: I33a0c4e60701f2d859b52063b7aaf4c1ebfdc1ea Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Kai Koehne authored
The use case of this action (introduced in 25ee70bb) is unclear. Change-Id: I5188d5c8c9b06c5e2663e2ddc4c89ef1e670d891 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I237f77554a06bf7c139a8ae5cfef79c6fb4c8507 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri qtcreator.qbp Change-Id: Iacfb9cc0c927c9d6291c60624f9e6fd2ce5877cb
-
Kai Koehne authored
Change-Id: I82f76dddb8b294f9a10dfa0f2ab5030c6f8edff3 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
hjk authored
Change-Id: Idbe63b40f88d901fa762dd0ecbda2b5aa5d59642 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I86539bb08a43f59c53f80b0eb83db1f7cda5fe1b Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 14, 2012
-
-
Kai Koehne authored
Prepositions are usually not capitalized, even in book style. Change-Id: Ibdca3843b349bf7aaac57e4e3ce635960f46ee0f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Kai Koehne authored
The actions were added to the object pool so that QmlJsInspector plugin can access them. This is obsolete now. Change-Id: I7c33428b834c372fab354b39ffeb6c8d181c162a Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Fawzi Mohamed authored
Change-Id: Ib8e408d3d7323728333ac8615240684e7f86867f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Kai Koehne authored
Make sure locals are shown (instead of inspector) in Locals and Expressions when a core dump is loaded. Change-Id: I434acac59a2c575a2425e2ba06a13020c17547e4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Unify naming: Expressions are added/removed inside an "Expression Evaluator". Task-number: QTCREATORBUG-7308 Change-Id: I47c8f7bee3673fe8378fab7977d8b57e5e4ad1c1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Kai Koehne authored
Rename 'Debugging Helper' options pane to 'Locals & Expressions', and move the two actions for showing/hiding std:: and Qt namespaces in type name to the page. Change-Id: If7ec66016b330a4c579597bcc81f1fa5a3eff815 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
As the adding to the document calls updateTaskLineNumber(), which will emit a signal. The TaskModel needs to know the task before getting that signal. Task-number: QTCREATORBUG-7401 Change-Id: I35deba8696adc14199c6c56e45c414016e094088 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Konstantin Tokarev authored
Change-Id: I0432c5d90fa6eb762745f458693747383cf5b0d2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Change-Id: I5fcb60fc7e46b558e1627e91f6272f963bacf491 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
Konstantin Tokarev authored
* TaskHub does not pop up itself because it is not a widget. * popup(true) is never used and may lead to bad user experience. * use boolean flag goes agains Qt API design guidelines. Change-Id: Idf28a8d4af66022961d94f1d1cdeeaf155b67c52 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-