| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1:
Fix broken image loading on windows.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Make sure the url is valid and we could find the file in the compressed
help, otherwise pass on an error message. We might have got garbage in
the first patch, so the isEmpty() check was not sufficient.
Do not integrate in master, since it was fixed already there.
Task-number: QTBUG-8082, QTBUG-8248
Reviewed-by: ck
|
|/ |
|
|
|
|
|
| |
Merge-request: 440
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
|
| |
|
|
|
|
| |
Reviewed-by: kh1
|
|
|
|
|
|
| |
Bug was introduced by af30aeb6a1ebb7307f06c122c0c93d152f4d958c
Contributed-by: Ritt Konstantin
|
|
|
|
| |
Reviewed-by: Sarah Smith
|
|
|
|
|
|
|
|
| |
Also use HighlightAllOccurrences to have highlighting during type and
search. Some more refactoring.
Task-number: QTBUG-3335
Reviewed-by: ck
|
|
|
|
|
| |
Task-number: QTBUG-6796
Reviewed-by: kh1
|
|
|
|
|
| |
Task-number: QTBUG-7420
Reviewed-by: kh1
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
Memory leak in native Toolbar cleanup in Cocoa
Fix copyright year.
Bump version to 4.6.2.
Add skeleton changes file for 4.6.2.
Add released version of 4.6.1 changes file for posterity.
Designer crashes when previewing QMainWindow with native Toolbar on Mac
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|/
|
|
|
|
|
|
|
|
| |
Since we are the only handler for network request and cannot forward the
request to our parent (e.g. unwanted net access), we work arround the
case we can't handle it. We do create a reply with dummy data which will
prevent some blocking and allows further processing of requested data.
Task-number: QTBUG-7427
Reviewed-by: kh
|
|\ |
|
| |
| |
| |
| | |
Reviewed-By: TrustMe
|
|/
|
|
| |
Reviewed-by: Trust Me
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
qt-integration
* '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1:
Update Polish translations
Assistant: Add documentation for -remove-search-index.
Designer: Handle "visible"-properties of item view headers correctly.
Fix .gitignore to not ignore qdoc.pro
Update polish translations
Fix broken delete key, some cleanup.
Assistant: Fix race condition in index creation.
Don't forget to append current $MAC_CONFIG_TEST_COMMANDLINE when setting the SDK to use.
|
| |
| |
| |
| | |
Reviewed-by: ck
|
| |
| |
| |
| | |
Reviewed-by: kh1
|
|/
|
|
|
|
|
| |
uses of QT_DEPRECATED must be protected by #ifdef
Task-number: QTBUG-6649
Reviewed-by: João Abecasis
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Reviewed-by: Trust Me
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On Mac up/down arrow keys move the cursor to the beginning/end of the lineedit,
however if the lineedit is used to control the indexwidget in assistant, we
need to prevent it to get those events and move the text cursor.
Reviewed-by: kh
|
| |/
|/|
| |
| |
| |
| |
| | |
We need to make sure the running thread can respond to the cancel
request before overwriting it.
Reviewed-by: kh1
|
|/
|
|
|
|
|
| |
We follow the controversial RABU ("Resource Acquisition Before Usage")
pattern here. Patch is actually by con.
Reviewed-by: con
|
|\
| |
| |
| | |
into 4.6
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The doc says setting a document mode removes a frame, which makes assistant
look weird on non-Mac platforms.
Reviewed-by: Prasanth
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
Over src/ tools/ examples/ and demos/
|
| | |
| | |
| | |
| | | |
Reviewed-By: Trust Me
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes a bug that can only be seen on windows when we have the
collection storage location on e.g. Drive c:\ while the help files
reside on a different drive.
QHelpEngineCore::registerDocumentation would fail to gather the proper
relative file path, thus register the file with it's absolute path. In
QHelpEngineCore::documentationFileName we still assumed that all files
in the collection are registered relative and fail to concatenate the
proper path. Now we check if the path is already absolute and return.
Reviewed-by: ck
|
| |
| |
| |
| | |
Reviewed-by: ck
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Reviewed-by: kh1
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-5333
Reviewed-by: ck
|
| |
| |
| |
| | |
Reviewed-by: ck
|
| |
| |
| |
| |
| |
| | |
1. Filter combo box now gets updated on remote setCurrentFilter.
2. Argument to remote setCurrentFilter now gets checked. If there is
no such filter, we reject it.
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Conflicts:
src/corelib/tools/qscopedpointer.h
|
| |
| |
| |
| | |
Reviewed-by: kh1
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-5333
Reviewed-by: ck
|
| |
| |
| |
| | |
Reviewed-by: ck
|