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
Bump version to 0.4 for next development cycle. More... over 15 years ago
Never use any tooltips with menu items. Add tooltips to tool items to help. This is our 0.3 version. More... over 15 years ago
More change about the old 'tray icon'. More... over 15 years ago
There is no 'system tray' in GNOME so a 'tray icon' cannot exist. It is now called an 'area status icon'. More... over 15 years ago
Update of the copyright of some files. Fix the selection of merge and split directories in the preferences dialog. More... over 15 years ago
Remove the ugly switch...case to start a splitter thread. It will now use an easier (not syntaxicaly) way to do it. We first find the right class to use, get the right constructor, build the right runnable object and start the thread. More... over 15 years ago
Add a splitter class to split files without writing any headers. It is a *simple* way to make a tool like 'cat' able to merge the created files. More... over 15 years ago
Add merge support of files splitted without any headers. (*.001, *.002, ...). Without any header, no information can be retrieved so we will do a merge based on a guess and the final file might be wrong and there is no MD5 sum to inform the user about a bad merge. So we will *never* delete chunks after such a merge. Update copyright (now we are in 2010). And finally, some cosmetic changes. More... over 15 years ago
Add license to the algorithm class. Change merger and splitter classes to final. Fix the reset of the split and merge widgets. More... over 15 years ago
Update the french translation. Add few comments to the preferences dialog code. More... over 15 years ago
Update the preferences dialog to handle the new options. Options are classified in 4 categories * General options, * Split options, * Merge options, * Desktop options. More... over 15 years ago
Add new preferences, still not usable. More... over 15 years ago
Fix the previously exposed problem. Now the main window menu item attached to the tray icon is syncrhonized with the state of the tray icon. So when the user will hide or show the main window by clicking on the tray icon, the main window menu item stated will be updated too. More... over 15 years ago
Fix a cosmetical problem. When the user used the menu item of the notification zone icon to show or hide the main window and then clicked on the icon, he had to click a second time to make the window visible or not. More... over 15 years ago
Add comments to top-level GTK+ action classes. More... over 15 years ago
Rework of GTK+ actions. * Remove duplicated actions (actions which did the same thing). * Manage widgets of actions using lists. More... over 15 years ago
Disable all the time the properties menu item. Disable the view switcher during an action to make the user not be able to change the view during an action. More... over 15 years ago
Bump version to 0.3 for next development cycle. More... over 15 years ago
Fix logo load as pixbuf. More... over 15 years ago
Update credits. Put text in instance error dialog into the constructor. Fix bug #1, need java-gnome >= 4.0.14. More... over 15 years ago
Just few comments. More... over 15 years ago
Configuration to allow multiple instances. It is not safe to run multiple instance, especially for the configuration file. More... over 15 years ago
Bugs fixes: * Fix bug where .desktop doesn't launch the good file. * Fix bug where .desktop doesn't display the good name. * Remove an unecessary line in the makefile. More... over 15 years ago
Fix reset of the split widget. The default algorithm will be used after a reset. More... almost 16 years ago
Revert Xtremsplit merge (forgotten in previous rev). Simplify GNOME Split algorithm. More... almost 16 years ago
Revert Xtremsplit format change. More... almost 16 years ago
Little package change for exception handler. More... almost 16 years ago
Add a choice to split a file using a number of chunks. More... almost 16 years ago
Bump version to 0.2 development state. Partly fix the Xtremsplit format, date should be on 8 bytes, still need to be write properly. Add getNextChunk() to merge classes and getChunkName() to split classes to get the names of the chunks in a more readable way. More... almost 16 years ago
Change dist all behavior. Now create a tar.bz2 file instead of tar.gz. More... almost 16 years ago