Commit Graph

134 Commits

Author SHA1 Message Date
Anders Betnér 045212eb0d Still forgetting nsi and automake files, don't know if there is
a cure.
2006-06-25 20:36:28 +00:00
Anders Betnér 7604863276 One day I will remember the autoconf and nsi files 2006-06-25 19:42:43 +00:00
Ron Pedde 11283fd0da make log truncation the default 2006-06-16 06:06:15 +00:00
Ron Pedde ce85c85aa0 win32 header fixes; cleanups. 2006-06-16 05:50:21 +00:00
Ron Pedde 00f87a0d0b Fix the bug where custom mp3 dir appends "firefly media server" to the end of the path. Closes #145 2006-06-16 05:48:27 +00:00
Anders Betnér 74f95473cb Changed web UI to a spiffier Firefly one.
This closes ticket #135 #52 and 3) of ticket #143
Temporary removed experimental section (playlist.html and
the daap java player)
2006-06-14 20:27:16 +00:00
Ron Pedde 0b9505e63b Win32 cleanups for aiff support. 2006-06-13 05:49:22 +00:00
Ron Pedde ab90b4b750 typo, redux 2006-06-09 05:31:06 +00:00
Ron Pedde 3d86bb6855 typo 2006-06-09 05:30:28 +00:00
Ron Pedde 620759240a More minor logoing fixes 2006-06-09 05:12:11 +00:00
Ron Pedde 30ddac3253 Fix the "file in use problem on install" 2006-06-08 09:37:04 +00:00
Ron Pedde 18f72b5135 Fix cwd problem causing logfile page not to load. 2006-06-07 05:43:59 +00:00
Ron Pedde 1fc3d376fc Make title not include version number, fix error overwriting message on firefly.exe, add .wma to extensions, add manifest for xp style controls. 2006-06-06 05:22:25 +00:00
Ron Pedde b925279bb2 Set cwd to appdir, so relative logfiles work. 2006-06-06 04:04:57 +00:00
Ron Pedde 9e648abd61 Remove pushbuttom web page functions 2006-06-06 04:04:22 +00:00
Ron Pedde e1d07af882 Add manifest for winxp style controls, remove link options from stdafx for old broken version of vs. 2006-06-06 04:03:50 +00:00
Ron Pedde 6428e2f531 Add hyperlinks to the about page 2006-06-06 03:36:17 +00:00
Ron Pedde ee68d3905a add ssc-wma to the nsi package, as well as msvcr71.dll and msvcp71.dll, closing ticket #132 2006-06-05 07:43:10 +00:00
Ron Pedde 8f8a5a5cb7 Add plugin for wma transcoding based on windows media format 9.5 SDK. 2006-06-05 04:18:33 +00:00
Ron Pedde 3809e79ec3 Forgot to distribute no_access.html with windows package 2006-06-01 07:31:04 +00:00
Ron Pedde 4fb0b0035d new defaults on config file for win32 2006-06-01 05:44:08 +00:00
Mike Crowe 58eb3d914b Don't bother with any of the timeout business if the state has
actually changed. Stops release builds incorrectly displaying
errors claiming that the service has failed to start/stop.
2006-05-31 13:06:12 +00:00
Ron Pedde 7b19b6f533 Fix event dispatching across platforms, clean up icon on win32, update installer template. 2006-05-31 08:34:52 +00:00
Ron Pedde 59287ca77d Get rid of the FireflyConfig stuff 2006-05-31 05:14:14 +00:00
Mike Crowe f5c7712b96 Add 48x48 and 64x64 icons.
Add 256 colour icons at 16x16 and 32x32 too.
2006-05-30 21:01:24 +00:00
Mike Crowe dcd5980fa6 Respond to WM_CLOSE in the hidden window so that the installer can
kill us off nice and easily.
2006-05-30 20:19:12 +00:00
Mike Crowe 7cfbedc04c Fix a rather heinous memory bug. Don't delete things on the stack! 2006-05-30 20:13:53 +00:00
Mike Crowe 1fe21b7686 Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
Mike Crowe a9349d5d8b Use the new branding for the icons.
Set the dialog box icon appropriately too.
2006-05-30 17:30:58 +00:00
Mike Crowe 94b4883cd2 Make the configuration dialog appear near the mouse pointer if
launched from the shell notification icon as requested by Roku's
Anthony Wood.
2006-05-30 16:47:12 +00:00
Mike Crowe aea1b16ddd Reformat dialog boxes a bit so that things fit better. 2006-05-30 13:41:16 +00:00
Mike Crowe 4db723e0d1 Refer to the right license file. 2006-05-30 13:39:59 +00:00
Mike Crowe 721b7d4e27 Put up hourglasses while making people wait. 2006-05-30 13:15:27 +00:00
Mike Crowe 50f24f23b4 Make FireflyShell version number format match the server and plugins. 2006-05-30 13:14:43 +00:00
Mike Crowe 94ebfc8498 Actually put the version information in the executable. 2006-05-30 12:54:29 +00:00
Mike Crowe 5ca7890013 Implement the logging tab by reading the log file straight from disk. 2006-05-30 11:29:59 +00:00
Mike Crowe 975dbb6f22 More warning fixage. 2006-05-30 11:28:02 +00:00
Mike Crowe be4000631c Lose a couple of build warnings. 2006-05-30 11:26:02 +00:00
Mike Crowe e6006a207d It looks like we'll have to use _CRT_SECURE_NO_DEPRECATE to lose warnings
otherwise we can't use fopen and friends without getting scary warnings
on VS2005!
2006-05-30 11:24:22 +00:00
Ron Pedde 69bb8dba82 Add resources for all plugins, make Mike's configurator the default configurator for the package build. 2006-05-29 11:07:19 +00:00
Ron Pedde 7f08580a24 Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
Ron Pedde 1dfb7d0bc0 add ogg metainfo parsing, and ogg playback. fix problems with not recognizing when to transcode on rsp 2006-05-28 08:45:44 +00:00
Ron Pedde e7d04dbd6b Add support for flac metatag reading and playback on win32. 2006-05-28 06:36:28 +00:00
Ron Pedde 89b6af89b3 Fixes to build, install, and run ffmpeg ssc on win32 2006-05-28 06:11:37 +00:00
Anders Betnér 91df6a5abf Move common javascript functions to util.js closes #69
Javascript fixes for Safari
2006-05-27 21:04:19 +00:00
Anders Betnér b3d2ffc703 Added missing spinner.gif 2006-05-24 06:52:15 +00:00
Ron Pedde e96ee72b8b apply VC express 2005 patch from Mike Crowe 2006-05-19 04:56:05 +00:00
Ron Pedde 3eef14e1cf add missing web interface files, fix minor memory leak in event handler 2006-05-18 06:30:11 +00:00
Ron Pedde d9e536fc55 Show the "starting scan" message without getting stomped by server start message on configurator 2006-05-07 10:23:04 +00:00
Ron Pedde cf1f862e9c Make configurator show the config dialog if trying to start multiple copies of configurator. 2006-05-07 10:12:57 +00:00
Ron Pedde 9e0a9caa26 Make build info show on configurator dialog 2006-05-07 07:49:19 +00:00
Ron Pedde 5afe726aeb Automatically versionize when building 2006-05-07 07:35:43 +00:00
Ron Pedde cfaceb8d94 Add fullscan events, make configurator display fullscan items. 2006-05-06 07:22:51 +00:00
Ron Pedde 4f01d784dc Fix the logoff/shutdown bug. 2006-05-06 02:35:45 +00:00
Ron Pedde 63b021a47e Start named pipe catcher for event plugin 2006-05-05 07:39:18 +00:00
Ron Pedde 5de59a26aa fix deadlock on event plugin 2006-05-05 07:38:13 +00:00
Ron Pedde c29f829c31 fix exports 2006-05-04 06:39:38 +00:00
Ron Pedde 4440ac7013 add event plugin type 2006-05-04 06:20:26 +00:00
Ron Pedde f19801e0da Move win32 plugins to the plugins directory. 2006-05-02 06:14:39 +00:00
Ron Pedde 1c33ef17fa Add win32 configurator 2006-05-02 03:52:45 +00:00
Ron Pedde 465b1258a3 Update rsp to latest version, integrate rsp build with standard win32 build 2006-05-01 03:14:15 +00:00
Ron Pedde 4d938a6f93 update .nsi for rsp 2006-05-01 03:10:45 +00:00
Ron Pedde 1ca265d4c5 Let plugins register rendezvous names 2006-04-25 23:13:04 +00:00
Ron Pedde 07857c6eba Update win32 for zlib 1.2.3 2006-04-25 20:46:03 +00:00
Ron Pedde a044a54712 Uninstall all files, add extra dialog for music directory on installation. 2006-04-22 21:37:58 +00:00
Ron Pedde 15e6302fc0 Bring win32 up to current 2006-04-22 20:03:26 +00:00
Ron Pedde 201ab40e73 Fix warnings from bad prototype 2006-04-16 05:14:22 +00:00
Ron Pedde 7b32ce3022 pass hostname to auth functions so auth functions can set passwords based on host. Also, make win32 not require passwords to config page from localhost. Ticket #76 2006-04-16 04:57:04 +00:00
Ron Pedde 7907540aa5 Bring win32 up to date with compat changes 2006-04-15 22:39:45 +00:00
Ron Pedde 4e40b62b78 make sure changes in version number don't force svn changes by making the config.h a template that gets generated at build time 2006-04-15 22:01:35 +00:00
Ron Pedde c5b03aceb9 make sure changes in version number don't force svn changes by making the config.h a template that gets generated at build time 2006-04-15 22:00:22 +00:00
Anders Betnér 3fd9f6d353 status page uses /xml-rpc?metod=config
First shot at it, nothing is editable and some conf fields are
not updated at all.
2006-04-12 21:01:38 +00:00
Anders Betnér eb9a771dad Changed status.html to use /xml-rpc?method=stats every 5 seconds instead
of reloading the page every 10 seconds.
This breaks in IE, will fix it later.
2006-03-31 20:08:40 +00:00
Ron Pedde 994c8efa8e Add nsSCM service manager to be able to implement installation deps, fixing #29. Additionally, added a check for Bonjour for Windows before installing. 2006-03-31 08:32:14 +00:00
Ron Pedde 970a75f00e win32 fixes 2006-03-29 22:02:42 +00:00
Anders Betnér 8b46f4f586 Added rico.js to the javascript libraries
Added rename playlist functionality. (click wait click on a playlist,
type new name hit return) WARNING this will remove the smart playlist
spec, use it only on static playlists (which you can't even add through
the web interface)
2006-03-27 20:26:12 +00:00
Ron Pedde 463c7fe478 Add script.aculo.us stuff to win32 package 2006-03-25 05:55:12 +00:00
Ron Pedde 7f8c0d002c remove query.c from win32 build 2006-03-25 05:51:33 +00:00
Ron Pedde f0ee070937 win32 cleanups 2006-03-14 00:45:33 +00:00
Ron Pedde 0029cf0c9f add sqlite3 dll to the installer package 2006-03-06 06:30:26 +00:00
Ron Pedde a6248dfc98 Add sqlite3, fix minor compilation problems 2006-03-06 06:29:03 +00:00
Ron Pedde d3fc9de354 add ll.c and conf.c 2006-02-27 22:55:35 +00:00
Ron Pedde 47f6eeb8c5 more adds from win32-branch 2006-02-26 08:48:23 +00:00
Ron Pedde bb894c5895 First pass at win32 port. 2006-02-23 03:19:41 +00:00