Commit Graph

35 Commits (master)

Author SHA1 Message Date
MrS0m30n3 0d7baf2b75 setup.py: Replace print statements with log functions 2018-01-15 01:25:28 +02:00
MrS0m30n3 f1b84455fa setup.py: Add option to build with updates disabled 2018-01-15 00:46:52 +02:00
MrS0m30n3 e624e77c59 setup.py: Handle manpage 2018-01-13 19:34:18 +02:00
MrS0m30n3 d6db760153 setup.py: review, clear & refactor 2017-07-19 01:55:09 +03:00
MrS0m30n3 9d5cff2ff5 Use cmd.Command objects to execute pre-build tasks 2017-07-19 01:40:15 +03:00
MrS0m30n3 ce0d85b659 Run pre-build tasks only when the appropriate cmd gets supplied 2017-07-10 16:29:04 +03:00
MrS0m30n3 c5e5f6a608 Compile PO files at build time 2016-12-28 19:10:35 +02:00
MrS0m30n3 0ccc16bac1 Change __packagename__ to 'str' 2016-12-18 14:06:56 +02:00
MrS0m30n3 a1c33c4b3a Update setup.py to handle new UI changes 2016-12-16 23:49:46 +02:00
MrS0m30n3 6227572f91 setup.py: Remove OSX unused code 2016-12-16 15:13:25 +02:00
Marcin Nowicki 3d8aa8a0f1 Add osx app creation. 2015-06-21 12:42:09 +02:00
MrS0m30n3 36c8147a0b Merge pull request #37 from pr0d1r2/osx
Add osx support to install via homebrew.
2015-04-22 22:39:17 +03:00
Marcin Nowicki 5d510d0d95 Add osx support to install via homebrew. 2015-04-22 14:10:14 +02:00
MrS0m30n3 85e42f5694 PY2EXE change executable name 2015-04-09 18:15:19 +03:00
MrS0m30n3 10a6332518 Add py2exe unicode patch on docstring 2015-03-08 19:05:20 +02:00
MrS0m30n3 afae6cfb27 Check options type when loading from settings.json
Also add utf-8 encoding and change the literals to unicode
characters to match the GUI and the loaded json
2015-03-04 23:58:12 +02:00
MrS0m30n3 c41d69f59c Add localization
CHANGES
=======

setup.py
 Add youtube_dl_gui/locale file on the installation script

__init__.py
 Add localization via gettext
 Move optionsmanager, logmanager initialization out of the main() function

mainframe.py
 Add the gettext _() function to translate the strings

optiosframe.py
 Add the gettext _() function to translate the strings
 Add LocalizationTab

optionsmanager.py
 Add new option 'locale_name'

utils.py
 Add get_locale_file() function

NEW FILES
=========

locale_build: Contains scripts to auto create locale files

youtube_dl_gui/locale: Contains locale files for youtube-dlg
2015-02-28 14:28:40 +02:00
MrS0m30n3 d8e17d474b Setup: Add __main__.py in /usr/bin 2014-12-13 21:51:33 +02:00
MrS0m30n3 d28d67c3b0 Refactor setup.py
Also, fix Windows setup icons problem
were you had to copy icons manually
2014-12-08 17:19:56 +02:00
MrS0m30n3 e876ac7bd5 Change icons path from /usr/local/share to /usr/share 2014-07-30 16:28:03 +03:00
MrS0m30n3 309a4b8dd4 Fix sudo os.getenv(XDG_DATA_DIRS) problem 2014-07-30 14:37:06 +03:00
MrS0m30n3 a811c05fb6 Add 48x48 icon 2014-07-29 18:11:27 +03:00
MrS0m30n3 24ca2c82d6 Add /usr/share/pixmaps as fallback icons path #14
Add '/usr/share/pixmaps' as a fallback icons path as suggested
on issue #14 when XDG_DATA_DIRS is not defined.
2014-07-29 15:14:51 +03:00
MrS0m30n3 659d7d7ac1 Small fixes 2014-05-22 18:43:36 +03:00
MrS0m30n3 af03206819 Add py2exe 2014-05-15 19:29:04 +03:00
MrS0m30n3 0e5027496f Change icons install dir 2014-05-14 23:42:00 +03:00
MrS0m30n3 b91ed2d041 Add png icons 2014-05-14 19:55:35 +03:00
MrS0m30n3 ae266aaa0a Change app icon 2014-05-14 18:19:17 +03:00
MrS0m30n3 961dcb5576 Reindent to 4-spaces 2014-04-30 13:38:56 +03:00
MrS0m30n3 cc0b2ad9a5 Change metadata info 2014-04-29 23:18:13 +03:00
MrS0m30n3 a6b13f81ce Add icons on package install 2014-04-29 01:27:05 +03:00
MrS0m30n3 8bc1cfd729 Add meta-data on setup 2014-04-29 00:50:31 +03:00
MrS0m30n3 bc1714e58d Add icon/youtube-dl-gui.png to source dist 2014-04-29 00:36:36 +03:00
MrS0m30n3 d1d4f68e71 fixed playlist output 2014-03-06 17:47:39 +02:00
MrS0m30n3 1ca60f921f first commit 2014-03-01 19:12:37 +02:00