Commit Graph

63 Commits

Author SHA1 Message Date
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