0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed double click bug (you could not go to the previous directory by double clicking). made the Ext2CopyFile a class wide variable. More... about 14 years ago
created classes for volume group, Physical Volume and LogicalVolume. More... about 14 years ago
code cleanups. More... about 14 years ago
fixed log.c to use vsnprintf to prevent buffer overflow. fixed dobule clicking non directory type does not do anything. implemented the search to find lvm metadata. (NOTE: logic is crude, since ondisk data structure is not documented.) More... about 14 years ago
started working in LVM2 support. created label structures and parsing. LVM2 design document is missing. so finding on disk structure is hard. More... about 14 years ago
final cleanup for release 2.1 More... about 14 years ago
some cleanups fixed calling of progress dialog when copying files other than regular file and folder. More... about 14 years ago
Fixed: Large Files are handled correctly And they are Shown correctly in UI. More... about 14 years ago
the copy progress dialog is fixed. copying is done in separate thread. More... about 14 years ago
removed crude hint logic for physical block mapping. Implemented a LRU buffer cache for least recently used blocks using QT QCache. More... about 14 years ago
now shows the progress dialog More... about 14 years ago
the bug in extent reading is fixed. not extents addressing is working correctly. directory listing is also fixed and is working correctly. copy of file and folder is fixed and working. More... about 14 years ago
Implemented copy of file and folder. More... about 14 years ago
some copy logic modification More... about 14 years ago
implemented the new dialog box to show the progress of the file/folder copy progress. More... about 14 years ago
Fixed reading of folder that have entries in more than one block. implemented saveas More... about 14 years ago
implemented extent tree searching algorithm. (not tested) More... about 14 years ago
Added LVM pv metadata structure. More... about 14 years ago
Ext2Partition is_valid was not initialised properly. fixed some lvm testing. More... about 14 years ago
disabled icons which require write support and clipboard access. More... about 14 years ago
Bugfix: Drag runtime error Drag drop Disabled. More... about 14 years ago
Added Raw partition image support. (image with no partition table just single File system. like disk in WuBI.) fixes on Ext2Partition object invalidity (when failed in middle of constructor like during mount()). More... about 14 years ago
changed on properties dialog box. it now shows size, name and timestamp. More... about 14 years ago
Fixed rescan and deleting of rows. More... about 14 years ago
added new resource files. More... about 14 years ago
added logic to support Ext4 Extents. Only B+ tree of depth 0 is supported for now. working correctly. More... about 14 years ago
started implementation of EXT4 Extents. changed data structures for large file support. More... about 14 years ago
the treeview is working now some fixes More... about 14 years ago
added context menu added doubleclicking of item several other fixes More... about 14 years ago
added list and tree handling. More... about 14 years ago