From: Ionutz Borcoman Date: Wed, 9 Mar 2011 07:52:00 +0000 (+0200) Subject: renamed app to simplexbmcremote. added the info missing from the deb package. X-Git-Tag: 0.8.0-1~3 X-Git-Url: http://vcs.maemo.org/git/?p=simple-xmbc-rem;a=commitdiff_plain;h=4eb739c4969f662ba3d9652c2d43e18100386eb1 renamed app to simplexbmcremote. added the info missing from the deb package. --- diff --git a/src/constants.h b/src/constants.h index d5f8db2..ce76f3e 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,17 +1,17 @@ -#ifndef SETTINGS_H -#define SETTINGS_H +#ifndef CONSTANTS_H +#define CONSTANTS_H // QCoreApplication info -#define APPLICATION_NAME "xbmcnetmoviesremote" +#define APPLICATION_NAME "simplexbmcremote" #define ORGANIZATION_NAME "Ionutz Borcoman" // QSettings keys #define SETUP_XBMC_SERVER "xbmc/server" #define SETUP_XBMC_SERVER_DEFAULT "localhost" #define SETUP_XBMC_PORT "xbmc/port" -#define SETUP_XBMC_PORT_DEFAULT "9090" +#define SETUP_XBMC_PORT_DEFAULT "8080" #define SETUP_NOTIFICATION_TIMEOUT "notification/timeout" #define SETUP_NOTIFICATION_TIMEOUT_DEFAULT 3000 -#endif // SETTINGS_H +#endif // CONSTANTS_H diff --git a/src/images/xbmc.svg b/src/images/xbmc.svg index b5cecde..52cfb9b 100644 --- a/src/images/xbmc.svg +++ b/src/images/xbmc.svg @@ -96,7 +96,6 @@ ... - + :/images/btn_next_subtitle.png:/images/btn_next_subtitle.png @@ -54,7 +54,7 @@ ... - + :/images/btn_next_language.png:/images/btn_next_language.png @@ -107,7 +107,7 @@ ... - + :/images/btn_volume_up.png:/images/btn_volume_up.png @@ -130,7 +130,7 @@ ... - + :/images/btn_volume_down.png:/images/btn_volume_down.png @@ -153,7 +153,7 @@ ... - + :/images/btn_mute.png:/images/btn_mute.png @@ -212,7 +212,7 @@ ... - + :/images/btn_up.png:/images/btn_up.png @@ -252,7 +252,7 @@ ... - + :/images/btn_left.png:/images/btn_left.png @@ -275,7 +275,7 @@ ... - + :/images/btn_play_pause.png:/images/btn_play_pause.png @@ -298,7 +298,7 @@ ... - + :/images/btn_right.png:/images/btn_right.png @@ -338,7 +338,7 @@ ... - + :/images/btn_down.png:/images/btn_down.png @@ -395,7 +395,7 @@ ... - + :/images/btn_stop.png:/images/btn_stop.png @@ -431,7 +431,7 @@ ... - + :/images/btn_enter.png:/images/btn_enter.png @@ -479,7 +479,7 @@ - + diff --git a/src/qtc_packaging/debian_fremantle/README b/src/qtc_packaging/debian_fremantle/README index bec7e40..a7886a2 100644 --- a/src/qtc_packaging/debian_fremantle/README +++ b/src/qtc_packaging/debian_fremantle/README @@ -1,6 +1,9 @@ -The Debian Package xbmcnetmoviesremote --------------------------------------- +The Debian Package simplexbmcremote +----------------------------------- -A XBMC movies remote control operating over the network. +A simple application for controlling XBMC remotely while watching movies. Uses +HTTP XBMC protocol to communicate with XBMC. Can navigate your video +collection, start/pause/stop movies, skip forward and back, control the volume, +cycle through the existing subtitles and languages. -- Ionutz Borcoman Mon, 31 Jan 2011 14:34:36 +0200 diff --git a/src/qtc_packaging/debian_fremantle/changelog b/src/qtc_packaging/debian_fremantle/changelog index a755330..9f7bef8 100644 --- a/src/qtc_packaging/debian_fremantle/changelog +++ b/src/qtc_packaging/debian_fremantle/changelog @@ -1,4 +1,10 @@ -xbmcnetmoviesremote (0.0.1) unstable; urgency=low +simplexbmcremote (0.8.0-1) unstable; urgency=low + + * Preparing for garage upload. + + -- Ionutz Borcoman Wed, 09 Mar 2011 09:16:53 +0200 + +simplexbmcremote (0.8.0) unstable; urgency=low * Initial Release. diff --git a/src/qtc_packaging/debian_fremantle/control b/src/qtc_packaging/debian_fremantle/control index b5d9789..0458154 100644 --- a/src/qtc_packaging/debian_fremantle/control +++ b/src/qtc_packaging/debian_fremantle/control @@ -1,13 +1,15 @@ -Source: xbmcnetmoviesremote -Section: user/hidden +Source: simplexbmcremote +Section: user/multimedia Priority: optional -Maintainer: Ionutz +Maintainer: Ionutz Borcoman Build-Depends: debhelper (>= 5), libqt4-dev Standards-Version: 3.7.3 -Homepage: +Homepage: https://garage.maemo.org/projects/simple-xmbc-rem/ -Package: xbmcnetmoviesremote +Package: simplexbmcremote Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: - +Description: simple xbmc remote control + A simple application for controlling XBMC remotely (using HTTP) while watching movies. + . + Can navigate your video collection, start/pause/stop movies, skip forward and back, control the volume, switch the existing subtitles and languages. diff --git a/src/qtc_packaging/debian_fremantle/copyright b/src/qtc_packaging/debian_fremantle/copyright index 1e0f566..f68c623 100644 --- a/src/qtc_packaging/debian_fremantle/copyright +++ b/src/qtc_packaging/debian_fremantle/copyright @@ -1,40 +1,33 @@ This package was debianized by Ionutz Borcoman on Mon, 31 Jan 2011 14:34:36 +0200. -It was downloaded from +It was downloaded from https://garage.maemo.org/projects/simple-xmbc-rem/ Upstream Author(s): - - + Ionutz Borcoman Copyright: - - + Copyright (C) 2011 Ionutz Borcoman License: - This package is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This package is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2011, Ionutz Borcoman and is licensed under the GPL, see above. - - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. diff --git a/src/qtc_packaging/debian_fremantle/rules b/src/qtc_packaging/debian_fremantle/rules index f5b9893..834f6cb 100755 --- a/src/qtc_packaging/debian_fremantle/rules +++ b/src/qtc_packaging/debian_fremantle/rules @@ -28,7 +28,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/xbmcnetmoviesremote.sgml > xbmcnetmoviesremote.1 + #docbook-to-man debian/simplexbmcremote.sgml > simplexbmcremote.1 touch $@ @@ -48,8 +48,8 @@ install: build dh_clean -k dh_installdirs - # Add here commands to install the package into debian/xbmcnetmoviesremote. - $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/xbmcnetmoviesremote install + # Add here commands to install the package into debian/simplexbmcremote. + $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/simplexbmcremote install # Build architecture-independent files here. diff --git a/src/simplexbmcremote.desktop b/src/simplexbmcremote.desktop new file mode 100644 index 0000000..dfcfd18 --- /dev/null +++ b/src/simplexbmcremote.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Terminal=false +Name=simplexbmcremote +Exec=/opt/usr/bin/simplexbmcremote +Icon=simplexbmcremote +X-Window-Icon= +X-HildonDesk-ShowInToolbar=true +X-Osso-Type=application/x-executable diff --git a/src/simplexbmcremote.png b/src/simplexbmcremote.png new file mode 100644 index 0000000..1a1f2e0 Binary files /dev/null and b/src/simplexbmcremote.png differ diff --git a/src/simplexbmcremote.pro b/src/simplexbmcremote.pro new file mode 100644 index 0000000..b35e480 --- /dev/null +++ b/src/simplexbmcremote.pro @@ -0,0 +1,50 @@ +# Add files and directories to ship with the application +# by adapting the examples below. +# file1.source = myfile +# dir1.source = mydir +DEPLOYMENTFOLDERS = # file1 dir1 + +# Avoid auto screen rotation +#DEFINES += ORIENTATIONLOCK + +maemo5 { + message(Compiling for Maemo) + QT += maemo5 + DEFINES += Q_WS_MAEMO_5 +} else { + CONFIG += link_pkgconfig + PKGCONFIG += gtk+-2.0 libnotify +} + +# Needs to be defined for Symbian +DEFINES += NETWORKACCESS +QT += network + +symbian:TARGET.UID3 = 0xED8FBFF1 + +# If your application uses the Qt Mobility libraries, uncomment +# the following lines and add the respective components to the +# MOBILITY variable. +# CONFIG += mobility +# MOBILITY += + +TARGET = simplexbmcremote + +SOURCES += main.cpp mainwindow.cpp \ + setupdialog.cpp \ + xbmc.cpp \ + genericnotify.cpp +HEADERS += mainwindow.h \ + setupdialog.h \ + constants.h \ + xbmc.h \ + genericnotify.h +FORMS += mainwindow.ui \ + setupdialog.ui + +# Please do not modify the following two lines. Required for deployment. +include(deployment.pri) +qtcAddDeployment() + +RESOURCES += \ + simplexbmcremote.qrc diff --git a/src/simplexbmcremote.qrc b/src/simplexbmcremote.qrc new file mode 100644 index 0000000..9ffcd19 --- /dev/null +++ b/src/simplexbmcremote.qrc @@ -0,0 +1,16 @@ + + + images/btn_down.png + images/btn_enter.png + images/btn_left.png + images/btn_mute.png + images/btn_next_language.png + images/btn_next_subtitle.png + images/btn_play_pause.png + images/btn_right.png + images/btn_stop.png + images/btn_up.png + images/btn_volume_down.png + images/btn_volume_up.png + + diff --git a/src/xbmcnetmoviesremote.desktop b/src/xbmcnetmoviesremote.desktop deleted file mode 100644 index 853e250..0000000 --- a/src/xbmcnetmoviesremote.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -Terminal=false -Name=xbmcnetmoviesremote -Exec=/opt/usr/bin/xbmcnetmoviesremote -Icon=xbmcnetmoviesremote -X-Window-Icon= -X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable diff --git a/src/xbmcnetmoviesremote.png b/src/xbmcnetmoviesremote.png deleted file mode 100644 index 1a1f2e0..0000000 Binary files a/src/xbmcnetmoviesremote.png and /dev/null differ diff --git a/src/xbmcnetmoviesremote.pro b/src/xbmcnetmoviesremote.pro deleted file mode 100644 index 0d867dc..0000000 --- a/src/xbmcnetmoviesremote.pro +++ /dev/null @@ -1,50 +0,0 @@ -# Add files and directories to ship with the application -# by adapting the examples below. -# file1.source = myfile -# dir1.source = mydir -DEPLOYMENTFOLDERS = # file1 dir1 - -# Avoid auto screen rotation -#DEFINES += ORIENTATIONLOCK - -maemo5 { - message(Compiling for Maemo) - QT += maemo5 - DEFINES += Q_WS_MAEMO_5 -} else { - CONFIG += link_pkgconfig - PKGCONFIG += gtk+-2.0 libnotify -} - -# Needs to be defined for Symbian -DEFINES += NETWORKACCESS -QT += network - -symbian:TARGET.UID3 = 0xED8FBFF1 - -# If your application uses the Qt Mobility libraries, uncomment -# the following lines and add the respective components to the -# MOBILITY variable. -# CONFIG += mobility -# MOBILITY += - -TARGET = xbmcnetmoviesremote - -SOURCES += main.cpp mainwindow.cpp \ - setupdialog.cpp \ - xbmc.cpp \ - genericnotify.cpp -HEADERS += mainwindow.h \ - setupdialog.h \ - constants.h \ - xbmc.h \ - genericnotify.h -FORMS += mainwindow.ui \ - setupdialog.ui - -# Please do not modify the following two lines. Required for deployment. -include(deployment.pri) -qtcAddDeployment() - -RESOURCES += \ - xbmcnetmoviesremote.qrc diff --git a/src/xbmcnetmoviesremote.qrc b/src/xbmcnetmoviesremote.qrc deleted file mode 100644 index 9ffcd19..0000000 --- a/src/xbmcnetmoviesremote.qrc +++ /dev/null @@ -1,16 +0,0 @@ - - - images/btn_down.png - images/btn_enter.png - images/btn_left.png - images/btn_mute.png - images/btn_next_language.png - images/btn_next_subtitle.png - images/btn_play_pause.png - images/btn_right.png - images/btn_stop.png - images/btn_up.png - images/btn_volume_down.png - images/btn_volume_up.png - -