Ecosyste.ms: OpenCollective

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

github.com/lxqt/lxqt-runner

Tool used to launch programs quickly by typing their names
https://github.com/lxqt/lxqt-runner

Use QString() instead of ""

It's cheaper and actually more readable.

8c25322e19633912b3c66f00f6b8d0f456062c23 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...

3af6118fcf9ddd93b20649adcbdce0d987c41307 authored over 8 years ago
Added CMake$foo for lxqt-runner

338530d9c1c14b51312870cb2242f806f0fc65ad authored over 8 years ago
Renamed translations into lxqt-runner

5cba082f8504cee53f00d76751ce43c988ebfc95 authored over 8 years ago
Fix layout and focus to get history items right

65d674e4ae18219dcb540f219b5551f077d0597d authored almost 9 years ago
Bump year

62b5825bbbead8d0fc6d5a83cdd51ca54a42617d authored almost 9 years ago
main: Add activation by running second instance

Use LXQt::SingleApplication to be able to activate/show window of the running daemon

b4982585c68ed85b1b9f82d85456952c11123c07 authored about 9 years ago
Italian translation update

0b2f7f54b797559f2cebd76c77781308bcb632ae authored about 9 years ago
dialog: Default icons

d9df07aaf52d121478f1577fd09034074308731c authored about 9 years ago
dialog: Fill background

Auto filling background is needed for "System" a.k.a. "No Theme"

a321db560e23bb1f54dc8b3e7be622193899a688 authored about 9 years ago
upd: lxqt-runner_hu.ts

9f0f1c6bb02b1e8c6ace817216be89b783780044 authored about 9 years ago
Update lxqt-runner_it.ts

Updated italian translation

08025e64da048e91a1273a2d9813aa9ef90b022e authored about 9 years ago
Fix license file

cd490a9324d304453693c691f8e68a2517c8fb18 authored about 9 years ago
Update translations

e6b0216b7c55acb0fa2e7750b2dcaa4b2ec73fab authored about 9 years ago
providers: don't show custom command/binary in case existing application (.desktop) is shown

df339f282c2117661ec738d659b6abdd8f922609 authored over 9 years ago
providers: internal functions as static & which moved to the beginning for using it below

ff35dc87e7f53f1851a6f34a055fa8f00af3b16f authored over 9 years ago
Updated german translation, made common for all regions.

7d49b685fbc33f74022e2138b89eaf43a006023c authored over 9 years ago
Removed country variant _IT

bcd9ac8946efae4c3a0d5dc75ef23450a00525c3 authored over 9 years ago
Merge pull request #29 from siduction-upstream/master

some license fixes

286969ee5f4c3638a0d6d7b12df9fed1289f501d authored over 9 years ago
Rename LxQt to LXQt everywhere

460f69d4d5e7d2e8489d41d4c290782e5e97b1ea authored over 9 years ago
Remove country variant from language code

4a36f764bae3996a675b378b06a35f4b504fb6cb authored over 9 years ago
some license fixes

* GPL2 removed from AUTHORS, all files are LGPL
* slash removed in commanditemmodel.h - breaks d...

34ae97740a8254fb5123f613f18486cbd69341b2 authored over 9 years ago
Handles CMake policy CMP0063

The ``OLD`` behavior for this policy is to ignore the visibility properties
for static libraries...

619cbac81ea6f70a409e598194edc14c1fb6b4f0 authored over 9 years ago
lxqt-runner: correct space(s) according to conding standard

979cc7d79cabad3a8a218faec5e5ebd4f6a22af9 authored over 9 years ago
lxqt-runner: search case insensitive in items for each provider

7d9ba4a4b0bc43a887e2ad3d32fe87e538c4db27 authored over 9 years ago
Use the LXQtCompilerSettings CMake module

03ff81419e8d737bbcfa454c53b26e964e4884a3 authored over 9 years ago
Removes no added value, noisy debug message

It adds no value and it's very nosy.

c02fc4b867aaa7e7772730420c3635e858db1b5f authored over 9 years ago
Merge branch 'build-system'

