File: TODO

package info (click to toggle)
twinkle 1%3A1.10.1%2Bdfsg-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 9,100 kB
  • sloc: cpp: 62,216; makefile: 17
file content (22 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* make KDE support work again

	After cleaning up the autotools config, twinkle only builds with
	--without-kde. This is only temporary, the goal is to allow building
	against KDE4 libraries (and, preferrably, also KDE5).

* IPv6 support

	Still missing, AFAIK.

* t_gui locking

	Dirty workaround for (mostly) calling GUI related methods from non-GUI
	threads. Doesn't actually work with Qt4, causing segfaults. Analyze
	the remaining uses and get rid of it.

* MEMMAN_* tracking macros

	Ugly and unreliable (too easy to forget adding them). Either replace
	them with overloaded new and delete operators or kill them completely
	and rely on valgrind.