vlc-remote
13 years agoTweaks to how status updates are handled in prepartion for UI changes.
druid23 [Wed, 18 Aug 2010 21:16:57 +0000 (22:16 +0100)]
Tweaks to how status updates are handled in prepartion for UI changes.
new file:   vlcstatus.cpp
new file:   vlcstatus.h
modified:   playermainwindow.cpp
modified:   playermainwindow.h
modified:   playlistmainwindow.cpp
modified:   vlcRemote.pro

13 years agoMinor fix to remember teh last folder you browsed.
druid23 [Wed, 18 Aug 2010 19:21:00 +0000 (20:21 +0100)]
Minor fix to remember teh last folder you browsed.
modified:   browsemainwindow.cpp

13 years agoindex.html file with new design, was omitted
yannux [Wed, 18 Aug 2010 11:21:37 +0000 (13:21 +0200)]
index.html file with new design,  was omitted

13 years agoWebpage style and first content.
yannux [Wed, 18 Aug 2010 08:36:39 +0000 (10:36 +0200)]
Webpage style and first content.

13 years agoAdd www directory for static website on garage
yannux [Wed, 18 Aug 2010 07:09:54 +0000 (09:09 +0200)]
Add www directory for static website on garage

13 years agoUpdated the licenses to include my details
yannux [Wed, 18 Aug 2010 06:59:43 +0000 (08:59 +0200)]
Updated the licenses to include my details

13 years agoupdate version in desktop file
lepelley [Wed, 18 Aug 2010 05:58:23 +0000 (07:58 +0200)]
update version in desktop file

13 years agoUpdated licenses to all files
druid23 [Wed, 18 Aug 2010 02:51:45 +0000 (03:51 +0100)]
Updated licenses to all files
modified:   aboutdialog.cpp
modified:   aboutdialog.h
modified:   accountdialog.cpp
modified:   accountdialog.h
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   configdialog.cpp
modified:   configdialog.h
modified:   main.cpp
modified:   newaccountdialog.cpp
modified:   newaccountdialog.h
modified:   playermainwindow.cpp
modified:   playermainwindow.h
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h
modified:   vlcbrowseelement.cpp
modified:   vlcbrowseelement.h
modified:   vlcplaylistelementsimple.cpp
modified:   vlcplaylistelementsimple.h

13 years agoImproved encoding support for browsing and adding.
druid23 [Wed, 18 Aug 2010 02:32:56 +0000 (03:32 +0100)]
Improved encoding support for browsing and adding.
modified:   browsemainwindow.cpp
modified:   playermainwindow.cpp

13 years agoWorking basic windows file browsing
druid23 [Wed, 18 Aug 2010 01:29:22 +0000 (02:29 +0100)]
Working basic windows file browsing
modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp

13 years agoMinor UI fixes for better usability and orientation support
druid23 [Wed, 18 Aug 2010 00:12:05 +0000 (01:12 +0100)]
Minor UI fixes for better usability and orientation support
modified:   browsemainwindow.cpp
modified:   browsemainwindow.ui
modified:   playlistmainwindow.ui

13 years agoImproved file extension handling for icons and minor cosmetic fixes.
druid23 [Tue, 17 Aug 2010 23:48:55 +0000 (00:48 +0100)]
Improved file extension handling for icons and minor cosmetic fixes.
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h
modified:   vlcplaylistelementsimple.h

13 years agoAdd if ( host.contains(":")) to avoid crash
schutz [Tue, 17 Aug 2010 14:49:16 +0000 (16:49 +0200)]
Add if ( host.contains(":")) to avoid crash

13 years agoshow config at the launch of application.
lepelley [Tue, 17 Aug 2010 11:43:36 +0000 (13:43 +0200)]
show config at the launch of application.

13 years agoSmall cosmetic tweak to browser item ordering. ensure '..' is always first.
druid23 [Tue, 17 Aug 2010 09:26:51 +0000 (10:26 +0100)]
Small cosmetic tweak to browser item ordering. ensure '..' is always first.

modified:   browsemainwindow.cpp

13 years agoCosmetic changes to scrollin gon listwidget
druid23 [Tue, 17 Aug 2010 03:04:05 +0000 (04:04 +0100)]
Cosmetic changes to scrollin gon listwidget

modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp

13 years agoadd icons for avaible IP account
lepelley [Tue, 17 Aug 2010 02:18:41 +0000 (04:18 +0200)]
add icons for avaible IP account

13 years agoUpdate async methods! Now valid ip is detected
lepelley [Tue, 17 Aug 2010 01:52:17 +0000 (03:52 +0200)]
Update async methods! Now valid ip is detected

13 years agoFixed playlist detection for international servers.
druid23 [Tue, 17 Aug 2010 01:25:12 +0000 (02:25 +0100)]
Fixed playlist detection for international servers.
modified:   playlistmainwindow.cpp

13 years agoFixed playlist disappearing on remove or clear.
druid23 [Tue, 17 Aug 2010 01:18:09 +0000 (02:18 +0100)]
Fixed playlist disappearing on remove or clear.
modified:   playlistmainwindow.cpp

13 years agoImproved playlist and show event handling.
druid23 [Tue, 17 Aug 2010 01:10:59 +0000 (02:10 +0100)]
Improved playlist and show event handling.

modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   playermainwindow.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h

