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

Avoid further handling of MountOperation in the gio finished callback if the object is deleted.

a394467f4f2162f80d499513f0f819d9abb31b36 authored almost 11 years ago
Use modeless dialogs for app chooser and error reporting in Fm::FileLauncher and Fm::FileMenu.

422828f13e86286dd40fe8c48f9f4744ac130f24 authored almost 11 years ago
Add an small emblem for symlinks (using icon name "emblem-symbolic-link"). Fix bug #27.

2354d39fdbbb831ca2e85a019da39ae7a8fcfbf0 authored almost 11 years ago
Add missing file to git.

e1f474f0687509d75873e1bdf705db6ccb77c65e authored almost 11 years ago
Move internal implementation details to private headers which are not installed to the system.

9bb2b88f6ee9c14c2383604313a59bdff295ff24 authored almost 11 years ago
* Implement Fm::AppChooserDialog and Fm::AppMenuView classes.

* Add <Open with...>/<Other Applications> menu item to Fm::FileMenu.
* Add custom app to Fm::AppC...

54ba0f8c44644ef924da481b0bcb30245a85ac8a authored almost 11 years ago
Add Fm::AppChooserComboBox and use it in Fm::FilePropsDialog.

d4224bef9e45cf4694fb8c93cbdcd79ad3fccc89 authored almost 11 years ago
* Redesign Fm::FileLauncher APIs to make it more usable.

* Add Fm::FileMenu::setFileLauncher() and Fm::FolderView::setFileLauncher() APIs.
* Move PCManFM:...

d9d2d733f30de44b3909462267c861de0be3cb8d authored almost 11 years ago
* Improve Fm::FileLaucher to make it easy to derive subclasses.

