Ecosyste.ms: OpenCollective

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

github.com/lxqt/lxqt-build-tools

Various packaging tools and scripts for LXQt applications
https://github.com/lxqt/lxqt-build-tools

Use the new LXQtTranslate modules.

Eating our own dog food.

3c53425e566daf0b5aec243ce9ce84360a2a3590 authored about 10 years ago by Luís Pereira <[email protected]>
Fixes Qt5LinguistToolsMacros file extension bug

get_filename_component and name_we are used get the base of the
translations filename. But, NAME...

6129419698485e782565e01fea460bacac3c68cf authored about 10 years ago by Luís Pereira <[email protected]>
Removes cmake commented code

00c6db394c152082946a91a0aeb96c2da011ebd1 authored about 10 years ago by Luís Pereira <[email protected]>
Removes lxqt_translate_desktop() from the _use.cnake

It's already present in the modules.

80dab34b355099a1040a04c7e4c25b663d2c6935 authored about 10 years ago by Luís Pereira <[email protected]>
Copied Qt5LinguistToolsMacros.cmake

Copied from:
https://qt.gitorious.org/qt/qttools/source/a1751e3d586f1ebfb1770392e52d7c1648a7406f...

7a4ad114c1694869736e4aac7f6c61605edc64e3 authored about 10 years ago by Luís Pereira <[email protected]>
Removes duplicates add_definitions()

bd7fbf4f288dd746d526adf087d131dced5f2aeb authored about 10 years ago by Luís Pereira <[email protected]>
Adds Qt5TranslationLoader cmake module

It can automatically load translations on Qt5. It works with libs and apps.

1f694657e966bcbe9f791b5ba49923faf2b98430 authored about 10 years ago by Luís Pereira <[email protected]>
Fix HtmlDelegate and move it to its own file. Also get rid of X11 on

CMakeLists.txt.

caa9aeb858c3adf0ef80f4c4d8b9fa48e71298a6 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Delete XfitMan class. Fixes lxde/lxde-qt#226

66fb13af7fac9ab03e46e49574e08d6a88603719 authored about 10 years ago by Paulo Lieuthier <[email protected]>
Don't update (extract) translations by default.

If they are enabled by default in each build there will be, probably,
new .ts files. And they wi...

7133dc9dc68fb3d71d406b556610fb65dc65adc1 authored about 10 years ago by Luís Pereira <[email protected]>
Includes all LXQt translation modules

Just a convenience module. It includes all the LXQt translations modules at
once.

dbfe781840a5e2d8386eab6e923190cb89ee6335 authored about 10 years ago by Luís Pereira <[email protected]>
Adds automatic translations loaders for LXQt libs and apps

It enables "automatic" translation loading in LXQt Qt5 apps
and libs. They generate a .cpp file ...

cdcfd59a34a2c11056d11994f5eec48bcd82b91d authored about 10 years ago by Luís Pereira <[email protected]>
Adds LXQtTranslateDesktop module

Written by: Alexander Sokolov <[email protected]>

19b846ff45d6872bbfe2b80297b51192d2df6468 authored about 10 years ago by Luís Pereira <[email protected]>
Adds the LXQtranslateTs cmake module

We now have the ability to choose when to update (extract) the
translations from the sources fil...

322014d4a215d3d038342bcf118b5857a0d75ce7 authored about 10 years ago by Luís Pereira <[email protected]>
Clean up CMakeLists.txt and drop Qt 4 support

c2c5f4bd94465a5fc7d933fe0bf00d7f3a37dc0a authored about 10 years ago by Jerome Leclanche <[email protected]>
Release v0.8.0

154b39aa1f7546089aa8018f3ab5901b68614d2e authored about 10 years ago by Jerome Leclanche <[email protected]>
Updates translations installation and search paths

liblxqt translations paths are relative to ${LXQT_TRANSLATIONS_DIR}.
liblxqt translations are in...

49727c71cbf037156ed1a596b2744e689c97a499 authored about 10 years ago by Luís Pereira <[email protected]>
Generate source.ts when updating translations

This wasn't being done anymore.

