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

build: Bump version

ff0b95a72646fb6ca014faf67a8366a2f255e8b1 authored almost 7 years ago by Palo Kisa <[email protected]>
Some code cleanup

Also fixed 2 mistakes that, fortunately, weren't used anywhere.

4e2ebffac2a3af0fdaf4c911266ebb86d0de4982 authored almost 7 years ago by Tsu Jan <[email protected]>
Fixed custom action execution mode

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]>
Don't drop on files

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]>
Prevent possible c++11 range-loop container detach

Deep copies are expensive.

a7f2af536f00079d66b2d3a319f2552397b05e7a authored about 7 years ago by Luís Pereira <[email protected]>
See `.bak` and `.old` as backup extensions; also follow GLib

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]>
Ensure that rename editor has opaque background

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]>
Use special/custom folder icons for bookmarks

Fixes https://github.com/lxde/pcmanfm-qt/issues/37.

766a9995e308e43f5e6439a5acef78bf9b756160 authored about 7 years ago by Tsu Jan <[email protected]>
Support hiding items in Places side-pane

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]>
Added two missing cases of `mapFromSource()`

c82bc36caf3ff4bd2253b583c950383502a6f570 authored about 7 years ago by Tsu Jan <[email protected]>
Fixed sorting by type/owner

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]>
Fix lambda connections in filedialog (#159)

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]>
Drop Q_FOREACH

Replaced by the ranged for. Replaced in a way that avoids container
detachment.
Q_FOREACH will b...

42d33d818d5a2cebbe91a5e0a129609625e83670 authored about 7 years ago by Luís Pereira <[email protected]>
Update Simplified Chinese translations (#320)

* Added Simplified Chinese translation

* Update libfm-qt_zh_CN.ts

* Add Simplified Chinese...

4ee305f783fc5c026f57d7b5ff0dd6e389043293 authored about 7 years ago by notname000 <[email protected]>
Add/Update Simplified Chinese translation

b73fd75a4d1b510af8f64a65846d6cc0a5489eea authored about 7 years ago by notname000 <[email protected]>
Update Greek (el) translation

3161b54189b7a870d545fa940e7d2fb1c7e3548b authored about 7 years ago by Dimitrios Glentadakis <[email protected]>
Added Simplified Chinese translation

77a920566e2c039990671c83c2340975ec903b7c authored about 7 years ago by notname000 <[email protected]>
Fix memory leak in thumbnail loading (#150)

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]>
Be more tolerant

e7b8a748a345520dca36be428ea80db345df7d0f authored about 7 years ago by Tsu Jan <[email protected]>
Fix the "Folders" key in custom actions

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]>
Add Group column and don't use owner's full name

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]>
Fix comparison of integers of different signs

FileInfo::mtime() returns an quint64 now.

9a37449aa9b5e3499837af94eb2b823c30950cbd authored about 7 years ago by Luís Pereira <[email protected]>
Guarantee 64-bit time attributes (#148)

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]>
Portuguese update (#313)

78330c1d85606d07e9356545a3755905140ec254 authored about 7 years ago by Sérgio Marques <[email protected]>
French translation fixes

6863032efb63f9470d936e89098874dfb6cb7070 authored about 7 years ago by root <root>
Added a proxy setting for backup as hidden (#145)

Will be followed by a pcmanfm-qt PR.

3f473a4e8b68a88d1279fcdac342a3efeaf43115 authored about 7 years ago by tsujan <[email protected]>
Fixed the logic of queued deletion

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]>
Track folders containing cut files only with QString

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]>
Copy selected pathbar text to selection clipboard

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]>
Smooth scrolling for icon and thumbnail views

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]>
cmake: Handle CMP0071

Drop qt5_wrap_ui() and just set CMAKE_AUTOUIC to ON.

d51da128c0826549ae73d36555559e48bd5d48de authored about 7 years ago by Luís Pereira <[email protected]>
Hungarian translations finished (#309)

* hu: typos fix

* hu: fix more typos

* hu translations completed

7877db1c5a501bf4a1602f26c71bc92a26701d8f authored about 7 years ago by attuska <[email protected]>
upd: hungarian translations

35427a0d1db7aee58b0ef3a132e1fdf53b5f656f authored about 7 years ago by attus <[email protected]>
Prepare libfm-qt for bulk rename

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]>
No change queue of files in the deletion queue

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]>
FileInfo: Fix potential SEGFAULT

..as the g_file_info_get_name() can return nullptr, which leads to
SEGFAULT in the std::string's...