* build-system:
Adds Runtime install COMPONENT
Coding style changes and cleanups
Use GNUIn...

28c602606659e008e10f070ae34af30feb62ec61 authored over 9 years ago
Merge pull request #27 from lxde/fix-missing-menu-icon

Fixes Action button missing (menu) icon

db9ed918ca6d046eaa13255a5e3a6d48adbcd372 authored over 9 years ago
Fixes Action button missing (menu) icon

We ship the icons with all themes (qss). Only a cosmic ray would make that
fail. We should not s...

f601df38f1a7d1ebd102a8c9674b1e54dc9854aa authored over 9 years ago
Adds Runtime install COMPONENT

af08323e8779c9a6384eafe875b244fdfda1c143 authored over 9 years ago
Removes unneeded include_directories() entries.

Targets stuff takes care of it.

2e1f0d338f23e18d38fc554f366635e4fe64623b authored over 9 years ago
Reworks WITHOUT_MENU_CACHE option. Renames to USE_MENU_CACHE

USE_MENU_CACHE defaults to ON. We use the CMake option command to handle
it.
include_directories...

1a3273dd18b00950b8f1ad04cfd0ec2d0380dc42 authored over 9 years ago
Coding style changes and cleanups

27a93b8d40e727258d78eb94bb2b81b14dbb0850 authored over 9 years ago
Use GNUInstallDirs

Drops hard-coded paths.
Removes unused variables. Stops installing empty file list (CONFIG_FILES).

fa98fea8d05153f3bc968960d617db8cd8a727d3 authored over 9 years ago
Reworks RUNNER_MATH option

Use the option() and target_compile_definitions() commands.

2250f3d608da54b78672f3418d8740fc6db57f79 authored over 9 years ago
Reworks Virtual Box options and associated stuff

This commit handles several things at once. They were
interconnected in a way that was hard to s...

049f18dd1e67bc804ab856bb545a5531e4de3770 authored over 9 years ago
Use CMAKE_AUTOUIC, drop qt5_wrap_ui()

Also updates minimum required CMake version.

b76dd07f97b5cf13ae2ea27962d5f1699b3e3641 authored over 9 years ago
Merge branch 'targets'

* targets:
Update the build system to use the Targets infrastructure

a658dab2a4d42e3e07d3f3a9fa5339f663bd04c1 authored over 9 years ago
Update the build system to use the Targets infrastructure

04c5bceb2e81d3227bb1f24bdf1f2e3f342b1d64 authored over 9 years ago
Remove trailing whitespaces

fc4d6291d3e1a8a3848ba49daa7c3527a86c918a authored over 9 years ago
Fix naming and links

0e2f741732360069db27c8379c23d390dc33c720 authored over 9 years ago
Hide on shortcut trigger if it's active

Fixes lxde/lxqt#685

e9fc3153f6ea1301a4c01726c5d1318aa7b70cb0 authored over 9 years ago
Avoid hiding the dialog on opening the menu

This was done by setting the dialog type to Qt::Dialog instead of
Qt::Popup. This introduced a p...

9621e82f23e41e2e531140751883d80a9a4aa4e6 authored over 9 years ago
Merge branch 'master' of https://github.com/siduction-upstream/lxqt-runner into siduction-upstream-master

* 'master' of https://github.com/siduction-upstream/lxqt-runner:
rempove KF5/ prefix from incl...

8777c5518286038aeb5d518be5f1d0bf56d9187b authored almost 10 years ago
Remove the provider for power actions

lxqt-session's lxqt-leave provides them.

6e2db283ccfe0d378af8fc89429a8156f40c3b90 authored almost 10 years ago
fallback for executing scripts w/o #!

cc464a3bc7200de216556bc6ef04428d7720a1c8 authored almost 10 years ago
rempove KF5/ prefix from include

as done in lxde/liblxqt/pull/36

4ac46e4cfedd92e3b9a586b0a8b9d2cc89f6fce2 authored almost 10 years ago
Sets the command list to use alternating row colors

Enhances the readability.

de6de66013e15f149526f6eee856aeef316a3198 authored almost 10 years ago
Portuguese update