13 years agoWorking simple playlist.
druid23 [Tue, 17 Aug 2010 00:50:15 +0000 (01:50 +0100)]
Working simple playlist.

modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h
modified:   vlcplaylistelementsimple.h

13 years agoAdd static currentIP() in AccountDialog and change all
lepelley [Tue, 17 Aug 2010 00:31:14 +0000 (02:31 +0200)]
Add static currentIP() in AccountDialog and change all
Add Init() for each class

13 years agoBrowser working correctly from a functional perspective.
druid23 [Mon, 16 Aug 2010 23:42:09 +0000 (00:42 +0100)]
Browser working correctly from a functional perspective.

modified:   browsemainwindow.cpp
modified:   browsemainwindow.h

13 years ago modified: browsemainwindow.cpp
druid23 [Mon, 16 Aug 2010 21:29:33 +0000 (22:29 +0100)]
modified:   browsemainwindow.cpp
modified:   browsemainwindow.ui
modified:   playermainwindow.ui
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.ui

Fixed a couple of minor memory leaks.
Removed an unused status var from each of the 3 main UIs.
Relayed out Playlist window for clarity on destructive actions.
Improved bwose list widget sorting to folder alpha, then file alpha.

13 years ago modified: browsemainwindow.cpp
druid23 [Mon, 16 Aug 2010 09:37:42 +0000 (10:37 +0100)]
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   newaccountdialog.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h
modified:   playlistmainwindow.ui
modified:   vlcRemote.pro
new file:   vlcplaylistelementsimple.cpp
new file:   vlcplaylistelementsimple.h

Tweaks to browsing and a simple playlist viewer.

dru

13 years agoUpdate new account dialog to have Port field.
Yann Nave [Mon, 16 Aug 2010 08:00:06 +0000 (10:00 +0200)]
Update new account dialog to have Port field.
Actually field is set to readonly, port 8080.

Update settings save and edit to cut the port part of ip.

Update mIp .

13 years agoadd patch from Dru Moore : Browser
lepelley [Mon, 16 Aug 2010 01:18:25 +0000 (03:18 +0200)]
add patch from Dru Moore : Browser

13 years agoStart to add an asynchronious function to test each IP. (not working yet)
schutz [Sun, 15 Aug 2010 19:37:06 +0000 (21:37 +0200)]
Start to add an asynchronious function to test each IP. (not working yet)

13 years agoadd Yannux version with account manager
schutz [Sun, 15 Aug 2010 18:54:26 +0000 (20:54 +0200)]
add Yannux version with account manager

13 years agoadd todo test
schutz [Sun, 15 Aug 2010 11:51:50 +0000 (13:51 +0200)]
add todo test

13 years agoupdate vlc icon
schutz [Thu, 12 Aug 2010 03:15:32 +0000 (05:15 +0200)]
update vlc icon

13 years agoGestionnaire de compte.
Yann Nave [Wed, 11 Aug 2010 11:41:34 +0000 (13:41 +0200)]
Gestionnaire de compte.
Ajouter supprimer éditer une ip dans la liste des comptes.
Boutons désactivés si pas d'ip sélectionée dans la liste.

13 years agoadd example of adding new IP account
schutz [Tue, 10 Aug 2010 15:33:56 +0000 (17:33 +0200)]
add example of adding new IP account

13 years agoadd accountDialog
schutz [Tue, 10 Aug 2010 15:21:54 +0000 (17:21 +0200)]
add accountDialog

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/vlc-remote
Yann Nave [Sat, 7 Aug 2010 20:22:56 +0000 (22:22 +0200)]
Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote

13 years agoadd todo
schutz [Sat, 7 Aug 2010 20:04:03 +0000 (22:04 +0200)]
add todo

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/vlc-remote
Yann Nave [Sat, 7 Aug 2010 19:52:14 +0000 (21:52 +0200)]
Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote

13 years agotest
schutz [Sat, 7 Aug 2010 19:49:22 +0000 (21:49 +0200)]
test

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/vlc-remote
Yann Nave [Sat, 7 Aug 2010 19:47:53 +0000 (21:47 +0200)]
Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote

13 years agotest
schutz [Sat, 7 Aug 2010 19:46:05 +0000 (21:46 +0200)]
test

13 years agoReady for translation
Yann Nave [Sat, 7 Aug 2010 19:43:25 +0000 (21:43 +0200)]
Ready for translation
Load translation file depend on local (ex: fr_FR)

Add french translation

13 years agoReady to translate
yannux [Sat, 7 Aug 2010 19:35:01 +0000 (21:35 +0200)]
Ready to translate
Add code in main.cpp to load language file. Depend on locale (ex: fr_FR)
Add french translation

13 years agoadd GPL licence
schutz [Fri, 30 Jul 2010 16:42:25 +0000 (18:42 +0200)]
add GPL licence

13 years agoadd missing ui file
schutz [Fri, 30 Jul 2010 15:27:46 +0000 (17:27 +0200)]
add missing ui file

13 years agoAdd first commit - Alpha Version
schutz [Fri, 30 Jul 2010 15:20:30 +0000 (17:20 +0200)]
Add first commit - Alpha Version

13 years agotest commit
schutz [Fri, 30 Jul 2010 15:18:47 +0000 (17:18 +0200)]
test commit

13 years agowelcome
root [Thu, 29 Jul 2010 20:10:03 +0000 (23:10 +0300)]
welcome