Name | Modified | Size | Downloads / Week |
---|---|---|---|
Resources | 2018-06-19 | ||
README.md | 2018-06-21 | 2.5 kB | |
rfm-beta8-archive.tar.gz | 2018-06-20 | 849.8 kB | |
Folder_GridView.qml | 2018-06-20 | 8.1 kB | |
PrimaryHomePage.qml | 2018-06-20 | 29.9 kB | |
AddressBox.qml | 2018-06-20 | 5.9 kB | |
rfilesystemmodel.cpp | 2018-06-20 | 42.8 kB | |
ShortcutMenu.qml | 2018-06-20 | 3.5 kB | |
SidePan.qml | 2018-06-20 | 12.2 kB | |
qml.qrc | 2018-06-20 | 995 Bytes | |
main.qml | 2018-06-20 | 9.3 kB | |
icons.qrc | 2018-06-19 | 36 Bytes | |
notifiermodel.h | 2018-06-19 | 6.3 kB | |
propertiesmodel.h | 2018-06-19 | 5.7 kB | |
Disk_GridView.qml | 2018-06-19 | 5.6 kB | |
libraryinfomodel.h | 2018-06-19 | 2.0 kB | |
PropertiesWindow.qml | 2018-06-19 | 4.7 kB | |
libraryinfomodel.cpp | 2018-06-19 | 1.6 kB | |
propertiesmodel.cpp | 2018-06-19 | 827 Bytes | |
FileFolder_GridView2.qml | 2018-06-19 | 2.8 kB | |
qrc_qml.cpp | 2018-06-19 | 271.0 kB | |
RColorPicker.qml | 2018-06-19 | 22.3 kB | |
DeleteBox.qml | 2018-06-19 | 5.3 kB | |
NewFileBox.qml | 2018-06-19 | 5.3 kB | |
NewFolderBox.qml | 2018-06-19 | 5.3 kB | |
Notifier.qml | 2018-06-19 | 3.4 kB | |
OperationIndicator.qml | 2018-06-19 | 21.8 kB | |
filefoldermodel.h | 2018-06-19 | 4.2 kB | |
RenameBox.qml | 2018-06-19 | 5.9 kB | |
filefoldermodel.cpp | 2018-06-19 | 2.9 kB | |
trashinfomodel.cpp | 2018-06-19 | 3.8 kB | |
LibraryView.qml | 2018-06-19 | 4.7 kB | |
TertiaryTrashViewPage.qml | 2018-06-19 | 14.2 kB | |
trashinfomodel.h | 2018-06-19 | 3.1 kB | |
main.cpp | 2018-06-19 | 1.7 kB | |
QuaternaryHistoryViewPage.qml | 2018-06-19 | 16.3 kB | |
bookmarkinfomodel.cpp | 2018-06-19 | 2.1 kB | |
bookmarkinfomodel.h | 2018-06-19 | 2.2 kB | |
fileoperatorthreaded.cpp | 2018-06-19 | 38.2 kB | |
fileoperatorthreaded.h | 2018-06-19 | 4.1 kB | |
diskinfomodel.cpp | 2018-06-19 | 4.4 kB | |
diskinfomodel.h | 2018-06-19 | 6.5 kB | |
historyinfomodel.h | 2018-06-19 | 2.8 kB | |
rfilesystemmodel.h | 2018-06-19 | 11.7 kB | |
SettingsMenu.qml | 2018-06-19 | 19.2 kB | |
historyinfomodel.cpp | 2018-06-19 | 4.2 kB | |
PrimaryHomePageV2.qml | 2018-06-19 | 29.9 kB | |
Folder_ListView.qml | 2018-06-19 | 10.4 kB | |
ImageAssets.qrc | 2018-06-19 | 4.2 kB | |
SecondaryFolderViewPage.qml | 2018-06-19 | 34.9 kB | |
File-Manager.pro | 2018-06-19 | 2.6 kB | |
recursivefilestructure.cpp | 2018-06-19 | 121 Bytes | |
recursivefilestructure.h | 2018-06-19 | 1.3 kB | |
recursivefilestructure.cpp.autosave | 2018-06-19 | 192 Bytes | |
RightClickMenu.qml | 2018-06-19 | 1.4 kB | |
TextButton.qml | 2018-06-19 | 4.6 kB | |
ToolBarButton.qml | 2018-06-19 | 4.7 kB | |
Totals: 57 Items | 1.6 MB | 0 |
rfm.beta release 8
The file manager to be used with upcoming rde is here. This is the minimal model that will be released with actual DE. You are welcome to contribute in the project either as a beta-tester or developer, if you wish.
New in release 8--
-> New startPage with moder UI, showing attached drives, bookmarks and most visited places -> improved AddressBox to be more of modern style, navigationBar more up to date -> switched from stackview to loader, reducing memory usage as well as improved view movement -> added new icons for buttons in fileControlBar -> fixed several layout problems, fixed issues with element's color property
New in release 7--
-> open files with any installed app in system -> can create new files and folder -> file history tracker was added -> bookmark function moved in -> icon scaling is possible now -> directories can be view in listview -> image preview was added -> bug fixes with multiselection in trashPage and folderPage, -> removed direct depencies over 'file' command for getting file type -> performance improvement over previous versions, disabled views caching as much as possible -> install rst.beta for changing default app order
New in release 6--
-> added support for launching native desktop services via RPI and removed dependencies over qDesktopServices -> now change app settings using revProgIface, can show/hide hidden files, sort files -> using syatem icons via getIcon from RPI -> removed dependencies over pydf and lsblk, now using native qt+custom functions -> improved codes with certain major bug fixes -> see RPI documentation
New in release 5--
-> added function to copy files within app with run time progress indicator -> fixed file operions added in release 4 to run in seperate thread and have run time progress indicator -> fixed delete and recover from trash algorithms -> fixed addressBox shortcutMenu from overlapping other UI items and going infinite
New in release 4--
-> added libraryView as an item in PrimaryPage and as sidePan in secondaryPage -> fixed ToolBarButton hoverText going out of screen width -> added multiselection capability in folderViewPage (secondaryPage) -> added rename function -> added delete to trash, delete permanently, recover from trash -> improved previous codes with minute bug fixes -> certain UI improvements
New in release 3-- -> certain bug fixes -> replaced hybrid address bar with AddressBox -> made changes in navigation, less resource consumption now