ShyPike
8b3954d31b
Move all icons into a folder.
Windows SysTray started a bit earlier.
14 years ago
shypike
8f553199a4
Improve OSX version detection and give Leopard image the name "*-osx-leopard.dmg".
14 years ago
ShyPike
816ea12993
Add sabnzbd.ico to OSX dmg so that Growl can use it.
14 years ago
ShyPike
a7defa37bf
Add gntp module to source distribution file.
14 years ago
shypike
a7724069b5
OSX: Generate a SnowLeopard/Lion DMG and a Leopard DMG.
14 years ago
shypike
361c7dd51e
OSX: prevent changes to App after first run. Remove site.py from DMG distribution so that the compiled site.pyc file cannot change anymore.
14 years ago
ShyPike
17e33def2e
Fix failing app build.
14 years ago
shypike
42b1202b06
Extend OSX DMG background images to avoid obscuring by the path bar.
14 years ago
ShyPike
27ac80c154
Make package.py work in a git environment.
Remove bazaar specials and add .gitignore
Signed-off-by: ShyPike <shypike@sabnzbd.org>
14 years ago
ShyPike
15058c37b3
Move sabnzbd-template.sparseimage.zip from root to sub folder.
14 years ago
ShyPike
2b24ec2ece
Windows binaries are now based on Python 2.6 or 2.7.
Installer will detect missing MS runtimes and offer to download and install.
14 years ago
ShyPike
53aed799a1
Add universal Growl support.
- Windows: through GNTP library
- OSX: through Growl library for local server and GTNP for remote server
- Unix/Linux: through GNTP library
For Ubuntu there's support for NotifyOSD.
Made Growl class texts translatable.
14 years ago
shypike
92926a4825
Use different background images for Lion and (Snow)Leopard DMG files.
14 years ago
shypike
2cc53e8dc3
Make package.py work in a git environment.
Remove bazaar specials and add .gitignore
14 years ago
ShyPike
559d3064a9
Support both ActiveState (for OSX older than 10.5 and 10.6) and Apple Python (for 10.6 and 10.7).
14 years ago
ShyPike
fb9abcc583
Start generating the OSX tar.gz distro file again.
14 years ago
ShyPike
6acd599d53
Fix package.py.
14 years ago
ShyPike
94938847fb
Due to 64bit ApplePython, disable argv-emulation feature in py2app.
14 years ago
ShyPike
64f17675e2
Compensate for some Apple-Python bugs.
14 years ago
ShyPike
c8782021b3
Stop making the tgz distro for osx sources.
14 years ago
ShyPike
f34a02bcef
Remove obsolete commented-out code from package.py
14 years ago
ShyPike
5b4ea24345
Remove obsolete cherrypy warning from package.py
14 years ago
ShyPike
64fe224160
Final attempt to fix the NZB-association problem for Windows (Vista/7/Server2008).
Replace standalone "curl" with the cygwin version of curl, which depends only on standard Windows DLLs.
Also fix a typo that prevented Python 2.5 from being detected.
14 years ago
ShyPike
a94d1145cd
Support for binaries based on Python 2.6+. Include the VS90 DLL and manifest files as distrubuted by the Bazaar Windows installer.
14 years ago
ShyPike
8d470ca57f
Add CherryPy module as complete source tree.
14 years ago
ShyPike
bfe4fe0a6d
Fix failing NZB-extension association on Windows 7 and Vista when using an HTTPS-only configuration.
The cause is that Python 2.5 on Windows doesn't properly implement urllib2.urlopen for htps calls to ipv6 addresses
(like localhost in Windows 7).
The work-around is to use an external CURL program to handle the API calls to the running SABnzbd instance.
14 years ago
ShyPike
208a0cf482
Win32: provide more info for Windows Installed Software panel (add version, support location etc.)
14 years ago
ShyPike
e3664a04f9
Drop the + sign in SABnzbd's name (except User-agent strings).
Update some copyright dates.
14 years ago
ShyPike
dc4be8ef03
Remove reference to obsolete file in OSX installer.
14 years ago
ShyPike
dbdfdd8fcd
Remove nzbmatrix from package.py too.
14 years ago
ShyPike
4824e73bc2
make_mo.py and msgfmt.py must have the X bit set in the tarbal.
15 years ago
ShyPike
e2b98a1a7c
Update packaging.
15 years ago
ShyPike
8af6ee999a
Merge LICENSE.txt and COPYRIGHT.txt into just one file: COPYRIGHT.txt.
15 years ago
ShyPike
6cc6b6c117
Always include compiled locale files in the source tarbal.
15 years ago
ShyPike
4bb4de11b3
Update copyrights to 2011.
15 years ago
ShyPike
735ec3665d
Add msgfmt.py (from Python for Windows distro) to compile i18n files on systems without proper gettext support tools.
15 years ago
ShyPike
7cd9d8fae4
For OSX, replace README.txt with README.rtf
15 years ago
ShyPike
fbe47fa952
Volume label wasn't set properly to version in DMG file.
15 years ago
ShyPike
f131a2683d
Warn about compressed version of sqlite3.dll in distro.
Windows virus scanners are allergic to compressed DLLs.
15 years ago
ShyPike
5f567c73b8
Update of OSX DMG creation.
- Don't include sources anymore
- Add README.txt
- Add version number to volume label
- Make internet-enabled
15 years ago
ShyPike
71e336ebcc
Make tools/make_mo.py executable in the tar.gz distribution.
15 years ago
ShyPike
d769dc3184
Fix generation of source tarbal.
Make sure only tools/make_mo.py is added to source tarbal.
Give make_mo.py an 'all' paramter to generate templates (default just the SABnzbd.mo files).
15 years ago
shypike@sabnzbd.org
cb14597e1f
Set x-bit for setup.py and package.py
15 years ago
ShyPike
181e4bc8e0
package.py: On Windows determine data file list after creating the MO files.
15 years ago
ShyPike
b62d31f27d
Fix creation of OSX app.
15 years ago
ShyPike
0515fcd561
Fix package.py for OSX.
15 years ago
ShyPike
7b947b5ce0
Fix package.py for OSX.
15 years ago
ShyPike
3bb9abd572
Fake the import of sabnzbd/version.py to avoid side effects.
15 years ago
ShyPike
8af8f90c05
For some odd reason the order of the data folders in package.py is relevant.
15 years ago
ShyPike
38f372a694
Fix issues on package.py.
15 years ago