69b0130334bf3b5f7773acd854049ff510fb4c00 authored about 7 years ago by Palo Kisa <[email protected]>
Fix two devices for one mount

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]>
Always wait for the folder to load before selecting

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]>
Really cancel multiple renaming on cancelling

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]>
Prevent a potential crash in xdndworkaround

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]>
Fix wrong gray-out of cut files

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]>
Merge side-pane with its surroundings

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]>
Prompt dialog specifically for desktop files

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]>
Update Japanese translations (#303)

* Japanese translation updated

* Correct some Japanese translation

77f1ec8c2590ce49729a3763c8c42c0665c429cb authored about 7 years ago by Takefumi Nagata <[email protected]>
Update Russian translations (#300)

* Updated Russian translations for obconf-qt
* Dropped region-specific ru_RU translation - there...

5ed5293b034532c5388284c5338eca75c8144a0e authored about 7 years ago by Denis Silakov <[email protected]>
Some string corrections for danish language (#299)

32ee4daa70f532b38971f88cba78b2d883ee1815 authored about 7 years ago by scootergrisen <[email protected]>
Udate french for lxqt-0.12.0

852e12ff7e87ce83c4d9b36c954b76bcf2096774 authored about 7 years ago by paiiou <[email protected]>
Remove unnecessary noise

c667692b9e56807dd8026f6dfe0c1d1df8898a17 authored about 7 years ago by Jerome Leclanche <[email protected]>
Correct Polish translation (#294)

af929ec5e451341a41e88458f95f0ac76d389100 authored about 7 years ago by Marcin Mikołajczak <[email protected]>
Release 0.12.0: Update changelog

6f8c1e9c3c61aa7fb07f64300a78933dfe183460 authored about 7 years ago by Alf Gaida <[email protected]>
Add data transferred to file operation dialog.

ba48b8d4409bfaaa4b59867d2712111c0bd4b26c authored about 7 years ago by Nathan Osman <[email protected]>
Bump versions

a53e3a407556da35cb3f8ad87f6cf8dd74796b16 authored about 7 years ago by Alf Gaida <[email protected]>
Indonesian translation (#260)

* Update compton-conf_id.ts
* Create libfm-qt_id.ts
* Added liblxqt/liblxqt_id.ts
* Added lxi...

3c1797d215d6e073fe9e778e33d39a313690cfde authored over 7 years ago by Arif Budiman <[email protected]>
Remove a space

8b6f14d0b415eb7b2d1a272b9e03c5a4e0bfe389 authored over 7 years ago by scootergrisen <[email protected]>
Merge pull request #120 from lxde/dubdir_xds

Enable XDS subfolder drop

39ef7839207b68b0467b237f90c3dba0111883b6 authored over 7 years ago by Simon Quigley <[email protected]>
Disable context-menu actions that cannot be used

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]>
Don't export github templates

a1c0be1efa87d97135225c92839c63fc8f4cfdb6 authored over 7 years ago by Alf Gaida <[email protected]>
Fix partially visible toggled path buttons

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]>
Add functions to get and set search settings

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]>
Fix mistakes in listview column width calculation

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]>
Add a separator before archiver actions

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]>
Add archiver separator only when needed

05cf8ff52d52b4af7230f44134992c32d80af341 authored over 7 years ago by Tsu Jan <[email protected]>
Enable XDS subfolder drop

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]>
UI improvements for Fm::MountOperationPasswordDialog()

Check radio button for username login, if anonymous login is
not available. Set focus automatica...

46c9a0e968bc1a14488c75e31c1ea62a332a1dac authored over 7 years ago by Vladimir Chren <[email protected]>
Respect inactiveness when drawing text

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]>
Grey out files that have been Ctrl-X'ed (#88)

* Made with big help from Tsu Jan *

Add visual feedback for files that have been 'cut'
to cl...

17e3e9f44d044f82d5659d39234c1d6aee7cb311 authored over 7 years ago by vc-01 <[email protected]>
Ignore button for error dialog

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]>
update italian translations

9ad0ed26709ff1a7fd76627a5942a6a313345926 authored over 7 years ago by stefonarch <[email protected]>
Inline renaming for detailed list view (#110)

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]>
Merge pull request #112 from lxde/pcman@file-dialog

A quick and dirty drop-in replacement for QFileDialog that is more feature-rich.

9d98276062af214398f97f6dcc508031c1028c0e authored over 7 years ago by PCMan <[email protected]>
Remove redundant code.

983803dcae60f14471c87ab908c3d0bce47fa449 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
Prefer local paths if they exist

a6e25cc426d141054d64f2bd6cccf215ddb316ab authored over 7 years ago by Tsu Jan <[email protected]>
Removed QFileInfo (as @PCMan recommended)

With GIO, we shouldn't use QFileInfo anywhere, IMO.

