From 92bb87e3dde3016bbc08e04757be3227753a6454 Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Thu, 21 Jan 2016 14:24:11 +0100 Subject: Demo updates Since the Neptune was used in recent demos for CES 2016, some offline changes were made and now they are pushed upstream. Changes: - new layout for Music application - unit conversion, metric to imp US - other UI improvements. Change-Id: I202eb88c382e840990b988d03e22d3b9f0d67fc1 Reviewed-by: Juergen Bocklage-Ryannel --- plugins/datasource/datasource.cpp | 2 +- plugins/datasource/datasource.h | 2 +- plugins/datasource/plugin.cpp | 2 +- plugins/datasource/plugin.h | 2 +- plugins/datasource/sqlquerydatasource.cpp | 2 +- plugins/datasource/sqlquerydatasource.h | 2 +- plugins/datasource/sqlquerymodel.cpp | 2 +- plugins/datasource/sqlquerymodel.h | 2 +- plugins/datasource/sqltabledatasource.cpp | 2 +- plugins/datasource/sqltabledatasource.h | 2 +- plugins/datasource/sqltablemodel.cpp | 2 +- plugins/datasource/sqltablemodel.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'plugins') diff --git a/plugins/datasource/datasource.cpp b/plugins/datasource/datasource.cpp index 6b53f42..34823a9 100644 --- a/plugins/datasource/datasource.cpp +++ b/plugins/datasource/datasource.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/datasource.h b/plugins/datasource/datasource.h index 3d248e3..21265b9 100644 --- a/plugins/datasource/datasource.h +++ b/plugins/datasource/datasource.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/plugin.cpp b/plugins/datasource/plugin.cpp index 0dd87fd..6954605 100644 --- a/plugins/datasource/plugin.cpp +++ b/plugins/datasource/plugin.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/plugin.h b/plugins/datasource/plugin.h index bba0a0f..a9acd46 100644 --- a/plugins/datasource/plugin.h +++ b/plugins/datasource/plugin.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqlquerydatasource.cpp b/plugins/datasource/sqlquerydatasource.cpp index 48eb025..2c8e504 100644 --- a/plugins/datasource/sqlquerydatasource.cpp +++ b/plugins/datasource/sqlquerydatasource.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqlquerydatasource.h b/plugins/datasource/sqlquerydatasource.h index bdec973..aeb357e 100644 --- a/plugins/datasource/sqlquerydatasource.h +++ b/plugins/datasource/sqlquerydatasource.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqlquerymodel.cpp b/plugins/datasource/sqlquerymodel.cpp index 6f1fa5e..c546c32 100644 --- a/plugins/datasource/sqlquerymodel.cpp +++ b/plugins/datasource/sqlquerymodel.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqlquerymodel.h b/plugins/datasource/sqlquerymodel.h index 056048f..5142e34 100644 --- a/plugins/datasource/sqlquerymodel.h +++ b/plugins/datasource/sqlquerymodel.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqltabledatasource.cpp b/plugins/datasource/sqltabledatasource.cpp index c54f6ee..d435d1a 100644 --- a/plugins/datasource/sqltabledatasource.cpp +++ b/plugins/datasource/sqltabledatasource.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqltabledatasource.h b/plugins/datasource/sqltabledatasource.h index 61dbb6e..f47845f 100644 --- a/plugins/datasource/sqltabledatasource.h +++ b/plugins/datasource/sqltabledatasource.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqltablemodel.cpp b/plugins/datasource/sqltablemodel.cpp index 7b3b379..2d6252e 100644 --- a/plugins/datasource/sqltablemodel.cpp +++ b/plugins/datasource/sqltablemodel.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. diff --git a/plugins/datasource/sqltablemodel.h b/plugins/datasource/sqltablemodel.h index 1d4425b..79ca409 100644 --- a/plugins/datasource/sqltablemodel.h +++ b/plugins/datasource/sqltablemodel.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2015 Pelagicore AG +** Copyright (C) 2016 Pelagicore AG ** Contact: http://www.qt.io/ or http://www.pelagicore.com/ ** ** This file is part of the Neptune IVI UI. -- cgit v1.2.3