File: TODO

package info (click to toggle)
tickr 0.6.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,752 kB
  • ctags: 980
  • sloc: ansic: 9,454; sh: 1,164; xml: 64; makefile: 51
file content (83 lines) | stat: -rw-r--r-- 2,028 bytes parent folder | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
bug list
--------

- remaining 1 pixel wide line when enabling then disabling left clock
  -> WTF ?

- item title and description both uncheked -> do sth ?

- how to prevent libxml2 segfaults ?

- previous/next feed - already-first/last-feed warning seems buggy


stuff to implement and requests for new features
------------------------------------------------

- add things to quicksetup: keyboard and mouse things, ?

- new options:

  - pause scrolling for n seconds for each item -> -pauseeach=n

  - remove clicked items from feed -> -rmclickeditems=[y/n]

  - read from stdin -> -text=""

  - sound alerts -> -allowsoundalerts=[y/n]

  - read n times then exit -> -nread=n

  - read all then show all -> -readallthenshowall=[y/n]

    this is a better alternative to feed delimiter setting ->
    make a new feed from all selected feeds (kind of new reading mode)

- https support (ssl/tls)

- can gdk/cairo frame drawing be synced with vsync ?

- split tickr_main.c (too big now) in 2 or more modules ?

- check/setup default answer for question_win()

- add 'open feed picker' after getting sample list

- run socket code in a separate thread (asynchronously) ? or use
  g_timeout_add() and g_idle_add() when loading a feed, to avoid gui
  blocking ?

- translations (finnish, french, german, spanish, russian, chinese,
  japanese, ?)

- update this:
  question at program start-up about new feed list format conversion:
  if version = 0.6.2 and feed list exists and feed list backup doesn't
  exist, create backup and convert to new format.

- could some arrays be replaced by linked lists (which eat much less
  memory ?)

- search/filter feature (option to filter out feed items on str,
  publication date, ...)


(nothing decided yet)

- is it worth switching to gtk3 ?

- color-coded feeds

- implement digest access authentication

- upload translation templates on launchpad

- improve file i/o code consistency

- 'detachable control win'

- handles to drag window

- backward scrolling

- time format settings