blob: c75e3f271cb47ec29340555e3f13e9d470f1b139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
TDEIconView:
==========
- When you are adding to the selection (eg. by shift + LMB)
then change the mouse cursor to indicate this. Several drawing programs do
this by adding a '+' to the normal mouse cursor and it makes them a lot more usable.
[ I'm not sure this is necessary, and if yes it's a QIconView issue anyway - David ]
libkonq:
========
- delete file : if image, remove from thumbnails dir
- ordering templates: Find a way to use KServiceGroup for this,
or "borrow" the code...
konqueror framework:
====================
- Remove highlighted text color and text color from kcmkonq, and settings.
- Do we want "[X] Use directory properties" ?
iconview+listviews:
===================
- Hide backup files (files ending in ~ or #) - see #3212
- if we keep "background color for this directory" should we have "text color for
this directory" too... ?
dirtree:
========
- Create dynamic items when browsing non-local URLs (FTP etc.)
kpropsdlg (tdefile):
======
- Maybe add GUI (in kpropertiesdialog probably) for user defined actions in .desktop
files (example: see eject action in the CDROM template) ?
- Maybe a checkbox for the appstart-notification thing ?
kdesktop:
=========
- Different icons on different desktops (i.e. different directories, Desktop[1-N],
the Desktop one being the 'sticky' icons)
|