47
by Lukáš Lalinský
Added TODO list. |
1 |
TODO List |
2 |
========= |
|
792
by Alexander Belchenko
some ideas about qdiff optimisation. |
3 |
Todo items, feature requests, wishes, and wild ideas. |
47
by Lukáš Lalinský
Added TODO list. |
4 |
|
792
by Alexander Belchenko
some ideas about qdiff optimisation. |
5 |
- allow changing of location in qbrowse -- is it really needed? [bialix] |
47
by Lukáš Lalinský
Added TODO list. |
6 |
- tabbed (per file) qdiff view |
792
by Alexander Belchenko
some ideas about qdiff optimisation. |
7 |
- more information in qblame (like gblame) -- needs more details [bialix] |
181
by Lukáš Lalinský
Update NEWS.txt |
8 |
- pluggable API for adding pages to qconfig from other plugins |
792
by Alexander Belchenko
some ideas about qdiff optimisation. |
9 |
|
10 |
- faster qdiff on big binary files: provide small optimization re binary |
|
11 |
files: |
|
12 |
||
13 |
1) try to get content of binary file from working tree first |
|
14 |
2) if it's really binary file and it's not image file then skip |
|
15 |
reading its content from revision tree/repository |
|
16 |
3) support for binary settings in rules file (global/local does not |
|
17 |
matter), e.g. |
|
18 |
||
19 |
* rule name: ``binary``, |
|
20 |
* possible values: ``auto`` (default, require content check), |
|
21 |
``yes`` (force binary mode, no need to check content), |
|
22 |
``no`` (force text mode, no need to check content) |