Ecosyste.ms: OpenCollective

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

github.com/lxqt/liblxqt

Core utility library for all LXQt components
https://github.com/lxqt/liblxqt

Move LXQt version back to liblxqt

lxqt-build-tools is clearly the wrong place for these informations. The version
informations onl...

ada50f1c58e3debe15fc8bcd2328fe13b140f2db authored over 7 years ago by Alf Gaida <[email protected]>
Lithuanian translatio

d69ae497d2659dd0e1518e5c261ede7c0b09bc32 authored over 7 years ago by welaq <[email protected]>
Fixes (#118)

* Drop the use of QList::first()

Use constFirst() instead. No temporaries created.

* Use Q...

8cb06b558d26246646bb3e30d3efd0a7449727fd authored over 7 years ago by Luís Pereira <[email protected]>
Fix french tralations

e6e89ad63d3cfa1e67f1ad0c50b7f210380bf728 authored over 7 years ago by paiiou <[email protected]>
lxqtapplication: Avoid wrong signal handling

Add the application object as receiver to QObject::connect() -> to
remove the connection automat...

1698e1aa60d421c596710b28d27330c006fc430e authored almost 8 years ago by Palo Kisa <[email protected]>
Removes unneeded semicolon in namespace definition

a35872acd2b78d05387ecd315246f12a26ff8486 authored almost 8 years ago by Luís Pereira <[email protected]>
Fix format conversions [-Wformat-pedantic] warnings

Just cast it to the (void *).

2ac5ac63cff8f119e91307de6a6737c32891f28a authored almost 8 years ago by Luís Pereira <[email protected]>
Suppress compiler warnings about unused function parameters

7cce0c05660ed0e168a250d7ae4625ee5221da0b authored almost 8 years ago by Luís Pereira <[email protected]>
Removes extra semicolons in Qt's Q macros

They are not needed and produce a warning.

603ca3654b6cb409613a88f41129f615f1e03d32 authored almost 8 years ago by Luís Pereira <[email protected]>
Translator: Prefer XDG_DATA_DIRS over compiled in path

Use the compiled in LXQT_SHARE_TRANSLATIONS_DIR as the last fallback,
t. m. prefer the XDG_DATA_...

cb2e323c32b3572d1cd7b2756cd1c31c7bb4a76f authored almost 8 years ago by Palo Kisa <[email protected]>
Merge pull request #114 from lxde/use-const-variables

Use const variables

f294c54ecdeae752546810071d479ef7f708f377 authored about 8 years ago by Luís Pereira <[email protected]>
Help the compiler optimizing loops

Make the compiler aware that the loop condition is const and only needs to
be evaluated one time.

8dd17d46ed321550272f67f357054dd6205170d7 authored about 8 years ago by Luís Pereira <[email protected]>
Use const variables where possible

It helps the compiler in the optimization process.
It helps the programmer understanding the code.

d785898957e91e5684f789ae36a0c8e7bf8c6341 authored about 8 years ago by Luís Pereira <[email protected]>
Update AUTHORS

6319ed6bfb6886a4c238f29a98251e1ffb9e77c1 authored about 8 years ago by Alf Gaida <[email protected]>
Release 0.11.1: Update changelog

6568246eab84a21a1d3cd1febbe58f7d948fda19 authored about 8 years ago by Alf Gaida <[email protected]>
Bump needed build tools version (#113)

As liblxqt picks its version from build tools the minimum build tools version is the to be relea...

26499f19e65806a435368335aa216edcaeb98af0 authored about 8 years ago by Alf Gaida <[email protected]>
build: Enable/disable WITH_XDG_DIRS_FALLBACK based on Qt version (#111)

Use homemade Xdg dirs settings fallback by default if Qt < 5.9.0 and
force disabling the workad...

d3fc535031e9e24ababa6f89f656ef03bd449801 authored about 8 years ago by palinek <[email protected]>
liblxqt_tr.ts update

029387fa1ba89b5e10d443fcf156959b4298d7f6 authored about 8 years ago by Ayhan Yalçınsoy <[email protected]>
Update Danish translations

c25475af65df42abbe3e937453d24be1dbb12ccd authored about 8 years ago by scootergrisen <[email protected]>
Remove all danish translation files using "da_DK" (keep "da")

386911510b40538448116191d21f5e8513330c1d authored about 8 years ago by scootergrisen <[email protected]>
First attempt to change all danish translation files from using i mix

of "da" and "da_DK" and both, to only using "da"

b10709a9a5627800588e52c68441832badd31c5d authored about 8 years ago by scootergrisen <[email protected]>
Updates lxqt-build-tools required version

We need version 0.3.0.

e670c3f316196095a63fd3971a26ae6505b9a9f2 authored about 8 years ago by Luís Pereira <[email protected]>
Merge branch 'refactor-superbuild'

* refactor-superbuild:
Adds a CMake minimum version requirement to the -config.cmake
Refacto...

f47e06098c36aa1a43ec72e6ce10604d12b27e44 authored about 8 years ago by Luís Pereira <[email protected]>
Adds a CMake minimum version requirement to the -config.cmake

3.0.2 is our minimum.

8c01794b2f49f2320332a7cc148788baea12d0a3 authored about 8 years ago by Luís Pereira <[email protected]>
Refactors superbuild support

Use CMake policy NEW CMP0024 behavior.
Reference: https://cmake.org/cmake/help/v3.0/policy/CMP00...

4d9073cc233ec7f9d3bcc74bc9eefb5fbb44510f authored about 8 years ago by Luís Pereira <[email protected]>
Adds PROJECT_NAME to the build with Qt version message

04bbf5fc0b3bf55872d804962f2d8ca9e4811808 authored about 8 years ago by Luís Pereira <[email protected]>
Pack target_compile_definitions() and target_include_directories()

Terse and easier to read.

90bb8d5393be6e5848b301a5dd2db2aaf1ee5640 authored about 8 years ago by Luís Pereira <[email protected]>
Polish translation update

289f280dc62d6dac1d31848acd8d1fa0ffc155b7 authored about 8 years ago by napcok <[email protected]>
Add/update (complete) Ukrainian translation

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

10ed96129d2b0f3b993d2ed28df46ac28dfc0cd0 authored about 8 years ago by knedlyk <[email protected]>
Merge branch 'cmake-maint'

* cmake-maint:
Adds PROJECT_NAME to the build with Qt version message
Pack target_compile_de...

90bbeb8d9c76db8adb29c0a27030fb515f115e95 authored about 8 years ago by Luís Pereira <[email protected]>
Adds PROJECT_NAME to the build with Qt version message

eb7736ded365072fde81871fdb30a54ae2de65ab authored about 8 years ago by Luís Pereira <[email protected]>
Pack target_compile_definitions() and target_include_directories()

Terse and easier to read.

dc9a76f148cb1ee54b08ed082bd8719ba28726be authored about 8 years ago by Luís Pereira <[email protected]>
Update French translations

liblxqt, about, notificationd, openssh-askpass, policykit,
powermanagement, runner, session, sudo

66a94727590540fd7c71a37fb9361f0fc6310718 authored about 8 years ago by paiiou <[email protected]>
Use the LXQtConfigVars module

Attention: All system wide build time configuration moved to the
lxqt-build-tools repo.
LXQT@LXQ...

012716c5205aecd1a2412ab9ef44a0a47c5ebd32 authored about 8 years ago by Luís Pereira <[email protected]>
Merge branch 'use-lxqt-build-tools'

* use-lxqt-build-tools:
Make liblxqt depend on lxqt-build-tools
Use the lxqt-build-tools LXQ...

d13ed0314e8de16eb47d8cd3f3d850f5e7d76baf authored about 8 years ago by Luís Pereira <[email protected]>
Make liblxqt depend on lxqt-build-tools

This way when using the liblxqt package we are implicitly using
lxqt-build-tools.
Proposed by pa...

851b97b705959d37511dacb505f531156c57fede authored about 8 years ago by Luís Pereira <[email protected]>
Update Portugese translations

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

843eb2257c37064e370507cdfc881eca94fbe8ea authored about 8 years ago by Sérgio Marques <[email protected]>
Update liblxqt_nl.ts

Complete revision of the Dutch translation

50573ff5aac4f24c9f86e2d947db9bd893ae5184 authored about 8 years ago by Pjotr123 <[email protected]>
Use the lxqt-build-tools LXQtCreatePortableHeaders

Drop the local version.

3c43e2818bc6ae6b5802fc2837818353c0c92fb8 authored about 8 years ago by Luís Pereira <[email protected]>
Massive update for Portuguese

e899b7ae4c9189434ccbbdd0e1f937ce0665b64e authored over 8 years ago by Sérgio Marques <[email protected]>
Use the new LXQt Build Tools package

Remove all the stuff moved to the lxqt-build-tools repository.

eeb0aa363c355ad857ef8f3b1d6ac108065f1add authored over 8 years ago by Luís Pereira <[email protected]>
Merge branch 'required-versions'

* required-versions:
Sets a minimum Qt5Xdg required version
Adds minimum Qt version requirem...

bf573a0db341d353ec9dfab7ba989efb949b3f03 authored over 8 years ago by Luís Pereira <[email protected]>
Sets a minimum Qt5Xdg required version

Set it everywhere.

39357b1d73e0391fead1b8238a7ab695475a8f16 authored over 8 years ago by Luís Pereira <[email protected]>
Adds minimum Qt version requirement (5.4.2)

It also drops the QUIET option. The REQUIRED option will make it be verbose
anyway.
Use a more t...

ecc404b4f96bee350bb4b84cdbf3ba534ea919e1 authored over 8 years ago by Luís Pereira <[email protected]>
Remove cpack (#107)

* remove "building with cpack" from CMakeLists.txt - not used anymore
* Added very basic .gitat...

6ca530492b53277c6f3c5d4ca4fc707bff12ce7a authored over 8 years ago by Alf Gaida <[email protected]>
Release 0.11.0: Add changelog

24c1c943b87ffc4492ca0db1747691534ce3e77e authored over 8 years ago by Alf Gaida <[email protected]>
Bump version ot 0.11.0 (#105)

b83a08e2945e777db83fad6daaca3c7c02bcb28a authored over 8 years ago by Alf Gaida <[email protected]>
Settings: Make use of reverse_iterator conditional

...as the reverse_itrators etc. were added in Qt v5.6.

5942c3b9f5eaf7a5127a83928c98bce4e74a4845 authored over 8 years ago by Palo Kisa <[email protected]>
Application: Add <cerrno> include

686212f0d7ce86c33739b85e83cc525e989646f3 authored over 8 years ago by Palo Kisa <[email protected]>
Settings: Add "homemade" XDG_CONFIG_DIRS support

The LXQt::Settings uses the Qt's QSettings which doesn't support the
xdg spec regarding th XDG_C...

b1b249e5e7aa7f85dd929ae4d0d32b50316aa774 authored over 8 years ago by Palo Kisa <[email protected]>
Settings: unify duplicated code

430b1ced35a7b83e92f343b85d4ed0d7fc690b99 authored over 8 years ago by Palo Kisa <[email protected]>
Add README.md

63b8dfee1835d7a9af9456232845dc19ed309092 authored over 8 years ago by Peter Mattern <[email protected]>
Add/Update Czech translations

c73549a6262ca6e5c84d88a5952a972a56760386 authored over 8 years ago by Pavel Fric <[email protected]>
Update Greek translation

0cb1ffd04abb9f07522463bfd7928d2413a157b3 authored over 8 years ago by Dimitrios Glentadakis <[email protected]>
translations: Change default translations repository

https://github.com/lxde/translations.git -> https://github.com/lxde/lxqt-l10n.git

c111a95a6fa5c9f7aa73202187803a791984c9e5 authored over 8 years ago by Palo Kisa <[email protected]>
Add liblxqt_ca.ts (Catalan)

9ff4850f210c95c444d730df6268e368dd453631 authored over 8 years ago by Robert Antoni Buj Gelonch <[email protected]>
Update DBus Notify method annotation name

Just following moc suggestion. And making a warning go away.

d9972de67326427f549ab6060a0c884b7980ed35 authored over 8 years ago by Luís Pereira <[email protected]>
Fix lupdate warning missing Q_OBJECT macro

We don't need to add the Q_OBJECT macro. Just use the
Q_DECLARE_TR_FUNCTIONS macro.

16ae10ac265fe4b062a8ca75dce238112784ef2a authored over 8 years ago by Luís Pereira <[email protected]>
Replaces deprecated QStyleOptionViewItemV4

QStyleOptionViewItemV4 is just a synonym for QStyleOptionViewItem.
Cleaner builds.

7055162c91e8bf4eac8efc9ec93346aef9e5e104 authored over 8 years ago by Luís Pereira <[email protected]>
Update Arabic translations

bb220ebe24d3cdf89b3c8d9f4bb0f777f97f30ab authored over 8 years ago by safaalfulaij <[email protected]>
Don't lock the screen when it's already locked.

The status of the screensaver wasn't taken into account when locking it.
Now we only lock it if ...

cd10d270b85b6e7cf1382c22bcad5e301a858c97 authored over 8 years ago by Luís Pereira <[email protected]>
lxqtscreensaver: Makes it a opaque pointer class

It helps with where the implementation details of a library may be hidden
from its users and cha...

fc185531ab142cf1817d4afd46816c3c720396f6 authored over 8 years ago by Luís Pereira <[email protected]>
GridLayout: Store current animation flag

303190cfcb26e1cdfb6cdf15741ddad07f1dac60 authored over 8 years ago by Palo Kisa <[email protected]>
lxqtgridlayout: Move private class definition

19c373de607b5c064c7ad0bc74e866b013de5f0c authored over 8 years ago by Palo Kisa <[email protected]>
HtmlDelegate: Take layoutDirection into account

With this we will correctly support RightToLeft layout direction.

470b2c8e0f8dfabc6c85cdd736cf18512367cadd authored over 8 years ago by Palo Kisa <[email protected]>
GridLayout: Take layoutDirection into account

With this we will correctly support RightToLeft layout direction.

924c204c256354a4c303bead6b4fa09e025072fb authored over 8 years ago by Palo Kisa <[email protected]>
application: Correct signal handling & clean-up (#72)

d2c9e68d90ba1b855358fd73d9a578ae6373ee8d authored over 8 years ago by palinek <[email protected]>
lxqtpower: Removes unused stuff

Left behind stuff.

679673b5c72a8f5337f158959debe539f35bfdf4 authored over 8 years ago by Luís Pereira <[email protected]>
SingleApplication: Only create an DBus adaptor when needed

Save an allocation and helps static analyzers.

add338c8c82dbdd127336db90f04cbae4b9e15c7 authored over 8 years ago by Luís Pereira <[email protected]>
NotificationPrivate: Fixes programming typo

Automatic casts tricked the compiler.

7f5f1c995df998c2af45761acdecc80aa31505ad authored over 8 years ago by Luís Pereira <[email protected]>
Delete librazorqt_ru.ts

Cleaning duplicate translations

125ca725c4289249a040fa9e2fa32f7e7920f5cb authored over 8 years ago by OhDaeto <[email protected]>
Update all translations to current sources

c22ae78dfd7014fd6ebf5e983d8259462f201e3a authored over 8 years ago by Palo Kisa <[email protected]>
Don't set icon theme name

We don't need/want to handle global settings change. lxqt-qtplugin is handling that.

4ce2fe0711c80f4883fa29707c0dc98a85522216 authored over 8 years ago by Palo Kisa <[email protected]>
configdialog: Update icons in ThemeChanged event

We don't need/want to handle global settings change. lxqt-qtplugin is handling that.
We just nee...

389642685f22be64137fea64fcb8d1d926d3acde authored over 8 years ago by Palo Kisa <[email protected]>
lxqtpower: Add suspend and hibernate to ConsoleKit2 provider

Fixes lxde/lxqt#939

6246a14ad3c243cf55d77c1963d02ef52e6cf254 authored over 8 years ago by Thomas Masper <[email protected]>
LXQtTranslateTs.cmake: Enable PULL_TRANSLATIONS by default

322f70df26f6fe73d6d468df2c21c7694aa9c164 authored over 8 years ago by Palo Kisa <[email protected]>
LXQtTranslateTs.cmake: Use/update template in remote repo

...if possible

fe4013fce25a30d4df88c0d8570af436ac16b81b authored over 8 years ago by Palo Kisa <[email protected]>
.gitignore: Cleanup

c8865730557873aa90b943cf4fc09a28c2ce8860 authored over 8 years ago by Palo Kisa <[email protected]>
build: Use external translations

db5b3bb500bd17a641749c87b5de3fda0d3115c0 authored over 8 years ago by Palo Kisa <[email protected]>
ts-files removal (#90)

ddd475a48135ab9662332afb9f02064a213b03ef authored over 8 years ago by Alf Gaida <[email protected]>
GridLayout: Fix memory leak

Qt docs for QLayout::AddItem(): "Note: The ownership of item is transferred
to the layout, and i...

4192a2d48280f5bccdd5018e6b2a32ef8015e4c8 authored over 8 years ago by Palo Kisa <[email protected]>
build: Add installation dir for component

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

a10d20724327241f649e0ddd2c69e2c4822d0d58 authored over 8 years ago by Palo Kisa <[email protected]>
Added CMake$foo for liblxqt

e3465cdf7bf9b2ddf7667bea9070d6851f9371ba authored over 8 years ago by Alf Gaida <[email protected]>
Renamed translations into liblxqt

64450501c484dc55cfc062c5dcd88d7b6a2b3a0a authored over 8 years ago by Alf Gaida <[email protected]>
Merge branch 'icon-theme-fallback'

* icon-theme-fallback:
Print warning messages when using the fallback Icon Theme
Use LXQT_DA...

f2ea70d24347b982d4a2bd6c9b68dad4e2fb5fb8 authored over 8 years ago by Luís Pereira <[email protected]>
translations: Add external translations support

Translations can now be pulled from external git repository, if enabled
by PULL_TRANSLATIONS.

b32d0db421471ce5c1feef39dbac18e7179dc4c3 authored over 8 years ago by Palo Kisa <[email protected]>
translations: Fix external translations logic

- Don't try to remove non existing files (If the file doesn't exists
ex_result will contain an e...

017bf3eb7fcc65e225513f16bc6bb4306213a128 authored over 8 years ago by Luís Pereira <[email protected]>
Merge branch 'improve-iterator-performance'

* improve-iterator-performance:
Use const references with the foreach iterator
SettingsCache...

1bd02fb208b7a80fe1c2f63225cfb82438a7d630 authored over 8 years ago by Luís Pereira <[email protected]>
configdialog: Fix icon bar sizing

e5a885ac14a58ea0888ae3130bbe40cb4bd72ed9 authored over 8 years ago by Palo Kisa <[email protected]>
configdialog: fix size of PageSelectWidget (#83)

b4372f25dc61285d4638f6616d64791352d52ef8 authored over 8 years ago by tsujan <[email protected]>
Use const references with the foreach iterator

We should use const references whenever possible.

a1a7c8478a550ee6321cb6b754180dbda855189a authored over 8 years ago by Luís Pereira <[email protected]>
SettingsCache: Improve performance

Drop the foreach iterator. key could be make an const QString& and the
penalty would be lower. B...

f5ca359d2f1c40e41699d5cffc7d3d3dea1c4f84 authored over 8 years ago by Luís Pereira <[email protected]>
Print warning messages when using the fallback Icon Theme

It helps when debugging.

d0cf41faad176f8281b07452d2369600303816f9 authored over 8 years ago by Luís Pereira <[email protected]>
Use LXQT_DATA_DIR for fallback icon theme search path

Drop hardcoded path.

173f5903126b65f665aebebbbb06a36f96c494db authored over 8 years ago by Luís Pereira <[email protected]>
Sets Oxygen as the only fallback icon theme

LXQt historically used Oxygen.
Having a list of "fallbacks" defeats the purpose of a fallback: s...

69c061e357adeba03278c04f25e47a701a930385 authored over 8 years ago by Luís Pereira <[email protected]>
Adds CMAKE_INSTALL_PREFIX to the LXQt Theme search paths

Just add it as a fallback.

26f76c3e740ee1c1e741f10183e070bad7c560dc authored over 8 years ago by Luís Pereira <[email protected]>
LXQtCompilerSettings: Add QT_USE_QSTRINGBUILDER to the compile definitions

It makes the '+' will automatically be performed as the QStringBuilder '%'
everywhere.

Disclaim...

cd4d87e47c900cd253a71da916d33db65a131978 authored almost 9 years ago by Luís Pereira <[email protected]>
Merge pull request #82 from lxde/translate-add-options

Translate add options

7df67a2d400aa88dd1bee31a687d805c2aa556c7 authored almost 9 years ago by Luís Pereira <[email protected]>
SingleApplication: Use QCoreApplication::exit() instead of ::exit()

cd148a4a168cda8970c1ec48ae3f409fb6b077a7 authored almost 9 years ago by Palo Kisa <[email protected]>
bump year

1e5dbbc5be2e1ac5adda335075e53b875f5ac7f9 authored almost 9 years ago by Alf Gaida <[email protected]>