mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
ce4b91c109
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32820 a592a061-630c-0410-9148-cb99ea01b6c8
25 lines
930 B
Plaintext
25 lines
930 B
Plaintext
Short Term
|
|
|
|
Fix gdb PID bug, use readlink -f lyx/src/lyx
|
|
Make WANT_CRASH_ID optional
|
|
Force all Titles to start with lyx::
|
|
Start moving out lyx specific stuff
|
|
Make variables customisable
|
|
|
|
Longer Term
|
|
|
|
Move all temporary files to a single dir which can be mounted as a tmpfs to reduce HDD writes
|
|
HTML out with links.
|
|
Try to get KEYCODES to be repeatible and useable (DONE)
|
|
semi protect home dir for repeatibility.
|
|
Support mouse clicks.
|
|
Do not spend hours reproducing a bug that has already been reproduced. (DONE)
|
|
Support other failure modes (e.g. freezes and Python tracebacks)
|
|
Tally of failures vs successes
|
|
If come across different bug when trying to reproduce another, reproduce *both* bugs
|
|
Add report as to how easy bug is to reproduce
|
|
Try e.g. electric fence
|
|
Automatically update from svn every 24 hours, recheck if bugs have been fixed.
|
|
Make it easy to use Xvfb instead of VM. (Done)
|
|
Automatically add bisect to bug report.
|