78903f717e38236098c8612b89339292d7c0e7da authored about 10 years ago
- Unify naming for a unique lxqt. No more suffixes

Signed-off-by: Helio Chissini de Castro <[email protected]>

24de3ed13b1cc76ac5a56fb69d9b716af7a1f84e authored about 10 years ago
Drop XdgDesktopFileCache::getFile()

Use XdgDesktopFile::load() instead. It can now handle relative and absolute
paths. And it saves ...

310b5bf7692748da3ee25ee60ef38b8b55a91348 authored about 10 years ago
Add tab-completion

when pressing tab, lxqt-runner completes to first entry in command list.
According to behaviour ...

7b558f94ea2993514951609deeb07f16cf6f06b3 authored about 10 years ago
uniform coding style

04bcdbd79add9e2796459c36c30a591b9b902818 authored about 10 years ago
Hide on loosing focus

Hide runner when it looses focus.
All runners I know work like this. Besides, it is confusing if...

b920fc03e43f63997509a68a11a5b378420a2106 authored about 10 years ago
Update lxqt-runner_pl_PL.ts

Few urgent changes in Polish translation

f6561f6b69f8651a088967db9490fdbd0070d1b7 authored about 10 years ago
Fixes lxde/lxqt#347. HtmlDelegate on runner's list.

55300ac16468726feda5db4e5c006bcafd6ac12a authored about 10 years ago
Merge branch 'master' of github.com:Ilya87/lxqt-runner

* 'master' of github.com:Ilya87/lxqt-runner:
Update Russian translation

d9c55d32995b1ac1129e788fedca295b4efae81e authored about 10 years ago
Makes the UPDATE_TRANSLATIONS option actually work.

It wasn't being passed to the lxqt_translate_ts() function.
Use lxqt-runner.ts as the source tem...

ac7a91113ba4defd4fab95fcf849ff82c26d8116 authored about 10 years ago
Cleans up CMakeLists.txt a little bit

* Only one cmake_minimum_required() per project.
* Prepending our module location to CMAKE_MODUL...

6ad8dd36b7e46ec4766d04faa3ef6b3f5d153d72 authored about 10 years ago
Uses the new liblxqt modules to handle translations

27364d1d527bb0908bbbd870bfe3b2217dddf8c7 authored about 10 years ago
Moves lxqt_runner_sr_BA.ts to the translations dir.

It was stuck in the local dir.

26caaaf489674d9bc66ce308edacdf084b195f90 authored about 10 years ago
Adds an UPDATE_TRANSLATIONS option

Defaults to OFF.

865e87632ceec4894fa2d986d20dca37a470db7a authored about 10 years ago
Use the LXQtranslate module to handle translations

The modules are now part of liblxqt.

3c6d88f798f5e6621c5dd694ccb10c22f59435a7 authored about 10 years ago
Update Russian translation

5e36a0563ca97d7dc1d9686ecdf7c579d57b70e8 authored over 10 years ago
Fixes dialog type, alt+tab won't focus it

f1cd44d3dd0a889001f101d3095f10641168d2d9 authored over 10 years ago
Fix QDesktopWidget::availableGeometry() vs KWindowSystem::workArea()

bug

Special thanks to Martin Graesslin

1356c768913561205b9e1049b9c4d487df763e6e authored over 10 years ago
CMakeLists cleanups

c25c6ede864cab9faaf12fc8f8f86c277cd8e473 authored over 10 years ago
Fixes lxde/lxde-qt#311, FTBFS

414c128fae99f4147f72eb2dd2c5812094666cbe authored over 10 years ago
Port lxqt-runner to KWindowSystem. Purge Qt 4.

f207a5b4b581a170e0afcd7dabfed5b6f3eb68e1 authored over 10 years ago
Trim input text. Fixes lxde/lxde-qt#139

7eaaf1df30c8d84b658f5c5aaa2e684fa23b754b authored over 10 years ago
Add Ctrl-p and Ctrl-n movement shortcuts.

Ctrl-p moves the focus one item up and Ctrl-n moves the focus one item
down.

