Ray-V
cd17d52140
Fix pthread required
...
Signed-off-by: Ray-V <ray-v@inbox.lv>
8 months ago
Michele Calgaro
f0b2713049
Use centralized cmake version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d6d0adfe0
)
8 months ago
Michele Calgaro
843bdb5044
Fix cmake conversion for ix86 archs
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 90c486fe47
)
9 months ago
Michele Calgaro
41f6d5afec
Conversion to cmake building system
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc9bda10c9
)
9 months ago
Alexander Golubev
b24092d4d2
fix an incorrect condition in ImageViewController::eventFilter()
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit a8bf4dbf8a
)
9 months ago
Alexander Golubev
f9cd02afd1
Suppress several warnings
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 430301a436
)
9 months ago
Michele Calgaro
e00293c122
Drop dummy development test for vertical tab widget
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 686ac45321
)
9 months ago
Michele Calgaro
e99867e7cf
Add program pixmap from tde-packaging's debian folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9935f1401c
)
9 months ago
Michele Calgaro
2407130af5
Move gvdirpart icons under main icons folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7c86018703
)
9 months ago
Michele Calgaro
10fd80d40d
Restructure src/pics into icons folder
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6af814bc02
)
9 months ago
Michele Calgaro
c3f31d4042
Removed unused files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 683e8f297c
)
9 months ago
Michele Calgaro
d41529e3a5
Restructure doc/man folders
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2f5a9e8ee0
)
9 months ago
Alexander Golubev
ab31b74b6a
Fix a crash when loading a PPMRAW image
...
The crash is caused by the fact that TQImageIO::imageFormat() may return
some values not present in neighter KImageIO::types(KImageIO::Reading)
nor in TQImage::inputFormatList(), e.g. different flavours of ppm like
PPMRAW. Besides that it's possible theat TQt could support other formats
unknown to TDE.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 967c505233
)
9 months ago
Alexander Golubev
b97fb9f1a9
Update FileThumbnailView's grid upon finishing loading thumbnails
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit eed7134d32
)
9 months ago
Alexander Golubev
74da49e1fc
src/gvcore/filethumbnailview: replace NULL -> nullptr
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 486b7ac573
)
9 months ago
Alexander Golubev
0729233bab
configimagelistpage: add whatsthis messages and keyboard accelerators
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f4878aa42e
)
9 months ago
Alexander Golubev
c42622ee63
Make metadata loading optional
...
See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 13d26b5984
)
9 months ago
Alexander Golubev
8f266257f3
Use image dimmentions from metadata as a fallback
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 985d8126df
)
9 months ago
Alexander Golubev
db4080c183
Avoid sorting items and creating thumbnails when loading metadata
...
Otherwice it has a big performance impact: it causes lots of
thumbnail reloads and resorts of FileThumbnailView.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 53ce37eeca
)
9 months ago
Alexander Golubev
a5931c83bd
Some refactoring of FileThumbnailViewItem::updateLines()
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 79826b760f
)
9 months ago
Alexander Golubev
d84beae42a
Keep an item in browse mode selected when switchng views
...
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 5c1e2e423c
)
9 months ago
Alexander Golubev
ad01a7f1f9
Various small improvements
...
- fix some warnings about struct/class deslaration/definition mismatch
- fix incorrect assert in jpegcontent.cpp
- add a note
- null a pointer after deleting a job
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit d4548234b9
)
9 months ago
Alexander Golubev
801c90b6c2
Load file metadata asynchronously
...
Synchronous load of metadata resulted in big delays when opening a
directory with substantial amount of files.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 8c522cac34
)
9 months ago
Alexander Golubev
8064b0ca87
avoid waiting for dir cache when opening a file
...
At least this will eliminate the most annoying part of the bug there the
file won't be displayed till the dir cache is completely loaded.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 6ca60fdaa3
)
9 months ago
Michele Calgaro
30981c12c4
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 32098c8e56
)
9 months ago
TDE Gitea
efa0164444
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
9 months ago
Michele Calgaro
f31e61c67e
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5ba11a31cb
)
10 months ago
TDE Gitea
dcea9a0b62
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
11 months ago
Michele Calgaro
f476b77d1d
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 97ea83f8b2
)
11 months ago
Michele Calgaro
5eb453b778
Replaced various '#define' with actual strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 831670cd1a
)
12 months ago
Michele Calgaro
247add2153
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9e6e0ff97a
)
12 months ago
Michele Calgaro
5a71f93b01
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 26d900d083
)
12 months ago
Michele Calgaro
20b4653fd0
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 357bdcb472
)
1 year ago
Michele Calgaro
d4e69bd209
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81b7540559
)
1 year ago
Michele Calgaro
d2998fbc2b
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9819dffc57
)
1 year ago
TDE Gitea
36bde20b9b
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
Slávek Banko
549b83dedc
Raise the minimum required version of CMake to 3.5.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 400a308970
)
1 year ago
TDE Gitea
fa2a80f713
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
Michele Calgaro
4c58d618d3
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 858a782334
)
1 year ago
TDE Gitea
786381a767
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
TDE Gitea
1f485d8ea2
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
TDE Gitea
5fac5b37e8
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
Michele Calgaro
6b1a56ba86
Fix FTBFS when using libexiv2 0.28.0. This resolves issue #7 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bf65e56e9e
)
1 year ago
Michele Calgaro
e441ffca7f
Remove unused code related to very old versions of libexiv2 (prior to 2011)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d90ca2cd75
)
1 year ago
Michele Calgaro
2d5bd98e02
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad5ba758d5
)
1 year ago
TDE Gitea
5934dcb58a
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago
Michele Calgaro
a248cedfe9
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit eef3d8d98f
)
1 year ago
Michele Calgaro
ff1ab64a5c
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d1b610d43e
)
1 year ago
Michele Calgaro
d6c24d70ff
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f5f3eb33f5
)
1 year ago
TDE Gitea
a03a99184d
Reset submodule main/applications/graphics/gwenview/admin to latest HEAD
1 year ago