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

Implement "Invert Selection".

Little fix of UI, add a Tool menu to main window.

4e11572db20b6e7ee8da18ae176b8265c45472ee authored almost 12 years ago
Implement "Invert Selection".

Little fix of UI, add a Tool menu to main window.

b321803c66dcbba288d87f98e8e4f8997770393b authored almost 12 years ago
Implement "Create New" menu in the folder popup menu.

6df14cecf59f737f4155bea135ec0d786e26ad4f authored almost 12 years ago
Implement "Create New" menu in the folder popup menu.

5de9dc6ef4b7611a7e2e3d56618499a5b61b489d authored almost 12 years ago
Modify make rules for translations. Avoid deleting generated ts files when "make clean".

Fix a small error in zh_TW translation.

ee64e2136bc52e8a9332537dbb9a6c7c43e1f84f authored almost 12 years ago
Add auto-completion to path entry bar.

2cc5fa55eeb29eb0f497d79711ebe0fe9a96d98d authored almost 12 years ago
Rename Fm::Application to Fm::LibFmQt to decrease confusion.

Set required Qt version to 4.6.

32e42cf887fb0560700d02d0182c1c00c4781102 authored almost 12 years ago
Rename Fm::Application to Fm::LibFmQt to decrease confusion.

Set required Qt version to 4.6.

8fc99c55cc4b18c563574cf16558593ac5caebca authored almost 12 years ago
Load translation files correctly for pcmanfm-qt and libfm-qt.

8fab4f437c6006be2ae5a65caa2d9b57d020b156 authored almost 12 years ago
Add basic skeleton for i18n (using Qt QTranslator & Qt Linguist).

8294a8a52881c0740bfce8c7c7cf069f7de978a1 authored almost 12 years ago
Add basic skeleton for i18n (using Qt QTranslator & Qt Linguist).

23cdda70a89f1cfa5c6b80d2d0feb20e0d7b9dba authored almost 12 years ago
Add separate CMakeLists.txt files for pcmanfm and libfm-qt.

Hide more implementation details from libfm-qt headers.

a5cecb1b7e65268ed62ff0533e5513d3361b006d authored almost 12 years ago
Fix copyright notice in all source files.

bd1d2064c19323d5feb2b7edd04c7a3232f9bcdc authored almost 12 years ago
Install a pkgconfig file for libfm-qt for use in other projects.

79190ce46b77c1ec57edcb05726b4668714e36e0 authored almost 12 years ago
Fix a memory error caused by incorrect array size.

Fix incorrect spacing of icons.

02e7e80404f2a0a5e589bf49b66a5784b8fbf4d1 authored almost 12 years ago
Finish chown and chmod supports.

eaab244bb3c2d6f8bd613bc00b779b0f05b077db authored almost 12 years ago
Try to add file opermission settings UI.

c19f8c0eb700a49fffacd9dadc8c615ccbb705be authored almost 12 years ago
Try to implement Dnd.

7fd794a9bf81b3f7759fac0d4c52848345443505 authored almost 12 years ago
Implement very basic drag and drop support.

8abb96bcf86943acffc12c74f8c983495eb3e345 authored almost 12 years ago
Supress the incorrect default dnd handling of QListView.

f9d904a542d5d2063388150ea305513014fd7fba authored almost 12 years ago
Finish desktop preferences.

332142f2df486ce0513000d250e92538600d205f authored almost 12 years ago
Improve desktop preferences and apply settings (partially done).

65271ad633681701117204a0a0b8da49f1470209 authored almost 12 years ago
Add desktop preferences dialog.

38af3e4481fc5a7e6f9625302ded18f6209e4ba0 authored almost 12 years ago
Apply side pane icon size correctly.

Add basic skeleton for archiver integration.

997f92da842f09d2673d2ec26a14ef9fa34358cb authored almost 12 years ago
Set shortcuts for frequently used menu options.

Implement "rename file" support.
Hide tabs when there is only one tab left (optional).

85ef3f2bbad7f9ba2d99d3933c1a2699269fed3f authored almost 12 years ago
Delete windows properly when they're closed with setAttribute(Qt::WA_DeleteOnClose);

Apply settings to windows after clicking OK in the preference dialog.

185871bb80a3afc5db7189355ac0306a631a97bd authored almost 12 years ago
Improve preferences dialog.

Change base class of SidePane to QWidget.

8476767adb19c816355f68911b8d8cb81e640227 authored almost 12 years ago
Sync the state of folder popup menu and main menu bar.

c7d50b97f1872799273e5cda39cec70fc6809fdb authored almost 12 years ago
Implement sort options for main window.

261e7923e6666c48c354c67d91055c1d3e7ac94f authored almost 12 years ago
Fix file sorting options for Fm::FolderMenu.

6e84294359344b7ea50833803691dbbc1b085478 authored almost 12 years ago
Correctly implement browse history and fix crashes.

e1447e5d94ec6e18d5d68e70022c4620f0be321c authored almost 12 years ago
Add very simple browse history (back/forward) handling.

39aea15abd1065eee7df9bfadfca11afd8ab44dc authored almost 12 years ago
Apply gcc visiblility attributes to export less symbols.

2a60b6623bb4c688b30a125acb62d55fbac1ffc6 authored almost 12 years ago
Correctly handle file rename/overwrite during file operations.

afc94769f8e057389782886280eb2c1c9485a4ff authored almost 12 years ago
Exclude unnecessary files from CPack.

78a70f50ca387eecd2975fa670476a93945cfa8b authored almost 12 years ago
Improve folder popup menu.

4fab169fd946d194ef4457bf9b649055d3868c21 authored almost 12 years ago
Add folder popup menu. Some UI polishing.

93f6b2630bb6e3e771c21cbdfb7939070bfc2597 authored almost 12 years ago
Fix a little crash.

ee1f893adb7a4abfa8f980f40b2b9c0aa2e225cf authored almost 12 years ago
Fix crashes when turning off desktop manager.

c667b5cae59d78177a3e133b9aaea2cfad38d0e7 authored almost 12 years ago
Show popup menu for blank area of folders.

8075983a1a49dbc8d08b54ea1fda7d958d9f7b43 authored almost 12 years ago
Do some refactor to make Fm::FolderView cleaner.

Add PCManFM::View to do file manager-specific operations.

9152350639916828ad136ff7ad60d34852f7e6f4 authored almost 12 years ago
Move files for libfm-qt and pcmanfm-qt to separate subdirs.

0a6e439ffd2d30b745c17547cc45b146d1fed743 authored almost 12 years ago