aceb79b2 | 28-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Allow enabling polling without restarting. |
f0695b86 | 28-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Tweak the option dialog. |
80bca0a3 | 28-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add configuration option for polling. |
fcaa7557 | 22-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement a polling timer in WatchTower (Windows). |
9ba963cb | 10-Oct-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Update unit test configuration for Windows. |
58ab9c53 | 07-Sep-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix non-display of marks when no search is active. |
b932ea6f | 01-Sep-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix the non-incremental search.
Now doesn't crash when using regexp, fixes #87 |
6e2e573c | 31-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
CompressedLineStorage now supports >4GB files. |
4752846b | 16-Jul-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a build issue with some versions of Qt. |
289ff90a | 30-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Merge pull request #91 from jwakely/missing-headers
Add missing QDataStream headers. |
c580560c | 30-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Correct activation of auto-search in a new tab. |
7151e3ac | 30-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add caching of the position in CompressedLineStorage. |
e49f4922 | 23-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Re-activate compressed lines in memory. |
653377b6 | 16-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now share the indexing data between the two threads.
Compression is disabled. |
af5438c7 | 15-Apr-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now copy the line position table between threads.
Temporary and very SLOW! |
87e663a3 | 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Optimise memory usage in the compressor. |
3c46a469 | 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Complete initial implementation of memory compression. |
7a2f3a57 | 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement compression of the memory for the index. |
f049f87f | 04-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor the LinePositionArray and add tests. |
8bda3285 | 12-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Make the performance monitor compile time optional. |
045703da | 09-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add a performance counter indicating the number of refresh per second. |
1a30cd4d | 05-Aug-2015 |
Jonathan Wakely <jwakely@redhat.com> |
Add missing QDataStream headers. |
90684c57 | 21-Jan-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Remove open/close on each file access.
Performance is greatly improved: sequentialRead 76.7s -> 9.8s randomRead 15.7s -> 12.8s browsingSearch 121s -> 29.8s |
f62e2c23 | 08-Apr-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Avoid a division by zero in some edge cases where the file is truncated. |
240a4b5e | 01-Apr-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Activate auto-refresh when the checkbox is loaded from context. |