Ecosyste.ms: OpenCollective

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

github.com/lxqt/qtxdg-tools

libqtxdg user tools
https://github.com/lxqt/qtxdg-tools

Merge pull request #8 from lxqt/prerelease

Pre-release changes

bff8e86b229566ba671514a7e170c618a8f881ad authored about 1 year ago by tsujan <[email protected]>
Pre-release changes

79b890f844d978360475420e1c6cbc5a6cb4c328 authored about 1 year ago by Tsu Jan <[email protected]>
Merge pull request #7 from lxqt/prerelease

Pre-release changes

873c2bcdaf95ea779b8283f5a0b9bf8deedef965 authored over 1 year ago by tsujan <[email protected]>
Pre-release changes

3eedaab904276be0655ac71273239e39cab6b01d authored over 1 year ago by Tsu Jan <[email protected]>
Merge pull request #6 from lxqt/prerelease

Pre-release changes

8bf7a47ca014fc404cfda971e92fdf0c0ca50dd6 authored about 2 years ago by tsujan <[email protected]>
Pre-release changes

0d7c5dd3b2be045f47feda948bda85b10b25c083 authored about 2 years ago by Tsu Jan <[email protected]>
Merge pull request #4 from lxqt/prerelease

Prerelease changes

0ba2e91eb8c5fc6aa6895655a29a5cabbf0f29ad authored over 2 years ago by tsujan <[email protected]>
Updated README

ec95c74e74b9ff572602cbdfe7a6c94c4599cf53 authored over 2 years ago by Tsu Jan <[email protected]>
Prerelease changes

The release note will be as follows:

`qtxdg-tools` is separated from `libqtxdg`. It will be use...

055616ceeb158d89438146b1efd4b0bf81300bd0 authored over 2 years ago by Tsu Jan <[email protected]>
Merge pull request #3 from lxqt/fix-license

Make LICENSE file consistent with source files

891ee9e6af102f8ad437619805675d2dbe9f6a48 authored over 2 years ago by tsujan <[email protected]>
Make LICENSE file consistent with source files

All license headers in source files use LGPL 2.1 or newer. I updated
LICENSE using https://www.g...

8946426030eede4603cc983b4dfb3930f6ea5eb2 authored over 2 years ago by Chih-Hsuan Yen <[email protected]>
Merge pull request #2 from lxqt/add-find-package

Adds find_package CMake stuff

b82695f0a176b36364158a4a93b80477536db654 authored over 2 years ago by tsujan <[email protected]>
Bumped `LXQTBT_MINIMUM_VERSION` to 0.11.0

b8a6d2807167b71860f14573042cf277eb957e6c authored over 2 years ago by Tsu Jan <[email protected]>
Adds find_package CMake stuff

It allows other projects to find if qtxdg-tools is present or not, via CMake.

4c844b50a400f8aafee204df3aa3e8e2f963e195 authored over 2 years ago by Luís Pereira <[email protected]>
Update application shown version

Match the definitions in CMake.

fc97d519c6e29d7efbdfe386dca384ef068a2f75 authored over 2 years ago by Luís Pereira <[email protected]>
Initial import

Code taken from from libqtxdg/src/tools/mat (with history).
Added build system stuff.

4a43cee5b1ea7ce2da3f6544a2a76b3be7100007 authored over 2 years ago by Luís Pereira <[email protected]>
Remove help-all introduced options

help-all introduces the --qmljsdebugger <value>, it serves no purpose in
this context. By using ...

9e53e4d236851c47a7c81cce2266736cf4d3b6b0 authored about 3 years ago by Luís Pereira <[email protected]>
qtxdg-mat: Handle '--help-all' option

Wasn't being handled.
Just a documentation error, or a shortcoming in the API.
Upstream Qt bug d...

faaedf55d061f9983cf5ddf53c9fba225ff0aa88 authored about 3 years ago by Luís Pereira <[email protected]>
qtxdg-mat: Rework exit codes

An asked --help must return EXIT_SUCCESS.
Any option passed to an non existent module must retur...

88c65b5569ad61572361e59361a731d09acbcda2 authored about 3 years ago by Luís Pereira <[email protected]>
qtxdg-mat: Improve email client command line handling

Handle arguments given without options.

99ed5b2fd2872b624a90dfbb0092beb43165ce0d authored about 3 years ago by Luís Pereira <[email protected]>
Add default terminal (#265)

* XdgDesktopFile: Add a public tryExec method

It should be public.
The functionality already...

cd3fc10d10a392f04a51756f8a0e0248d463bbb3 authored about 3 years ago by Luís Pereira <[email protected]>
qtxdg-mat: Improve file manager command line handling

Handle arguments given without options.

1d3c218750994bd85a86074a850b24b616b05f57 authored over 3 years ago by Luís Pereira <[email protected]>
Improve readability in container emptiness check

Use empty() instead of size() is easier to understand.
Also avoids an implicit cast.

e761909e29c1cedfd321bf97bdf59524613ab908 authored almost 4 years ago by Luís Pereira <[email protected]>
Use = default for trivial constructor/destructor

7605189c22e3287bfa6a3c007e13e1b1950f0683 authored about 4 years ago by Luís Pereira <[email protected]>
qtxdg-mat: Adds --list-available apps to the default applications modules

A CLI interface to the new functionality built into XdgDefaultApps.

cec5edcb775a2227b666bb76107981839a5e8d01 authored about 4 years ago by Luís Pereira <[email protected]>
Adds a qtxdg-mat module to get/set the default file manager

Can be used in scripts.

63d667c4545fc0ee9927a797c3914004342c439d authored over 4 years ago by Luís Pereira <[email protected]>
Adds a qtxdg-mat module to get/set the default email client

Can be used in scripts. Namely xdg-email.

de02d0cf8853fd87af1bd93455c3cb34c23780cd authored over 4 years ago by Luís Pereira <[email protected]>
Adds qtxdg-mat module to get/set the default web browser

Can be used in scripts. Namely xdg-settings.

Signed-off-by: Luís Pereira <luis.artur.pereira@gm...

0bdb0081603a4a19feddb7abfe38d02a30add090 authored over 4 years ago by Luís Pereira <[email protected]>
Fixed two memory leaks

407a757de835d99c14606e07d9dcf00394b0c65c authored over 4 years ago by Tsu Jan <[email protected]>
Adds a command line Open (open) Tool

This tool allows the user to open an file or URL with the default
application.

Typical uses:
...

2e375a58f844775878446eae9dace771f40c1e3f authored about 5 years ago by Luís Pereira <[email protected]>
Adds a command line Default App (defapp) Tool

This tool allows the user to get/set the default application for a given
mimetype.
Typical uses:...

4ddd373d5bf1dc0de4665a48872f79f408ce8cc1 authored about 5 years ago by Luís Pereira <[email protected]>
Adds an command line MimeType (mimetype) tool

This tool determines the mime type of a file using the Shared MIME-info
database.
Typical use:
...

0d7ab535ca016f8139b42ebb3c4b336523ba7751 authored about 5 years ago by Luís Pereira <[email protected]>