Commit Graph

109 Commits

Author SHA1 Message Date
Lucas De Marchi 5e0c91af3c e: fix bogus check on array, above its bounds
fileman/e_mod_main.c: In function '_cfg_toolbar_orient_cb_info_cb':
fileman/e_mod_main.c:272:18: warning: array subscript is above array bounds [-Warray-bounds]

Hopefully stack is not NULL there, that's why nobody caught this bug.

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>



SVN revision: 82177
2013-01-04 13:47:07 +00:00
Mike Blumenkrantz a486201959 implement tag aliases for configure options, also add top-level files category when fileman is loaded
SVN revision: 82173
2013-01-04 13:30:09 +00:00
Mike Blumenkrantz 1b215e1cad add conf2 options for comp, tiling, notification, fileman, and quickaccess modules
SVN revision: 82079
2013-01-03 14:47:40 +00:00
Mike Blumenkrantz 6c2febb9d3 add action for resetting fileman
SVN revision: 81791
2012-12-28 10:02:21 +00:00
Mike Blumenkrantz 008f60210e so apparently we were using the wrong value for the show_desktop_icons option...fixed I guess?
SVN revision: 81749
2012-12-27 15:05:44 +00:00
Mike Blumenkrantz 0f01a6b279 in a move which will make me tremendously unpopular, config versioning has been changed from hex to dec across the whole tree, including helper functions and modules
PS. HAHAHAHAHAHAHAHA


SVN revision: 81624
2012-12-21 23:57:05 +00:00
Mike Blumenkrantz b18e9acc91 hacky implementation of toolbar orientation saving
ticket #2030


SVN revision: 81259
2012-12-18 15:12:22 +00:00
Mike Blumenkrantz 484daacd13 disable "show files in menu" option for now, this is impossible to support.
ticket #dontcare_notputtingitback


SVN revision: 81257
2012-12-18 14:55:43 +00:00
Massimo Maiurana 9f1d6e067e Store and handle action names correctly. (patch from Igor Murzov)
SVN revision: 81049
2012-12-16 16:58:17 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Mike Blumenkrantz bc6bd1b4c5 typo in previous fileman commit, unbreak desktop path setting
SVN revision: 79685
2012-11-26 10:01:55 +00:00
Mike Blumenkrantz 90ab501433 efm no longer restores non-default desktop paths if desktop navigation option is disabled
ticket #1835


SVN revision: 79680
2012-11-26 09:01:26 +00:00
Mike Blumenkrantz 4f93b748ac add max thumbnail size setting back, improve fileman config slider unit display
SVN revision: 77343
2012-10-03 06:41:32 +00:00
Mike Blumenkrantz 709c740a27 add configurable max file size to generate thumbnails for, also block thumbnail generation for movie files entirely since this isn't even possible
ticket #1545


SVN revision: 76931
2012-09-21 07:08:21 +00:00
Mike Blumenkrantz 87ab5d8968 add "current directory" to fileman menu browser when activating it from an fwin
SVN revision: 76724
2012-09-17 04:11:27 +00:00
Mike Blumenkrantz 023248ca67 Open Terminal Here menu item is now a directory mime action located in the Actions menu
SVN revision: 76666
2012-09-14 12:46:23 +00:00
Mike Blumenkrantz 660ee97666 I don't know who thought it was a good idea to have a separate header file for exactly ONE function prototype, but it's not. it's a terrible idea, and you should feel terrible for having it.
SVN revision: 76655
2012-09-14 10:19:51 +00:00
Mike Blumenkrantz 33746eeffe split out fileman menu functions into separate file, put icon navigate menu into different callback to simplify menu creation
SVN revision: 76654
2012-09-14 10:17:31 +00:00
Mike Blumenkrantz 684694fa11 yet another not-awaited efm feature: spring-loaded folders! just drag onto a directory and wait for the spring
SVN revision: 76602
2012-09-13 10:49:22 +00:00
Mike Blumenkrantz 3114b3a2af default desktop view should be custom icons, not grid
SVN revision: 76588
2012-09-13 08:23:45 +00:00
Mike Blumenkrantz 457152dc16 fix desktop path storing to be more successful, also now store desktop view modes for all desktops
SVN revision: 76584
2012-09-13 07:18:13 +00:00
Carsten Haitzler 56ebc29f14 fix morning discomfitor b0rks.
SVN revision: 76567
2012-09-13 00:41:30 +00:00
Mike Blumenkrantz 1ba91398ee efm now saves your first screen's desktop directory when desktop navigation is enabled so that it can display that directory on subsequent startups
SVN revision: 76547
2012-09-12 16:42:29 +00:00
Mike Blumenkrantz a7b36f6f9e fix navigate menu crashes
ticket #1454


