From 68b0771f9870c60b968b88df5fcdc9bbb445c0f7 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Thu, 3 Nov 2016 17:49:01 +0200 Subject: [PATCH] Update TODO file & tags --- TODO | 13 ++++--------- youtube_dl_gui/optionsframe.py | 1 - 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 05c70d8..f30e1e2 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,11 @@ NEW_LAYOUT ========== -* Update & re-enable options window -* Savepath combobox remove READONLY style? +* Savepath combobox remove READONLY style * Swap some of the Error messages with Info * REFACTOR tag downloadmanager.py:663 * Adjust layout see #131 - * Multiple items selection (ListCtrl) - * Change default video formats +* Multiple items selection (ListCtrl) +* Change default video formats * Labels back to gettext GUI @@ -24,21 +23,18 @@ Structure * Create devscripts/ directory and move all the utility scripts there * Create docs/ directory and move all the guides there * Re-structure package -* Give icons the same name and keep them on different directories - (see: https://github.com/deluge-torrent/deluge/tree/develop/deluge/ui/data/icons/hicolor) Localization ============ * Update translation files * Add support for right to left languages (hebrew, arabic) -* Fix paths on R2L layouts + * Fix paths on R2L layouts * Compile *.po files at build time * Script to automatically check translations (use google-translate library) * Write bot to automatically check the translations and merge them? Options ======= -* Option for basic - advanced video formats * Option to disable-enable the 'download finished' pop up message * Option to enable-disable items deletion from the filesystem * Option to validate item deletion 'Are you sure?' @@ -69,7 +65,6 @@ Other * Use youtube-dl directly from python instead of using the subprocess module * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc.. * Non-Windows shutdown using D-Bus instead of 'shutdown' -* LogManager always write time Invalid ======= diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 4d5aa4d..6686c66 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -33,7 +33,6 @@ from .formats import ( AUDIO_FORMATS, FORMATS ) -#TODO Adjust layout #REFACTOR Move all formats, etc to formats.py