| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The modules ifmedia and ifvehiclefunctions just act as a
reference and having the code in the same repository makes things
more complicated, as they are build automatically although not
needed for most users and they are also part of the same
documentation and gives the wrong impression about what the
qtinterfaceframework module really is about.
Fixes: QTBUG-99002
Change-Id: I867e1e26438ee2200e82d5b742c666ba48ae9c02
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
|
| |
Change-Id: I208307a15311728a7f2fe93c05595f70fbd8028e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Qt IVI -> Qt Interface Framework
QIvi* -> QIf*
ivigenerator -> ifcodegen
QIviSearchAndBrowseModel -> QIfFilterAndBrowseModel
Module names:
QtIviCore -> QtInterfaceFramework
QtIviMedia -> QtIfMedia
QtIviVehiclefunctions -> QtIfVehicleFunctions
QML modules:
QtIvi -> QtInterfaceFramework
QtIvi.Media -> QtInterfaceFramework.Media
QtIvi.VehicleFunctions -> QtInterfaceFramework.VehicleFunctions
Plugin location:
qtivi -> interfaceframework
Task-number: AUTOSUITE-1633
Change-Id: Idef2bfba94694cbe66988d5abe545833bfaebf2c
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
|
| |
|
|
|
|
| |
Task-number: AUTOSUITE-1633
Change-Id: I2673b0d75e8d66508ecb7c7f992ec6801389c45a
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
| |
Change-Id: If41d10cda231913376388ba9c3901e3521baa8f1
Reviewed-by: Robert Griebl <robert.griebl@qt.io>
|
| |
|
|
|
|
|
|
| |
Tests are skipped in this configuration because a lot of tests rely
on QtQuick being available.
Change-Id: I1a1661474f9279f2a8f7c3de24786629e73f75a4
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The configure output is improved to now show whether a specific
module is build or not. Either by showing the summary of features
which are build for this module, or by hiding the section and
Showing "Module... No"
Dependencies between the modules have been added to the configure
system to make it possible to disable specific modules and by that
also disable all the modules depending on that.
The build system has been changed to enable building only the modules
which has been selected to be build.
Change-Id: Ic70f23c159eee3fe7ce6c63aa6f785c8b754ce31
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
|
|
|
|
| |
core -> ivicore
media -> ivimedia
vehiclefunctions -> ivivehiclefunctions
Change-Id: Icd8d7c45f2dbf0e18de1eea775398b45f8ff78f8
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
| |
Change-Id: I2446ac002f509646a5736f3a2c40150fc572a448
Reviewed-by: Mike Krus <mike.krus@kdab.com>
|
| |
|
|
|
|
|
|
|
| |
Disable the vehiclefunctions tests and examples until they
are ported to the new API.
Task-number: QTAUTO-297
Change-Id: Ief94dadfe60efa0afbbc73400450382db5a99004
Reviewed-by: Mike Krus <mike.krus@kdab.com>
|
| |
|
|
|
|
|
|
| |
Moved the example into a core folder to indicate that this
is part of the qtivi core module and keep the structure of the other examples.
Change-Id: Ief69e0446125f5dc975d15ebeba746c69820b7c8
Reviewed-by: Mike Krus <mike.krus@kdab.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the new configuration system to define external
libraries, configure tests and features. Don't use
pkg-config outside of the configuration step.
The geniviextras-only CONFIG option has now been replaced with a
command-line option and can be used by passing it to qmake after '--'.
E.g. 'qmake -- --geniviextras-only'.
Removed adding DLT into the rpath. Similar to all other Qt modules, it
is now expected that packages found using pkg-config can be found by
the dynamic linker.
Change-Id: If46cd1b79413cd7571ee1068898848d9871e61ba
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
| |
Change-Id: I60c57ea414bc835c3996fc36e6c42119589bc5be
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
| |
Change-Id: Id7bed250d50592555477e0b680a0611c15d30272
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The simulation backend starts to implement the mediaplayer functionality
but is not yet fully complete. It also provides a backend for the
SearchAndBrowseModel to browse thru to available media content
and select a track for playback
Task-number: QTAUTO-87
Task-number: QTAUTO-88
Change-Id: Iffc6abdfd10bfa58933347512fe7866f662ad0b6
Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
|
| |\ |
|
| | |
| |
| |
| | |
Removed the Copyright Headers from all .pro files
|
| | | |
|
| | | |
|
| | |
|
| |
|
|
| |
The problem will only occur if qmake -r is used
|
|
|
This version contains helper macros which makes it easy to map
QtLoggingCategories to DLT Categories and install a messagHandler
which logs all messages using libdlt
|