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
ShyPike
9dc50b5c41
Convert to GNU gettext following the Launchpad translation guidelines.
Implements blueprints "go-gettext" and "code-gettext".
Use tools/extract_pot.py to create new POT files.
Use tools/make_mo.py to create MO files, email template translations and patch the NSIS_Installer.nsi script.
15 years ago
ShyPike
ea2bb16701
Make sure all TXT and CMD files in the Windows distribution are in DOS format.
15 years ago
ShyPike
ed664c41a4
Add translation of nzbmatrix's numerical category_id to text (cattext format).
Use external text file for the mapping.
15 years ago
ShyPike
4efb477ed4
Sleep needed in package.py on build box
15 years ago
ShyPike
9632a1eb24
Do not refer tp sabnzbd package from SABHelper.
15 years ago
ShyPike
d3c91364b2
Move mailslot.py to a seperate package. This way the SABHelper binary can be made a lot smaller.
15 years ago
ShyPike
c409197370
Add creation of SABnzbd-helper.exe to package.py.
15 years ago
ShyPike
c2bfca7fe4
Fix "Usage" of package.py.
15 years ago
ShyPike
972ec50267
Modify package.py for bzr instead of svn.
Add product name to Windows installer screens.
(merge from 0.5.x)
15 years ago
ShyPike
08f9037738
Eliminate superfluous 'main' folder
15 years ago
devraf
fab32b2a67
[OSX] package.py update to work without symlinks
15 years ago
shypike
47cb1c8b2e
Merge changes from branch sabnzbd-0.5.x Rev 3261-3311 to trunk
15 years ago
shypike
c860d9f4cb
Allow SABnzbd to be run as a Windows Service.
Implemented:
- Full service-enabled, install/update/start/stop
- Command-line parameters are stored in Service's reg-entry
To be done:
- Requires better Win logging
- Restart doesn't work from UI
- Support in installer
- Translated texts
Addresses #12 for trunk.
16 years ago
shypike
ed6410126a
Use generic name for CherryPy package.
Unzip CherrPy package before creating binaries.
16 years ago
shypike
1520381aa2
Removed syntax error.
16 years ago
swi-tch
42928e034f
Replaced a few .find() with 'string' not in variable syntax for easier readability.
16 years ago
devrAf
f3360066f0
[OSX] Update package.py to remove Concept interface from app
16 years ago
shypike
2ee8d400dd
Stop generating the SABnzbd-VERSION-win32-src.zip package, because we don't distribute it anymore.
16 years ago
devrAf
ecb8effbe4
[OSX] Added NZB association to package.py
- SABnzbd.app can open one or multiple nzb, zip, or rar files
- New icon for nzb files
- New icon added in dmg
16 years ago
devrAf
7cc8f4fdbd
[OSX] Cleanup versioning in build process
16 years ago
devrAf
e83f70e27a
[OSX] DMG creation enhancement
16 years ago
devrAf
35fa7dbaad
[OSX] Adjustement to package.py
16 years ago
devrAf
e87985aa5d
[OSX] 10.5+ app building fix
16 years ago
shypike
ae412c5cba
Remove currently non-functional setup.py from the tarball.
16 years ago
shypike
4b0a6e3481
email.tmpl is obsolete now, remove from packager.py.
16 years ago
shypike
9e137637da
Rename skin "Default" to "Classic".
Make skin "smpl" the preferred one.
Set uncontroversial defaults for colors (instead of just the first one).
16 years ago
shypike
df2a6dc32f
Prepare for 0.5.0Alpha6.
Add Mobile skin.
Update text files.
16 years ago
shypike
be0a394468
Windows: Add OpenSSL dll-files from the archive instead of the runtime environment of the production system.
Closes #292 for trunk.
16 years ago
shypike
e5013a4cc7
Rename setup.py to package.py (which descibes the purpose better).
16 years ago
devrAf
9e97574fb9
OSX : Exclude prototype and iphone interfaces from binary and sources
16 years ago
devrAf
31a84ded0a
OSX : Build evolution to include language directory and hide Dock Icon
deleted old setup-osx.py not needed anymore
16 years ago
shypike
fd5089e440
Phase 1 and 2 of Multi-language support.
Design and implementation of facilities.
Some partial conversions of Default skin done for testing the concept.
Addresses #18 for trunk.
16 years ago
devrAf
fd93541fc9
OSX : Fixes for 0.5.x (trunk)
Fix copy_old_files : check if directories exist
Merged from 0.4.x : Console flood for app version
Fix restart for app but not from sources (after a restart process is detached from console)
Fix setup.py for 0.5.x
Removed old par2universal
Added sparseimage template for building
16 years ago
shypike
0c3b55b673
Add NSIS add-ons to the archive, so we can use an unmodified NSIS installation.
NSIS add-ons stored in win\ folder, this means we need to specify the win\par2, win\unrar and win\unzip folders explicitly in setup.py.
16 years ago
shypike
08c59aeee2
Prevent TCL/TK from being added to the Windows binary distribution.
(Required since upgrading to ActivePython 2.5.4.3 and Py2exe 0.6.9).
16 years ago
shypike
1f1d320368
Limit skins to Default/smpl/Plush/wizard.
Ignore backup files created by PyScripter.
16 years ago
swi-tch
22bf218c36
Updated Cherrypy to latest trunk version (revision 2138)
16 years ago
swi-tch
72dbfb9076
Installation changes:
- Added support for accociating .nzb files(Requires modified registerExtention.nsh http://pastebin.com/f212cc63e )
- Included new icon for .nzb files.
- Added support for launching sabnzbd at startup (suppresses browser)
- Made sure uninstall deleted some new files/directories.
16 years ago
shypike
601390f154
Fix setup.py to support CherryPy 3.1.1.
Closes #23 for trunk.
17 years ago
shypike
12083c7c12
Cleanup of OSX support.
Avoid using platform.platform.
Closes #92 for trunk.
17 years ago