This adds a flags that enforces capitalization of filenames.
Change-Id: Ie6660f1985a2e96fd68549c5ced1b37c33f064cc
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Add a wizard that quickly creates a text file without prompting
for a path, useful for shuffling clipboard pastes around, for
examples when collecting stack traces, etc and posting them
to a code paster.
Acked-by: Eike Ziller <eike.ziller@nokia.com>
Change-Id: I9fa6375a961cfcfef28a79b71ee4e046e57f0ec7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
The cause of the crash was that animation events are a special case
inside the profile data model, and some parts of the statistics
computation were not taking that circumstance into account.
Change-Id: Ibec929abb18fcdd8af4ddb5ff40b125915746725
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Use the StyledBar instead of custom widgets in inspector and
messagelog window.
Change-Id: I3bb8fc3aef20caf9c6c2b3c5e214d3642f5f8397
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
QtCreator uses the Find Tool Bar uniformly to search for strings.
Change-Id: I399661597120be3402432b0c99489174f7bf2d62
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Being able to edit the default session does not make sense.
Change-Id: I45deee777827e9586ab2c23474f3ad0423f17f55
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
qglobal from 4.7.4 doesn't define MAC_OS_X_VERSION_10_7
Change-Id: Ia152108b52b92b65916002df76065e4eb95dc8a0
Reviewed-by: Bill King <bill.king@nokia.com>
This reverts commit b2796f69f78b8243e1e4cedef44d23e273317727
Again, these are not typos. See I1833b5229f4cfa2c7c9c4599963b097731b55fb5.
Change-Id: I48cbe15605a0dd8b283d49ff35b6e66ba172c410
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
These values have changed (see src/plugins/projectexplorer/taskmodel.h)
Change-Id: I7b351cfae2bceca782ea022b855d86926e942d53
Reviewed-by: Bill King <bill.king@nokia.com>
Introduced by 2.5 merge with master
dbcaadd8af
Change-Id: Id85df5a4f6400850cf36453e4e641f7a25ead888
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
If the node is a component it is not present as an item.
Task-number: QTCREATORBUG-7176
Change-Id: I426e2e8bfdf9e0eced566c60e2721d3630ef554a
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Add a method to get the index of an IDevice * in the DeviceManager.
Change-Id: Icf02c8a682185ebe9ea68fd4edb026d1c8335112
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Add references to screen elements in text as numbers.
Update link to Qt Quick Designer options.
Change-Id: Ifff0f0a203e922943367f9069e8ebb6f35244878
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Make sure we only try to connect when we're in the right state
(EngineRunRequest). Specifically, stop to connect when the engine
is finished.
Change-Id: Ia4f1f79e8ac5b32ff436e63195516e242d4c120c
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Currently all objects are recursively fetched when the root context
is retrieved. This patch fetches objects on demand.
Change-Id: Idf5c621ec38869dd5a676116bc4df528d7bb2fda
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Qt5 has renamed the service 'QDeclarativeEngine' to 'QmlDebugger'.
Add a new client to connect to the service.
Change-Id: I3a03181c4f34c311e47d4a963283b66dc778726b
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
If the (child) engine is already in state InferiorShutdownOk
or InferiorExitOk, it will automatically proceed. No need
to call notifyInferiorIll(), which will lead to state warnings.
Change-Id: Id7501d327454095648be8c14d02520b2ed128e87
Reviewed-by: hjk <qthjk@ovi.com>
Insert child items in sorted order if the "Sort Members and
Classes Alphabetically" is set in Locals And Expressions.
Change-Id: Ib21803326ec3f35c9541c08d876c4a38c0202a9f
Reviewed-by: hjk <qthjk@ovi.com>
Sometimes the "Remote connection closed" message is the last
one we get from gdbserver. handleResultRecord might not be called
any more.
Change-Id: Ib4c1155bf21c605ac39d75582c1a26676475cb7a
Reviewed-by: hjk <qthjk@ovi.com>
Tracking changes will now be easier.
Change-Id: I040c5283b3db4b92caa721a3aaafab42d203c654
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Incase of global object, query the children only when
needed as the response takes a lot of time. Remove cached
requests when switching stack frames so that stale responses
are not parsed.
Change-Id: I70887773952ecaa61da21077ffec321fd5fabbb1
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
The "local static" version frees us of the need to clean up manually at
the end. This, in turn, means the plugin does not need to know the
device manager directly anymore, getting rid of one #include and a
friend declaration.
Change-Id: Ia4a07f80bfd7cd4cdeed90b3b2b04aa73eb1c7cc
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@nokia.com>