-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
66 lines (50 loc) · 1.87 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
qtrc v1.4.0
by Mew151 from LD4all
==Overview==
qtrc is an application to remind you to reality check! It's pretty sweet.
By the way, did you reality check?
==Compiling qtrc==
In order to compile qtrc, you need qt (really?) and qmake. You'll need to install
your distribution's versions of the latest version of Qt and the Qt development (qt-devel) packages.
Then you can simply run:
qmake
make
And it will be done.
==Running qtrc==
To run qtrc, simply run "qtrc" from the terminal, file manager, start menu, etc.
==Changelog==
v1.4.0
+Added DBus functions:
+To reshow the configuration window, just launch qtrc again.
+To exit out completely, you can run pass "--exit" to qtrc.
+To show the RC notification, you can pass "--show" to qtrc. (Idk, I thought it might be useful?)
+Added "Exit" Button to main interface.
+Added "Stop" functionality to main interface when being reconfigured.
+Cleaned up code
v1.3.1
+Fixed bug where focus is blocked when RC notification pops up.
-Removed more debug output. And added more, but now you have to compile it specifically to output debug info.
v1.3
+Fixed new popup graphics and made some of the code less stupid
+Added different notifier location behaviors: Cursor Position, Random Position, and Screen Center.
+Changed popup graphic timer from 24 hours to 2 hours (will be configurable later)
-Removed some debug output
v1.2
+Added new popup graphics
-And then proceeded to break them
v1.1
+Added configuration window
+Added timer functionality to application
+Added "auto quit" timer
+Added install directories to qmake project file
+Changed a lot of the readme
-Removed shell script
-Removed fake autoconfig script
-Removed Qt .pro.user files
v1.0.3
+Fixed a bug where the application would not show up at all
v1.0.2
+Now hides the application from the taskbar
+Fixed a bug where the application continued running after it quit
v1.0.0
+First Release