Commit Graph

197 Commits

Author SHA1 Message Date
Maxime Rijnders
5b19f05e95 Update README.md 2020-04-03 23:54:53 +02:00
Maxime Rijnders
f7ee5db630 Update README.md 2020-04-03 23:50:04 +02:00
Maxime Rijnders
8383c6976a Update README.md 2020-04-03 23:46:27 +02:00
Ximi1970
aa5b49accc Increase default poll time to 30 sec 2020-04-03 21:32:03 +02:00
Ximi1970
77dd869546 Update README 2020-04-03 20:07:43 +02:00
Ximi1970
38359a329d Update script 2020-04-03 20:07:10 +02:00
Ximi1970
f2596381c0 Update version 0.1.2 2020-04-03 19:45:55 +02:00
Ximi1970
daf5ece293 Merge branch 'feature-issue-8' into develop 2020-04-03 19:44:21 +02:00
Ximi1970
bfcd30efcf use new poll timing 2020-04-03 17:45:20 +02:00
Ximi1970
7d432558b4 Add poll timing options in app, sync 2020-04-02 22:27:34 +02:00
Ximi1970
a3b55c6887 Add poll timing options in addon 2020-04-01 23:33:08 +02:00
Maxime Rijnders
c6b66adab8 Merge pull request #7 from TobiasLudwig/windowsctrl-win-refactor
WindowCtrlWin: refactor
2020-03-31 22:44:03 +02:00
Ximi1970
a92ef7e7f5 Merge branch 'develop' of github.com:Ximi1970/systray-x into develop 2020-03-31 15:24:46 +02:00
Linux
6bea8c9cab Update linux installer 2020-03-31 15:23:12 +02:00
Maxime Rijnders
9efb3287e3 Update README.md 2020-03-31 15:15:37 +02:00
Maxime Rijnders
f6090facb3 Update README.md 2020-03-31 15:12:05 +02:00
Maxime Rijnders
72161af98a Update README.md 2020-03-31 15:11:37 +02:00
Maxime Rijnders
cbfaa30687 Update README.md 2020-03-31 15:10:18 +02:00
Ximi1970
6d6fdca815 Include XPI in Linux installer 2020-03-30 23:13:55 +02:00
Ximi1970
78f51b14c7 Update release scripts and info 2020-03-30 21:15:58 +02:00
Linux
b15db8d982 Merge branch 'feature-release-test' into develop 2020-03-30 15:19:08 +02:00
Ximi1970
6b4018744a Update windows 32/64 installer 2020-03-28 22:33:38 +01:00
Ximi1970
15bab54f56 Added multi user install 2020-03-28 00:18:35 +01:00
Ximi1970
42e1e63989 Single user install 2020-03-27 22:18:23 +01:00
Linux
ce71c9887a Fix typo 2020-03-27 13:31:17 +01:00
Tobias Ludwig
7d90b62973 windowctrl-win : use nullptr instread of NULL 2020-03-24 18:03:52 +01:00
Tobias Ludwig
97b518334d Merge branch 'develop' into windowsctrl-win-refactor 2020-03-24 17:53:42 +01:00
Ximi1970
211fa48873 Merge branch 'feature-release-test' into develop 0.1.1 2020-03-22 21:35:23 +01:00
Ximi1970
9a529492db Set new version 2020-03-22 21:34:34 +01:00
Ximi1970
86ec9d6c96 Issue #9, Remove shutdown listener 2020-03-22 21:26:42 +01:00
Ximi1970
9dd75617d8 Issue #9, Remove shutdown listener 2020-03-22 21:19:59 +01:00
Ximi1970
c0fa01934e Add version script 2020-03-22 21:17:27 +01:00
Ximi1970
786e332ae1 Fix JSON 2020-03-22 14:34:43 +01:00
Ximi1970
55b16c3bfe Fix json 2020-03-22 14:10:21 +01:00
Ximi1970
465a0733b0 Fix clean 2020-03-21 22:41:24 +01:00
Ximi1970
f44ff6c2b4 Merge branch 'develop' into feature-release-test 2020-03-21 22:36:04 +01:00
Ximi1970
c84f51aef3 Add windows bash commandline build 2020-03-21 22:34:41 +01:00
Maxime Rijnders
764c37c027 Merge pull request #6 from TobiasLudwig/fix/windows-mingw
SysTray-X.pro : fix windows mingw linking error
2020-03-21 17:30:53 +01:00
Maxime Rijnders
49f38c45e0 Merge pull request #5 from TobiasLudwig/bugfix/pro-file-quotes
SysTray-X.pro : add missing quotes in windows QMAKE_POST_LINK command
2020-03-21 17:28:06 +01:00
Tobias Ludwig
1cb399a0b2 windowctrl-win : make m_tb_window(s) non-static --> more consistent with WindowCtrlUnix 2020-03-17 19:56:23 +01:00
Tobias Ludwig
1a5d5edf94 wibdowctrl-win : add callback data struct for enumWindowsTitleProc function 2020-03-17 19:49:19 +01:00
Tobias Ludwig
6ea29c7d6e windowctrl-win : rename HandleData --> EnumWindowsPidProcData
* use reinterpret_cast instread of old-style cast
2020-03-17 19:38:28 +01:00
Tobias Ludwig
63ef80adab windowctrl-win : use std::array instead of c-style array 2020-03-17 19:27:10 +01:00
Tobias Ludwig
5a4abc39aa windowctrl-win : use range based for loop instead of "foreach" 2020-03-17 19:21:23 +01:00
Tobias Ludwig
16bf95469b windowctrl-win : use nullptr instead of NULL / 0 2020-03-17 19:13:22 +01:00
Tobias Ludwig
aac699d04d SysTray-X.pro : fix windows mingw linking error 2020-03-17 19:05:28 +01:00
Tobias Ludwig
48d3621d2d SysTray-X.pro : add missing quotes in windows QMAKE_POST_LINK command
The command did fail when the project path contains spaces.
2020-03-17 01:20:43 +01:00
Ximi1970
1df30241ce Merge branch 'develop' into feature-release-test 2020-03-10 23:09:46 +01:00
Ximi1970
d0ec50245d Use different unread backup icon 2020-03-10 23:04:22 +01:00
Ximi1970
2b253f8c95 Merge branch 'develop' into feature-release-test 2020-03-10 22:44:21 +01:00