3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a bug with an invalid size: * A size of a chunk cannot be bigger than the one of the file to split. * If the user insists, the action will be stopped immediatly and will display an error dialog. More... almost 16 years ago
Disable all the time the properties action. The missing properties dialog will come in the next version. More... almost 16 years ago
Add GNOME Split file format support. * It's kinda the xtm format but without some fields in the header and it uses an .gst extension. * It's a first version, it will probably change someday. More... almost 16 years ago
Little code cleanup. Update the destination Entry when a file to split is choosen. More... almost 16 years ago
Add a warning state when the MD5 sums differ after a merge. Add the chunks removal *only if* the MD5 sums of the original file and the created file are equals. Add a dialog when a warning or an error is produced, to be sure the user see it. More... almost 16 years ago
Fix typos in README file. More... almost 16 years ago
Fix Xtremsplit merge action (finally). More... almost 16 years ago
Make the buffer size dynamic. Fix the detection of the MD5 presence in Xtremsplit file. More... almost 16 years ago
Make the stop and stop and delete actions work. * Stop will only stop the current action (even if it is paused). * Stop and delete will stop the action and delete created files (even if it is paused). Attempt to fix the Xtremsplit merge code (still need fix). More... almost 16 years ago
Fix interface doesn't return to ready state. Fix MD5 sum write with xtremsplit algorithm. More... almost 16 years ago
Just add few comments. More... almost 16 years ago
Implement MergeWidget. Add support for merge action (still need to be fixed). Remove some useless code. Fix size of the progress bar in GTK interface. More... almost 16 years ago
Add an option to choose the default split algorithm. Fix uninhibit hibernation when an error occurs. More... almost 16 years ago
Fix computer inhibit hibernation. Use org.gnome.SessionManager instead of org.freedesktop.PowerManagement.Inhibit. More... almost 16 years ago
Cleanup of the code. More... almost 16 years ago
Rework of state of Action. Side effect: simplification of the ready/running/pause state. More... almost 16 years ago
Missing file. More... almost 16 years ago
Make the open directory action work. More... almost 16 years ago
Add a confirmation of the end of an action. Add both libnotfy support and regular info dialog. More... almost 16 years ago
Add 2 more options. * Calculate the MD5 sum of the file if the algorihtm can. * Remove the parts file if the merge was successful. More... almost 16 years ago
Make the toolbar dynamic. Items will be sensitives only when it will be necessary. More... almost 16 years ago
Add error message when an error occurs. Need to be improved to be more human readable. More... almost 16 years ago
More update and info for the GTK interface. Status widget update for created parts and finish action. Progress bar update with info about the bytes read. More... almost 16 years ago
Make the resume and pause actions work correctly. More... almost 16 years ago
Remove useless FileUtils class. Remove NewAction related code. Add ClearAction (to clear the view widgets). More... almost 16 years ago
Fix Xtremsplit splitter. Now the chunks should have the correct maximum size. More... almost 16 years ago
Make a first version of Xtremsplit work. Can't resume an action for now. Can't use another algorithm (only xtm works). Merge action still need to be done. Total rework of the GTK+ interface. More... almost 16 years ago
More comments on ByteUtils class. More... almost 16 years ago
Add initial support for Xtremsplit. Need GTK+ interface rework. More... almost 16 years ago
Cosmetic changes in README. More... almost 16 years ago