Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / keditbookmarks / TODO
blob875dea715db7356af26b25b27285156b1f618280
1 toolbar is not updating on save in editor
2 editor does not have undo after save
3 deleting folders from the quick actions menu is b0rked
5 (#1)
6 68161 : Favicons are lost on upgrade 
7    - nothing to do with bookmarks, but, no idea where to put it,
8      so, whatever, i'll handle it anyways...
9      
10    - problem: .kde/share/cache/favicons moved to .kde/`hostname`-cache/favicons
12    - fix: either 1) a symlink, 2) upgrade path
14 67635 : Bookmarks toolbar edits don't take effect until restart 
15    - completely unable to confirm, and can't recall fixing this in the past.. umm..
17 67614 : abort bookmark's context menu causes bookmark to load 
18    - can't reproduce... maybe a new / old qt bug...
20 67686 : bookmark bar first displayed empty 
21    - can't reproduce, maybe need to check from an empty .kde, thus no previous
23 67958 : bookmark toolbar intermittenly disappears 
24    - maybe just another dup of tokoe's bug
26 67685 : crash often kills bookmarks AND backup 
27    - how the heck does a crash wipe the bookmarks.xml in the first place?
28      well, whatever. i admit this can be improved, but only through new i18n's
29      so thats not going to happen until i get permission for 3.2.1...
31 somehow multi selected deletes are broken again:
32    no longer crashes, but doesn't select current well
33    TODO note added to program, quite a difficult problem...
34 a selected folder only takes one click to get a rename???
35 tbcache: don't create a tbcache file when its gonna be empty in any case!!!
36 historymgr: get dirtyness working for the kbookmarkmap
37 proper readonly support - rmb should work but things should be disabled?  no addbookmark, etc.
38 general xbel bug: http://bugzilla.gnome.org/show_bug.cgi?id=69702
40 possible qt bug:
41    multi selection deletion then shift down selects roots
42    valgrind doesn't show anything either
43    logging all the setSelected calls i can see doesn't help
45 STUFF FROM BEINERI:
47    And the "Cancel" entries in the "Bookmark" menus looks strange too. How about
48    a KMail-like progress bar (in a status bar?) with an "X" button to stop them?
49    And "Advanced Add Bookmark" doesn't work for "Add Bookmark" in context menu?
51 ---
53    Btw, I think when you have no tab and call "Bookmarks Tabs as Folder..."
54    it should not only create a folder but bookmark the current page within
55    the folder unconditional if it's a tab or not. :-)
57 CHECKS
58 ------
60 valgrind report:
62 on startup:
63    ==31246== Conditional jump or move depends on uninitialised value(s)
64    ==31246==    at 0x4026A4DF: KEBListViewItem::paintCell(QPainter*, QColorGroup const&, int, int, int) (listview.cpp:786)
65    ==31246==    by 0x40FD9CA7: QListView::drawContentsOffset(QPainter*, int, int, int, int, int, int) (qlistview.cpp:2905)
66    ==31246==    by 0x41013A5D: QScrollView::viewportPaintEvent(QPaintEvent*) (qscrollview.cpp:1702)
67    ==31246==    by 0x407E7051: KListView::viewportPaintEvent(QPaintEvent*) (klistview.cpp:1872)
68    ==31246==
69    ==31246== Conditional jump or move depends on uninitialised value(s)
70    ==31246==    at 0x4026A4E4: KEBListViewItem::paintCell(QPainter*, QColorGroup const&, int, int, int) (listview.cpp:786)
71    ==31246==    by 0x40FD9CA7: QListView::drawContentsOffset(QPainter*, int, int, int, int, int, int) (qlistview.cpp:2905)
72    ==31246==    by 0x41013A5D: QScrollView::viewportPaintEvent(QPaintEvent*) (qscrollview.cpp:1702)
73    ==31246==    by 0x407E7051: KListView::viewportPaintEvent(QPaintEvent*) (klistview.cpp:1872)
74    ==31246==
75    ==31246== Conditional jump or move depends on uninitialised value(s)
76    ==31246==    at 0x4026A4E8: KEBListViewItem::paintCell(QPainter*, QColorGroup const&, int, int, int) (listview.cpp:786)
77    ==31246==    by 0x40FD9CA7: QListView::drawContentsOffset(QPainter*, int, int, int, int, int, int) (qlistview.cpp:2905)
78    ==31246==    by 0x41013A5D: QScrollView::viewportPaintEvent(QPaintEvent*) (qscrollview.cpp:1702)
79    ==31246==    by 0x407E7051: KListView::viewportPaintEvent(QPaintEvent*) (klistview.cpp:1872)
80    ==31246==
82 lots of crap when using file->open
84 with memcheck
85    ==20415== 420 bytes in 14 blocks are definitely lost in loss record 107 of 146
86    ==20415==    at 0x40029B01: __builtin_new (in /usr/lib/valgrind/vgskin_memcheck.so)
87    ==20415==    by 0x40029B6C: operator new(unsigned) (in /usr/lib/valgrind/vgskin_memcheck.so)
88    ==20415==    by 0x402669AA: KEBListView::itemList() (listview.cpp:682)
89    ==20415==    by 0x402634EA: ListView::selectedItems() const (qptrlist.h:157)
91    
92 DONE TESTING:
93 ------------
95    favicon and status check updates:
96       removal of items while checks are happening
97       program exit with checks and updates are still going on
98    random deletion of all items - TODO
100 THINGS FOR 3.3+
101 ------------------
103 tools:
104    recursive 404 finder
105    duplicate finder
107 basic gui:
108    split view stuff - including filtered views
109    need to get keyboard shortcut changes working somehow (wheels)
110    have to get dynamic filtering (e.g sorting, pruning),
112 main bookmark config:
113    make the keditbookmarks prefs persistant
114    and make a simple include selector using
115    for example kautoconfig, including a 
116    simple dynamic menu config gui
118 bookmarklets: add some examples!
120 tips dialog - fixes bugs - shortcuts for keyboard selection are wierd