Commit Graph

359 Commits

Author SHA1 Message Date
Dušan Poizl 54ef8e990c Selecting thumbnails 2022-05-18 17:33:20 +02:00
Dušan Poizl 94466a6b9b Draw file name under thumbnail 2022-05-09 22:56:06 +02:00
Dušan Poizl b84d8127ad Add copy, move and index action to File tree 2022-05-09 18:14:10 +02:00
Dušan Poizl c971a919ec Add Filetree dock 2022-05-09 15:58:23 +02:00
Dušan Poizl 8c248b7cfc Add French tranlation, credit Patrick Chevalley 2022-05-08 00:18:42 +02:00
Dušan Poizl 43b510a78c Try load translation from application dir 2022-05-08 00:16:11 +02:00
Dušan Poizl 105fba814d Fix drag&drop files on windows 2022-04-27 21:20:31 +02:00
Dušan Poizl 555e6c11c8 Update english help thanks to gunarm 2022-04-27 20:46:59 +02:00
Dušan Poizl 748f5fac03 Update README 2022-04-26 22:40:39 +02:00
Dušan Poizl adc7d07b75 Update help 2022-04-26 22:32:38 +02:00
Dušan Poizl ba450ee554 Error message when OpenGL can't be intialized 2022-04-25 12:00:34 +02:00
Dušan Poizl cc69b7bc2d Fix ifdef 2022-04-25 08:09:29 +02:00
Dušan Poizl 42b619641a Add help dialog 2022-04-24 21:24:55 +02:00
Dušan Poizl 9af4fa1b99 Update translations 2022-04-24 21:24:30 +02:00
Dušan Poizl cbc6775756 Add version to About dialog 2022-04-24 13:30:51 +02:00
Dušan Poizl cee6979ece Reorganize file menu 2022-04-22 22:01:42 +02:00
Dušan Poizl 903ec65d52 Add reindex action 2022-04-22 22:01:21 +02:00
Dušan Poizl 95e4774507 Add translations 2022-04-22 17:40:14 +02:00
Dušan Poizl 2410c51d5d Reformat PCL license 2022-04-22 17:05:25 +02:00
Dušan Poizl 17bca74362 Open external link in About 2022-04-21 23:27:35 +02:00
Dušan Poizl c70123cf7b Prevent crash when changing dir while thumnails are loading 2022-04-21 23:27:19 +02:00
Dušan Poizl 12c6385f77 Add About Dialog and PCL LICENSE 2022-04-21 17:43:24 +02:00
Dušan Poizl 39f3ec7d30 Better tooltip for auto stretch toogle 2022-04-21 16:49:28 +02:00
Dušan Poizl 8b968ddcb1 Add move marked files 2022-04-21 16:47:03 +02:00
Dušan Poizl da1843e48c Add button to autostrech for each file 2022-04-19 19:59:05 +02:00
Dušan Poizl e0d473c8c8 Add marked files dialog 2022-04-19 19:57:06 +02:00
Dušan Poizl 92f9920f24 Add saving to FITS and XISF 2022-04-19 16:57:54 +02:00
Dušan Poizl f68a9c4d7c Right path for flatpak 2022-04-18 15:53:32 +02:00
Dušan Poizl 027a38cb42 Revert install.cmake 2022-04-18 15:46:32 +02:00
Dušan Poizl 47d5a9fc96 Add xisf to mime 2022-04-18 15:40:42 +02:00
Dušan Poizl 061bb3892e Install desktop icon even without xdg-icon-resource 2022-04-18 15:30:46 +02:00
Dušan Poizl b0b1a3a14b Bumb GLSL version to 330 2022-04-18 10:50:19 +02:00
Dušan Poizl ea834ebd16 Change stretchpanel to QToolBar 2022-04-18 10:20:19 +02:00
Dušan Poizl ce836a8ff3 Change fullscreen shortcut 2022-04-18 09:57:06 +02:00
Dušan Poizl a1848b27bf Don't call update for each thumbnail loaded 2022-04-18 09:56:45 +02:00
Dušan Poizl fabf3f0c1a Separate thumnail loading to different pool 2022-04-18 09:55:47 +02:00
Dušan Poizl cba8a0bb9c Clear image sizes buffer to prevent graphical glitches 2022-04-18 09:55:06 +02:00
Dušan Poizl 4e6230eef2 Add thumbnails 2022-04-18 07:20:35 +02:00
Dušan Poizl 2c95364fc4 Reorganize CMakeLists.txt 2022-04-17 16:05:54 +02:00
Dušan Poizl 26be690c70 Add drop file support 2022-04-14 11:20:16 +02:00
Dušan Poizl 56d6db8bc3 Explicitly link gslcblas 2022-04-12 12:20:13 +02:00
Dušan Poizl a44c456cab Add indexing of XISF 2022-04-12 09:03:29 +02:00
Dušan Poizl 0fb27266c7 Support for XISF 2022-04-12 08:17:18 +02:00
Dušan Poizl e5cd25cc77 Multiple search support and SQL optimization 2022-04-11 20:12:06 +02:00
Dušan Poizl c51be18d28 Store UTC mtime not local one 2022-04-11 10:33:53 +02:00
Dušan Poizl 61a618b2fd Don't keep QSqlDatabase instance 2022-04-11 10:33:28 +02:00
Dušan Poizl 84a71896f8 Fix laoding 16 bit signed files 2022-04-10 17:37:10 +02:00
Dušan Poizl 0ba02d4070 Fix calculating median and mad for 32 float images 2022-04-10 16:30:51 +02:00
Dušan Poizl eff0780014 Fix crash if last file in directory is deleted 2022-04-10 16:30:27 +02:00
Dušan Poizl 7665ea76b6 Desktop icon and menu entry when install on Linux 2022-04-10 16:30:10 +02:00