611232378ef10d94d1a9292b53dc419af32bbe05 authored about 10 years ago by Luís Pereira <[email protected]>
Don't translate uic generated files

Translating the source .ui (i.e ${FORMS}) is enough.

6e670917296f4cefa241bf2176ef90b0500ddd0b authored about 10 years ago by Luís Pereira <[email protected]>
Add -locations absolute option to lupdate so our *.ts files can contain informations about the source lines.

6ef2b4b1adfc7452ed0fbc1acb9a29d5c41fd989 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Add code to update the *.ts files when the UPDATE_TRANSLATIONS option is turned on.

929a76f652a93e5930914d8a45f8879377472099 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
remove magic from cmake. USE_QT5 should be the only trigger

040bb641e292f98651d08ff64c6ce1b042f3d652 authored over 10 years ago by Alf Gaida <[email protected]>
Use the "new" CMake FIND_PACKAGE case policy

000055349a58b70e3181d6c1c593a92bc8254b7f authored over 10 years ago by kinabcd <[email protected]>
Add include(${QTXDG_USE_FILE}) to Qt5 also.

Signed-off-by: Luís Pereira <[email protected]>

581add388518d491ac1488fdd7de1acdfca3b895 authored over 10 years ago by Luís Pereira <[email protected]>
Use the "new" CMake FIND_PACKAGE case policy

Fixes yet another FTBFS.

Signed-off-by: Luís Pereira <[email protected]>

ed36ffc64dda371e028126e7fb9228b517a061f6 authored over 10 years ago by Luís Pereira <[email protected]>
Adds missing libqtxdg dependency

Fixes an FTBFS.
Projects that included libqtxd headers would fail.

Signed-off-by: Luís Pereira ...

20f91819085a0044844ae93a7539dc6e2da62054 authored over 10 years ago by Luís Pereira <[email protected]>
Merge branch 'qt5'

* qt5: (21 commits)
Don't allow #include <lxqt-qt5/lxqtxxxxx.h>
Updates the Qt4 and Qt5 libr...

21fad5f95875fd6e9ef049ab9c2d1293f633defc authored over 10 years ago by Luís Pereira <[email protected]>
Don't allow #include <lxqt-qt5/lxqtxxxxx.h>

#include <LXQt/Xxxxx> is the way to go for both Qt4 and Qt5.
#include <lxqt/lxqtxxxxx.h> is allo...

ce06871c361415d95e07d628a2aca2fac52bcce5 authored over 10 years ago by Luís Pereira <[email protected]>
Updates the Qt4 and Qt5 library names and related stuff

Qt4 library name is liblxqt. The prefix for install path is lxqt. It
remains untouched.
The Qt5 ...

5213ed0973dff26fde0aeb19c613f21c18c10058 authored over 10 years ago by Luís Pereira <[email protected]>
Use the same header namespace everywhere

We must use the same header namespace in in-tree builds and in install
builds. Otherwise the use...

c7bf8c9cbdfb3a1da1014cc88f3d3cc853eb483a authored over 10 years ago by Luís Pereira <[email protected]>
Don't use undefined variables

When using Qt5, QT_QTCORE_LIBRARY, QT_QTGUI_LIBRARY, QT_QTDBUS_LIBRARY
QT_QTCORE_INCLUDE_DIR, QT...

aa94b8284cd64ce014a2446365489e076f321e84 authored over 10 years ago by Luís Pereira <[email protected]>
Removes another duplicated installation of a file

Signed-off-by: Luís Pereira <[email protected]>

062052d437c29e73ecf98efe4e31e0fb353c7735 authored over 10 years ago by Luís Pereira <[email protected]>
Find liblxqt dependencies automatically

