Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.4.0' into 5.4
Browse files Browse the repository at this point in the history
Change-Id: I0cd11cbe95693b78450ea81a0187760f4a6a8b5f
  • Loading branch information
Simon Hausmann committed Dec 5, 2014
2 parents e682ea6 + 5367fa3 commit 7644faa
Show file tree
Hide file tree
Showing 33 changed files with 2,724 additions and 1,201 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4650,8 +4650,8 @@ if [ "$CFG_DBUS" != "no" ]; then
fi
QMakeVar set QT_HOST_CFLAGS_DBUS "$QT_CFLAGS_DBUS"
else
if [ "$CFG_DBUS" = "auto" ]; then
CFG_DBUS=no
if [ "$CFG_DBUS" != "linked" ]; then
CFG_DBUS=runtime
elif [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then
# CFG_DBUS is "yes" or "linked" here

Expand Down
3 changes: 2 additions & 1 deletion dist/changes-5.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ Android
- [QTBUG-41817] QClipboard::mimeData() now returns an empty object instead
of null pointer from QClipboard when clipboard is empty for consistency
with other platforms.

- New bearer plugin. It's now possible to get more information about the
different network configurations on Android.
- Important Behavior Changes:
* [QTBUG-36274] The main event loop is now stopped when the app is
suspended
Expand Down
3 changes: 1 addition & 2 deletions doc/global/config.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ dita.metadata.default.audience = programmer

#Set the main Qt index.html
navigation.homepage = "Qt $QT_VER"
buildversion = "Qt $QT_VERSION Reference Documentation"

sourcedirs += includes

url = http://qt-project.org/doc/qt-5
url = http://doc.qt.io/qt-5
18 changes: 9 additions & 9 deletions doc/global/externalsites/qch-urls.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
\title external: Publishing Applications to Ovi Store
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator
\externalpage http://doc.qt.io/qtcreator
\title external: Qt Creator Manual
*/
/*!
Expand All @@ -50,31 +50,31 @@
\title external: Qt Mobility QML Plugins
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-project-managing.html
\externalpage http://doc.qt.io/qtcreator/creator-project-managing.html
\title external: Creating Qt Projects in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-building-running.html
\externalpage http://doc.qt.io/qtcreator/creator-building-running.html
\title external: Building and Running Applications in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-running-targets.html
\externalpage http://doc.qt.io/qtcreator/creator-running-targets.html
\title external: Set Compiler Targets in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-build-settings.html
\externalpage http://doc.qt.io/qtcreator/creator-build-settings.html
\title external: Build Settings in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-run-settings.html
\externalpage http://doc.qt.io/qtcreator/creator-run-settings.html
\title external: Run Settings in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-using-qt-designer.html
\externalpage http://doc.qt.io/qtcreator/creator-using-qt-designer.html
\title external: Designer in Creator
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-debugging.html
\externalpage http://doc.qt.io/qtcreator/creator-debugging.html
\title external: Debugging Applications in Creator
*/
/*!
Expand All @@ -90,6 +90,6 @@
\title external: Qt Mobility Examples
*/
/*!
\externalpage http://qt-project.org/doc/qtcreator/creator-overview.html
\externalpage http://doc.qt.io/qtcreator/creator-overview.html
\title external: Qt Creator Overview
*/
Loading

0 comments on commit 7644faa

Please sign in to comment.