Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/lxqt/libfm-qt
Core library of PCManFM-Qt (Qt binding for libfm)
https://github.com/lxqt/libfm-qt
ff0b95a72646fb6ca014faf67a8366a2f255e8b1 authored almost 7 years ago by Palo Kisa <[email protected]>
Also fixed 2 mistakes that, fortunately, weren't used anywhere.
4e2ebffac2a3af0fdaf4c911266ebb86d0de4982 authored almost 7 years ago by Tsu Jan <[email protected]>The variable `exec_mode` wasn't initialized when the action lacked "ExecutionMode" (which is the...
e5a4feed55ecbc7cfadb1e16f8481404a32cefa6 authored almost 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/639.
Instead of trying to drop on a file and sh...
9455de14478479012e689976c36dcb09d2a84bd6 authored almost 7 years ago by Tsu Jan <[email protected]>Deep copies are expensive.
a7f2af536f00079d66b2d3a319f2552397b05e7a authored about 7 years ago by Luís Pereira <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/615 and https://github.com/lxde/pcmanfm-qt/issue...
59619eb5317071ca1c676f6ab75f38212eb98740 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/630.
Depending on how line-edits are drawn by d...
c84e10dcede6a842a8553ae4b9ea4c3ecff51b24 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/37.
766a9995e308e43f5e6439a5acef78bf9b756160 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/580.
The items can be hidden by using their con...
a36ab0079a64fef55fdc456f342c699b84041fc4 authored about 7 years ago by Tsu Jan <[email protected]>c82bc36caf3ff4bd2253b583c950383502a6f570 authored about 7 years ago by Tsu Jan <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/459.
Previously, when files were sorted by thei...
646ebdfff2957f7ef92f17b027da717de9389c51 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/libfm-qt/issues/158 by adding "this" to `QTimer::singleShot()` lam...
2ef19fc7bfe131b7e6572e6280413b8b501e0212 authored about 7 years ago by tsujan <[email protected]>
Replaced by the ranged for. Replaced in a way that avoids container
detachment.
Q_FOREACH will b...
* Added Simplified Chinese translation
* Update libfm-qt_zh_CN.ts
* Add Simplified Chinese...
4ee305f783fc5c026f57d7b5ff0dd6e389043293 authored about 7 years ago by notname000 <[email protected]>b73fd75a4d1b510af8f64a65846d6cc0a5489eea authored about 7 years ago by notname000 <[email protected]>
3161b54189b7a870d545fa940e7d2fb1c7e3548b authored about 7 years ago by Dimitrios Glentadakis <[email protected]>
77a920566e2c039990671c83c2340975ec903b7c authored about 7 years ago by notname000 <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/621.
Putting a statically cached shared point...
76fa703150357729653041c867bd49cdae58e1d3 authored about 7 years ago by tsujan <[email protected]>e7b8a748a345520dca36be428ea80db345df7d0f authored about 7 years ago by Tsu Jan <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/438.
Because of a small mistake, the files that...
90eaf093818d99e256f509eed27fd078a5589cf6 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/617.
In the detailed list mode, the owner's ful...
ba0e749804ae362270d17eebd5c2d651317bf088 authored about 7 years ago by Tsu Jan <[email protected]>FileInfo::mtime() returns an quint64 now.
9a37449aa9b5e3499837af94eb2b823c30950cbd authored about 7 years ago by Luís Pereira <[email protected]>Fixes https://github.com/lxde/lxqt/issues/1422
The GLib functions return `uint64` but `time_t...
c4530eab84e62f7b58f8cf0357d5bddfacb23fca authored about 7 years ago by tsujan <[email protected]>78330c1d85606d07e9356545a3755905140ec254 authored about 7 years ago by Sérgio Marques <[email protected]>
6863032efb63f9470d936e89098874dfb6cb7070 authored about 7 years ago by root <root>
Will be followed by a pcmanfm-qt PR.
3f473a4e8b68a88d1279fcdac342a3efeaf43115 authored about 7 years ago by tsujan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/508.
Queueing files for deletion was done inacc...
4d2656689a7bd3e86d06525a62d36154b18fea6d authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/603
`QString` is used, instead of `Fm:FilePath`...
eca93ac76741a9d99c7391f828ac2ca08b061cb8 authored about 7 years ago by Tsu Jan <[email protected]>Closes https://github.com/lxde/pcmanfm-qt/issues/604
Also use `QTimer::singleSho()` to focus th...
a4bc900d67e449ba054a15b42679689b127dcdbf authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/579.
The smooth wheel scrolling is implemented ...
ee3d4086375b86045879797d6047947f921e429e authored about 7 years ago by Tsu Jan <[email protected]>Drop qt5_wrap_ui() and just set CMAKE_AUTOUIC to ON.
d51da128c0826549ae73d36555559e48bd5d48de authored about 7 years ago by Luís Pereira <[email protected]>* hu: typos fix
* hu: fix more typos
* hu translations completed
7877db1c5a501bf4a1602f26c71bc92a26701d8f authored about 7 years ago by attuska <[email protected]>35427a0d1db7aee58b0ef3a132e1fdf53b5f656f authored about 7 years ago by attus <[email protected]>
This will be used and followed by a PR for bulk rename in pcmanfm-qt. `changeFileName()` returns...
852400eaebf14a03fe5e841b2124b86acbbb2a4f authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/508
Apparently, `GFileMonitor` may issue `G_FIL...
6750f1aab06fd4e9c4b4903f67d60fd64055b151 authored about 7 years ago by Tsu Jan <[email protected]>
..as the g_file_info_get_name() can return nullptr, which leads to
SEGFAULT in the std::string's...
Fixes https://github.com/lxde/pcmanfm-qt/issues/501
Previously, items that were already added w...
3a6aaadc218ff882061091ccbe7fe67cd3bf2a9e authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/lxqt/issues/1407
Previously, it was supposed that if the director...
79e7278195d3534962e371a9cce17778e1b4586a authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/597
Previously, there was no easy way to cancel...
0a2b6ff11e2d189bce241150de59f16aaad2469f authored about 7 years ago by Tsu Jan <[email protected]>The pointer `lastDrag_`, which is used by `xdndworkaround.cpp` to kepp track of the last drag, m...
765d34a4f07a2ce1d7529687408ed6fcf19d92c3 authored about 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/596.
The selected files of a folder are cut onl...
54ca9dfb00776a3a43b0614302f187e67bec4a45 authored about 7 years ago by Tsu Jan <[email protected]>Closes https://github.com/lxde/pcmanfm-qt/issues/583.
This makes sidepanes transparent -- wheth...
6803d32a9e904f55ccaa42540952e101b76d18bf authored about 7 years ago by Tsu Jan <[email protected]>Follows https://github.com/lxde/libfm/pull/21.
The "Execute in Terminal" button is removed beca...
025de3fbfddb51579c573d1fbee808d51c6af8fe authored about 7 years ago by Tsu Jan <[email protected]>* Japanese translation updated
* Correct some Japanese translation
77f1ec8c2590ce49729a3763c8c42c0665c429cb authored about 7 years ago by Takefumi Nagata <[email protected]>
* Updated Russian translations for obconf-qt
* Dropped region-specific ru_RU translation - there...
32ee4daa70f532b38971f88cba78b2d883ee1815 authored about 7 years ago by scootergrisen <[email protected]>
852e12ff7e87ce83c4d9b36c954b76bcf2096774 authored about 7 years ago by paiiou <[email protected]>
c667692b9e56807dd8026f6dfe0c1d1df8898a17 authored about 7 years ago by Jerome Leclanche <[email protected]>
af929ec5e451341a41e88458f95f0ac76d389100 authored about 7 years ago by Marcin Mikołajczak <[email protected]>
6f8c1e9c3c61aa7fb07f64300a78933dfe183460 authored about 7 years ago by Alf Gaida <[email protected]>
ba48b8d4409bfaaa4b59867d2712111c0bd4b26c authored about 7 years ago by Nathan Osman <[email protected]>
a53e3a407556da35cb3f8ad87f6cf8dd74796b16 authored about 7 years ago by Alf Gaida <[email protected]>
* Update compton-conf_id.ts
* Create libfm-qt_id.ts
* Added liblxqt/liblxqt_id.ts
* Added lxi...
8b6f14d0b415eb7b2d1a272b9e03c5a4e0bfe389 authored over 7 years ago by scootergrisen <[email protected]>
Enable XDS subfolder drop
39ef7839207b68b0467b237f90c3dba0111883b6 authored over 7 years ago by Simon Quigley <[email protected]>Disable file actions that cannot be performed (ref. to https://github.com/lxde/pcmanfm-qt/issues...
2a93527b3823686c71e974a82a7360ce38d5985b authored over 7 years ago by Tsu Jan <[email protected]>a1c0be1efa87d97135225c92839c63fc8f4cfdb6 authored over 7 years ago by Alf Gaida <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/561
Sometimes, the toggled path button wasn't s...
32075ee36e6551ea556b87a6ab3573fbe28f8962 authored over 7 years ago by Tsu Jan <[email protected]>To be used by pcmanfm-qt, for example.
Also set more practical defaults.
A PR will follow this...
ef202111cd6ff12491d65f8d48939dbe972dd305 authored over 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/461.
Also fixes column widths when headers are ...
9f38694e5b451791e8b893bb3480c9183bf65271 authored over 7 years ago by Tsu Jan <[email protected]>Fixes https://github.com/lxde/pcmanfm-qt/issues/452
A trivial change that makes a differene and...
724763fe738e4bd45e3abf480a9580bb0c9a1442 authored over 7 years ago by Tsu Jan <[email protected]>05cf8ff52d52b4af7230f44134992c32d80af341 authored over 7 years ago by Tsu Jan <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/557
With this patch, files from inside gtk arch...
6a67d3d09613c974cd3e41788b5553bd670c327a authored over 7 years ago by Tsu Jan <[email protected]>
Check radio button for username login, if anonymous login is
not available. Set focus automatica...
Fixes https://github.com/lxde/pcmanfm-qt/issues/560.
Previously, the text was always drawn with...
383fe3802c797b30bd8aa784defc4cbf8bad9574 authored over 7 years ago by Tsu Jan <[email protected]>* Made with big help from Tsu Jan *
Add visual feedback for files that have been 'cut'
to cl...
Fixes https://github.com/lxde/pcmanfm-qt/issues/512.
When the error is not serious, an ignore b...
994ce276f151f475fbb7e69623a5115245455e32 authored over 7 years ago by Tsu Jan <[email protected]>9ad0ed26709ff1a7fd76627a5942a6a313345926 authored over 7 years ago by stefonarch <[email protected]>
Fixes https://github.com/lxde/pcmanfm-qt/issues/553 for right click inline renaming in the detai...
6d3cca147aa2e38114c956f9de9e93edd8251707 authored over 7 years ago by tsujan <[email protected]>A quick and dirty drop-in replacement for QFileDialog that is more feature-rich.
9d98276062af214398f97f6dcc508031c1028c0e authored over 7 years ago by PCMan <[email protected]>983803dcae60f14471c87ab908c3d0bce47fa449 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
a6e25cc426d141054d64f2bd6cccf215ddb316ab authored over 7 years ago by Tsu Jan <[email protected]>
With GIO, we shouldn't use QFileInfo anywhere, IMO.
b59bfc8d30977745b53ac5da34ba37afb3e2870b authored over 7 years ago by Tsu Jan <[email protected]>Used `QFileInfo::exists()` instead of `ProxyFolderModel::indexFromPath()` in one case.
Also rem...
ec97ed3b61e042b33caae3e9818413cb51321298 authored over 7 years ago by Tsu Jan <[email protected]>c75c3019a1edf08f8bb84e37a10a08e20cc5ad0c authored over 7 years ago by Tsu Jan <[email protected]>
82974145ef8a15b7e532f778ccb72fc47a8ac36a authored over 7 years ago by Tsu Jan <[email protected]>
Also changed a variable name.
78d95d6b07da6982356af0ea4aa3e5fa4e7496b3 authored over 7 years ago by Tsu Jan <[email protected]>
The fixed issues:
(1) `setDirectoryPath()` was called twice because of the wrong order of some l...
The correct disconnecting of a lambda function was needed for reloading to work. A `QMetaObject:...
150c02d58e1a809d37f416e1f1681cba1bee839f authored over 7 years ago by Tsu Jan <[email protected]>8a3d2a219cebd591e58328a440f446be4d53e2cc authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
4a8dbc8faa0e46b589eb533bddf2a871087dabed authored over 7 years ago by Tsu Jan <[email protected]>
Implemented @PCMan's idea about escaping quotes in file name(s) inside text entry.
Also added f...
10ff69d5255f8b8b6053edeab9dc1368731dec91 authored over 7 years ago by Tsu Jan <[email protected]>This commit was forgotten before ;)
6e60ba234ec7949f08cc938e68b6b50750bfe044 authored over 7 years ago by Tsu Jan <[email protected]>Also fixed a potential cause of crash.
20aa3b2a38d5fea07b187a1deee23f3ec8b1ea8e authored over 7 years ago by Tsu Jan <[email protected]>It was left uninitialized. I encountered a strange problem while fixing https://github.com/lxde/...
1e8cbf9f912c56ea4f1295048b784ba421465ec4 authored over 7 years ago by tsujan <[email protected]>620dab8f2cab212afb41e60f8ee6871ec8a0e172 authored over 7 years ago by Tsu Jan <[email protected]>
The behavior is like that of QFileDialog.
Other fixes may be needed in this area.
Also a bit better layout
25f0474bf7733cbd499dfa92289507383116c10b authored over 7 years ago by Tsu Jan <[email protected]>
A working completer.
Fixed selection under other views.
Fixed selectiion of the current item.
Fi...
6741827b7c4ab60903195a03ee1187f012869b4c authored over 7 years ago by Tsu Jan <[email protected]>
Set completer, fixed combo width, fixed multi-selection, fixed type filtering.
fa60e5b6732894ab21bb73c1c01b1ba9bc68f0df authored over 7 years ago by Tsu Jan <[email protected]>7c3442577dd0a86c6acbca942bb5d2e09a3a40f4 authored over 7 years ago by Robert Antoni Buj Gelonch <[email protected]>
787e5e44c1e581d57ff3b74b07fc58544eab0bc1 authored over 7 years ago by m4sk1n <[email protected]>
220f5329604fe37fc263430a41b4663c0b4c45af authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
1f3ada24540b373327bf9bc53431bef3e0442522 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
3762af06ed8e290ec8fc6cf26c53391c6ca0bb17 authored over 7 years ago by welaq <[email protected]>
7e7f4242cc3312766e73adef53d236c56b5272b0 authored over 7 years ago by m4sk1n <[email protected]>
62fbe574b7a871aa1699843aa74791c2f99415ad authored over 7 years ago by m4sk1n <[email protected]>
d3062b905b1e432e783904e4e548e7e7e40b16e5 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
d9565fb63eeb8f591613fb3df41f824f10b37765 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>