Commit Graph

302 Commits

Author SHA1 Message Date
Jeff 75ab7f1b86
Merge pull request #76 from jagerman/vectorize-button
Redraw vectorized connection button and shrink it
2020-11-11 17:57:27 -05:00
Jason Rhinelander 21f9207737 DRY cmake Qt dir args, and add Svg to them 2020-11-11 17:56:58 -04:00
Jason Rhinelander 85011ff811 Split up impossibly long line 2020-11-11 17:56:58 -04:00
Jason Rhinelander 976e2a10bf Add qt5svg dep to linux builds 2020-11-11 15:36:38 -04:00
Jason Rhinelander a4f74d825f Bump version 2020-11-11 15:16:03 -04:00
Jason Rhinelander 881be6ec89 Link to QtSvg (needed for macos) 2020-11-11 15:14:02 -04:00
Jason Rhinelander a177f6ddc0 Redraw vectorized connection button and shrink it
Redraw the connection button as a vectorized image so that we can
cleanly resize it (which should also make it look better with dpi
scaling).

Also make it smaller so that it takes less space and looks less stupid.
2020-11-11 13:20:33 -04:00
Jeff c1245d8d25
Merge pull request #75 from jagerman/rescale-smaller
Condense UI elements to shrink the control panel
2020-11-11 06:19:09 -05:00
Jason Rhinelander fe87abeedc Condense UI elements to shrink the control panel
This should make it fit fine on a 720p screen.
2020-11-10 23:10:27 -04:00
Jason Rhinelander d33d8f349c
Merge pull request #73 from jagerman/dpi-scaling
Enable high dpi support with pass-through scaling
2020-11-09 23:28:23 -04:00
Jason Rhinelander 2fdc99f30d Fix deb builds 2020-11-09 16:03:19 -04:00
Jason Rhinelander 9a4a60de0a Move build-win32-deps.sh to contrib/ 2020-11-09 15:55:14 -04:00
Jason Rhinelander 5a48c96614 Exit on error 2020-11-09 15:55:14 -04:00
Jason Rhinelander 6430056207 win32 build fixes/updates
- use nproc to determine number of cores; -j16 was way too much.
- update openssl to latest stable (1.1.1h)
- build qt 5.15.2 rather than 5.15 branch; the latter looks like an
unreleased branch (and is currently broken -- some things in it expect
5.15.3, and the build breaks).
2020-11-09 15:55:14 -04:00
Jason Rhinelander ecb36c44ae Rounding policy is only available in Qt >= 5.14 2020-11-09 14:43:04 -04:00
Jason Rhinelander a526614b2d Enable high dpi support with pass-through scaling
This should fix 150% (and other non-integer scaling factors) wanting to
round up and thus blow up to 200% size.
2020-11-09 14:33:45 -04:00
Jason Rhinelander 3af8a93c9e Bump gui version 2020-11-06 21:31:06 -04:00
Jeff b92e5fd10b
Merge pull request #70 from despair86/patch-2
update qt to 5.15
2020-11-06 06:18:41 -05:00
Jeff 846c330d96
Merge pull request #71 from jagerman/qt5-build-fix
Qt5 + bionic build fixes
2020-11-05 11:31:55 -05:00
Jason Rhinelander abf921af74 Remove project homepage url
HOMEPAGE_URL isn't supported until cmake 3.12, and we target 3.10; this
broke the build on bionic.
2020-11-05 11:57:12 -04:00
Jason Rhinelander 37dd7fc1db Change qt5-default -> qtbase5-dev in drone builds
qt5-default is no longer included in the latest qt5 packages on sid (and
going away); update it to the base dev package.
2020-11-05 11:52:39 -04:00
Rick V c7ba396ee3
Update .drone.jsonnet 2020-11-04 22:40:37 -06:00
Rick V f7f241bc2a
Update build-win32-deps.sh 2020-11-04 21:10:03 -06:00
Jeff 2db481ddb1
Merge pull request #69 from majestrate/master
NICE
2020-11-02 19:24:10 -05:00
Jason Rhinelander 2ab0cea224 Shift text down a bit
Makes it consistent with the section above.
2020-11-02 20:20:19 -04:00
Jason Rhinelander d70700d0a6 Make speed rounding more precise; add space
- Use 1/2 decimal places for <10/<100 values.
- Add a space between number and unit (there was a space there for B/s,
but not si-prefixed B/s values).

Gives us "1.24 KB/s" or "12.3 KB/s" instead of "1KB/s" or "12KB/s".
2020-11-02 20:08:11 -04:00
Jeff 76ca265a12 more bullshittery with style and arrangment 2020-11-02 18:59:45 -05:00
Jeff 507190bf7c style tweaks 2020-11-02 18:43:21 -05:00
Jeff b1bb3a3820 style tweaks 2020-11-02 18:39:55 -05:00
Jeff Becker 404a4593fb
shorten usage panel 2020-11-02 18:30:47 -05:00
Jeff f6ec735e20
Merge pull request #68 from jagerman/macos-10-12-compat
Macos 10.12 compat
2020-11-02 14:41:40 -05:00
Jason Rhinelander 5c7d285250 Update bundled lokimq version for 10.12 compat 2020-11-02 13:03:28 -04:00
Jason Rhinelander e0eb53de2b Change GUI mac version to 10.12 2020-11-02 13:00:36 -04:00
Jeff 6463becd81
Merge pull request #67 from majestrate/master
style tweaks
2020-11-02 11:54:13 -05:00
Jeff Becker e71e83efeb
make connection icon smaller 2020-11-02 11:52:08 -05:00
Jeff Becker 31b470a585
re-add loki address copy to clipboard widget 2020-11-02 11:45:43 -05:00
Jeff c401b3279f
Merge pull request #63 from majestrate/master
add win32 icon
2020-10-27 10:50:53 -04:00
Jeff Becker 2a37c15bd0
add win32 icon (probably) 2020-10-27 09:39:17 -04:00
Jeff 136de83e1f
Merge pull request #61 from majestrate/master
windows fixes and dos2win
2020-10-19 08:48:37 -04:00
Jeff Becker 78be783319
windows fixes and dos2win 2020-10-19 08:22:33 -04:00
Jeff d0111d386d
Merge pull request #60 from majestrate/master
make gui smaller
2020-10-16 11:14:41 -04:00
Jeff 51863959e4 update readme again 2020-10-16 09:37:54 -04:00
Jeff 571cd8c766 update readme 2020-10-16 09:33:45 -04:00
Jeff 52630e87b9 make gui smaller 2020-10-16 09:29:56 -04:00
Jeff 5d9fc88704
Update README.md
pedantic change to trigger ci jobs (allegedy)
2020-10-13 13:02:15 -04:00
Jeff 5cfa38254d
Merge pull request #59 from despair86/patch-1
arguments go separately
2020-10-10 06:14:07 -04:00
Rick V 9f8807873c arguments go separately 2020-10-09 18:51:24 -05:00
Jeff 5921ba55fe
Merge pull request #54 from despair86/patch-1
try going through the SCM
2020-10-08 12:29:27 -04:00
Jeff Becker 4937455c1a get rid of connected and not running as a concept for now 2020-10-08 12:23:20 -03:00
Rick V f75073b7c4
Update WindowsLokinetProcessManager.cpp 2020-10-07 15:35:35 -05:00