Commit Graph

196 Commits

Author SHA1 Message Date
f105b1d8b5 Detect when the file currently selected disappears 2012-11-01 03:19:27 +01:00
3658456484 Exposing the MIME icon generation code to the plug-ins 2012-11-01 03:08:55 +01:00
36f1e8a1a6 Display the proper icons for symbolic links 2012-11-01 02:55:22 +01:00
30847723a7 Fixed the icon for inode/mountpoint directories 2012-10-31 04:47:01 +01:00
1d6b062761 Synchronized with the CVS plug-in 2012-10-17 01:14:12 +00:00
63951de1e8 Removed leftover traces of the Subversion plug-in 2012-10-17 01:09:51 +00:00
bf4285c22c Fixed "git commit" on directories 2012-10-17 01:03:08 +00:00
979466a255 More adequate check for directories managed by git (files need the same) 2012-10-17 00:46:04 +00:00
d88abcf411 Initial support for git 2012-10-17 00:25:28 +00:00
bc22de2cc6 Synchronized with the CVS plug-in 2012-10-14 15:54:15 +00:00
695d2732da Integrated "svn blame" 2012-09-14 22:05:25 +00:00
240fd16a4b No longer crashing 2012-09-14 21:56:02 +00:00
7c8fd20e45 Fixed copy & paste error leading to a double-free condition 2012-09-14 21:36:16 +00:00
787fe8477c Code cleanup 2012-09-14 21:08:26 +00:00
6bc979089b Fixed handling of folders 2012-09-14 20:40:25 +00:00
74997a225f Code cleanup 2012-09-14 20:32:35 +00:00
c22c9a57c4 Can now add directories to a CVS repository 2012-09-14 20:18:00 +00:00
e9641d1d01 Code cleanup 2012-09-12 22:36:33 +00:00
4c7e4fde95 Updated the plug-in API to transmit the complete selection upon refresh 2012-08-31 18:37:09 +00:00
dbad3a6789 Copy & paste mishap 2012-07-31 19:43:08 +00:00
74e52574d4 Let the plug-ins build on MacOS X 2012-07-31 19:35:20 +00:00
248fa3eceb No longer consider symbolic links as potential directories 2012-07-14 00:59:19 +00:00
7d91b91e3f Refresh the list of volumes every second while active 2012-04-23 12:57:11 +00:00
cff5f0ad47 Do not crash when inactive 2012-04-23 12:53:21 +00:00
a9427159cd Continuously refresh the volumes mounted 2012-04-23 12:34:58 +00:00
158ba53ca0 Check access() on the parent folder instead 2012-04-19 12:07:56 +00:00
1157d3d4e2 Implemented annotations as well 2012-03-21 02:16:49 +00:00
f7e0f0760a Force single selection 2012-01-07 03:33:04 +00:00
b9e41fcbed Reworked the plug-in management code 2012-01-05 23:47:28 +00:00
bc6f097275 Const'ified 2012-01-05 20:14:57 +00:00
46dedb27e6 Compilation fix for Gtk+ 3.0 2012-01-03 07:25:24 +00:00
3400c3e8ae Added missing include 2011-11-06 14:24:02 +00:00
ad3ae87923 Minor improvements to the layout 2011-11-06 14:05:20 +00:00
823e33bb5b Finally got rid of the scrolled window 2011-11-06 06:16:48 +00:00
757633c4f6 The "properties" plug-in no longer depends on code from "../properties.c" 2011-11-06 03:53:32 +00:00
2f426cf93c Updated some comments 2011-11-06 03:37:58 +00:00
7f5f00c26c Added a plug-in to handle Subversion repositories 2011-11-04 16:30:08 +00:00
ce98fba50e The "properties" plug-in is now stand-alone 2011-11-03 20:57:30 +00:00
e3f328083c Re-generated Makefiles 2011-09-16 11:54:13 +00:00
dfefa37b56 Re-generated Makefiles 2011-09-16 11:36:26 +00:00
872f79d3c7 Re-generated Makefiles 2011-09-16 10:19:40 +00:00
74b6b30d36 Right-trimming CVS file contents before displaying them 2011-09-09 17:40:29 +00:00
68e041270b Automatically expand any row activated 2011-08-14 23:37:27 +00:00
8fb552b9e2 More extensive tests for binary file types 2011-08-11 21:34:27 +00:00
361168b54a Add files with binary content when they're not text-based 2011-08-11 21:19:43 +00:00
819911088a Escaping arguments when running CVS commands 2011-08-05 22:21:41 +00:00
f9222971b1 Also display the "monitors" tab on older Gtk+ versions 2011-08-05 22:06:35 +00:00
4215db3c3d Recurse folders upon initialization as well 2011-08-04 10:29:06 +00:00
f2260ae2a3 Automatically expand the view to the default folder 2011-08-03 22:24:30 +00:00
f0035040b6 Trying to automatically expand to the initial folder 2011-08-03 21:58:41 +00:00
be1b603c01 No longer need the callback for refreshing the view 2011-08-03 20:46:19 +00:00
323993ab4d New behavior for the directory tree 2011-08-03 20:39:34 +00:00
3714046be7 Added the possibility to view CVS logs 2011-07-31 22:19:30 +00:00
9e91e3682b Sorting the directory tree 2011-07-30 23:08:09 +00:00
cf3b004a60 Also browse the current folder 2011-07-30 22:18:54 +00:00
0898723e8a Improving the directory tree 2011-07-30 14:12:48 +00:00
5d4f696561 Better handling of hidden components in the path 2011-07-30 13:51:20 +00:00
81011e5f47 Early implementation of the directory tree 2011-07-30 13:46:29 +00:00
e81b3ffbbf Introducing the directory tree plug-in 2011-07-30 02:10:07 +00:00
6fbd94b337 Some cleanup 2011-07-30 01:39:14 +00:00
416cd1b10c Initial import 2011-07-30 01:38:04 +00:00
8fc2b30063 Also preview perl and shell scripts 2011-07-29 01:50:16 +00:00
edc8d2f61b Added missing include 2011-07-29 01:37:36 +00:00
2bd1581557 Can now open and edit files directly from the preview plug-in 2011-07-29 01:19:57 +00:00
04dda49f3a Stricter error handling 2011-07-29 00:47:39 +00:00
552d03b3a2 Introducing the "Preview" plug-in 2011-07-29 00:32:15 +00:00
831f5f258f Additional polishing (window titles) 2011-07-28 02:45:45 +00:00
46a73d2ea1 Tracking sub-process termination 2011-07-28 02:36:15 +00:00
6c11323dc2 Additional polishing on the CVS plug-in 2011-07-28 01:49:21 +00:00
f44226bcf8 Fixed sizing issues 2011-07-26 12:34:02 +00:00
60ebd1e59c Added some icons to the buttons 2011-07-26 11:05:18 +00:00
e9ebec5a49 Can now add files to CVS too 2011-07-25 11:52:24 +00:00
c99509be9b Can now update, commit and request diffs in directories as well 2011-07-25 11:38:38 +00:00
ed2761a7fe Can now run "make" as well 2011-07-25 11:17:40 +00:00
6613828740 The CVS plug-in committing itself 2011-07-25 10:37:35 +00:00
d8353d571a Let the CVS plug-in be slightly useful 2011-07-24 16:41:23 +00:00
d1faf3e870 Also displaying the default tag when set 2011-07-24 16:02:12 +00:00
7c66217ca9 Introducing a plug-in to handle data belonging to CVS 2011-07-24 15:37:51 +00:00
516257ac4f Avoid potential crash 2011-07-21 23:07:17 +00:00
54db610467 Further improvements to plug-in handling 2011-07-21 22:57:19 +00:00
3be5fedfd6 Renamed the "devices" plug-in as "volumes" 2011-07-20 16:25:49 +00:00
19b164d48e Setting the configuration value for the plug-ins as well 2011-07-20 16:11:36 +00:00
fd8494e117 The properties plug-in is now useful 2011-07-19 02:55:38 +00:00
b23aab233e Also translating plug-ins 2011-07-19 00:09:22 +00:00
4143271837 Plug-ins can have icons now 2011-07-19 00:04:02 +00:00
781f905dfc Avoid a few warnings when compiling on other platforms than NetBSD 2011-07-18 23:55:34 +00:00
e763d07492 Improved debugging information 2011-07-18 11:31:57 +00:00
6c72163cd9 Nicer icons 2011-07-18 11:19:33 +00:00
c56788f95b Allow the device list to refresh 2011-07-17 23:50:06 +00:00
dc68f8495d The devices plug-in is useful on NetBSD 2011-07-17 23:36:28 +00:00
f47f85e5ea The devices plug-in is almost useful 2011-07-17 23:27:28 +00:00
d5f0f55673 Further improving the plug-in system 2011-07-17 23:09:00 +00:00
58af3e6c12 Allow plug-ins to change the current browser location 2011-07-17 23:02:37 +00:00
f3b36aad27 Improved plug-in support 2011-07-17 22:47:42 +00:00
8dc8f6cd91 Fixed crash in the "properties" plug-in 2011-07-17 22:28:45 +00:00
7fbf245d78 Introducing the plug-in system (not fully functional yet) 2011-07-17 22:02:13 +00:00