owntone-server/win32/FireflyShell
Mike Crowe 7cfbedc04c Fix a rather heinous memory bug. Don't delete things on the stack! 2006-05-30 20:13:53 +00:00
..
res Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
AboutPage.cpp Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
AboutPage.h Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
AdvancedPage.cpp Put up hourglasses while making people wait. 2006-05-30 13:15:27 +00:00
AdvancedPage.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
ConfigPage.cpp Reformat dialog boxes a bit so that things fit better. 2006-05-30 13:41:16 +00:00
ConfigPage.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
DosPath.cpp Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
DosPath.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
FireflyShell.cpp Fix a rather heinous memory bug. Don't delete things on the stack! 2006-05-30 20:13:53 +00:00
FireflyShell.h Make the configuration dialog appear near the mouse pointer if 2006-05-30 16:47:12 +00:00
FireflyShell.rc Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
FireflyShell.vcproj Add resources for all plugins, make Mike's configurator the default configurator for the package build. 2006-05-29 11:07:19 +00:00
IniFile.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
LogPage.cpp Implement the logging tab by reading the log file straight from disk. 2006-05-30 11:29:59 +00:00
LogPage.h Implement the logging tab by reading the log file straight from disk. 2006-05-30 11:29:59 +00:00
MainDlg.cpp Use the new branding for the icons. 2006-05-30 17:30:58 +00:00
MainDlg.h Use the new branding for the icons. 2006-05-30 17:30:58 +00:00
NotifyIcon.cpp Make the configuration dialog appear near the mouse pointer if 2006-05-30 16:47:12 +00:00
NotifyIcon.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
README.txt Refer to the right license file. 2006-05-30 13:39:59 +00:00
ServerEvents.cpp Lose a couple of build warnings. 2006-05-30 11:26:02 +00:00
ServerEvents.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
ServiceControl.cpp Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
ServiceControl.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
VersionInfo.cpp More warning fixage. 2006-05-30 11:28:02 +00:00
VersionInfo.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
resource.h Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
singleton.h Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
stdafx.cpp Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
stdafx.h It looks like we'll have to use _CRT_SECURE_NO_DEPRECATE to lose warnings 2006-05-30 11:24:22 +00:00
version.h.templ Make FireflyShell version number format match the server and plugins. 2006-05-30 13:14:43 +00:00
version.rc Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The FireflyShell source code is distributed under the terms of the GNU
General Public License Version 2 as published by the Free Software
Foundation. You can find a copy of this license in the
admin-root/gpl-license.txt file.

This program uses the Microsoft Windows Template Library which is released 
under the Common Public License. The copyright holders of FireflyShell 
explicitly grant the additional right to distribute binaries produced from 
source code derived from FireflyShell that are linked with the Microsoft 
Windows Template Library.

Note that you may not be able to incorporate third party GNU General Public 
Licensed code into FireflyShell and then distribute binaries unless you have 
a similar additional right from the copyright holder.

You can find the Windows Template Library at
http://sourceforge.net/projects/wtl/