b59bfc8d30977745b53ac5da34ba37afb3e2870b authored over 7 years ago by Tsu Jan <[email protected]>
Simplification, optimization and a fix

Used `QFileInfo::exists()` instead of `ProxyFolderModel::indexFromPath()` in one case.

Also rem...

ec97ed3b61e042b33caae3e9818413cb51321298 authored over 7 years ago by Tsu Jan <[email protected]>
Really focus text entry on showing dialog

c75c3019a1edf08f8bb84e37a10a08e20cc5ad0c authored over 7 years ago by Tsu Jan <[email protected]>
Two small fixes

82974145ef8a15b7e532f778ccb72fc47a8ac36a authored over 7 years ago by Tsu Jan <[email protected]>
Keep selection on reloading (if not CPU-intensive)

Also changed a variable name.

78d95d6b07da6982356af0ea4aa3e5fa4e7496b3 authored over 7 years ago by Tsu Jan <[email protected]>
Added back/forward buttons and fixed 3 issues

The fixed issues:
(1) `setDirectoryPath()` was called twice because of the wrong order of some l...

6a18e1633e8fd8c80339ae66698c9a8badf28ffc authored over 7 years ago by Tsu Jan <[email protected]>
Reload button, hidden shortcut and a fix

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]>
Implement FileDialog::selectMimeTypeFilter() and QString FileDialog::selectedMimeTypeFilter().

8a3d2a219cebd591e58328a440f446be4d53e2cc authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
Initialize folder_ to null

4a8dbc8faa0e46b589eb533bddf2a871087dabed authored over 7 years ago by Tsu Jan <[email protected]>
Fixed the quote issue

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]>
Always preserve explicitly set labels

This commit was forgotten before ;)

6e60ba234ec7949f08cc938e68b6b50750bfe044 authored over 7 years ago by Tsu Jan <[email protected]>
Update OK button text and state when needed

Also fixed a potential cause of crash.

20aa3b2a38d5fea07b187a1deee23f3ec8b1ea8e authored over 7 years ago by Tsu Jan <[email protected]>
Initialize FileInfo::isShortcut_ (#113)

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]>
Set the selected index current

620dab8f2cab212afb41e60f8ee6871ec8a0e172 authored over 7 years ago by Tsu Jan <[email protected]>
Fixd open/save and overwrite prompt

The behavior is like that of QFileDialog.
Other fixes may be needed in this area.

f6fed8f4f5674000c92c44623320806d6b0d7273 authored over 7 years ago by Tsu Jan <[email protected]>
Set open/save text

Also a bit better layout

25f0474bf7733cbd499dfa92289507383116c10b authored over 7 years ago by Tsu Jan <[email protected]>
Several important fixes

A working completer.
Fixed selection under other views.
Fixed selectiion of the current item.
Fi...

c871797523e9189bb1f8aa9b7045b6e99ec544fd authored over 7 years ago by Tsu Jan <[email protected]>
Added a missing change

6741827b7c4ab60903195a03ee1187f012869b4c authored over 7 years ago by Tsu Jan <[email protected]>
Preliminary fixes

Set completer, fixed combo width, fixed multi-selection, fixed type filtering.

fa60e5b6732894ab21bb73c1c01b1ba9bc68f0df authored over 7 years ago by Tsu Jan <[email protected]>
Updated Catalan translation

7c3442577dd0a86c6acbca942bb5d2e09a3a40f4 authored over 7 years ago by Robert Antoni Buj Gelonch <[email protected]>
Improve Polish translation

787e5e44c1e581d57ff3b74b07fc58544eab0bc1 authored over 7 years ago by m4sk1n <[email protected]>
Hide UI implementation details for Fm::FileDialog.

220f5329604fe37fc263430a41b4663c0b4c45af authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
Revert the backward incompatible changes in the constructor of Fm::FolderView.

1f3ada24540b373327bf9bc53431bef3e0442522 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
Update Lithuanian translation

3762af06ed8e290ec8fc6cf26c53391c6ca0bb17 authored over 7 years ago by welaq <[email protected]>
Update Polish translation

7e7f4242cc3312766e73adef53d236c56b5272b0 authored over 7 years ago by m4sk1n <[email protected]>
Update to current sources

62fbe574b7a871aa1699843aa74791c2f99415ad authored over 7 years ago by m4sk1n <[email protected]>
Fix a bug in creating new folder for Fm::FileDialog.

d3062b905b1e432e783904e4e548e7e7e40b16e5 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>
Implement toolbar and quick view mode switches for the Fm::FileDialog class.

d9565fb63eeb8f591613fb3df41f824f10b37765 authored over 7 years ago by Hong Jen Yee (PCMan) <[email protected]>