Commit Graph

762 Commits

Author SHA1 Message Date
7db77088f6 Code cleanup 2011-02-19 20:04:45 +00:00
7860400316 Code cleanup 2011-02-19 19:57:36 +00:00
e516837ce4 No longer rename immutable icons 2011-02-19 15:33:51 +00:00
42a6345771 Errors displayed were sometimes not the actual one 2011-02-19 15:23:15 +00:00
9a851ee8cc Code cleanup 2011-02-19 15:19:12 +00:00
51f05e6eea Justification doesn't work because it's a widget alignment issue 2011-02-19 15:07:29 +00:00
2d84ea05d3 No text needs to be ellipsized anymore 2011-02-19 14:59:59 +00:00
922d9b4f9e Renaming files on the desktop is implemented now 2011-02-19 14:57:16 +00:00
b18e9bd377 Replaced another execvp() (last?) with g_spawn_async() 2011-02-10 21:57:11 +00:00
bb53444146 Added the possibility to rename desktop icons (to be polished before release) 2011-02-09 00:06:59 +00:00
7a0764762e Added an important comment 2011-02-06 20:14:54 +00:00
d4d644dc1c Got rid of another call to execl() and fixed the extension of new text files 2011-02-06 19:04:44 +00:00
6399decb67 Fixed pasting to the current directory from the contextual menu 2011-02-06 18:45:00 +00:00
66937b1ec4 More accurate description of setting "alternate" in detailed view 2011-02-06 13:50:15 +00:00
348b6f19a3 Got rid of two warnings on platforms where sizeof(size_t) != 8 2011-02-06 13:40:43 +00:00
58a2e08f92 Using g_spawn_async() instead of execlp() 2011-02-05 03:39:34 +00:00
5f9ae60e55 Code cleanup 2011-02-05 03:03:04 +00:00
22f1493f66 Updated copyright information 2011-02-05 02:18:35 +00:00
7cf2f832f5 Compilation fix for Gtk+ < 2.6 2011-02-03 04:33:24 +00:00
6553dc3ffc Avoid a warning 2011-02-03 04:30:18 +00:00
ec63dfb7f5 The desktop no longer needs to catch SIGCHLD 2011-02-01 14:18:44 +00:00
4f096a2271 The "Cancel" button had no callback either 2011-01-31 03:44:14 +00:00
028a207284 The "Cancel" button had no callback 2011-01-31 03:41:47 +00:00
a508d0a126 Avoiding a couple additional warnings 2011-01-31 03:38:16 +00:00
fb85fc1149 Avoiding another warning 2011-01-31 01:20:13 +00:00
9e2be9211a Fixed copy & paste within the location bar 2011-01-31 01:17:36 +00:00
3d36421582 Re-generated Makefiles 2011-01-27 00:02:04 +00:00
cb1b36fb25 Only display thumbnail icons once the folder is fully refreshed 2011-01-25 23:55:54 +00:00
5cb3e24959 Added icons for the different views 2011-01-21 23:46:40 +00:00
7f19d2272f Use gtk_window_present() when the window already exists and should be shown 2011-01-03 00:30:25 +00:00
f299f07ac4 Stricter checks 2011-01-02 21:01:03 +00:00
f030dd81a1 Stricter checks 2011-01-02 20:46:14 +00:00
b9c1e4f1fd Code cleanup 2011-01-02 15:41:15 +00:00
829136b18d Fixing dependencies 2010-12-31 18:16:39 +00:00
8daf897d8c Fixed long-time issue with crashes 2010-12-31 14:25:26 +00:00
12f4699a5f Let Gtk+ automatically fallback on alternatives for icons 2010-12-31 14:24:46 +00:00
8b05e14aa7 Same fix repeated 2010-12-31 11:49:22 +00:00
f28c2c48d8 Fixed random icon order 2010-12-31 11:48:09 +00:00
258e163ffe Code cleanup 2010-12-31 11:44:09 +00:00
0efe04cd80 Code cleanup 2010-12-31 11:42:48 +00:00
3b4f716bd9 Code cleanup 2010-12-26 13:12:11 +00:00
73000a46ff Moved the code handling the preferences into browser.c 2010-12-26 13:07:08 +00:00
b5091cec75 Fixed many encoding errors, some interface improvements, a memory corruption 2010-12-26 10:52:04 +00:00
d686202cd2 Code cleanup 2010-12-21 13:17:02 +00:00
f7ae817544 Added translations 2010-12-21 12:47:08 +00:00
1be3152f48 Mentioning the number of files while refreshing 2010-12-21 12:37:27 +00:00
ce03d9bc96 Automatically reap child processes 2010-12-17 02:52:46 +00:00
81bb489bf0 Integrated libSystem and libDesktop to pkg-config 2010-12-10 23:16:10 +00:00
bcb76664bb Really align icons within the workarea 2010-12-04 21:02:55 +00:00
ae9de28c2c Forgot to translate a string 2010-11-27 15:47:58 +00:00
56c278b930 Automatically align icons when the desktop workarea changes 2010-11-27 00:05:58 +00:00
c17032328c using the libDesktop for the about dialog window 2010-11-15 01:11:42 +00:00
9243e9d47f Translating more content 2010-11-15 00:57:38 +00:00
cf5e53df26 Prevent the main window from resizing all the time 2010-11-08 18:35:49 +00:00
af4becbba9 Let the window be redrawn while deleting files 2010-11-08 18:31:06 +00:00
e05552605b Freeing some memory after preparing the main window 2010-11-08 18:23:58 +00:00
8569413c69 Fixed use of dirname() on GNU 2010-10-27 01:25:46 +00:00
a6faa90d31 Fixed a warning with debugging output 2010-10-27 01:25:05 +00:00
c85350edfe Code cleanup 2010-10-27 01:03:16 +00:00
b3448af4c1 Using a GtkDialog for the desktop preferences 2010-10-27 00:29:01 +00:00
f299fdc510 Code cleanup 2010-10-26 00:29:32 +00:00
1cf0e7b68e Code cleanup 2010-10-25 23:02:31 +00:00
64d07461e4 The preferences window is now based on a GtkDialog 2010-10-25 22:38:30 +00:00
b1466b56d7 Code cleanup 2010-10-18 16:25:43 +00:00
36a709a568 Using a GtkDialog instead of GtkWindow 2010-10-10 13:11:55 +00:00
189b84aef8 Added a refresh button 2010-10-10 13:01:02 +00:00
d66b4d3133 Got rid of the separator in the preferences window (should use GtkDialog instead) 2010-10-08 12:02:09 +00:00
a90d334704 Added a translation 2010-10-08 11:58:57 +00:00
62332f9744 Added a configuration settings to alternate rows in detailed view 2010-10-08 10:42:28 +00:00
ced3f511ff Probably really ported Browser to the HURD 2010-10-05 22:41:46 +00:00
82375c1eeb Got rid of some warnings 2010-10-03 22:14:08 +00:00
af67e9df33 Much nicer detailed view (resizing columns) 2010-10-03 21:39:47 +00:00
6af67a2195 The last portability fix probably disturbed the explicit Linux support 2010-10-03 00:24:04 +00:00
4e329ac1b7 Portability fix for GNU/Hurd 2010-10-03 00:22:49 +00:00
c0032f3066 Nicer-looking errors in the properties utility 2010-09-23 13:37:14 +00:00
60da8730d8 Giving some more space between the widgets 2010-08-31 12:05:35 +00:00
1c1e01a973 Fixed a potential crash when loading the configuration 2010-08-29 01:04:10 +00:00
0b5ac090cc Code cleanup 2010-08-28 23:52:32 +00:00
09acabf040 Now also able to draw a scaled background while keeping the aspect ratio 2010-08-28 23:39:54 +00:00
8ec6da842b Supporting tiled backgrounds (code is getting ugly) 2010-08-28 23:32:31 +00:00
62e249683f Code cleanup 2010-08-28 22:44:11 +00:00
d7354be828 Added a layout where the desktop doesn't draw any icons 2010-08-28 17:13:29 +00:00
dd407478f2 Added an executable to display desktop preferences at will 2010-08-28 16:58:11 +00:00
bc23c4e831 Got rid of the bold font in preferences 2010-08-28 16:17:31 +00:00
8d372972d1 No longer need to track the expose event 2010-08-28 16:14:49 +00:00
edfcc36614 Can now force the desktop icons on a specific monitor 2010-08-28 15:32:21 +00:00
057438f706 Changed the way to instantiate a Desktop class 2010-08-28 15:05:53 +00:00
5b6c7c7167 Minor improvements to dialog windows 2010-08-11 22:43:23 +00:00
500ac9066c Not being able to load preferences does not deserve a graphical warning 2010-08-11 22:42:44 +00:00
a1c7f88a60 Fixed a potential crash when closing the preferences window 2010-08-11 22:41:21 +00:00
478db507f2 Less warnings when compiling 2010-07-14 00:50:35 +00:00
356641bddd Sorting folders first by default 2010-07-13 16:22:47 +00:00
e5fece1e5d More likely to compile with Gtk+ < 2.6 2010-07-04 22:28:31 +00:00
e6ada1dbe9 Re-generated Makefiles 2010-07-04 14:12:05 +00:00
cc979548ad Make it easier to cross-compile 2010-05-26 12:10:41 +00:00
63f54b2538 Now able to navigate between homescreen, categories and applications 2010-05-26 10:51:20 +00:00
58c992ba57 Code cleanup 2010-05-26 10:17:13 +00:00
e19facdfd3 Able to navigate to and from categories and applications 2010-05-25 16:19:38 +00:00
8218041cf4 Almost completed the homescreen implementation 2010-05-25 15:36:28 +00:00
cc9c1540d9 Compile with less warnings 2010-05-18 23:59:49 +00:00
3deb996930 Compile with less warnings 2010-05-18 20:15:32 +00:00
5aed562176 No longer need to confirm when launching applications 2010-05-18 20:07:03 +00:00
c7f2e956ae Nicer debugging information 2010-05-18 19:56:52 +00:00
e0195073d9 Do not update transparency twice per new icon 2010-05-18 19:53:27 +00:00
63fd9cc625 Compilation fix with Gtk+ < 2.6.0 2010-05-18 19:45:08 +00:00
c7f03fc8a1 Now using _NET_WORKAREA to place the icons 2010-05-18 19:35:36 +00:00
3dbd6fa737 Less warnings when compiling with DEBUG set 2010-05-18 18:29:44 +00:00
4576b08034 Added keyboard shortcuts for the "Back" and "Forward" buttons 2010-05-04 23:18:09 +00:00
9d2e2e37ff Updated the API for menubar and toolbar accelerators (must specify the modifier) 2010-05-04 00:07:01 +00:00
3633264890 Corrected an english sentence in the preferences (reported by CalimeroTeknik) 2010-04-07 21:11:45 +00:00
05473e7ab7 Avoid a couple more warnings (unused parameters) 2010-04-05 15:07:02 +00:00
e0f419e5b8 Also translating mime.c 2010-04-05 15:05:13 +00:00
a3d791a8f9 The translation domain was wrong 2010-04-05 14:58:36 +00:00
7ff89d41a7 Also translating desktopicon.c 2010-04-05 14:52:15 +00:00
27455d3902 Translating some more 2010-04-05 14:31:00 +00:00
53bb7a209a Also translating the menus 2010-04-05 00:59:48 +00:00
3f64ace04d Translated more strings 2010-03-29 22:56:22 +00:00
3ab6694238 Added translations for French and German 2010-03-29 22:48:06 +00:00
e57392493e Now able to create symbolic links 2010-03-25 18:26:03 +00:00
a1af8a062b Moved the symbolic link creation code to common.c 2010-03-25 18:25:39 +00:00
00c58ba487 Changed the order of the file creation entries in the contextual popup 2010-03-22 23:20:06 +00:00
eb2a23bcc9 The icon for the symlink creation in the file menu was wrong 2010-03-22 23:17:45 +00:00
1f65fd3c3e Updated the file menu as symlink creation really popups a window 2010-03-22 23:15:20 +00:00
50fe65d729 Nicer preferences dialog 2010-03-22 23:08:26 +00:00
943eece263 The browser can now create and rename symbolic links 2010-03-22 23:07:44 +00:00
789104161e The error message sometimes did not correspond to the actual error 2010-03-22 23:06:29 +00:00
0742ce1a6e Code cleanup 2010-03-17 22:14:33 +00:00
11be4424c5 Re-implemented the preferences window to work with Gtk+ < 2.14 2010-03-17 22:12:37 +00:00
3b032bb0d1 Implemented desktop resizing 2010-03-01 22:58:22 +00:00
f110cccf90 Added a mode to display the registered applications on the desktop 2010-02-07 12:43:45 +00:00
d9fb586fe2 Moved DesktopIcon handling from desktop.c into its own file 2010-01-29 17:34:20 +00:00
fc481e4715 Implemented file deletion 2010-01-12 16:17:17 +00:00
df13b3066b Updated copyright information 2010-01-08 04:33:56 +00:00
0b1decdebc Don't let the home directory be deleted (could too easily be an accident) 2010-01-08 04:33:28 +00:00
669a22a055 Implemented a rudimentary desktop preferences window 2009-12-22 19:55:52 +00:00
66dce15d33 For some reason it was not possible to set permissions anymore 2009-12-20 04:24:38 +00:00
7827ea4b64 Always look for headers in $(PREFIX)/include 2009-12-09 20:52:58 +00:00
460b290a26 Hopefully fixed compilation for Gtk+ < 2.6.0 (thanks to cppcheck) 2009-12-09 20:52:27 +00:00
d24d5a642e Matching the newer DesktopToolbar API 2009-12-04 11:26:05 +00:00
59e32cdee8 Nicer fix for the afore-mentioned crash 2009-12-04 10:44:02 +00:00
c41861a7c2 Fixed a crash when the current folder or file is not writable 2009-12-04 10:39:21 +00:00
440662728b Fixed copy/paste and lots of warnings 2009-11-30 23:49:30 +00:00
dfae2a7666 Allowed libDesktop toolbars to pack items without a stock icon or icon name 2009-11-24 22:56:50 +00:00
23fc02c442 Removed extraneous debugging output 2009-11-23 13:51:55 +00:00
e5a1a200ed Changed the layout to be packed regularly (doesn't wrap text anymore though) 2009-11-22 00:11:29 +00:00
b496f916f8 Fixed crash when calling properties (g_signal_connect_swapped is dangerous...) 2009-11-16 17:31:10 +00:00
e490ca8f0b Implemented setting the permissions 2009-11-15 19:44:27 +00:00
c52a20ba5a Fewer warnings during compilation 2009-11-15 19:18:46 +00:00
02521521a3 Quite a lot at once (using libDesktop, improvements when embedded...) 2009-11-15 19:00:10 +00:00
28b29a255a CTRL+E now opens the file for edition 2009-11-15 18:29:17 +00:00
0aa7b2c3d2 Nicer error dialog box 2009-11-15 18:27:12 +00:00
a09b052033 The preferences dialog behaves better when maximized 2009-09-24 10:28:42 +00:00
371b74a052 Added a preferences button in the toolbar in embedded mode 2009-09-24 10:14:45 +00:00
77c4edd800 Using "EMBEDDED" instead of "FOR_EMBEDDED" 2009-09-24 10:14:17 +00:00
14308f9bc9 Stricter argument checking 2009-09-24 10:11:52 +00:00
2b22b17476 Added a preference for the default view 2009-09-24 00:19:09 +00:00
da88ab8f39 Added an icon in the about dialog 2009-09-20 11:29:21 +00:00
9809cd621f gcc really prefers "-lSystem" to "-l System" 2009-09-06 22:43:58 +00:00
22593c3a60 The progress bar was also wrong 2009-09-06 22:10:29 +00:00
b131d0d80f Check the arguments 2009-09-06 22:06:58 +00:00
f05af80ee9 The progress bar for the arguments count was wrong 2009-09-06 22:02:07 +00:00
bf17298140 Let it compile with Gtk+ < 2.14 2009-08-30 02:48:58 +00:00
fef4563122 Do not create windows bigger than the monitor size 2009-08-30 01:47:54 +00:00
fb1e3ec7fe Nicer error handling 2009-08-17 22:37:34 +00:00
7c10e1a000 Behaves better when the window is maximized 2009-08-17 22:20:54 +00:00
4645cf4ea5 Compiling with -pedantic 2009-08-13 16:57:35 +00:00
741cb3fd57 Using gtk_message_dialog_format_secondary_text() 2009-08-13 16:52:25 +00:00
00335bc798 Using gtk_message_dialog_format_secondary_text() 2009-08-12 07:26:17 +00:00
8df2625e85 Give it one more chance to compile with Gtk+ < 2.6.0 2009-08-08 21:00:02 +00:00
bfde8fa425 Let the browser window have an icon for the window manager 2009-08-08 20:57:04 +00:00
1f9a36275f Added times of last modification, access and change 2009-08-07 21:41:16 +00:00
2202b1f226 Code cleanup 2009-07-25 13:10:51 +00:00
debeb08557 Don't try to draw the background if there is none set 2009-07-14 23:07:43 +00:00
30a5d93086 Added support to draw the background picture 2009-07-14 22:48:01 +00:00
1356c2131c Place the "New folder" entry above the links to new documents 2009-07-14 22:38:09 +00:00
b5e1675527 Using a stock icon for the "New" submenu in the desktop popup 2009-07-14 22:21:39 +00:00
d42808ad22 Changed label "Argument" to "Copying" 2009-07-04 13:25:33 +00:00
db10f3b5d8 Added a submenu entry to allow the creation of a text file 2009-06-21 23:09:39 +00:00
74a720b5f9 Made the window not resizable 2009-06-20 11:01:15 +00:00
3551b628da Improved the appearance of the window 2009-06-20 10:59:07 +00:00
3d8a039516 Let the progress bar always have the same height 2009-06-20 10:27:34 +00:00
d6994ea8c0 Copying files from within an idle loop 2009-06-19 15:32:27 +00:00
c70b0e32cc Re-generated Makefiles 2009-06-16 23:45:52 +00:00
3ce8e41da3 Correctly display icon images when smaller than requested 2009-06-03 00:04:13 +00:00
bcf904f82d Implemented popup menu on the desktop 2009-06-01 20:32:34 +00:00
af31e5686d Keeping information about the home directory inside the Desktop class 2009-06-01 17:06:24 +00:00
a6031b3804 Initial release 2009-06-01 16:35:20 +00:00
24cdf377d6 Let the user choose a file to view himself when started with no argument 2009-05-25 22:14:24 +00:00
d253f3b442 Automatically wrapping text to the window size 2009-05-25 22:11:04 +00:00
0ef533a70e Fixed erroneous matching MIME types when the filename contains a path 2009-05-25 22:04:12 +00:00
0ac4c042f5 Using gtk_window_present() instead of gtk_widget_show() where appropriate 2009-05-25 22:00:34 +00:00
75c82073bd Removed unused prototype 2009-05-25 21:58:08 +00:00
e5a75e0f20 Also include the buttons for cut/copy/paste in the toolbar 2009-05-25 21:57:33 +00:00
e36a988f65 Code cleanup 2009-04-12 23:13:31 +00:00
c92e7db2e4 Added a separator in the preferences dialog 2009-04-12 23:12:50 +00:00
df341e9aca Added an "Open file..." entry to the file menu 2009-03-15 16:37:02 +00:00
344a8137d6 Code cleanup
No longer display "Location" in embedded mode
2009-03-02 00:26:51 +00:00
58f9f4fe4d Support a compile-time embedded option (disables the menu bar) 2009-02-19 01:34:06 +00:00
82155f179d Re-generated Makefiles 2009-01-11 21:46:49 +00:00
fd394b5998 Put all major TODO/FIXME information in a common file 2008-10-15 11:18:27 +00:00
6771bed455 GPLv3'ing 2008-10-15 11:11:13 +00:00
2834d800ee GPLv3'ing 2008-10-15 10:58:17 +00:00
9b72b53317 Prompts to run executables 2008-10-13 10:14:37 +00:00
0bf616413a Re-generated Makefiles 2008-09-26 21:20:27 +00:00
98bf54d712 Allow directories to be opened in new windows 2008-09-06 16:38:07 +00:00
c4e438762d Re-generated Makefile 2008-05-06 12:33:13 +00:00
a472c45b5e Using the stock icon for the details view 2008-05-06 12:31:45 +00:00
2ccc385479 callbacks.c depends on ../config.h 2008-05-06 12:31:22 +00:00
bc07c72570 Added a TODO item 2008-04-21 23:37:32 +00:00
e5cf4c4d48 Checking result of strdup() 2008-04-21 23:32:10 +00:00
becfb362aa Fixed a segfault when compiling with -O2 2008-04-21 23:23:55 +00:00
2dd8e37f6f Sharing more code 2008-04-21 23:11:28 +00:00
cf30c74f27 Loading and saving configuration values 2008-04-21 22:08:48 +00:00
509ec497f9 Renamed the BrowserPreferences types to BrowserPrefs 2008-04-21 21:10:37 +00:00
4d986c3384 Fixed renaming in detailed view 2008-04-08 13:22:23 +00:00
b8372facae Fixed folder refresh optimization 2008-04-03 11:49:57 +00:00
c5c1932bf7 Code review 2008-03-12 01:02:24 +00:00
bfb7b9d6da Fixed encoding issues in title bar and renaming 2008-02-01 01:30:18 +00:00
63c25b9f9a Handling errors when the image type is not supported 2008-01-29 11:27:37 +00:00
5c2b0fdcc9 Added comments about how to implement drag and drop properly 2008-01-23 01:39:57 +00:00
89886291ef Calling copy with -R instead of -r 2008-01-22 19:03:23 +00:00
3a5cbfeb72 Code cleanup 2008-01-22 19:02:06 +00:00
12e49f4ff2 Allow drag and drop from the desktop 2008-01-22 18:17:29 +00:00
44fc6a596a Allow drag and drop to the tree view inside the current directory 2008-01-22 18:16:47 +00:00
24d50a647b Fixed typo when moving multiple files 2008-01-22 14:40:16 +00:00
0ec1fbdb7c Fixed typo when copying multiple files 2008-01-22 14:37:47 +00:00
d1997b70f7 Added common.c 2008-01-22 14:09:38 +00:00
daeb212123 Fixed compilation warning 2008-01-22 14:07:43 +00:00
581d2cb41a More code re-use 2008-01-22 14:06:38 +00:00
e3043a06f6 More code re-use 2008-01-22 14:00:16 +00:00
4cc097cc74 Using common code 2008-01-22 13:49:32 +00:00
1f4e697cf3 Preparing for more code reuse 2008-01-22 13:39:49 +00:00
c2157919f5 Now able to receive drag and drop events from the browser 2008-01-22 13:01:22 +00:00
af1c226205 Avoid a warning during compilation 2008-01-22 12:46:56 +00:00
94a2dda939 More accurate debugging information upon drag and drop 2008-01-22 11:54:21 +00:00
da35e3137f Added drag and drop support in icon view 2008-01-22 11:06:02 +00:00
8c995cc650 Fixed unsafe use of basename/dirname 2008-01-14 17:03:11 +00:00
aff744cae0 Added an icon to the "new folder" popup menu 2008-01-02 15:52:51 +00:00
55bdfe4180 Fixed a compilation warning 2007-12-21 10:18:54 +00:00
8e9e5e26d6 Supports setting the group 2007-12-21 10:13:39 +00:00
9fa0e397ee Safer use of basename() 2007-12-13 00:12:22 +00:00
247a2c39a5 Safer use of basename() 2007-12-13 00:09:13 +00:00
955dd03384 Using only the basename of the file in the window title 2007-12-13 00:03:30 +00:00
b98e306ecc Correctly identifying MIME type for mountpoints 2007-12-13 00:00:54 +00:00
cc0bca7080 Handling the control modifier when selecting icons 2007-12-12 20:02:36 +00:00
eefb0a9472 Worked on selection 2007-12-12 13:52:08 +00:00
60768ab55c Worked on selection 2007-12-12 13:43:51 +00:00
ca5c62be73 Better shaping for the image and the text 2007-12-12 12:19:20 +00:00
701675033f delete now has a "Yes to all" option 2007-12-10 01:50:57 +00:00
01ba7d49e0 Added a "file->edit" menu entry when available 2007-12-08 15:04:29 +00:00
d6f7144dbd Added an "Open with" menu 2007-12-08 13:51:18 +00:00
3f56ba0cb3 Updated copyright and license 2007-12-08 13:27:12 +00:00
706289d67a Fixed focus handling in WindowMaker 2007-10-15 03:29:05 +00:00
e241b6fc9a Re-generated Makefile 2007-10-14 14:11:42 +00:00
6793bfd82f Using "open" as the executable name upon errors 2007-10-14 14:04:23 +00:00
9007215978 Supports fallback on MIME "type/*" 2007-09-28 10:24:32 +00:00
02beb30969 Factorized file insertion and update code 2007-09-09 14:24:41 +00:00
29c9f98133 Updated license terms 2007-08-17 16:28:11 +00:00
af4a193d23 Had to re-license under the DeforaOS Project License to avoid conflict 2007-08-17 16:18:24 +00:00
774f0a31a8 Fixed usage screen 2007-08-12 17:19:33 +00:00
67a6211b4f Code cleanup 2007-08-04 16:20:39 +00:00
b890b6e163 Added a menubar and resizing magic 2007-08-04 16:17:03 +00:00
f290855c14 Improved more context menus 2007-08-03 03:56:09 +00:00
3f81e3cb20 Need to convert filenames from the filesystem encoding 2007-08-03 03:55:46 +00:00
20900ad6e0 Improved the contextual menu 2007-08-03 03:38:10 +00:00
f3e74dfb45 Fixed display of the total number of files copied or moved 2007-08-03 03:37:49 +00:00
c13c36fcc9 Implemented copy/paste 2007-08-03 03:23:50 +00:00
b78ac07fb8 Implemented recursion while moving files cross-device 2007-08-03 01:43:42 +00:00
49d0fe3cbd Fixed use before initialization 2007-08-03 01:36:58 +00:00
22fd713acd Code cleanup 2007-08-03 01:32:59 +00:00
7f7815ff80 Code cleanup 2007-08-03 01:16:47 +00:00
72109f2b71 Fixed copy of files across devices 2007-08-03 01:16:29 +00:00
4a9f484ca2 Added target copy 2007-08-03 01:06:37 +00:00
1fcf22f50f Code cleanup 2007-08-02 10:17:51 +00:00
99c8617dfd Fixed compilation on NetBSD 2007-07-31 02:06:46 +00:00
64ebdef604 Fixed compilation on Linux 2007-07-31 01:54:58 +00:00
aae1727d91 Allow unmounting of directories 2007-07-31 01:46:28 +00:00
7b3fcd892c Showing mountpoints differently from regular directories 2007-07-31 01:38:46 +00:00
fe2fba85eb Detecting mount points 2007-07-31 01:10:50 +00:00
15ecc1ab5b Added target move 2007-07-31 00:51:25 +00:00
f68c767c93 Updated usage screen 2007-07-29 22:59:15 +00:00
b50adb87f3 Sync with rm 2007-07-29 22:52:43 +00:00
c4bf1aa6cf Fixed properties window for the current folder 2007-07-29 17:43:34 +00:00
e836e6499d Fixed uninitialized value 2007-07-29 17:41:53 +00:00
e245a73420 The progress bar makes more sense this way 2007-07-27 20:57:49 +00:00
c192dd01ab Defaults to the "open with" dialog if no "open" action is available 2007-07-09 11:32:07 +00:00
f1047fa183 De-referencing symlinks while listing desktop's content 2007-07-02 22:53:07 +00:00
93090e47ed Added browser_open_with() in the API 2007-06-29 15:32:13 +00:00
5328dbab77 Fallback on the "open with" dialog when no "open" action is available 2007-06-29 15:15:37 +00:00
2ed2e22d4a Code cleanup 2007-06-25 16:30:41 +00:00
a0bf846a5e Code cleanup 2007-06-25 09:09:57 +00:00
e6aa91be99 Code cleanup 2007-06-25 08:22:31 +00:00
c254fa2302 Recursively delete directories 2007-06-25 08:20:33 +00:00
c74b5c622e Added deletion popup menu entry for directories 2007-06-25 08:18:44 +00:00
fb9da166ae Fixed a segfault when MIME type is unknown 2007-06-25 08:09:23 +00:00
2af156631b Fixed a segfault when MIME does not initialize 2007-06-25 08:05:42 +00:00
96e16fa904 Forgot desktop.h in distribution 2007-06-21 12:06:33 +00:00
63f4749067 Failure to delete a file recursively was bailing out prematurely 2007-06-20 03:07:24 +00:00
4cf53c8877 Supports recursive deletion (does not re-confirm or redraw yet though) 2007-06-18 03:55:06 +00:00
f99902172b Confirmation dialog before deletion is now optional 2007-06-18 03:04:50 +00:00