From 4eb739c4969f662ba3d9652c2d43e18100386eb1 Mon Sep 17 00:00:00 2001 From: Ionutz Borcoman Date: Wed, 9 Mar 2011 09:52:00 +0200 Subject: [PATCH] renamed app to simplexbmcremote. added the info missing from the deb package. --- src/constants.h | 10 +++--- src/images/xbmc.svg | 3 -- src/mainwindow.ui | 26 +++++++------- src/qtc_packaging/debian_fremantle/README | 9 +++-- src/qtc_packaging/debian_fremantle/changelog | 8 ++++- src/qtc_packaging/debian_fremantle/control | 16 +++++---- src/qtc_packaging/debian_fremantle/copyright | 21 ++++------- src/qtc_packaging/debian_fremantle/rules | 6 ++-- src/simplexbmcremote.desktop | 11 ++++++ src/simplexbmcremote.png | Bin 0 -> 2685 bytes src/simplexbmcremote.pro | 50 ++++++++++++++++++++++++++ src/simplexbmcremote.qrc | 16 +++++++++ src/xbmcnetmoviesremote.desktop | 11 ------ src/xbmcnetmoviesremote.png | Bin 2685 -> 0 bytes src/xbmcnetmoviesremote.pro | 50 -------------------------- src/xbmcnetmoviesremote.qrc | 16 --------- 16 files changed, 127 insertions(+), 126 deletions(-) create mode 100644 src/simplexbmcremote.desktop create mode 100644 src/simplexbmcremote.png create mode 100644 src/simplexbmcremote.pro create mode 100644 src/simplexbmcremote.qrc delete mode 100644 src/xbmcnetmoviesremote.desktop delete mode 100644 src/xbmcnetmoviesremote.png delete mode 100644 src/xbmcnetmoviesremote.pro delete mode 100644 src/xbmcnetmoviesremote.qrc 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 0000000000000000000000000000000000000000..1a1f2e0fc2317bf2ae5961b27ce9f865749182c3 GIT binary patch literal 2685 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 literal 0 HcmV?d00001 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 1a1f2e0fc2317bf2ae5961b27ce9f865749182c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2685 zcmV-@3WD{CP)}|aD`i7G<6;2aXc1V@Vi=qU| zO;uk2w^Yglq5=d$qVENXr>eY^2ZZ_rLWrso2p)`38Xi+YleUT6tgWh5oEN7HEp^pR z?6r5-*~#wA93IwZI%|7(z3W-msDH`QcxLv@_x;azF5l${r4;?d+i$-;=s3<}QpyR> z^9}=tgb;^;L%?A`0LzTyu7>0qA z(!U09T^HAN@jTDJuGj0huDkU!3&3A$wc2mbo;_O)L+&sLkP8b7-&acg5;&@FMx#;U z@i_5#oM^N+1E|;Q*tU&r+tlmz;G++fQqSe{`Ipb1KfjHoZm=f;78Vx1rIdOB_yRO~ zI+aS1NF@B;4GXU8Qmt00R4RC$r*AJRrGAmkW-s>IZchZv&(A-gl=_np;wu0`2rSFO zvMhuUoqoP2D5a=WDpV>J0y(f5{ zN4Z>PV`D?#Dk!C%%4V}~cGFH*1kBIR|3C=wd!E?T(!*Lu|S66Wy z2cV{udM2CAzO>ul@0I|W%jJG0g!maiJRT>L$@JaacMGKy#bOcLw)Oun=JWYycQZkD zBw%)S);MnNp0F+Yy$mjFl=|n=ufjcoV@oP4f9~>M! zu*w6Z(`nx_g%ID~l)Ww5T0kzB`;idhkI+y)nM{T#ZvRlNRw))6J7}fUkK4@&EeXiw za$gcc{1Y%!sTB9!cVAzG?H2;Wp{A7jMyu6fM*`;O=N|yB17opRjN#$oz6#qftgf!= ziLn5Dai@Jkt2yA$z*r;_A(P4UQN;ctlga31dW?on+pvv*TrM{QJgOVm?+s3v5JE6C zG^GE1bW^t`G-)?GJ8K9bUI0iYlO3IywY4?w-n|==xcxyS67eT*A;b%_v$IW3N)rJS z6B9oKri2g-3=Fhw*l`@*c;gK&U%t%h>T0-Bhm3SOtv78`n>zaN3AlFcT0#i%JTx{t zoxC~Mbx}&;I1Y1ja|fCPDJ7O=0U(5U{@S%`3H{99$eX756W~bj<=sM)aOTXJ;F#+f zOG``Kym_5gq$mc_=#2A<~~F-`Ls;5X1b1kURh zyV>Jgmc_AS$3nG)rKKgH5meFh(9+Tp`FtMNb%{hGM59rJ5Pa~#2i&`NuVb6qWd~47 zeOKR?0Pno>&KPhG8jeo4IC=79=p+El%*^okT(#X8;+AM0$2_`$a;S2-`{lC81O*ap}?}u3Whi3~=-X0Ua9z zEG{luz++n;_KcG!Px9b{4|YYu^71maZL_|<&c`2ryk{BOAutTS`tG~$W~6P~Uk74_ zVPKkOC?A=cn(B&#J9qB**ZuZ8Ow-g$e56*ZJtmb>6F|$cU$58cC2+c166*CjYin!1 zaAA3!N+~?g+fjDCvIrqQ9}z+vQA%yw_}sg9kM;F+9cv>JiC~&00|NuQ4tY;aO#yK0 z)~%NNgq4*QU&xV>k?yqI0@rmZl}gyQ?YAkVB$LSyi^cr+wEUju9hOR|Bf*;h>+9>R ztgQITLu0dZ_wHQ^g#zVrIT)L7i%yns`}S@BdUSNOTb+SVLgj@*foiqd)a#z-v9hv4 zsZ{ds1#~?mfhGbx&ui=8D5WTu%T0oJ!qn6h$B!T1k%VA7y;{KS+qWr|N^OT~rBd-b zRC~BWh{M|m*veolbUQChPEKwkp<1o_%U&v#>N(`LTWhSGD zC83+%S4!=aEbR(A5O8Q)v|~SG{lVq0)A-jJ4XwPClH@-`N-3A65F!uwn*?3YvsbiI z9%!oa*pH$Lz^_pP{MAG$^=}!E$NvS~b6wY;l=kWtw^JTy8vpxc{#vJ6t)?x&F-`MT zIW;v^0bYeqHbHwK;Kq#`ZIy>c!X=qZ5{tzc931TVTirnG6sRG%eCpJxq8{)UfN$Ei zO*)$(?UGcWM)!w(nc=jX2iU$$)<%d$wNQd>*XTB2XdU%a?;_1o2} zR}n%qx$CVUrSv;9VE(x?XU_Z=n)3p)fWH;pO?phfAGY%25?}xQo?RWYe-vZ8_JzG^uJ*QuGUDtO~S~V`EJdk5v zLnlQ&&kGh$Jr}GqZgTzd`TWZ?%1`~ZI*~|_NF>+_DJ2g*^bnJilLu1ypxl9I(c-3# zKDL#}HGjR5*G)R1R(^OOvcY{>HGkVGP$Q(Rg$-~>1;Op zrc&w|fQ^j}KU5xz#TXqO?OWui7Z`@Y$jFGl-`D2~05*%KTUL;_9n{%u_9dm%i_lyU z6^TR`9UToVm$(<0rs+@C&`@5d+LTf+cB&ljIIHFJ`DfX59M;y>{78sc zf@N6@4-fm3bE#CKSS+HH(#6uxc4{M(a(TybD3{ArtD&4@>WFwePCA|TBRqXAmk*-T zfr(nJ))egx8>VTJPN$oO-hLgJ@UfdCGxd6%YPE`O+q?4E+QBdk5{U%yc)UsRPvyvr zMmLA19LJ$rtx~Jia2%&)&R(}8rSwzrI~}?E)DKMs(d)4}eLympjnd9lD;%g}b6fD) rJvbS}XZh&tHhd-zPq)HBKR*9I){gq$srvt500000NkvXXu0mjfWknn* 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 - - -- 1.7.9.5