Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lxqt/lximage-qt

The image viewer and screenshot tool for lxqt
https://github.com/lxqt/lximage-qt

Make image URL read-only.

3a5052ca128fa687773498ffcef730f1aa9d5e1b authored over 7 years ago
Bump versions

Remove some QUIET

535f95f31e876d83eaab9fe4046c9943566e315e authored over 7 years ago
Update Catalan translation

d5b3cf034a7ce56344493b132d53868c38b743c7 authored over 7 years ago
Update to current sources (#287)

a347ea2b122dac096c743ec42333a1b42c92923b authored over 7 years ago
Indonesian translation (#260)

* Update compton-conf_id.ts
* Create libfm-qt_id.ts
* Added liblxqt/liblxqt_id.ts
* Added lxi...

99e5398997a4b183f7fea4e1c114cec42b37d2bb authored over 7 years ago
Don't export github templates

fca5aa124acf70765d6bca95a04543d99e09e789 authored over 7 years ago
Update da

59fc670c1961f98a4ab6fb23ba62ed1b3a70882f authored over 7 years ago
update italian translations

32d576d0d52b5911f9a517b7c60ccd7b680d4718 authored over 7 years ago
Updated Lithuanian language

7f714e2e98b85dbbbdeebce1b060807550eed42d authored over 7 years ago
Update Polish translation (##253)

dad888a618e8a4d8a1b99df4b4ff5fd062b3b53c authored over 7 years ago
Update to current sources

62b3616d6ff62e6217481797e87fdd6378d08c8b authored over 7 years ago
Don't use hardcoded install dir

This way we don't make assumptions about install dirs. And we give the
packager the ability to o...

25d60d97280e7f905cfde31cfafbe2408789aeb8 authored over 7 years ago
Merge pull request #110 from stefonarch/patch-2

Update CMakeLists.txt

6e4e47817dadc8c19f0f1846d221949edf692f24 authored over 7 years ago
Update CMakeLists.txt

Fix for https://github.com/lxde/lxqt/issues/1343

90b080a6d76cb7373f797f1ea115dbd4e72549c2 authored over 7 years ago
Improve Polish translation

fd2d32f6f45242c2b66c55890c4db9bf061771e4 authored over 7 years ago
Fix regression in thumbnail view

Fixes https://github.com/lxde/lximage-qt/issues/102.

88eef998e8013d242cf85bb30fbbfd4c102956cc authored over 7 years ago
Updated italian translations

4cba04a533977e6619a4624efd3a4dc18ea0c7ac authored over 7 years ago
Add Lithuanian .desktop files

914f09b255f39e4302da9caf451e919de264bd06 authored over 7 years ago
liblxqt don't fit here

qtxdg, build tools and libfm-qt do

33f158d1a2fa5df790deac5fd2413e05e5fba20e authored over 7 years ago
Copied issue-template

refs lxde/lxqt/issues/1322

1e2f2849266b479c143475d49f576d7eca51d32c authored over 7 years ago
Drops Qt5Core_VERSION_STRING

Use Qt5Core_VERSION. Qt5Core_VERSION_STRING is a compatibility variable and
it was removed in Qt...

eaa720f1970cf94c50b24920213e60bc0e5b605e authored over 7 years ago
set Qt::AA_UseHighDpiPixmaps to true

ca2fb074ba0fbec5ed128d29f6b8e8204cade67d authored over 7 years ago
MainWindow: Fix crash for quick image changes

7bea6c0a96c7b34e4aef560d7df68d210061e9a4 authored over 7 years ago
Use GNUInstallDirs

8971264a04d1fd4c0c59c27db1b846a2d4a2b6db authored over 7 years ago
Updated Polish translation

Signed-off-by: Marcin Mikołajczak <[email protected]>

bbcead33710b5396ca4ae54a81dfe455d49e0d7a authored over 7 years ago
Lithuanian translatio

e975ae7f52eab4542301b075f9097440d3fa2fa9 authored over 7 years ago
Merge pull request #90 from lxde/new_libfm-qt

Adapt to changes in libfm-qt(the c++11 port)

f6e47a2eb9bce93d77f33337c79daa16ace1e6db authored almost 8 years ago
Fix french tralations

762491b1454a7838b272a77ed8bed96eeeac609a authored almost 8 years ago
jobs: Do proper error handling

1a1c4f9a0c668efa2c4ec956cb24c3e93e071343 authored almost 8 years ago
Adapt to changes in libfm-qt(the c++11 port)

30f3bc7bbe43d7834fe4dbee83a0c9be489ce439 authored almost 8 years ago
Use the new lxqt-build-tools new FindExif CMake module

29b8a27a974d2d155dfbe05471b7a195aea52030 authored almost 8 years ago
Merge pull request #86 from lxde/screenshot-region

Screenshot region

e67c43e671d1cdc0e22603bf9b3af612d91f7361 authored almost 8 years ago
Simpler code for ScreenshotSelectAreaGraphicsView class.

0e73c6ddeea8b00043af1c96e173c35a764f47a7 authored almost 8 years ago
Merge branch 'master' into screenshot-region

99139a1da4e81559b0b8e2d7d2825701edfdeb24 authored almost 8 years ago
Change Screenshot select area green color by actual hightlight color. Use lximage-qt private variables style.

e17bf9ba8f3b02934e8b4d34f25e73bb8116288a authored almost 8 years ago
Merge pull request #84 from lxde/strict-iterators

Use const iterators

cb2944c1f17284248526248c8c4c0b6a28d42538 authored almost 8 years ago
Adapt to C++11 and RAM improvements.

1e495531a205a0b280cb58dabe6d781a3daae53e authored almost 8 years ago
Screenshot captures an area of the screen.

d8c3d87c1ab6a1cc80b5a04f97df35570d6ab125 authored almost 8 years ago
Update Catalan translation

796c36b2e9765ad679f9d27b1823b7d3ac5caaef authored about 8 years ago
Merge pull request #81 from lxde/view_DND

File and folder DND

debaaaa2647fb68dc1f7490a342d2991bb5950ac authored about 8 years ago
Use const iterators

Avoid assignment of a non-const pointer to a const pointer and the
consequent container detach.

988a5f40479c23984853fe485a24d356a91343b8 authored about 8 years ago
Bump year

c0d61eefacf510693fd5c33a491ebb6d956e590b authored about 8 years ago
Add/update Turkish translations

07920f65fa71aca62daefe8a97fa86c635d883b2 authored about 8 years ago
Release 0.5.1: Update changelog

942e9f66b097d1d366055672d59c6cffcd17a1da authored about 8 years ago
Bump patch version and (#82)

build-tools version too - doesn't hurt, because pcmanfm-qt/libfm-qt need 0.3.0 too

51629271aec161cfe9ff807483ad0834682073e2 authored about 8 years ago
Create lximage-qt-screenshot_it.desktop (#83)

b863ee5df76ef1925eaab26974a45f9ac3041a49 authored about 8 years ago
File and folder DND

Fixes https://github.com/lxde/lximage-qt/issues/69.

A file/folder can be dropped into lximage-qt...

2276c15eff1d6bf4318efbef130901dec0084dd7 authored about 8 years ago
Add *da.desktop files

1d8d50424dfd9363b3e78bf258df9876ca0ad3ee authored about 8 years ago
Update Danish translations

0aecf29e1d6addc4565ccdeadeff35b4660dd0b0 authored about 8 years ago
Desktop entry files: Fix typo in French translation

53635d6a62520a721b75d838665493423ee0e4c6 authored about 8 years ago
[MRG] Display first image when loading a directory (v2) (#75)

* Add support for opening a folder

Display the first available image when opening a folder. O...

7e496df8e69d06f9bd606e8120c8b17cb3cff4ec authored about 8 years ago
render image EXIF data

ee3773dbd0fe06e84800f29186bd153451122b76 authored about 8 years ago
Add/update (complete) Ukrainian translation

* Initial translate of libfm-qt
* libfm-qt Ukrainian translation update
* Initial translation of...

375ceeb0cb13af2d6cc2c1a816acb6cd0441b6bb authored about 8 years ago
Desktop entry files: Add French translation

1d14a6688a9e2df0f382b513fe4392ee5f74c5e1 authored over 8 years ago
Update Frech translations (#152)

- Update lximage-qt, lxqt-admin, lxqt-config french translations
- Fix lxqt-config-appearance_fr.ts

751eaf9068d9f149ac3db8e2c090be54feb0f4a9 authored over 8 years ago
Merge branch 'use-lxqt-build-tools'

* use-lxqt-build-tools:
Use lxqt-build-tools
Use the new lxqt-build-tools package

fbfda49dc8a8d8cc0dcb0e9fffc8a53aa301b4c1 authored over 8 years ago
Update Portugese translations

Some fixes, update locale in files and update obconf-qt to 100% (Portuguese)

9b96822054a2c45dd7184249dd298b023d1666f7 authored over 8 years ago
lximage-qt_nl.ts

Complete Dutch translation

83143348c5680156974a515dac1f7c243a207c13 authored over 8 years ago
Fix language vs. name discrepancies

...revealed by auto testing

3bc0efe3b886103ad06e53bf0d06e0cda2de070f authored over 8 years ago
Massive update for Portuguese

6d97084148ce741fadc1e63032344647dee965a6 authored over 8 years ago
Use lxqt-build-tools

* Sorted CMakeLists a little bit
* Removed LXQt dependency

8c14c4619d02d3b7281ee0e5dc925e7e88f9e6ed authored over 8 years ago
Use the new lxqt-build-tools package

Drop liblxqt build time dependency.

2df40b5e6372d72a79e44532197929e65c3c5116 authored over 8 years ago
Fixed A Cast (#71)

Corrected a wrong cast that deformed (scaled) images on rotation. (A bad typo plus a wrong assum...

6615e681b60b51b9644531461622883c26199f57 authored over 8 years ago
Remove cpack (#70)

* remove "building with cpack" from CMakeLists.txt - not used anymore

* Added very basic .git...

c94a30162a15873d24f799f754d13b2bf33628b7 authored over 8 years ago
Release 0.5.0: Add changelog

7d7260744543710e89e7f09d53757a18b6825ac4 authored over 8 years ago
Bump version to 0.5.0 (#67)

c4d582c599f47592aeb239704c86d3351e8a32ad authored over 8 years ago
Remove Core and Qt from Categories in desktop file (#64)

65e42102f1a5e748be42277340b9bcc5b0a20d72 authored over 8 years ago
Extend README.md

46a5efe91b26fd03fe19e841eb5f93efb9103950 authored over 8 years ago
Update German translation (#33)

Adds some strings which were introduced only recently.
Fixes a faulty translation in panel's pl...

b13c629a3d4050a8abe105003e87913e6295e2e8 authored over 8 years ago
Add/Update Czech translations

fb726c2b084787ce7faec930634d41ddf3ec2dc9 authored over 8 years ago
Fix broken compatibility introduced by libfm-qt API changes.

This closes lxde/lximage-qt#63.

3a86851947ff8c6f1bcc895d2bf7c4ea6698fa98 authored over 8 years ago
Update Greek translation

5a4c8354f9812559adb6a83bf4bfcd76a3aa15b6 authored over 8 years ago
Translate lximage-qt_ca.ts (Catalan)

459135d0e9d639ed315da7d868d9e424c92777b0 authored over 8 years ago
Add Catalan translations

8e5fce8dea4780e513af491cd29c3edd275ae867 authored over 8 years ago
Merge pull request #60 from lxde/compiler_warning

Quieten compiler warning

203b0dd91ce4981f10c32d2ca0b96e645c2dc18c authored over 8 years ago
Quieten compiler warning

Thanks to, https://github.com/lxde/lximage-qt/pull/58/commits/8c52c8ddf0a14369d6b0f53e7672992294...

d0a32d6d8c29965f352f92a98a3cd24ca7d824dc authored over 8 years ago
Merge pull request #58 from lxde/use-lxqt-compiler-settings

Use LXQtCompilerSettings cmake module

b056f687a4d4529d01c8ddc86251a1b710357330 authored over 8 years ago
Merge pull request #59 from lxde/code_cleanup

Code cleanup

ccf96ac3ed749cfe34607afe213fe1b8cf6b7dff authored over 8 years ago
Code cleanup

Especially replaced the deprecated method `QPixmap::grabWindow()` with `QScreen::grabWindow()`.

86c9128920db5ff0c82d30c84c808a6f76ded6a4 authored over 8 years ago
Merge pull request #57 from lxde/svg_images

Treat SVG files separately as SVG images

4c54cd3997ed79bac605f1e2ce755583d4d27a9f authored over 8 years ago
Use LXQtCompilerSettings cmake module

We already have an build time dependency on liblxqt. So, let's take all the
advantages we can.

8c52c8ddf0a14369d6b0f53e7672992294d2d287 authored over 8 years ago
Treat SVG files separately as SVG images

Fixes https://github.com/lxde/lximage-qt/issues/49 by using QGraphicsSvgItem.

Also the zoom-in ...

2643ece49a62ad500514942ad02725180003fb80 authored over 8 years ago
Merge pull request #48 from tsujan/hide_cursor

Hide cursor smartly in fullscreen mode

94c087b2dc82534144109105ed12c2445c3297ae authored over 8 years ago
Update Arabic translations

5922ee18ec8c5eac18e63d5571b39d0c95e576bf authored over 8 years ago
lximage-qt: Update translations (ui_*.h -> *.ui)

d1eb6a018c28238032462c947716937a7ee6876a authored over 8 years ago
build: Update translations based on *.ui

...and not based on (generated) ui_*.h files.

f8fc5323af5d3e7134dac9cd5a5da523f2429426 authored over 8 years ago
Fix typo in Portuguese translation for desktop file

7e1b165526156e8eff405db09134b2444c32bff9 authored over 8 years ago
Fix typo in German translation for desktop file (#55)

c78929737966d916ea5016a9d37d738effcad7fc authored over 8 years ago
Update all translations to current sources

cd47a7149fc88c788c9fd0151314a09ce6bdd863 authored over 8 years ago
build: Use external translations (#54)

94ccb2f9c71f75bcf7e0584cd45152498eb70eaa authored over 8 years ago
ts-files removal (#53)

9b388623b57a65f171ef91742e01229b6da08930 authored over 8 years ago
build: Add installation dir for component

Make it possible to override the default LXQt translations dir assembly
for components which don...

f6ad6fd77228210ff79e16a79cb464d07d6bdb1e authored over 8 years ago
Added CMake$foo for lximage-qt

05809acb247ce7f3df52b908ea228b15a03172b4 authored over 8 years ago
Renamed src/translations into lxqtimage-qt

7faf46ed782347d829a46082145f14f2be549787 authored over 8 years ago
Hide cursor smartly in fullscreen mode

3b367a6438c864f75c6763ab0bc4625f386296b8 authored over 8 years ago
build: Use liblxqt's TranslateDesktop module

Adds liblxqt as a dependencty, but just in build time.

fixes #50

c7f58e9689082325770a4040fd0dc590580ab652 authored almost 9 years ago
Adds support for GIF animation.

81f1ca74a57e2537b0e216bc80b3a4efbcf2f7ba authored about 9 years ago
Implement an EOG-like behavior on starting

By clicking on an image for the first time, the user wants to see it clearly with lximage-qt. So,...

9c4fc7cb60480c787cd87062dc63d62dcc699a78 authored about 9 years ago
Add --version command line option

a847e2be320ac5bc0df3e9768f97483694c9f3a6 authored about 9 years ago
Fix missing Russian translation in desktop file

The Russian translation for the desktop entry was not included into the
final desktop file becau...

12d247df03a63e816a73b0ae2a3259dbaf6e39a8 authored about 9 years ago