ShyPike
1bbad6a9d0
Fix odd strings in SABnzbdDelegate.py.
Add missing text in misc.py.
Add missing info[T] setting in wizard.py.
Add missing already translated texts (all languages).
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
a20acae1bb
Fix names of cfg items.
Add debugging support to SABnzbdDelegate.
15 years ago
ShyPike
08f9037738
Eliminate superfluous 'main' folder
15 years ago
shypike
43229e9184
Lowercase all option instances.
15 years ago
shypike
c27cd7d82a
Remove wrappers for most Singleton classes. Use the class attribute 'do' to store the instance of the class. For now only the simple Singletons, because downloader and nzbqueue are more difficult due to the semaphore decorators.
15 years ago
shypike
ea6ad3aea4
Implement __call__ method for class Option so that every option.get() can be replaced by option().
15 years ago
devrAf
4cc0301b9b
[OSX] Menu : Fix Display download speed using appropriate unit
16 years ago
devrAf
618070b703
[OSX] Menu : Display download speed using appropriate unit
16 years ago
devrAf
c87dfbf4d9
[OSX] Menu : Display download speed using appropriate unit
16 years ago
devrAf
bab9284cdb
[OSX] Menu : do not display osx menu icon if notDisplayMenu present in SABnzbd config folder
16 years ago
devrAf
5d1785d8a6
[OSX] Menu : do not display speed if notDisplaySpeed present in SABnzbd config folder
16 years ago
devrAf
e87985aa5d
[OSX] 10.5+ app building fix
16 years ago
devrAf
b21e406b8c
OSX : Menu translation load fix
16 years ago
devrAf
7234515016
[OSX] Menu tweak
- limit queue displayed items to 10
- if speed < 1 queue timeleft is not determined
16 years ago
devrAf
524d18360d
[OSX] Commit alpha4 last minute changes to support 10.4
16 years ago
devrAf
5c259c2c87
[OSX] Menu & Growl Notifications Translations
- English & French translations files updated
16 years ago
devrAf
f2a7c7829c
[OSX] Growl Notifications, Menu updates, API
- Notifications types : "Startup/Shutdown", "Download", "Post-processing", "Other Messages"
- API Interface added osx_icon (1 : show, 0 : hide )
- Menu :
* added show/hide menu toggler handler
* status refresh when menu is opened
* various little enhancements
16 years ago
devrAf
63eb6f5d2b
[OSX] Menu cleanup code
16 years ago
devrAf
7178583c57
[OSX] Menu additions & New icons
- History Submenu (Top 10)
- Limit Speed
- State Item
- Restart Item
- Handle opening multiple nzbs (.gz, .zip, .rar) with app
16 years ago
shypike
d93baa1215
Put proper copyright header in SABnzbdDelegate.py
16 years ago
devrAf
73cdf2caed
[OSX] Fix syntax error in Delegate
16 years ago
devrAf
426e28fe72
[OSX] Added Menu Functions
16 years ago