Duncan Mac-Vicar P
|
83eeeb4216
|
Simplify how the event queue works. Now it is just a timer
that gets restarted on every new event, and the processing starts
when no events reset the timer for the event interval.
|
2011-04-06 22:35:08 +02:00 |
|
Duncan Mac-Vicar P
|
25315dfdec
|
fix warning
|
2011-04-06 17:03:10 +02:00 |
|
Duncan Mac-Vicar P
|
c19c9859e3
|
add alias to folder
|
2011-04-06 09:52:02 +02:00 |
|
Duncan Mac-Vicar P
|
f22caca96b
|
- refactor tests repeat-myself with a cmake macro
- enable cmake testing
|
2011-03-31 20:26:51 +02:00 |
|
Duncan Mac-Vicar P
|
9ac0397ff9
|
unneeded
|
2011-03-31 20:26:32 +02:00 |
|
Duncan Mac-Vicar P
|
3f32499c4e
|
If the first event happens before 5 secs after starting the
program, it will always cause it to queue it to avoid event
flood (5 secs). So don't init the QTime for last event, and then
check if it is null.
|
2011-03-31 19:07:45 +02:00 |
|
Duncan Mac-Vicar P
|
bad489adcc
|
add testcases for unison
|
2011-03-30 23:36:30 +02:00 |
|
Duncan Mac-Vicar P
|
bd5effe78c
|
- fix inotify/folderwatcher so that it uses full paths
- make the test pass using QSignalSpy
|
2011-03-18 13:54:32 +01:00 |
|
Duncan Mac-Vicar P
|
e6a135273d
|
- introduce a tmp dir class and rm-rf util function
- start a testcase for the folder watcher part
|
2011-03-18 01:14:45 +01:00 |
|