* Implement a special dialog for opening executable files (Fix bug #13 - it does not launch execu...

d0c4da0e3b2948b0b38caa6450c93d783a8e254b authored almost 11 years ago
Fix bug #28 - Tash can icon does not refresh when the trash can changes its empty/full status

1fc6cbe89f0b6b76406ab1e98f9e5fffb1475a66 authored almost 11 years ago
Load autocompletion list for Fm::PathEdit only when the widget has the keyboard focus to avoid unnecessary I/O.

e1123ffd427c3f95e59be103c83fd019cee5152b authored almost 11 years ago
* Add proper popup menu items for selected folders and fix #20 and #19.

* Some code refactors, adding openFolders() and openFolderInTerminal() to Application class.

22d0433f52c5fcd853e85a0d15b047ffdf86d191 authored almost 11 years ago
* Fix #25 - Amount of items in the folder is not refreshed when the folder content changes.

* Update status bar text properly on switching tab pages, selection changes, and folder content c...

3aaff46965959f5b1e16f4efbe1f315daf5ab394 authored almost 11 years ago
Fix the broken compiler definitions caused by previous commit.

35f5b170ceaf5e65bc5ead633e3e5581dea9e59f authored almost 11 years ago
Merge pull request #26 from Teknocrat/master

Setup pcmanfm-qt to support optional Custom Actions Menubar

ff2cb1c7e96de6fee612b7ab6add61cf34b71321 authored almost 11 years ago
* Fix bug #22 - Do not select file extension by default on file rename.

* Avoid installing private headers (*_p.h files)

330644b3c2f12920bb7b94ca8f15a0f95d1013ed authored almost 11 years ago
Setup pcmanfm-qt to support optional Custom Actions Menubar

detects if libfm was built with vala or not if so
a fm-actions.h will exist and support will be c...

bbde264bd2fa7737562cac0a18c0ef332fb035c3 authored almost 11 years ago
Allow installation path configuration with standard CMake X_INSTALL_DIR

f9e1fc0c6992fa01b93a57907913ae43a006e50a authored almost 11 years ago
Support reordering bookmark items in the places view with DND.

5c45a15d7167cdf05134e018f106146fc9b54ee6 authored almost 11 years ago
Support adding bookmarks to the places view using drag and drop

55a52b258b0b898fe1c6428bcd49a776f0dc8cd4 authored almost 11 years ago
Preparing for implementing dnd for places view.

9a8d79cc04d376035d422582342835912b560bf4 authored almost 11 years ago
Improve the usability of icon view mode, fixing github bug #24.

7de606a33b59c1b4ce4eb970d99bd5a30b4808b8 authored almost 11 years ago
Fix crashes caused by invalid pointer access.

b97860c05ac119a21ac5efc19d60a5823c1396fe authored almost 11 years ago
Switch current dir of the folder view correctly with dir tree view in the side pane.

e7f4ed04697ce805f02b021e32ff3b12157e165a authored almost 11 years ago
Finish chdir operation for Fm::DirTreeView.

aa38c32b40e4c31b9c9e78ce1e8db80f8e6d28d2 authored almost 11 years ago
Support hiding hidden folders from DirTreeModel.

1be942b7155229bcfb91347dc3f33ba52ea9b9e6 authored almost 11 years ago
Move some methods from DirTreeModel to DirTreeModelItem and fix some row updating problems.

d35b54abec7cb4e4b81bf2c6daeb5ff906d54cbd authored almost 11 years ago
* Implement dynamic folder loading/unloading when expanding or collapsing dir tree nodes.

* Enable horizontal scrollbar of dir tree view.

074bdba2c429991444b8d73906c2738444dc82ef authored almost 11 years ago
Move some code from Fm::DirTreeModel to Fm::DirTreeModelItem.

9c79e785ef93d2c9d29f2dce7782b34b6cd0cf3f authored almost 11 years ago
Partially implement Fm::DirTreeView and Fm::DirTreeModel. (not finished yet)

5454becc25b32cbbe858d95d322c0dd8defbe866 authored almost 11 years ago
Fix an invalid pointer

024fde99f306a3cd0d54533475be2c1c0f716356 authored almost 11 years ago
* Implment different modes for Fm::SidePane, matching libfm-qtk design.

* Add basic skeleton for dir tree view/model.

cc92b1eadad8d590844b0e5738312aebb1c0e065 authored almost 11 years ago
Fix the cosmetic defect introduced by the eject buttons in the places view.

e29a1b69bdb3e2259aae4afdf3bec8bf6b632701 authored almost 11 years ago
Add eject buttons to mounted volumes in the places side pane.

551c5401734bca319d4472eddc077a69789d00e9 authored almost 11 years ago
Add a wrapper class Fm::Path for FmPath C struct.

9573a530bff22dfffc6707d21f81d89045b7af35 authored almost 11 years ago
Initialize icon_ member of PlacesModelItem correctly.

c80cb2ebc81c2e1889b0bd7b65b4f35c8a1a22f5 authored about 11 years ago
* Fix fallback icon when a platform plugin is abscent.

* Make Fm::IconTheme::checkUpdate() a static function.

0be47ce38df503b399a2b47f5ec7c8afcc9c0933 authored about 11 years ago
* Remove xsettings support. Use a cleaner way to detect config changes by monitor StyleChange events.

* Add Fm::IconTheme::changed() signal which is emitted when the icon theme name is changed.
* Rep...

19c5994a4989f898be4a4885be78a7fe066b7d74 authored about 11 years ago
Fix the icon for files of unknown mime types, again.

03e78c64a383ad114ebd5f8008bb255b7e96462a authored about 11 years ago
Fix the icon for files of unknown mime types.

2cfbb2511a128aa1b94751225d4006f444fdca10 authored about 11 years ago
Add DES-EMA custom actions to the popup menus.

553f276868bb3993445e7e5f6d9e3809a84e0f0a authored about 11 years ago
Make it safe to create multiple Fm::LibFmQt objects and only initialize libfm once.

08cfc6b10ec0136201fe4e2b25a1c9209fac46da authored about 11 years ago
Fix incorrect export symbols and use GNUInstallDirs for installation destination

7b84d32242141a9d6c2843749b466ed547b77c90 authored about 11 years ago
Use the latest libfm thumbnailer APIs.

e273263d55f0eed5867326db2bd10a3e6f21bd58 authored over 11 years ago
Fix #3614873 - Thumbnails in icon view shown upside down for some jpegs.

b996dfeb8fa67c588e9ef96860d1d12467297064 authored over 11 years ago
Adopt recent changes of libfm. FmIcon is essentially identical to GIcon now.

564d32864c98ed776caa0b7f85db7f52d1b63fe7 authored over 11 years ago
Add a UI file for application chooser dialog.

a57278b1a4dcd350bcd94397f3a478cdc58ecb4d authored over 11 years ago
Correctly handle display names of folders in path entry auto-completion.

34644bb004a71ba6fc718c1787914e4a6a7cfe58 authored over 11 years ago
Add a global header and add proper definition for LIBFM_QT_API macro.

6c24a76aa9f2d8c00515411afa4375b380aba367 authored over 11 years ago
Add "Empty trash" and fix a memory leak.

1dc42294e91f000edaea40d7ec4a3a46cc1663c6 authored over 11 years ago
Fix memory leaks for bookmarks.

Fix the broken "Network" item in places.

ea3b5a5c77db86ee69208cb53808bab64d0de527 authored over 11 years ago
Reduce memory usage: Paint the folder items with our own code instead of using a dirty hacks duplicating pixmaps.

387544ea4788e3db0112f8b4ec47061c5e95d339 authored over 11 years ago
Reduce of size of QPixmapCache in the hope of decreasing memory usage.

a65335b8e6530ca1f45994a650789f1543b09a8d authored over 11 years ago
Add fallback icons for places item "applications" and "network".

fe94de521d4d89f6d370a907e530cfb004375931 authored over 11 years ago
Add class Fm::CachedFolderModel, a convinient way to share Fm::FolderModel objects and reduce memory usage.

934aa25c95178cd79d99051a200d14abd874f021 authored over 11 years ago
Resize the columns of detailed list view when items are inserted or removed.

2adb373f7a01eae52ee8ac3e6535044b2ed39608 authored over 11 years ago
Optimize column widths in detailed list mode when the view is resized.

08839829aac18b305e31bbb2c70839d463f3e593 authored over 11 years ago
Only show thumbnails for the first column in detailed list mode.

6cb320ac3e0d88ef585418167f5838da0795b16b authored over 11 years ago
Use new "automoc" feature of cmake 2.8.6 and remove cumbersome #include "*.moc" code.

80fac42b4a138726cc52fb569fbc14a2cd79d9b6 authored over 11 years ago
Use new "automoc" feature of cmake 2.8.6 and remove cumbersome #include "*.moc" code.

2e14eff53005d48405f3075408f9275c029e70b3 authored over 11 years ago
Trivial fix.

aa0bcedfc077d38db42552ae697dab373093fbf8 authored over 11 years ago
Add additional custom filter support to ProxyFolderModel.

1e82410c0b1e0c2784c1136ee7a8b5d85fcba63a authored over 11 years ago
Fix some memory leaks.

567bc2180471ea8e57f50ed7378afe078d0ea04b authored over 11 years ago
Fix some memory leaks.

caf440ae0f77d769e493a9dd289ca9863304ae43 authored over 11 years ago
Fix some compiler errors and update translations.

557fa404790a78219cac0b7fea0ae93e0c970397 authored almost 12 years ago
Fix some compiler errors and update translations.

fd5f966f7acb0459dbf81d8fc6670a0d9bd3c2ab authored almost 12 years ago
Merge branch 'thumbnails' and use the latest libfm APIs.

Bump required libfm version to 1.2.0.

Conflicts:
pcmanfm/settings.h
pcmanfm/translations/pcman...

57e5397df0c98770fe025ed37c4b8a8b8edc3a3e authored almost 12 years ago
Merge branch 'thumbnails' and use the latest libfm APIs.

Bump required libfm version to 1.2.0.

Conflicts:
pcmanfm/settings.h
pcmanfm/translations/pcman...

79cfe09724cc846a7747158baf1a67ca3031a66f authored almost 12 years ago
Support the latest libfm trunk.

Remove -fpermissive compiler flag and fix compiler errors/warnings.

13ac77aaa6ac6c1653ef2181de75a5f49354269f authored almost 12 years ago
Adopt new libfm thumbnail APIs.

632623e25a1fa2992864b342666ad09e3f76eb4f authored almost 12 years ago
Add soname 0.0.0 for libfm-qt, preparing for 0.1 release.

5ba8af16950610b5befcd67f9856644bc03358cc authored almost 12 years ago
Fix crashes caused by incorrect deletion of dialog objects.

96e97cbcdaec0b5b81374fde0c2b515efc901140 authored almost 12 years ago
Fix crashes caused by incorrect deletion of dialog objects.

a680e942ed9ffff253a60f195d562adadd33a4b4 authored almost 12 years ago
Enable thumbnail related settings.

deea6d1b6a83eceb85d4e20cae41d222c30bb65c authored almost 12 years ago
Update zh_TW translations and translation templates.

4bee9104deca0e07ac35ac9755af3b37042600f5 authored almost 12 years ago
Update zh_TW translations and translation templates.

9db5463a049412ae3c86127e1813c909d55872bb authored almost 12 years ago
Add Portuguese translation (pt).

4918671b0ffaafc18f6b06e760609e6b7b098e74 authored almost 12 years ago
Add Portuguese translation (pt).

03320586fcacff606475360869892a6da1eaf8ca authored almost 12 years ago
Add Lithuanian translation (lt_LT).

32182301af8cdaef877177bbd5b6690c96c5f761 authored almost 12 years ago
Add Lithuanian translation (lt_LT).

cbe5573e9f6db17a164ede559b84db62edd24c5a authored almost 12 years ago
Adopt the latest thumbnail API in libfm (thumbnail branch) to speed up loading.

9bfad2dfeee6fc041d349a844d2b0529d09f46df authored almost 12 years ago
Adopt the latest thumbnail API in libfm (thumbnail branch) to speed up loading.

1e254ae173bc9e34434f51498e4f944b7da40baa authored almost 12 years ago
Fix a crash caused by accessing data for invalid model index.

4ba57efa255facd89c004653bf1a78d80b93f850 authored almost 12 years ago
Workardound incorrect thumbnail painting caused by bug of QStyledItemDelegate. :-(

3753c82b9b07fcf56615f85628f17024b0b8885a authored almost 12 years ago
Fix a crash caused by accessing data for invalid model index.

3ba431ed027c3bbdd6fc2353e324c51ec539ab6d authored almost 12 years ago
Add basic thumbnail support (need the latest thumbnail branch of libfm).

49d6db3e915f2f02bdea402bfb7e099b6e6193ab authored almost 12 years ago
Add basic thumbnail support (need the latest thumbnail branch of libfm).

8dcaea23543421fb535b6ddbfff75c822c32585f authored almost 12 years ago
Add archiver integration for file context menus.

ad524c950d90345d89214cc50e87f3ae4d5050cb authored almost 12 years ago
Add archiver integration to file context menus.

0ec559b394d3a17e52a04bcec6de9b67b9f48baf authored almost 12 years ago
Add archiver integration to file context menus.

27c03660c529822e435f3540ee26caa16e609381 authored almost 12 years ago
Add mnemonics for menu items. Make confirm dialog before delete and trash can optional.

c1675dd596c3de52f8c9a007fd2fa8594db3537d authored almost 12 years ago
Add mnemonics for menu items. Make confirm dialog before delete and trash can optional.

18acffb7d113092e4b7241202da304dd4a2dd56a authored almost 12 years ago
Update side pane according to current dir.

Little fix.

02cf4b30eddb057a0844bbbaca88e7eec0417cb1 authored almost 12 years ago
Update side pane according to current dir.

Little fix.

47612f153aa36698d5435b47da4ebf016358bbe3 authored almost 12 years ago
Implement "Open in Terminal" and "Open as Root".

e60df1aa4dfa47c57d8eeac7a328b13ed34fa3ee authored almost 12 years ago
Implement "Open in Terminal" and "Open as Root".

4bbccecb6fd0f3572828b24db8be9ec19e5a7e9d authored almost 12 years ago
Implement "Auto Run" for newly inserted removable devices.

7f8beecdbecff67de54a611e71b286d1f2213416 authored almost 12 years ago
Implement "Auto Run" for newly inserted removable devices.

802bbec6e519698b8b0ca70c200ac89a83117bec authored almost 12 years ago
Add "Edit Bookmarks" dialog.

7908f5a30d29a269dfe7026b7dc5b44dc11bf421 authored almost 12 years ago
Add "Edit Bookmarks" dialog.

7140ec95b5eba97c4fc04024c0c50b849447aeb4 authored almost 12 years ago