Ecosyste.ms: OpenCollective

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

github.com/lxqt/screengrab

Crossplatform tool for fast making screenshots.
https://github.com/lxqt/screengrab

Refactor connections signals & slots to the Qt5-style (modules classes)

b4cb66f307531b656daf4822f0291e74f7bb4976 authored almost 10 years ago by DOOMer <[email protected]>
Refactor connections signals & slots to the Qt5-style (core and ui

classes)

831392555f45ed2672e36c91c50fea32aa615778 authored almost 10 years ago by DOOMer <[email protected]>
Incapsulate pointer to Config instance in Core instance

2ae637e5b6861401016a991e05180fa6434685d1 authored almost 10 years ago by DOOMer <[email protected]>
Remove debug output prints

e433dfb5e52df19b955ac36bf83300541519f981 authored almost 10 years ago by DOOMer <[email protected]>
Add ability to upload on MediaCrush vith "--upload" command line option

9be211edc0f8d4e80eda80392897c5c8e12c124e authored almost 10 years ago by DOOMer <[email protected]>
Restore ability to upload screenshot vith "--upload" command line option

6fd496d60f41e0bbaaee26a50f0ea90b7edf6b02 authored almost 10 years ago by DOOMer <[email protected]>
Restore ability for send IPC signal from new instance to the running

instance (if "Allow multiple instances" is disabled)

1e35fe8afcde1178a845df1a241d20b7756465c4 authored almost 10 years ago by DOOMer <[email protected]>
Actions of the modules (upload & edit) moved to the right at the toolbar

