~ubuntu-branches/ubuntu/oneiric/guake/oneiric

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2008-08-11 10:43:03 UTC
  • Revision ID: james.westby@ubuntu.com-20080811104303-0ezz5fon32d6pcqj
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Guake Todo
 
2
==========
 
3
 
 
4
 - DONE * Code cleanup (Lincoln)
 
5
 
 
6
 - DONE * Cleanup image names and maybe create a directory for them
 
7
 
 
8
 - DONE * Add a feature to set the scrollback history lines in the terminal,
 
9
   so add a entry in prefs window to setup it
 
10
     
 
11
 - DONE * Error handling to can take a default action if something external
 
12
   fails. Example:
 
13
      When try to load configs from gconf, trying to get a int, but with a
 
14
      string in gconf schema, it make a segmentation fault. A error handling
 
15
      will come like a piece in a jigsaw :)
 
16
 
 
17
 - DONE * Finish Preferences window (Gabriel)
 
18
 
 
19
 - DONE * Make translation works (Lincoln)
 
20
 
 
21
 * Bug hunting
 
22
 
 
23
    - DONE * Guake is appearing on the task list. (Lincoln)
 
24
 
 
25
    - DONE * Added a option for this on prefs window: Guake window must hide
 
26
      when lose focus. NO! discard it! Some users like to do other things with
 
27
      guake opened and above it.
 
28
 
 
29
    - Some times, when guake opens, it does not grabs the focus.
 
30
 
 
31
    - DONE * When guake is hidden/shown the cursor is appearing on bottom,
 
32
    only happens when animate_show/hide is enabled. (Lincoln)
 
33
 
 
34
 - DONE * Fix about window (name, site, etc)
 
35
 
 
36
 ==== * Release the first alpha version * ====
 
37
 
 
38
 - DONE * Pynotify integration
 
39
 
 
40
 - DONE * Make that the right click on VTE show a context menu with all options of statusicon menu but show_hide
 
41
 
 
42
 * Put a shortcut in gnome menu: System->Preferences-> Guake
 
43
 
 
44
    - This will show the guake preferences, so user will can configure guake thought without the statusicon shown
 
45
 
 
46
 * Threadfy the process of animate show and hide (this was removed for improve
 
47
   other things)
 
48
 
 
49
 - DONE * Show error when keybind fails - PARTIALLY IMPLEMENTED
 
50
 
 
51
 * Add keybindings to:
 
52
        # Add new tab OK
 
53
        # remove current tab (I use ctrl+d, maybe a way to explain to the user...)
 
54
        # Set window size, here we will set only 10 default sizes:
 
55
                # Ctrl-Super-1 -> set to 10% of window
 
56
                # Ctrl-Super-0 -> set to 100% of window 
 
57
 
 
58
 * Add to preferences window:
 
59
 
 
60
   - DONE * History size
 
61
 
 
62
   - Visual bell
 
63
 
 
64
   - Audio bell
 
65
 
 
66
   - status icon visibility
 
67
 
 
68
 * Bug hunting
 
69
 
 
70
 ==== * Release the first beta version * ====
 
71
 
 
72
 * Bug hunting
 
73
 
 
74
 ==== * Release the first stable version of Guake!!! * ====