Tracking what is needed to be feature parity
authorEd Page <eopage@byu.net>
Wed, 2 Jun 2010 11:44:02 +0000 (06:44 -0500)
committerEd Page <eopage@byu.net>
Wed, 2 Jun 2010 11:44:02 +0000 (06:44 -0500)
src/gonvert_qt.py

index fd450ea..7330c4a 100755 (executable)
@@ -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"),