Commit Graph

233 Commits

Author SHA1 Message Date
eac55de2a2 catch errors during install 2022-08-30 19:38:23 +02:00
247d2d543e don't overwrite icon with every start 2022-08-30 19:38:07 +02:00
40598e3b40 add krowlog.ico to have icon on Windows 2022-08-29 17:57:20 +02:00
fa9f960ee8 make eye a little bit bigger
so that it may be visible in smaller images
2022-08-29 17:54:44 +02:00
64ed9ce3a6 Merge remote-tracking branch 'origin/master' 2022-08-29 17:16:42 +02:00
1ad2323753 update installer to work with Windows and Linux 2022-08-29 16:43:08 +02:00
33b79d6935 prepare to add command line options 2022-08-28 14:31:55 +02:00
bfe8ae460e clear selection highlight when query text changes 2022-08-28 14:20:27 +02:00
44a1c77d3c cleanup 2022-08-28 14:13:29 +02:00
95e5b944de fix selection of text when selecting backwards 2022-08-28 14:02:19 +02:00
6adbd7d2c5 use nicer string join api 2022-08-28 14:00:38 +02:00
0bb965336e fix indentation 2022-08-28 13:06:51 +02:00
ac133b07e4 improvements to desktop file
Add german comment. (Seems to be ignored in GNOME.)
Add generic name.
Add keywords.
Add %F parameter to Exec. Currently not supported, but I may add support later.
2022-08-28 12:40:45 +02:00
17f954205b remove radialGradient
The radialGradient was used for the eye.
The eye looks better with it, but Qt does not support it.
2022-08-28 12:36:45 +02:00
e405e908db use different constructor to more reliably set the parent for menus and actions
This may make rendering menus more stable on hi-dpi monitors.
It worked before, but sometimes it had some weird glitches.
2022-08-28 12:00:10 +02:00
fd840a2c95 create a desktop file when running the binary distribution on Linux 2022-08-28 11:54:19 +02:00
554220148f cleanup 2022-08-28 09:34:09 +02:00
a4052bb43e use Icon instead of QIcon 2022-08-28 09:07:34 +02:00
272a0fa076 create binary distribution for Linux with pyinstaller 2022-08-28 09:02:37 +02:00
23cdc14b3b remove unnecessary stuff 2022-08-28 08:45:23 +02:00
32028a54b9 make version accessible without having to read a file
This works when krowlog is bundled into a single executable
0.2.0
2022-08-28 08:44:45 +02:00
b6aa3083d2 find icons if cwd is not in the program root 2022-08-27 17:59:37 +02:00
0c55fdc44b Update 'README.md' 2022-08-27 09:16:31 +00:00
750456642c use krowlog svg as icon 2022-08-27 11:08:56 +02:00
27dbc9085d cleanup 2022-08-26 19:24:16 +02:00
7b0d7f8807 use PySide6-Essentials instead of full install
This reduces the size to 'just' 220mb.
2022-08-26 19:00:37 +02:00
bbedaf73de highlight other matches of selected text 2022-08-26 15:31:45 +02:00
6040b1633d cleanup 2022-08-26 14:31:51 +02:00
1ddd589cc2 support Windows file share locations in drag&drop 2022-08-26 14:09:34 +02:00
5e81d90c1f update urllib3 2022-08-25 19:54:28 +02:00
46a49f1b90 get more library versions programmatically 2022-08-25 19:38:18 +02:00
3772e696ce make version label selectable 2022-08-25 19:27:05 +02:00
f9d10d37ec translate the number of matched lines text 2022-08-25 19:23:46 +02:00
4a082ab8ee fix a few warnings 2022-08-25 19:19:30 +02:00
fcc570d75f show how many lines match 2022-08-25 19:15:30 +02:00
7732d95626 remove abstract method annotation from copy method
The method was not abstract.
2022-08-25 19:13:59 +02:00
fc0922c661 rename folder filesbrowserplugin is in 2022-08-25 19:12:16 +02:00
e1104916d6 use icon for select base dir
Windows does not have an icon theme.
0.1.0
2022-08-23 20:15:43 +02:00
536d6aff08 support multiple filters 2022-08-23 20:10:48 +02:00
7e390cada6 rename findInFilesPlugin to filesBrowserPlugin 2022-08-23 20:10:37 +02:00
2d195bd137 rename icon8d.png to icon.png
also add the original xcf file
2022-08-23 19:40:03 +02:00
e649ad8671 add license file 2022-08-23 19:32:50 +02:00
8393a7bc10 use correct method to get the file path 2022-08-23 16:44:30 +02:00
29e237113d Merge pull request 'findInFiles' (#1) from findInFiles into master
Reviewed-on: #1
2022-08-23 11:52:02 +00:00
7e0d13529a translate 2022-08-21 16:12:53 +02:00
651afe11ad no translation necessary for empty string 2022-08-21 16:04:57 +02:00
d4d87aa7d2 update libs 2022-08-21 09:53:02 +02:00
a740df32c6 hide type column 2022-08-21 09:52:54 +02:00
dd0cba259b add findInFiles plugin 2022-08-21 09:32:32 +02:00
14c059e5aa add findInFiles plugin 2022-07-30 09:17:08 +02:00