| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
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
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Obsolete the plural version, and replace its usage in Qt.
Reviewed-by: Andreas Aardal Hanssen
|
| |
| |
| |
| |
| |
| |
| |
| | |
1. Remove superfluous definition of QT_CLUCENE_SUPPORT
in assistant.pro. It was not evaluated anywhere.
2. Bugfix for searvh widget when working with non-CLucene search lib.
Reviewed-by: kh1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. When the dates between the caller-supplied and the cached versions
of a collection file differed, we used to overwrite the cached
with the original version. This was obviously wrong - we should
only overwrite when the cached version is older.
2. We also forgot to set the zoom factor when overwriting.
Task-number: QTBUG-4899
Reviewed-by: kh1
|
| |
| |
| |
| | |
Reviewed-by: kh1
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Task-number: QTBUG-1770
Reviewed-by: kh1
Conflicts:
tools/assistant/lib/lib.pro
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
dist/changes-4.6.0
src/gui/kernel/qevent.h
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change 9551b8c349ce4e15a57c24a2408ee1b73c2b7510 enabled documentMode on the
tabbar in Assistant. To make it look more native we also remove the margin
around the tabwidget.
Reviewed-by: Prasanth
|
| | |\ |
|
|/ / /
| | |
| | |
| | |
| | | |
Task-number: QT-1684
Reviewed-by: ck
|
| | |
| | |
| | |
| | | |
Reviewed-by: Pierre Rossi
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While drawing the tabbar frame, mac style needs the QTabBar pointer to
calculate the correct size.
Since the QTabWidget also uses the PE_FrameTabBarBase to draw background
of the corner widgets, the mac style has to use position passed with the
style option. This only works with horizontal tabs.
Reviewed-by: Jens Bache-Wiig
|
|/
|
|
|
| |
Task-number: QT-1522
Reviewed-by: kh
|
| |
|
|
|
|
|
| |
The offending code is normally ifdef'ed out, so the bug did not manifest
itself before.
|
|
|
|
|
|
|
| |
... by establishing a default behaviour for the switch statements that
follow.
Reviewed-by: ck
|
|
|
|
| |
Reviewed-by: Thiago Macieira
|
| |
|