From 24b62e41181f37eb4b3ced2997046ed95e8f5055 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 2 Jun 2010 06:44:02 -0500 Subject: [PATCH] Tracking what is needed to be feature parity --- src/gonvert_qt.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gonvert_qt.py b/src/gonvert_qt.py index fd450ea..7330c4a 100755 --- a/src/gonvert_qt.py +++ b/src/gonvert_qt.py @@ -51,6 +51,14 @@ def split_number(number): class Gonvert(object): + # @todo Remember last selection + # @todo Recent + # @todo Favorites + # @todo Fullscreen support (showFullscreen, showNormal) + # @todo Close Window / Quit keyboard shortcuts + # @todo Ctrl+l support + # @todo Unit conversion window: focus always on input, arrows switch units + _DATA_PATHS = [ os.path.dirname(__file__), os.path.join(os.path.dirname(__file__), "../data"), -- 1.7.9.5