Commit Graph

106 Commits

Author SHA1 Message Date
Ron Pedde 29dc837b4b Forward port nsi fixes from r1462 on roku-1.0 branch to trunk 2006-12-24 17:53:01 +00:00
Ron Pedde 2098d29e11 Add Italian localizations to windows applet and installer, courtesy of Luca Paolini 2006-12-08 05:36:24 +00:00
Ron Pedde bbe5cba244 Add Japanese and Swedish localizations for Windows, courtesy of Gareth Potter and Anton Johansson respectively. 2006-12-06 05:08:24 +00:00
Ron Pedde 1f123424b3 Finish localizations for dutch, german, and french 2006-11-30 07:28:25 +00:00
Ron Pedde 61fb10b5a5 Updates to NSI localizations 2006-11-30 06:26:20 +00:00
Ron Pedde 9a6718d22c updated german localizations for nsis installer, again from Helmut. 2006-11-28 08:38:20 +00:00
Ron Pedde 6f658eb3dd Add German internationalization for firefly shell, courtesy of Helmut Wieser. Start localizations for win32 installer. 2006-11-28 07:38:07 +00:00
Ron Pedde 27492139d9 Add localizations for French/France courtesy of Julien Richefeu, and Dutch/Netherlands courtesy of Eddie Bindt. 2006-11-26 21:53:24 +00:00
Ron Pedde 9ec1e7b474 Add localization files 2006-11-22 04:52:45 +00:00
Ron Pedde 49103f6426 Strip string table entries that don't need to be translated. 2006-11-22 04:25:45 +00:00
Ron Pedde b7920fdfb5 Fix for silent installs of windows package (/S) 2006-11-21 17:27:13 +00:00
Ron Pedde 16b323f024 Make fireflyshell drop a drive mapping ini file, so that the server can convert network drive letters to unc paths. 2006-11-13 00:09:16 +00:00
Ron Pedde c1ac15cd97 win32 cleanups, fixes for 48k flac playing slowly. 2006-11-11 23:15:33 +00:00
Ron Pedde 7647e0b5f2 Add index.css and admin.css to the windows package 2006-11-11 21:56:31 +00:00
Ron Pedde 671148d7cf Fix problem with out-wma version on win32 builds. 2006-11-05 20:19:34 +00:00
Ron Pedde 76e35c8ce1 add out-daap to win32 package 2006-10-08 23:27:47 +00:00
Ron Pedde 4a9d8993b3 Various win32 fixes 2006-10-04 04:33:27 +00:00
Ron Pedde 5b18d69d28 Make win32 version file handling use wide character functions (for non-latin filenames) 2006-07-17 04:49:44 +00:00
Ron Pedde 8954451434 Win32 fixes and cleanups 2006-07-12 23:07:03 +00:00
Mike Crowe 39fa2f3ce9 Remove dummy text about passwords and add some better text supplied by Mike
Kobb.
2006-07-06 09:54:47 +00:00
Ron Pedde 659751a485 Add updates code 2006-06-29 06:36:33 +00:00
Anders Betnér a0ed0c8e43 Renamed files from mt-daapd.xx to firefly.xx 2006-06-27 22:17:21 +00:00
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