SVN revision: 76172
2012-09-05 07:38:05 +00:00
Mike Blumenkrantz 75e8629ebf another user suggestion: efm sorting by mtime
SVN revision: 76164
2012-09-05 06:41:42 +00:00
Mike Blumenkrantz 1fca248c55 another user request: sorting by size in efm
SVN revision: 76124
2012-09-04 10:47:39 +00:00
Mike Blumenkrantz 311af65b10 add fileman settings for extension sorting
SVN revision: 76015
2012-09-03 14:26:26 +00:00
Mike Blumenkrantz 4c0fa2d381 big roundup commit fixing leaky submenus
SVN revision: 75973
2012-09-03 08:30:39 +00:00
Mike Blumenkrantz f6914dfb6e use module version check util function instead of copying the same code everywhere
SVN revision: 75849
2012-08-30 08:04:35 +00:00
Mike Blumenkrantz 4145b7893e ensure fileman menu gets deleted, also fix race condition with fileman submenus where menu could be deleted before related eio ops were complete
SVN revision: 75841
2012-08-30 07:27:16 +00:00
Mike Blumenkrantz e63e5b1e1b don't generate fileman submenu if it already exists
SVN revision: 75818
2012-08-29 07:51:34 +00:00
Mike Blumenkrantz b0cd0bd953 fix Navigate menu item alignment
SVN revision: 75779
2012-08-28 11:01:25 +00:00
Mike Blumenkrantz e917781ad4 fix menu item alignment in Navigate menu
ticket #1359


SVN revision: 75778
2012-08-28 10:58:04 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Mike Blumenkrantz bad47f3189 add option for disabling fileman tooltips
SVN revision: 75212
2012-08-13 14:12:45 +00:00
Mike Blumenkrantz 4f815c99fd files settings once again says files
SVN revision: 74986
2012-08-07 14:08:22 +00:00
Mike Blumenkrantz e0db2d025a rename Files menu to Navigate to be more clear
SVN revision: 74941
2012-08-06 14:01:53 +00:00
Mike Blumenkrantz e8b98fa523 fix desktop navigation config detection for real this time
SVN revision: 74936
2012-08-06 13:25:55 +00:00
Mike Blumenkrantz c71d026cbf fix desktop navigation config detection
SVN revision: 74935
2012-08-06 13:23:14 +00:00
Mike Blumenkrantz 01b94ccc04 introducing desktop navigation mode for fileman! enable and type away on your desktop to navigate the filesystem!
see http://e17releasemanager.wordpress.com in about an hour for a screenshot with more details


SVN revision: 74934
2012-08-06 13:18:15 +00:00
Mike Blumenkrantz 0af70764a1 file right click -> Files -> X -> Y -> select(Z) now obeys open_dirs_in_place
SVN revision: 74931
2012-08-06 12:44:29 +00:00
Mike Blumenkrantz 98844e3d17 freeze Files submenus before they are realized so they don't try to draw before they are ready
SVN revision: 74907
2012-08-06 08:16:42 +00:00
Mike Blumenkrantz ac3b6cf2d8 warn--
SVN revision: 74903
2012-08-06 07:25:51 +00:00
Mike Blumenkrantz 53c4f46337 against my better judgment, showing regular files in the Files menu is now an option that can be enabled in the settings panel to break the world
SVN revision: 74858
2012-08-03 17:34:03 +00:00
Mike Blumenkrantz 63bf816513 fix rare crash with files submenus
SVN revision: 74712
2012-08-01 06:58:54 +00:00
Mike Blumenkrantz 941f6f9607 fileman windows now have a sidebar (which can be disabled in the fileman settings)
indirectly fixes ticket #1231


SVN revision: 74656
2012-07-31 13:31:35 +00:00
Mike Blumenkrantz 8b52aa054d delete files submenus when no items are present
SVN revision: 74630
2012-07-31 09:19:50 +00:00
Mike Blumenkrantz a53e9a2fe1 turns out we don't need realpath, so don't bother saving it
SVN revision: 74629
2012-07-31 09:18:33 +00:00
Mike Blumenkrantz ffdf9b4b8a Files menu only shows directories
SVN revision: 74623
2012-07-31 08:26:42 +00:00
Mike Blumenkrantz 3b037bdefd fileman no longer annoys the crap out of me by forgetting my desktop icon view mode
SVN revision: 74622
2012-07-31 08:04:22 +00:00