cf5f7ef67505b124fc599820249071687ed41146 authored over 10 years ago
Adapt to the translation infrastructure

Adapt to the changes in liblxqt. We now use the LxQt::Translator class to
load the translations....

29d18289dc6043251c38bbfdbcf2c339614aa8d1 authored over 10 years ago
Use QWindow::windowHandle()->winId() to replace QWidget::winId() due to a bug of Qt5.

930ac3cc8e4a96d721d96fd53b052da81d23ef9e authored over 10 years ago
Initial Qt5 support.

581b9241e5da716fb6ce06850b52d4993f04b39b authored over 10 years ago
Use new LXQt header files.

779e7c526b2944d9844cf3efbf4f89afc64bb662 authored over 10 years ago
Assorted string polishing

64d4c32abe36497d4522c069ddb0bf504016e437 authored over 10 years ago
cmake option to build without menu-cache even if it is installed

dd2f34d594de5cdca95eb9ce19ee5b59be7048fd authored over 10 years ago
Update dialog.cpp

Add RGBA support to runner.

dea65e27fc608e064885160f848b4c50b8677dce authored over 10 years ago
Update COPYING

1f323d9b53868218765620646a6b7903791867c5 authored over 10 years ago
Update man page

d007fa63e0089e6aa72b5193e319cd6b62e71816 authored over 10 years ago
Update AUTHORS

0147356b837b975871b54f11216ffaeef73c72c6 authored over 10 years ago
LxQt Power Management -> Power Management

5aa10ac0f513924d4feeb87db659a809ec980899 authored over 10 years ago
Add CPack rules for creating tarball

0b040a7d27a0a26a2c8a9cab992755953d73488b authored over 10 years ago
Update the app icons properly after the xdg menu is reloaded.

93ecbca96d2c81cf0d64f741405b76c6af990dec authored about 11 years ago
Proper encoding of command arguments

186942a9bc7a284083a7303516d338528b233b4b authored about 11 years ago
Removed CMAKE_SOURCE_DIR usage from CMakeLists.txt

d1a71f4ae91679b27d706fcb2de651171992a8d2 authored about 11 years ago
Fix renaming bugs, replacing lxqt-qt with lxde-qt

198f4ddd82730b5af182ba7abc2b2d191aa07a33 authored about 11 years ago
Finish the crazy razor=>lxqt renaming tasks.

4fd4ac3c7b88bdfc38276f4c38b14c4e286bc5ba authored about 11 years ago
Convert utf8 strings to utf16 properly while using libmenu-cache.

a813396b821261ce4b11f0c32149897e2981e419 authored about 11 years ago
Optionally support libmenu-cache so we can load installed appS from a cache quickly.

ddf99a6c91660b22903f36e8b982d6e3056bf641 authored about 11 years ago
Rename razor to lxqt in some strings.

4f3f8f12b111c2c482dbaf663c626519ce164323 authored about 11 years ago
* Make use of the latest liblxqt & liblxqt-globalkeys.

* Rename to lxqt-runnder.

11688baa5ebd9b0df301daa7e6280e44898d2e3f authored over 11 years ago
Add COPYING and AUTHORS

03db7cdcbd8cb5b21d5774c0d55bc129a00488b8 authored over 11 years ago
compile fix: do not include private qt header files

5be9ac6d9a321db07c1fdbf8d2ec52d5b230b008 authored over 11 years ago
razor-runner scripting

12ff32afe70d819c2c4060545d7ee9d420f76eb7 authored over 11 years ago
X-RAZOR changed to Razor in desktop files

970f76e50f888fc745993436ba0b61b94d293d6f authored over 11 years ago
Experimental submenu added to shortcut selector button

3c82898f4671f7d4480ca614e99b07f46337c1de authored almost 12 years ago
Global shortcuts client library added and all support for it refactored and fixed.

e8e57b27dd2aa949509b3df519ba62e9cb7ee624 authored almost 12 years ago
fix "shorcut" typo

663ffeb89f6eeb738ab7e6243421913ebd319f63 authored almost 12 years ago