When the user writes something like this:
find_package(LXQT5 REQUIRED)
include($...

c2f063584e9412a1cd6b464afcc70bbf638327d5 authored over 10 years ago by Luís Pereira <[email protected]>
Cleans commented unneeded stuff

Signed-off-by: Luís Pereira <[email protected]>

b4e2108ed87440ab07466f6a2e1852e37827a48d authored over 10 years ago by Luís Pereira <[email protected]>
Fixes extra misleading slashes in path names

There was pathnames with two slashes in a row.

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

9eabca7d65b54fb0f6b88dfdcf56cf0505bae464 authored over 10 years ago by Luís Pereira <[email protected]>
Removes duplicate installation of a file

Signed-off-by: Luís Pereira <[email protected]>

c03957aace6e29f4b3c981de26f8e9f41017377f authored over 10 years ago by Luís Pereira <[email protected]>
Fix a typo in variable name

Signed-off-by: Luís Pereira <[email protected]>

fd0f2e18f449f39eeb6f88fe12cdda7be829df3c authored over 10 years ago by Luís Pereira <[email protected]>
Fix broken build of qt4 version

7229190af6f60a37fb7e988479ff6870d1205c60 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Use newer version of cmake 2.8.9

73c9261a9884be85402f8efcdf099f45eca87121 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Detect the path of qmake correctly for Qt5.

dc60fcb5e5cd298ed0e804bcd91ceadafa32838b authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Fix after merging from master, by removing dupplicated items

97625dc6b4a1721055bb1ae8585f92e88bbfcfa4 authored over 10 years ago by Julien Lavergne <[email protected]>
Merge branch 'master' of https://github.com/lxde/liblxqt into qt5

Conflicts:
CMakeLists.txt
cmake/lxqt-config.cmake.in

8cd303e1e246a6e5b0a5125af47fd76436480c44 authored over 10 years ago by Julien Lavergne <[email protected]>
Update qt5 porting

49f5ad0405a698490496b82b0a589cad34a07ab2 authored over 10 years ago by Julien Lavergne <[email protected]>
Install pkgconfig file to /usr/local/libdata/pkgconfig when FreeBSD is detected.

90710c5d67da6226e36e83fe27c9793e43b58919 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Set link directories properly

72defb9fc88f9a95606c4548d8d93dfd790107cc authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Release 0.7.0

706e4dfb929f3a8bc575a891d7ad6abebbf72cab authored over 10 years ago by Jerome Leclanche <[email protected]>
Release 0.6.99 (0.7.0pre alpha)

aa913864990b0827564dfe25dfb1cd77e3c86604 authored over 10 years ago by Jerome Leclanche <[email protected]>
Add CPack rules for creating tarball

ca36e7183ceb2d63a48dddcb144a7e16a8b1d053 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Merge branch 'master' of https://github.com/SokoloffA/liblxqt into qt5

Conflicts:
CMakeLists.txt
cmake/create_pkgconfig_file.cmake
cmake/lxqt-config.cmake.in
lxqta...

70a5a78151420b78777e644b2c77e8947ca75f11 authored over 10 years ago by Hong Jen Yee (PCMan) <[email protected]>
Don't append library suffix to library path and use it by default

e22c66897635d964683279ba4b311b914dd88a81 authored almost 11 years ago by Veeti Paananen <[email protected]>
CMakeLists.txt: Adds quotes to the lib string

Although not strictly necessary in this particular case.

Signed-off-by: Luís Pereira <luis.artu...

beb11de0c134e09059526ca46eedf56f697af327 authored almost 11 years ago by Luís Pereira <[email protected]>
Respect standard LIB_INSTALL_DIR

a3c3c3f92f53144ca8b2cfe142808a04c4103399 authored almost 11 years ago by Veeti Paananen <[email protected]>
Merge pull request #4 from luis-pereira/maint

CMakeLists.txt maintenance

a38214692a0b52f53e5509ff8ded48af08d1070b authored almost 11 years ago by Jerome Leclanche <[email protected]>
Reformats CMakeLists.txt to fit in an 80x24 terminal

It also fixes some indentation stuff.
set(CMAKE_CXX_FLAGS ...... ) was not forgotten. I don't kn...

b5ef2e8c68125c89c9fac9fb5a8ca7381bc5ffe9 authored almost 11 years ago by Luís Pereira <[email protected]>
Removes blank lines

Not needed for clarity.

2c096301e4a4fd060e15470e76b419e3e45d1ba9 authored almost 11 years ago by Luís Pereira <[email protected]>
Use cmake export functionality.

0622902e1f22c679c9ac51a100274e9a112fd6a5 authored about 11 years ago by Alexander Sokolov <[email protected]>
Retain old CMAKE_CXX_FLAGS while adding visibility stuff.

Add -Wl,-no-undefined -Wall flags to ensure correctness.

5394a4b5f308b60029e1ac1e99ab271f03a8b66b authored about 11 years ago by Hong Jen Yee (PCMan) <[email protected]>
Use gcc visibility feature to decrease number of exported symbols to half.

30e3c8de0d7956770cdf1a626c3360982c00253e authored about 11 years ago by Hong Jen Yee (PCMan) <[email protected]>
Qt5 support (step 1)

419ece8d2f89beee5a8c72ad902d83ffefedb7e3 authored about 11 years ago by Alexander Sokolov <[email protected]>
Fix renaming bugs, replacing lxqt-qt with lxde-qt

dca8622584303a00ca29b5257ba1241f260307b3 authored about 11 years ago by Hong Jen Yee (PCMan) <[email protected]>
Finish the crazy razor=>lxqt renaming tasks.

8a779dd34d5a98a5ccd5ce87ad2080456c05b725 authored about 11 years ago by Hong Jen Yee (PCMan) <[email protected]>
Intree build

72e949a17d3de1f57f4ab1014f2cb87d3d0126d3 authored about 11 years ago by Alexander Sokolov <[email protected]>
Rename razor to lxqt and fix XdgDir header inclusion.

22b4bc42f8c6af61ce704873c86cf6ef751ef2a1 authored about 11 years ago by Hone Jen Yee (PCMan) <[email protected]>
Fix namespace for LxQt::xFitMan() to avoid undefined reference when linking with liblxqt.

2f10a3b45185bc79584d7b5bf707a95036c62c3f authored about 11 years ago by Hone Jen Yee (PCMan) <[email protected]>
The Translatator class added, all translations moved to /usr/<local>/share/lxde/transalations

272138a19134a4120ab46ae4580da634b58fb7a6 authored about 11 years ago by Alexander Sokolov <[email protected]>
Descriptions for translators

3293ca0de9f1745ab1ddd8f32cebba4855b0f0e0 authored about 11 years ago by Alexander Sokolov <[email protected]>
Simplify translations script

f7d28439be1c0115fb8d48ac45d7db1d312570fc authored about 11 years ago by Alexander Sokolov <[email protected]>
Simplify translations script

a41ee69ef37162ac5992e7785e5e0e76e3e9c6cd authored about 11 years ago by Alexander Sokolov <[email protected]>
All public files has lxqt prefix

f33ec4a7f7c7857a5687d0f0391fcd861f2e74cf authored about 11 years ago by Alexander Sokolov <[email protected]>
Razorsettings => LxQt::Settings

f82f497627546523db803b0a00a7b7df9e474d25 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorPluginInfo => LxQt::PluginInfo

cd26eb36f30790b5b564b25453538231ad085602 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorNotification => LxQt::Notification

4717d81134f5499ff6fd071b69e383d1f1ad40fd authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorGridLayout => LxQt::GridLayout

e2b38cc6625330dfaa1b338e86a6ca56942880a6 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorAutostartEntry => LxQt::AutostartEntry

ce7e4a1c19748c6368c74c01c1ae28b4f81ef1b0 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorApplication => LxQt::Application

3b5e6755cf2a290b69b215edbfecfe85c51f2002 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorConfigDialog=>LxQt::ConfigDialog

1c95dc6e8f3dad96f56b9b08f8ff50343fe8bbd4 authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorAboutDlg => LxQt::AboutDialog

b12cbce672c1463dfe68e8f442cfc33299a6b36d authored about 11 years ago by Alexander Sokolov <[email protected]>
RazorPower => LxQt::Power

55df3f86cb9956e1ab21d48c47c59b3470f4fdb9 authored about 11 years ago by Alexander Sokolov <[email protected]>
Cmake find_package files

0ff79c7313a1810d8312a37019b876dbba29f350 authored over 11 years ago by Alexander Sokolov <[email protected]>
Fix broken CMakeLists.txt and make the lib compile again.

4d45da4fe52fb2c6b2f275a0a33284c884e6fac7 authored over 11 years ago by Hone Jen Yee (PCMan) <[email protected]>
Make liblxqt (original librazorqt) compiles independently.

7c9a326fd44badb7ee8fccf99a6237c3cfe38bd5 authored over 11 years ago by Hone Jen Yee (PCMan) <[email protected]>
Old files removed

cc42de2b7b02dac986738884c82f05932bcc1d9a authored over 11 years ago by Kuzma Shapran <[email protected]>
Rotated widget added

483f9379d017eda35501a1c5a10b5003aae64ba9 authored over 11 years ago by Kuzma Shapran <[email protected]>
libraries: Removes unneeded include(RazorLibSuffix)

RazorLibSuffix is included in the root CMakeLists.

Signed-off-by: Luís Pereira <luis.artur.pere...

752260cddb2c23588ef339117c821d1ea236b2b8 authored over 11 years ago by Luís Pereira <[email protected]>
ProgramFinder: a set of functions to check if programs are installed

53856891753f7baed64fbd489557e1101ec1d9bf authored over 11 years ago by Alec Moskvin <[email protected]>
Merge branch 'master' into new-panel-api

Conflicts:
razorqt-panel/panel/razorpanel.cpp
razorqt-panel/panel/razorpanel_p.h
razorqt-pane...

61072c8d68833bb5ec1e434c1ba2fc695940dd69 authored almost 12 years ago by Alexander Sokolov <[email protected]>
Merge branch 'master' into new-panel-api

Conflicts:
razorqt-panel/plugin-mainmenu/razormainmenu.cpp

3cb714ff9d2173597aa3da19649996f79d55073c authored almost 12 years ago by Alexander Sokolov <[email protected]>
Merge branch 'master' of github.com:Razor-qt/razor-qt

4c062e834a62c9ee7f042f6c7f17c1f16b197f7b authored almost 12 years ago by Alexander Sokolov <[email protected]>
Improved razorpanellayout and new razorgridlayout.

ad0880748c8d95f1a24f3d42a014e2135671828c authored almost 12 years ago by Alexander Sokolov <[email protected]>
Add autostart entry API into the library

df8c47a42e2ab6fc6e1bb9ac53dd3790328d802e authored almost 12 years ago by Alec Moskvin <[email protected]>
Added "Copy to clipboard" button to razor-about->technical information.

3961321df8c75a8ee938992e94b582277adb0a4e authored about 12 years ago by Alexander Sokolov <[email protected]>
Fix components missing translations

a32fdd1d5c6bf38a8098d0458361122720392b14 authored about 12 years ago by Alec Moskvin <[email protected]>
Translators info & refactoring of the About dialog

3b9d7adfd667073c8b127c481c7060e04439dd0f authored over 12 years ago by Alexander Sokolov <[email protected]>
Fixed librazorqt.qm directory

94c93a6415e1a7567e5a3752f1d154b232ede0f9 authored over 12 years ago by Alexander Sokolov <[email protected]>
Translations for librazorqt

1e7097643764dee21ecdd41418e359d92cfe20fc authored over 12 years ago by Alexander Sokolov <[email protected]>
Implement new RazorNotification class

fa3afd249e6e5ff3f05d6791a459079c3217d68d authored over 12 years ago by Alec Moskvin <[email protected]>
Remove RazorNotification classes (no license/copyright)

54958482f3a1f52c86b9ea6436caf7623a30e313 authored over 12 years ago by Alec Moskvin <[email protected]>
fixed #277 cmake installs private class

bc0e0904481d6dee5ae23a70a2c5c899f35325a3 authored over 12 years ago by pvanek <[email protected]>
Merge pull request #259 from w0land/master

Razor notification system

6d5b8b44836655000a76ba62e5043bdb4411d8ed authored over 12 years ago by pvanek <[email protected]>
Merge branch 'master' of github.com:w0land/razor-qt

dd977605fba7ec40d643a00c01285a2d30cd6c57 authored over 12 years ago by Bartek Taczala <[email protected]>