8bcd61211c267487e11f7547aebdfedddc95a814 authored almost 10 years ago by DOOMer <[email protected]>
Restore ability to run as minimized to tray (or taskbarO

62eb024e4f2b65ca3bf151f5d9ce09b1c7f41e2f authored almost 10 years ago by DOOMer <[email protected]>
Actions of the modules (upload & edit) moved to the left at the toolbar

75cc1435c7cd4d61d32a7255ede470fc9c488bb6 authored almost 10 years ago by DOOMer <[email protected]>
Replace the deprecated QPixmap::grabWindow() method at the

QScreen::grabWindow()

4a7a61248e71d43c8838c1218b249adb2cbff91c authored almost 10 years ago by DOOMer <[email protected]>
Replase emitimh signal "newScreenShot" by direct call "updatePixmap"

method of the MainWnd

102216fc5c33480de606c7c1bdbda2d1ff627d11 authored almost 10 years ago by DOOMer <[email protected]>
Make re-update preview after editing screenshot

9ed9b2d93f90df895652a3fb0a6dccd2dee8c634 authored almost 10 years ago by DOOMer <[email protected]>
Fox wrong connect to slot for the "copy" action

9674f2ce8f234a88db710460339d7cd8e520cd66 authored almost 10 years ago by DOOMer <[email protected]>
Refactor adding to main toolbar the actions for upload & edit screenshot

4fe1d64614de844ad80d6aae1804d031c5c35286 authored almost 10 years ago by DOOMer <[email protected]>
Restore display tooltip on the preview image

52f970666524216871647d89478e5ef9b538705c authored almost 10 years ago by DOOMer <[email protected]>
Captured screenshot now displayed again

e95c21be573464c5d6a4e2b7a30675e3d7eb169a authored almost 10 years ago by DOOMer <[email protected]>
Restore code for autosave mainwindow size on exit

06f3031722e246877f9314d4def826015481dc77 authored almost 10 years ago by DOOMer <[email protected]>
Change order initialization for some members of the MainWindow

52fba1bd1f91ed4c239f68f6f5764c088f1654e5 authored almost 10 years ago by DOOMer <[email protected]>
Kill some old unused code

1c8a48c07e1731e0df7b45197cd0c93962ecc417 authored almost 10 years ago by DOOMer <[email protected]>
Refactor code for displaying tray info messages

e4c51a0a5f1213a9f758d69929fc318ba461ab91 authored almost 10 years ago by DOOMer <[email protected]>
Update code fo crate / kill tray icon and tray menu actions

8d70d72c0201f666681e66f78432efb0a2c2b657 authored almost 10 years ago by DOOMer <[email protected]>
Remove some old code

7000fafafdd65218c4c598bccf92aea1240b8c2d authored almost 10 years ago by DOOMer <[email protected]>
Restore shortcuts

1e5aac243fd1d71b1e436e800187f1d17aae804a authored almost 10 years ago by DOOMer <[email protected]>
Restore open screenshot in ext viewer by double click on preview

a5abe961b9352f252efb7dcc9b590c8e4b3df769 authored almost 10 years ago by DOOMer <[email protected]>
Make right resizing mainwindow preview on startup

23b4d5362a222501bd9d8f60d1e4d3550ba92a5e authored almost 10 years ago by DOOMer <[email protected]>
Return worked resize pixmap on resizing main window

cf2dc9cd8d2bd48722de73fe8906fed2c9ca9ae9 authored almost 10 years ago by DOOMer <[email protected]>
Small return show() main window code

4e1b1c79e20f8d217511c6e03bf678d88bc297c5 authored almost 10 years ago by DOOMer <[email protected]>
Return make first screenshot when app is running

d4b490fedcd8562aa507458da70a7a86bb00af2c authored almost 10 years ago by DOOMer <[email protected]>
Remove old quit() method from MainWindow

8ce1741004ed31a2748bf17e1a817509b5715357 authored almost 10 years ago by DOOMer <[email protected]>
Rewok restoring main window after shot

c247a73574b56d4acef766d29dc7a905c6d8f3f2 authored almost 10 years ago by DOOMer <[email protected]>
Screenshot with delay is moved to Core::setScreen

9ccf562ddcaa5353ac1233c290b99446687112ba authored almost 10 years ago by DOOMer <[email protected]>
Fix file saving (now used Qt-based dialog for save)

b3bbd38451669e5ceb0114a7b91311a912b7dcb4 authored almost 10 years ago by DOOMer <[email protected]>
Update close event code

dea694eed3a43c8ffddf1010e5d03e3380c9194d authored almost 10 years ago by DOOMer <[email protected]>
Fix crash on exit

7d97990ae2afd3087d4c8d0df5f05bb6fd143a24 authored almost 10 years ago by DOOMer <[email protected]>
Refactir method for hide main window on the sho event

947311b5acefe674bccd90fa604d504b01dcb594 authored almost 10 years ago by DOOMer <[email protected]>
Code from "restoreWindow()" moved to "show()" (Main window)

4ae41593a3a5072bbcb5931835e228f77a0d91c1 authored almost 10 years ago by DOOMer <[email protected]>
Start refactoring MainWindos and COre

f32fdb64dbb3f08d556223f0b830d2cf90807ee7 authored almost 10 years ago by DOOMer <[email protected]>
Sync translation infrastrucuture with LXQt

c73eef943d1bd22e937709b7916a9832d053df6a authored almost 10 years ago by Luís Pereira <[email protected]>
Destroy old architecture

1845c5400faa5ba9972bdbe832ead14dc7c82554 authored almost 10 years ago by DOOMer <[email protected]>
lxqt_translate_desktop: Updates code to cope with the cmake-policy CMP0054

This policy was introduced in CMake version 3.1. In any case the use of the
cmake_make_parse_arg...

d9b5644521e19a490d3e50e7166779fac5ec6b73 authored almost 10 years ago by Luís Pereira <[email protected]>
Fix translations loader path bug introduced recently

0eed0090ed5e2940e914ab849e5da33c090adec1 authored almost 10 years ago by Paulo Lieuthier <[email protected]>
Remove old Windows files and move Changelog.txt

2824546d9421a03e5af7904d5134c5050b9b2a86 authored almost 10 years ago by Paulo Lieuthier <[email protected]>
More CMake cleanups

Using GNUInstallDirs and CMake's Qt features now. Also removed a lot of
unecessary code.

f450b679d39efa68d1c55d1bbb3306aef6a51c4f authored almost 10 years ago by Paulo Lieuthier <[email protected]>
Remove call 'displayPixmap()' method from the constructor of main

window.

c9975e6da6fb67eb71c52d4c9a24276fe5b209a6 authored about 10 years ago by DOOMer <[email protected]>
Made first screenshot not too small in main window

3ae0c32e37a7cef6c023094e4c737eca423b1711 authored about 10 years ago by DOOMer <[email protected]>
Removes left behind commented lines

66556c0c4f66d5e8155a0bae5f57c62c14ade1ba authored about 10 years ago by Luís Pereira <[email protected]>
Merges singleapp lib with the core.

singleapp is always used and consists of only two files.
The ui stuff is always used. Also merge...

387dafbf3c44645692859923f153dda42773c625 authored about 10 years ago by Luís Pereira <[email protected]>
More cleanups

f4f5d728906a0436b1ab0e403b3dece35469257a authored about 10 years ago by Paulo Lieuthier <[email protected]>
Use QDesktopServices::openUrl instead of calling xdg-open on uploader

58f7327c819af7e3cf1a57a2cc8fb6c567f4ca8d authored about 10 years ago by Paulo Lieuthier <[email protected]>
Move configuration const variables to #defines

73f2516ac5f3e9a7cd39873d32d510694e1aeb5f authored about 10 years ago by Paulo Lieuthier <[email protected]>
Remove option to use XDG's home config path and use it by default

Done by using Qt's QStandardPaths.

741bfaafe361ab64701dbfcac5b1b0435856e437 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Remove old unused code

33a196f539163c040dd93fc702a3d56fbcd5389d authored about 10 years ago by DOOMer <[email protected]>
Remove unused include in moduleuploader class

9002bba022f9e3e8baeb741e0e0dfd3af79fe56f authored about 10 years ago by DOOMer <[email protected]>
Bump minimal required Qt version to 5.2

432d515f10ec7ed1bd4b04598651975bcc7ef254 authored about 10 years ago by DOOMer <[email protected]>
Replace old command line parser on the QCommandLineParser

2f900b61a63428f20c264d94d3defb59418a0b8f authored about 10 years ago by DOOMer <[email protected]>
Extracts modules translations sources

e66d211c98347b5561c1ac16013b89ecd0349fcc authored about 10 years ago by Luís Pereira <[email protected]>
Adds translation infrastructure to the modules

extedit and uploader are now translatable.

f553f5ed0daf0b0e9519f4d5c2ae5e28bf092bcc authored about 10 years ago by Luís Pereira <[email protected]>
Updates main application translations sources

bf4f5a359ba2213599212ca43cff1472af186ba1 authored about 10 years ago by Luís Pereira <[email protected]>
Use LXQt translation infrastructure

No LXQt dependency is added. It remains a Qt only app.

To update the translations set the CMake...

f20cbb4388512280238a124b8e5bbcbbfd4e4f12 authored about 10 years ago by Luís Pereira <[email protected]>
Merge pull request #11 from luis-pereira/use-lxqt-translations-infra

Drop the check on Qt5LinguistTools_FOUND

2f59a23bb7ad8e9ad570880e738ea3857bc57735 authored about 10 years ago by Luís Pereira <[email protected]>
Drop the check on Qt5LinguistTools_FOUND

Just use the REQUIRED parameter at find_package(). If Qt5LinguistTools
isn't available, CMake st...

9bbc05ba766b84a114a2e1d2af646edc76704a7a authored about 10 years ago by Luís Pereira <[email protected]>
Avoid opening two intances of external editor

This happened because of XdgAction connected to triggered() internally
and run the command. A si...

1cd941e89511c0c205a99c7081ce585c71ae63b9 authored about 10 years ago by Paulo Lieuthier <[email protected]>
translations: Use install(FILES ...) instead of install(DIRECTORY ...)

SCREENGRAB_QMS holds a list of files not directories.
It succeeds because CMake treats each file...

f0b6bc59d3441cac583de1d043b8addcef28d230 authored about 10 years ago by Luís Pereira <[email protected]>
Fix is not loaded translations

7be37cde9b8cae0027f03f0e956d4474510d80d8 authored about 10 years ago by DOOMer <[email protected]>
Remove unnecessary separator from toolbar

c332b81911e9d0e309b650c899360f35010153d7 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Use the same actions for both toolbar and tray menu

This fixes the annoying behaviour of the help button's menu

26ac29c06b9c0dc1c5567b4ca227ea58d57acdee authored about 10 years ago by Paulo Lieuthier <[email protected]>
Removed code specific to X11 (using KWindowSystem now) and large code

refactoring to LXQt's style

139f9f394cb1a8da870868d3c8bde2d8d71173ec authored about 10 years ago by Paulo Lieuthier <[email protected]>
GUI fixes

77a6005a2e06c3bad1c3b5ad462a89948fea0093 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Use libqtxdg for the external editor module

Everything is much cleaner now

07936692ab76363683a95178bed1f0f690076203 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Fix some smapp typos in README

c3d85f1b668cc2a9c54311018da222460b914ea7 authored about 10 years ago by DOOMer <[email protected]>
Bump version number to 2.0-dev

b6e0c3eaa3a94289a0d9f06de6d54e49388f8316 authored about 10 years ago by DOOMer <[email protected]>
Add AUTHORS list

1c4fd690dad73a238d840736b9ac70665e2f04f2 authored about 10 years ago by DOOMer <[email protected]>
Fix wrong 'imgur' uploading result string for bb-code with preview

(backported from 1.x branch)

a4c362f18804b5b21ccd70131c3315f51b012664 authored about 10 years ago by DOOMer <[email protected]>
Fix regressive starting crash with 'showTrayIcon=false' settings parameter

(backported from 1.x branch)

935e09a74324e7c1a985ee13249e8d829bdafcbe authored about 10 years ago by DOOMer <[email protected]>
Merge branch 'QtDesktop-master'

67a1d3ccfcefe7c287f92bcd510b105fb0483bba authored about 10 years ago by DOOMer <[email protected]>
Merge branch 'master' of https://github.com/QtDesktop/screengrab into QtDesktop-master

d140e9e62f4b5e2ebc7543aaf20bbe13c215f5a6 authored about 10 years ago by DOOMer <[email protected]>
Merge pull request #51 from jleclanche/master

Improvements to --help

96aa05e553d4a061cbdcd39df4465445b0b4f617 authored about 10 years ago by Artem Galichkin <[email protected]>
Define and handle LIB_SUFFIX

lib or lib64 don't fit well for debian based systems

Also remove the installation of extra docs...

7aa9dc59624ed08dbcb6e204e5d48e0a85313dc7 authored about 10 years ago by Alf Gaida <[email protected]>
Updated German translation

d58ba75ddc93571e8da2e4af053537a63e807298 authored about 10 years ago by Jonathan Hooverman <[email protected]>
Move buttons on right to toolbar and clean up main window layout

bee7321e12061a56a151dd97e0432ecd16b5db28 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Add an empty toolbar

20e5cab008b59c163630ccf000d00dfbaef3e44d authored about 10 years ago by Jerome Leclanche <[email protected]>
Get rid of DESKTOP_SESSION hacks

1c7939918be6dc6366effefda8228e618efdba87 authored about 10 years ago by Jerome Leclanche <[email protected]>
Normalize style to whatever extent possible..

084a1a45188e35527219e2c7c4b57c75a1e867dc authored about 10 years ago by Jerome Leclanche <[email protected]>
Move translations to translations/

69288dbef26865926fa350128019400da1a8aa71 authored about 10 years ago by Jerome Leclanche <[email protected]>
No need to mention Qt-based

46b88d65f0702cc58c5701f107358eec70a8e603 authored about 10 years ago by Ilya87 <[email protected]>
Update Russian translation

9bdaf9901c6d1a099ef26acaf3396ac0978dd45a authored about 10 years ago by Ilya87 <[email protected]>
Remove debian/

ea80763c012d27203c7a1d89e91c87526460110d authored about 10 years ago by Jerome Leclanche <[email protected]>
Move license to COPYING

b9f7c9d9e5ad2882fbf5725e52999fe99d39a087 authored about 10 years ago by Jerome Leclanche <[email protected]>
Change default preferences shortcut to something more appropriate

27745c7897b18a2629f569718c238a93594f8e8b authored about 10 years ago by Jerome Leclanche <[email protected]>
Remove unused code

a0191e396afa5dfdb2820e4d853a229090879c6c authored about 10 years ago by Jerome Leclanche <[email protected]>
Get rid of a warning in dialoguploader.ui

78f194da7a5d692f098a3b6c9eb74045466b11c8 authored about 10 years ago by Jerome Leclanche <[email protected]>
Fix a warning in Core::sleep()

ad31b34f39459a850d95a6502a2eec5564a01f65 authored about 10 years ago by Jerome Leclanche <[email protected]>
Fix translations

5949d9c1eb9052210188a6644f1f1a04e66439e3 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Windows support removed and CMake cleanups

4d4034f0d504e78f8d3393f3241152325157cd18 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Port to Qt5

CMake cleanups coming

93dac8a15ca7501cca0a996f705374831ec651ce authored about 10 years ago by Paulo Lieuthier <[email protected]>
CMakeLists.txt cleanup

c75709aa547509b08151cbd5d542ad18654384aa authored about 10 years ago by Jerome Leclanche <[email protected]>
Some clean-ups in docs/html/en/index.html

754d102ab1683b56b272334513b9bb0091fbf4aa authored over 10 years ago by Jonathan Hooverman <[email protected]>
Fixed some typos in CMakeLists.txt

a23478d635d62d5225285085789eac0eabcc5476 authored over 10 years ago by Jonathan Hooverman <[email protected]>
Reword help messages

018a0fd51e9e12d61b68a9b944b0b4c719ef8ecc authored over 10 years ago by Jerome Leclanche <[email protected]>