vlc-remote
13 years agoAdd mce-dev into control build templates for dbus support master v0.6
yannux [Tue, 14 Sep 2010 15:40:24 +0000 (17:40 +0200)]
Add mce-dev into control build templates for dbus support

Change version to .desktop file

13 years agoAdd app icon .desktop file
yannux [Tue, 14 Sep 2010 13:05:45 +0000 (15:05 +0200)]
Add app icon .desktop file

13 years agoAdd build information on src.pro
yannux [Tue, 14 Sep 2010 06:55:36 +0000 (08:55 +0200)]
Add build information on src.pro

Update .desktop file to 0.6 for next package

13 years agoUpdate french translation
yannux [Sun, 12 Sep 2010 13:08:38 +0000 (15:08 +0200)]
Update french translation

13 years agoFix for Bug [#6295] Application polls vlc server even when the UI is not visible...
druid23 [Sun, 12 Sep 2010 12:19:53 +0000 (13:19 +0100)]
Fix for Bug [#6295] Application polls vlc server even when the UI is not visible. Between catching the display on/off signal and being able to set your own timeoput periods I consider this solved for now at least.
modified:   src/playermainwindow.cpp
modified:   src/playermainwindow.h
modified:   src/src.pro

13 years agoAdded support for bmu and wma audio types in the interface.
druid23 [Sun, 12 Sep 2010 10:48:56 +0000 (11:48 +0100)]
Added support for bmu and wma audio types in the interface.
modified:   src/browsemainwindow.cpp
modified:   src/playlistmainwindow.cpp

13 years agoImproved settings dialog layout for portrait mode.
druid23 [Thu, 9 Sep 2010 20:46:59 +0000 (21:46 +0100)]
Improved settings dialog layout for portrait mode.
modified:   src/settingsdialog.ui

13 years agoTweaked player layout, increased Landscape album art size.
druid23 [Thu, 9 Sep 2010 19:56:05 +0000 (20:56 +0100)]
Tweaked player layout, increased Landscape album art size.
modified:   src/playermainwindow.cpp
modified:   src/playermainwindow.ui

13 years agoUpdate site
yannux [Thu, 9 Sep 2010 08:30:55 +0000 (10:30 +0200)]
Update site

13 years agoAdd debian file template for packaging
yannux [Thu, 9 Sep 2010 08:13:57 +0000 (10:13 +0200)]
Add debian file template for packaging

13 years agoImplemented settings dialog and refactored accordingly.
druid23 [Wed, 8 Sep 2010 02:06:57 +0000 (03:06 +0100)]
Implemented settings dialog and refactored accordingly.
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/playermainwindow.cpp
modified:   src/playermainwindow.h
modified:   src/playermainwindow.ui
new file:   src/settingsdialog.cpp
new file:   src/settingsdialog.h
new file:   src/settingsdialog.ui
modified:   src/src.pro

13 years agorefactored AppSettings to Singleton pattern.
druid23 [Tue, 7 Sep 2010 00:15:14 +0000 (01:15 +0100)]
refactored AppSettings to Singleton pattern.
modified:   src/accountdialog.cpp
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/newaccountdialog.cpp

13 years agoAlbum art fix for [#6370] Album art fails to load on first track
druid23 [Mon, 6 Sep 2010 19:45:13 +0000 (20:45 +0100)]
Album art fix for [#6370] Album art fails to load on first track
Additional settings refactoring and preparation for dialog.
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/playermainwindow.cpp
modified:   src/playermainwindow.h

13 years agoBegin tidying up settings refactoring.
druid23 [Sun, 5 Sep 2010 15:55:46 +0000 (16:55 +0100)]
Begin tidying up settings refactoring.
modified:   src/accountdialog.cpp
modified:   src/accountdialog.h
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/playermainwindow.cpp

13 years agoMoved timeout constants to appsettings in preparatino for adding to user configuratio...
druid23 [Sun, 5 Sep 2010 14:50:03 +0000 (15:50 +0100)]
Moved timeout constants to appsettings in preparatino for adding to user configuration if required.
modified:   src/accountdialog.cpp
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/browsemainwindow.cpp
modified:   src/playermainwindow.cpp

13 years agoUI tidy up.
druid23 [Sun, 5 Sep 2010 14:14:29 +0000 (15:14 +0100)]
UI tidy up.
modified:   src/browsemainwindow.ui
modified:   src/playermainwindow.ui
modified:   src/playlistmainwindow.ui

13 years agoDon't poll for album art when track is stopped.
druid23 [Sun, 5 Sep 2010 11:02:10 +0000 (12:02 +0100)]
Don't poll for album art when track is stopped.
modified:   src/playermainwindow.cpp

13 years agoAdded Network status checking to fix Bug [#6294] Becoming disconnected from network...
druid23 [Sun, 5 Sep 2010 10:49:12 +0000 (11:49 +0100)]
Added Network status checking to fix Bug [#6294] Becoming disconnected from network whilst running causes multiple restore connection popups.
vlc-remote will now not let you use the interface without an active connection (wlan or gprs).
This will break the use case of using vlc-remote to control a local (on device) vlc instance!
modified:   src/accountdialog.cpp
modified:   src/appsettings.cpp
modified:   src/appsettings.h
modified:   src/playermainwindow.cpp

13 years agoRefactored FavouritesMainWindow, reparented to PlayerMainWindow - fixes Bug [#6293]
druid23 [Sat, 4 Sep 2010 21:24:46 +0000 (22:24 +0100)]
Refactored FavouritesMainWindow, reparented to PlayerMainWindow - fixes Bug [#6293]
Opening / Closing favourites window causes window stacking problems for browsing
modified:   src/browsemainwindow.cpp
modified:   src/browsemainwindow.h
modified:   src/favouritesmainwindow.cpp
modified:   src/favouritesmainwindow.h
modified:   src/playermainwindow.cpp
modified:   src/playermainwindow.h

13 years agoAdded default double click actions for playlist and favourites windows.
druid23 [Sat, 4 Sep 2010 19:51:58 +0000 (20:51 +0100)]
Added default double click actions for playlist and favourites windows.
modified:   src/favouritesmainwindow.cpp
modified:   src/playlistmainwindow.cpp

13 years agoadd double click to open a floder
schutz [Fri, 3 Sep 2010 10:56:41 +0000 (12:56 +0200)]
add double click to open a floder

13 years agoupdate aboutDialog
schutz [Fri, 3 Sep 2010 10:47:48 +0000 (12:47 +0200)]
update aboutDialog

13 years agoAdd screenshots.
yannux [Wed, 1 Sep 2010 06:44:00 +0000 (08:44 +0200)]
Add screenshots.
Update instructions

13 years agoUpdate style.
yannux [Mon, 30 Aug 2010 07:18:27 +0000 (09:18 +0200)]
Update style.

13 years agoUpdate Website.
yannux [Mon, 30 Aug 2010 06:51:01 +0000 (08:51 +0200)]
Update Website.

Add instruction to edit vlc .hosts file.
Add screenshot.

13 years agoRemove unused resource.qrc
yannux [Fri, 27 Aug 2010 15:56:59 +0000 (17:56 +0200)]
Remove unused resource.qrc

13 years agoNew structure for project.
yannux [Fri, 27 Aug 2010 15:55:02 +0000 (17:55 +0200)]
New structure for project.
Delete unused files todo

13 years agoLast french translation for v0.5 release v0.5
yannux [Thu, 26 Aug 2010 18:52:35 +0000 (20:52 +0200)]
Last french translation for v0.5 release

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/vlc-remote
yannux [Wed, 25 Aug 2010 08:18:21 +0000 (10:18 +0200)]
Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote

13 years agoUpdate translation files
yannux [Wed, 25 Aug 2010 08:17:27 +0000 (10:17 +0200)]
Update translation files

Add license and author file, perhaps we can remove licence from start of each other files ?

13 years agoChanging the way Favourites invoke browsing from cast on parent to signal.
druid23 [Wed, 25 Aug 2010 07:32:55 +0000 (08:32 +0100)]
Changing the way Favourites invoke browsing from cast on parent to signal.
modified:   browsemainwindow.cpp
modified:   favouritesmainwindow.cpp
modified:   favouritesmainwindow.h
modified:   playermainwindow.cpp

13 years agoForgot to add new files for previous commit.
druid23 [Tue, 24 Aug 2010 01:55:32 +0000 (02:55 +0100)]
Forgot to add new files for previous commit.
new file:   favouritesmainwindow.cpp
new file:   favouritesmainwindow.h
new file:   favouritesmainwindow.ui

13 years agoFavourites implemented
druid23 [Tue, 24 Aug 2010 01:53:45 +0000 (02:53 +0100)]
Favourites implemented
modified:   appsettings.cpp
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   browsemainwindow.ui
modified:   newaccountdialog.cpp
modified:   playermainwindow.cpp
modified:   vlcRemote.pro

13 years agoShow additional track information in playlist (where available)
druid23 [Mon, 23 Aug 2010 20:02:29 +0000 (21:02 +0100)]
Show additional track information in playlist (where available)
modified:   playlistmainwindow.cpp

13 years agoAdded Playlist support (remote playlists)
druid23 [Mon, 23 Aug 2010 18:47:49 +0000 (19:47 +0100)]
Added Playlist support (remote playlists)
modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp

13 years agoChanged volume change increments from 20 to 10
druid23 [Sun, 22 Aug 2010 18:35:43 +0000 (19:35 +0100)]
Changed volume change increments from 20 to 10
modified:   playermainwindow.cpp

13 years agoAdded user home menu item, in case a users home set home folder is unavailable
druid23 [Sun, 22 Aug 2010 14:51:53 +0000 (15:51 +0100)]
Added user home menu item, in case a users home set home folder is unavailable
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   browsemainwindow.ui

13 years agoTweaked some directory handling code.
druid23 [Sun, 22 Aug 2010 14:47:38 +0000 (15:47 +0100)]
Tweaked some directory handling code.
modified:   browsemainwindow.cpp
modified:   playermainwindow.cpp

13 years agoImproved some memory handling.
druid23 [Sun, 22 Aug 2010 13:08:08 +0000 (14:08 +0100)]
Improved some memory handling.
modified:   playermainwindow.cpp
modified:   playlistmainwindow.cpp

13 years agoFurther Playlist interface improvements for usability.
druid23 [Sat, 21 Aug 2010 22:50:07 +0000 (23:50 +0100)]
Further Playlist interface improvements for usability.
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   playermainwindow.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h

13 years agoPlaylist tweak - minimizing impact of refresh on the UI.
druid23 [Sat, 21 Aug 2010 20:58:25 +0000 (21:58 +0100)]
Playlist tweak - minimizing impact of refresh on the UI.
modified:   playlistmainwindow.cpp

13 years agoPlaylist tweaks. remove dead / orphaned nodes that vlc doesn't clean up in teh xml.
druid23 [Sat, 21 Aug 2010 20:46:58 +0000 (21:46 +0100)]
Playlist tweaks. remove dead / orphaned nodes that vlc doesn't clean up in teh xml.
modified:   playermainwindow.cpp
modified:   playlistmainwindow.cpp

13 years agoAdditional user feedback and error handling tweaks. Progress indicators and notificat...
druid23 [Sat, 21 Aug 2010 20:35:41 +0000 (21:35 +0100)]
Additional user feedback and error handling tweaks. Progress indicators and notifications.
modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h

13 years agoAdding some debugging for windows album art. Seems windows has problems streaming...
druid23 [Sat, 21 Aug 2010 20:01:14 +0000 (21:01 +0100)]
Adding some debugging for windows album art. Seems windows has problems streaming the images.
modified:   playermainwindow.cpp
modified:   playermainwindow.h

13 years agoRefactored PlayList handling to recursive function.
druid23 [Sat, 21 Aug 2010 18:18:56 +0000 (19:18 +0100)]
Refactored PlayList handling to recursive function.
Added more supprted media types.
modified:   browsemainwindow.cpp
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h

13 years agoAdded error handling for unbrowsable directories
druid23 [Sat, 21 Aug 2010 16:44:28 +0000 (17:44 +0100)]
Added error handling for unbrowsable directories
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h

13 years agoPersist orientation settings.
druid23 [Sat, 21 Aug 2010 14:31:43 +0000 (15:31 +0100)]
Persist orientation settings.
modified:   appsettings.cpp
modified:   appsettings.h
modified:   browsemainwindow.ui
modified:   main.cpp
modified:   playermainwindow.cpp
modified:   playermainwindow.ui

13 years agoBegan refactoring settings handling.
druid23 [Sat, 21 Aug 2010 13:50:31 +0000 (14:50 +0100)]
Began refactoring settings handling.
Added per account home folder settings and corresponding menu on Browser
new file:   appsettings.cpp
new file:   appsettings.h
modified:   browsemainwindow.cpp
modified:   browsemainwindow.h
modified:   browsemainwindow.ui
modified:   main.cpp
modified:   playlistmainwindow.cpp
modified:   vlcRemote.pro

13 years agoVery minor UI tweak
druid23 [Fri, 20 Aug 2010 19:25:30 +0000 (20:25 +0100)]
Very minor UI tweak
modified:   playermainwindow.cpp
modified:   playermainwindow.ui

13 years agoSlight album art tweaks.
druid23 [Fri, 20 Aug 2010 19:03:22 +0000 (20:03 +0100)]
Slight album art tweaks.
modified:   playermainwindow.cpp

13 years agoadd compilation condition to allow compilation on desktop
lepelley [Fri, 20 Aug 2010 10:49:54 +0000 (12:49 +0200)]
add compilation condition to allow compilation on desktop

13 years agoEnabled orientation selection (Potrait Mode)
druid23 [Fri, 20 Aug 2010 02:19:30 +0000 (03:19 +0100)]
Enabled orientation selection (Potrait Mode)
modified:   browsemainwindow.ui
modified:   main.cpp
modified:   playermainwindow.cpp
modified:   playermainwindow.h
modified:   playermainwindow.ui
modified:   playlistmainwindow.ui

13 years agoSupport for album art, various UI improvements
druid23 [Fri, 20 Aug 2010 00:48:52 +0000 (01:48 +0100)]
Support for album art, various UI improvements
modified:   main.cpp
modified:   playermainwindow.cpp
modified:   playermainwindow.h
modified:   playermainwindow.ui
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h

13 years agoUpdate translation,
yannux [Thu, 19 Aug 2010 12:04:44 +0000 (14:04 +0200)]
Update translation,
Add missgins TRANSLATIONS to .pro

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/vlc-remote
yannux [Thu, 19 Aug 2010 07:04:50 +0000 (09:04 +0200)]
Merge branch 'master' of https://vcs.maemo.org/git/vlc-remote

13 years agoUpdate content, create some screenshots vlc linux
yannux [Thu, 19 Aug 2010 07:04:24 +0000 (09:04 +0200)]
Update content, create some screenshots vlc linux

13 years agoAdded duration label to mainwindow
druid23 [Wed, 18 Aug 2010 23:46:33 +0000 (00:46 +0100)]
Added duration label to mainwindow
modified:   playermainwindow.cpp
modified:   playermainwindow.ui

13 years agoConsolidated play / pause to single button
druid23 [Wed, 18 Aug 2010 22:30:08 +0000 (23:30 +0100)]
Consolidated play / pause to single button
Now updating button states to reflect status in playlist
modified:   playermainwindow.cpp
modified:   playermainwindow.h
modified:   playermainwindow.ui
modified:   playlistmainwindow.cpp
modified:   playlistmainwindow.h
modified:   vlcRemote.pro
modified:   vlcstatus.h

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 agoUpdate webpage content.
yannux [Wed, 18 Aug 2010 19:45:26 +0000 (21:45 +0200)]
Update webpage content.

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