Commit Graph

4978 Commits

Author SHA1 Message Date
Carsten Haitzler d5942ea076 fix xinerama detection to handle bad xinerama info and ignore overlapping
"subset" regions and re-order xinerama screens to skip bad ones and order
them from biggest to smallest.


SVN revision: 32093
2007-10-16 15:34:07 +00:00
Christopher Michael d6d08445e2 Cleanup e_bg & e_theme nicely by removing globs.
Tell compiler about more unused hash params in e_fm_mime.c


SVN revision: 32090
2007-10-16 11:07:52 +00:00
Christopher Michael 5b40685c3f Tell compiler that hash is unused in this function.
SVN revision: 32089
2007-10-16 09:15:30 +00:00
Christopher Michael 857b0904f8 Append to the currect hash.
Fix some comments.


SVN revision: 32088
2007-10-16 09:11:43 +00:00
Christopher Michael 4f84cf6c0e Fix Remember check location for tokyo :)
SVN revision: 32087
2007-10-16 08:38:19 +00:00
Christopher Michael 12f08e4ec4 Remove unused variable.
SVN revision: 32086
2007-10-16 08:31:57 +00:00
Christopher Michael ce97665b00 Fix returns for evas_hash_modify (which returns a pointer to the old data,
not a pointer to the hash).


SVN revision: 32085
2007-10-16 04:10:03 +00:00
Christopher Michael ac0d523576 Move efreet_init to be sooner in the start process. If not we get a lot of
nasty hash == NULL warnings when trying todo dirs_init.


SVN revision: 32084
2007-10-16 03:22:38 +00:00
Christopher Michael 7badfbfdb0 Remove the check to see if its the current theme, just check for the group
existing.


SVN revision: 32083
2007-10-15 19:14:53 +00:00
codewarrior f3b6e167e9 Add e_fm2_mime_handler_test() to run a mime handler's internal test funciton
When as right click an icon, we need to run the test function to determine of
context entries need to go into the menu or not. (previously, only the glob /
mime check was being done)


SVN revision: 32080
2007-10-15 12:35:56 +00:00
Christopher Michael 15672179f7 Init some vars to NULL.
Minor formatting fixes.


SVN revision: 32075
2007-10-14 18:20:49 +00:00
Christopher Michael 44f2074c49 Add some safety checks in case mime_handler_new returns NULL.
SVN revision: 32074
2007-10-14 18:16:44 +00:00
Christopher Michael 511e3c1b8a Add context menu for setting themes from efm.
Fix e_fm_mime returns.


SVN revision: 32070
2007-10-14 17:31:27 +00:00
Christopher Michael 08ca1d1e04 Support menu icons for the context menus.
SVN revision: 32069
2007-10-14 16:09:51 +00:00
Christopher Michael ce341fa4df E_FM Context Menus :)
Big Thanks to CodeWarrior for his help !!!

Add context handler for backgrounds. Can now right-click an .edj and Set as
Background.


SVN revision: 32068
2007-10-14 16:06:51 +00:00
codewarrior 98d70425c2 Append the individual handlers to the list of handlers, not the list as a
whole.


SVN revision: 32067
2007-10-14 15:25:57 +00:00
codewarrior e9a0d97c04 Rename from fm / Fm to fm2 / Fm2 to stay consistent with code.
Change glob get function to do glob matching.


SVN revision: 32066
2007-10-14 15:17:32 +00:00
codewarrior 9c181a96c3 Add functions to get list of handlers for glob and mime.
Add function sto call all handlers for a mime / glob.


SVN revision: 32065
2007-10-14 14:13:12 +00:00
codewarrior c1601cdc69 Add functions to get list of handlers for glob and mime.
Add function sto call all handlers for a mime / glob.


SVN revision: 32064
2007-10-14 14:12:03 +00:00
Christopher Michael f196a8b159 Add mime/glob _del functions.
SVN revision: 32062
2007-10-14 13:39:39 +00:00
codewarrior 9ffb9ddab7 Add data pointers to test / action callbacks.
Add function to call a handler.


SVN revision: 32061
2007-10-14 12:59:26 +00:00
Christopher Michael 3304ad77d4 Add a mime_handler_free function.
SVN revision: 32060
2007-10-14 12:45:23 +00:00
Christopher Michael fa0b655a80 Some very minor formatting fixes.
Use evas_stringshare, not strdup.
Init some evas_lists to NULL.


SVN revision: 32059
2007-10-14 12:36:08 +00:00
codewarrior 7722513648 Skeleton code for upcoming context sensitive menus in EFM. This does nothing
and should be disregarded right now. (=


SVN revision: 32058
2007-10-14 12:22:52 +00:00
lok 548ab2f356 Don't tick both move and resize "display information" if only one is really used.
SVN revision: 32054
2007-10-13 12:14:51 +00:00
Miculcy Brian 4b5a3d2a6d Removed ~/.e/e/applications/all as it isn't used anymore. Correct dir is ~/.local/share/applications, so applications.tar.gz was parted into desktop_files.tar.gz which contains the .desktop files and is extracted to ~/.local/share/applications/ and desktop_order.tar.gz which contains the menu and bar files and is extracted to ~/.e/e/ .
SVN revision: 32052
2007-10-13 11:28:54 +00:00
Miculcy Brian 6e94d02361 Fixed as suggested by sebastid.
SVN revision: 32051
2007-10-13 09:12:21 +00:00
Miculcy Brian 0c374f4f3d use correct applications dir
SVN revision: 32050
2007-10-13 00:14:48 +00:00
Christopher Michael 53d42f392b Minor formatting fixes. Init some Evas_List vars to null first.
SVN revision: 32048
2007-10-12 18:36:48 +00:00
Eric Schuele 10a3fb5f21 Seems we are freeing this a bit early.
SVN revision: 32046
2007-10-12 11:48:43 +00:00
Christopher Michael 30523002c2 Some minor formatting fix before I start the mime handlers code :)
SVN revision: 32044
2007-10-12 08:17:40 +00:00
Eric Schuele 7721df0f40 Pass in the actual config item.
SVN revision: 32043
2007-10-12 06:45:31 +00:00
Christopher Michael 4ba051b3ed Check return values of mkpath for failure. If these do fail then trashing
will not work.


SVN revision: 32038
2007-10-10 19:37:34 +00:00
Christopher Michael d46f266dcc Use mkpath, thanks Seb :)
SVN revision: 32036
2007-10-10 19:04:55 +00:00
Christopher Michael 7acb2dc42d Add FDO spec compliant trash implimentation.
Not actually called from anywhere just yet, committing for potential review.


SVN revision: 32035
2007-10-10 17:54:04 +00:00
Christopher Michael bf4118f350 Since most things will not be using XDG_*, reduce the number of strcmp's by
first checking that we are NOT using XDG_*. Should provide a speedup for
evaluating.


SVN revision: 32034
2007-10-10 10:53:09 +00:00
Christopher Michael c999ac8a20 Allow evaluating env vars from FDO specs (menus, trash, etc).
Uses efreet calls to get value of these vars.


SVN revision: 32033
2007-10-10 09:41:58 +00:00
Christopher Michael 65a164427a Fix tab order for right side (About/Config/Unload).
SVN revision: 32030
2007-10-09 17:57:50 +00:00
Christopher Michael 3fc626dc40 Formatting fixes.
SVN revision: 32023
2007-10-09 01:30:25 +00:00
Christopher Michael 9f4f506f96 Add a separator before Copy if needed.
SVN revision: 32017
2007-10-08 17:35:09 +00:00
Christopher Michael 446084e158 Check that user can write to a place before enabling the Paste menu item.
SVN revision: 32016
2007-10-08 17:15:20 +00:00
Christopher Michael 88343ea978 Remove useless printf.
SVN revision: 32015
2007-10-08 17:10:18 +00:00
Miculcy Brian a7d1bfeaae API breakage: e_widget_entry_add() allows now to set a cb function for text change events.
SVN revision: 32009
2007-10-07 21:26:48 +00:00
Sebastian Dransfeld c8c2f55e4e Shutdown job too.
SVN revision: 32008
2007-10-07 17:02:07 +00:00
Sebastian Dransfeld 5075708ff9 formatting
SVN revision: 32006
2007-10-07 16:39:58 +00:00
lok 0816c7f746 Reset the preview on the selected bg when unticking the "use theme wallpaper" checkbox.
SVN revision: 32005
2007-10-07 13:33:28 +00:00
Stafford Mitchell Horne 812cdbf305 Very bad, localization seems to have been broken for months.
SVN revision: 32003
2007-10-07 13:01:50 +00:00
Massimo Maiurana cabc5bbaeb *** empty log message ***
SVN revision: 31992
2007-10-06 19:00:37 +00:00
Carsten Haitzler ec84855e6a use the shadowed window tree from ecore
SVN revision: 31977
2007-10-05 12:11:55 +00:00
Carsten Haitzler 43a5794c88 buttom patch from lok and seb's shelf bug fix.
SVN revision: 31974
2007-10-05 06:05:16 +00:00
Carsten Haitzler 74ddafcfee cedric's ecore_job_init/shtudown patches.
SVN revision: 31972
2007-10-05 05:12:38 +00:00
Carsten Haitzler e72bcc1b8b printf--
SVN revision: 31971
2007-10-05 04:54:45 +00:00
Carsten Haitzler bba9407f40 ummm playing - part of evas smart stuff
SVN revision: 31969
2007-10-05 04:52:27 +00:00
Carsten Haitzler 6b23fae2f8 revert lok's patch - gettign segv's and mount success/failure is not working.
SVN revision: 31951
2007-10-03 17:19:17 +00:00
Carsten Haitzler 055b45c306 lok's patch for handling tracking of mounts better.
SVN revision: 31950
2007-10-03 16:46:29 +00:00
Christopher Michael 22d5db1761 Use e_config->edje_collection_cache value for setting edje collection cache.
SVN revision: 31947
2007-10-03 09:00:49 +00:00
Carsten Haitzler 8b7a332c73 this is ugly - but it reduces trails from dropshadow or desktop redraws on
slow boxes. i had to
1. use bg pixmaps
2. defer window moves until idle enterer that runs AFTER the rendering
3. simple resizes from top-left are handled, but if top-left of frame needs
to mvoe all bets are off and its not deferred anymore.


SVN revision: 31945
2007-10-03 07:13:02 +00:00
Christopher Michael 3cdccdeb42 Use perror to get any errors from the rename call.
SVN revision: 31935
2007-10-02 17:25:27 +00:00
Christopher Michael f824ed9e9c This should fix the random e_fm segfaults when opening directories for good.
Seems we cannot rely on icon smart data being valid.


SVN revision: 31924
2007-10-02 00:16:09 +00:00
Christopher Michael 522bf9d56e If user has requested no confirmation dialogs, then do not display one when
deleting a shelf. This fixes bug #232.


SVN revision: 31922
2007-10-01 21:22:51 +00:00
Christopher Michael 4e6d96769d Remove blank line.
SVN revision: 31921
2007-10-01 20:12:55 +00:00
Christopher Michael 1bf68105ba Minor formatting fix.
SVN revision: 31920
2007-10-01 19:23:18 +00:00
Christopher Michael d4050a4b90 One more safety check to see that icon->sd->realpath is valid.
People are still getting an occasional segfault when trying to open folders.
This should correct the problem.


SVN revision: 31919
2007-10-01 18:52:43 +00:00
Miculcy Brian af7a709a76 Fixing http://bugs.enlightenment.org/show_bug.cgi?id=199:
No resistance when moving windows on a desktop where a 'specified desktops shelf' isn't visible.


SVN revision: 31906
2007-09-30 23:52:24 +00:00
Miculcy Brian da5fb739e5 Fix for shelfs on specified desktops: Do not maximize until a shelf which is only visible on other desktops.
(http://bugs.enlightenment.org/show_bug.cgi?id=199)


SVN revision: 31905
2007-09-30 23:21:54 +00:00
Christopher Michael 1f1db34ff6 Remove some efreet printfs.
SVN revision: 31894
2007-09-30 17:44:46 +00:00
Christopher Michael 59d9386307 Fix missed theme part name change as per ML thread "E_Manager issues".
SVN revision: 31862
2007-09-29 09:06:12 +00:00
Christopher Michael 16c518bd24 Fix typo so E builds again. Oops.
SVN revision: 31843
2007-09-28 17:40:23 +00:00
Christopher Michael a03103ee5f Proper fix for ic->info.file checking.
Should not have committed copy/paste just yet.


SVN revision: 31842
2007-09-28 17:36:17 +00:00
Christopher Michael 61df9537ba Be sure we have Icon->Info->File before trying to use it in a printf.
SVN revision: 31841
2007-09-28 17:03:40 +00:00
Christopher Michael 7657b3bffa Lots of formatting fixes. There may still be more needed in this file.
Do not print errs on C locale during shutdown.


SVN revision: 31840
2007-09-28 16:36:13 +00:00
Christopher Michael 96e84b050f Add cut/copy/paste menu enums for e_fm.
SVN revision: 31821
2007-09-26 15:45:55 +00:00
Miculcy Brian 333be970d4 Bug fixed: Having a shelf only visible on specific desktops didn't work corrently with dualscreen setup.
SVN revision: 31814
2007-09-26 12:34:38 +00:00
Carsten Haitzler 9a835d8bdb move msgbus init post splash spawn
SVN revision: 31809
2007-09-25 23:31:22 +00:00
Carsten Haitzler 27524d13a5 handle errors properly in msgbus!
SVN revision: 31808
2007-09-25 23:23:42 +00:00
Christopher Michael 773663840f Fix missing function prototype.
Removed some printfs.
Use more precise method of calculating if an icon is inside the rubber band.


SVN revision: 31806
2007-09-25 18:27:16 +00:00
Stafford Mitchell Horne 54ab7f0d3c Long waiting commit
* Break out intl data. Reduces the size of e_imc
 * Add Dbus ipc replacement
 * Elightenment Dbus API can be extended by modules (Example: msgbus_lang)


SVN revision: 31803
2007-09-25 14:26:36 +00:00
Carsten Haitzler 1e507658f3 and make the init splash use the right engine!
SVN revision: 31796
2007-09-24 10:53:44 +00:00
Carsten Haitzler a6825b262b move init splash to its own process to make it smoother and able to be up
before the main loop.


SVN revision: 31795
2007-09-24 01:16:47 +00:00
Massimo Maiurana 81440c9066 translated strings in italian for modules' .desktop files.
SVN revision: 31794
2007-09-23 20:53:15 +00:00
Carsten Haitzler 149d0afa5b and handle corner case for fulslcreen sized windows in auto-place. oops.
openoffice doesnt even get auto-placed. it explicitly asks for its own
placement and size. it's just badly behaved.


SVN revision: 31767
2007-09-20 00:17:39 +00:00
Carsten Haitzler 88ff932cd3 placement 100% avoids placing over/under a shelf not just "prefers not to".
really simple change.


SVN revision: 31766
2007-09-19 23:59:10 +00:00
Christopher Michael 609ef14f73 Added basic rubber band support to efm. Still needs a little work.
SVN revision: 31764
2007-09-19 19:39:00 +00:00
Sebastian Dransfeld b732af7203 formatting
SVN revision: 31757
2007-09-19 05:15:52 +00:00
Sebastian Dransfeld 9e24589648 app->type can't be both.
SVN revision: 31756
2007-09-19 05:14:26 +00:00
Miculcy Brian aedfe0f839 It's now possible to have efm in the ibar, using a desktop file with type=link and url=file:/path/to/enlightenment .
SVN revision: 31754
2007-09-19 01:29:04 +00:00
Carsten Haitzler 1ab387ad73 more work on wiz - fix up bold font text part refs so they stay bold. lang
list - but empty. need to fill.


SVN revision: 31749
2007-09-17 12:03:47 +00:00
Carsten Haitzler c925fbf2cb need to re-number pages. really need more numberspace.
SVN revision: 31747
2007-09-17 10:38:00 +00:00
Carsten Haitzler 6c9df33256 page 000 now auto-selects an "intl" font that will work and applies it to
most text classes. testing now - but seems to work. title got some japanese
in it for testing.


SVN revision: 31746
2007-09-17 05:10:05 +00:00
Carsten Haitzler e7de4981f9 enable/disable back/next as needed. allow pages to do it too.
SVN revision: 31743
2007-09-16 18:32:32 +00:00
Sebastian Dransfeld a548d436d0 Remove unused struct members.
SVN revision: 31742
2007-09-16 14:11:38 +00:00
Sebastian Dransfeld b8b8511770 Use standard c functions for floor and ceil value
SVN revision: 31741
2007-09-16 13:56:21 +00:00
Sebastian Dransfeld 9341299f6a Make slider work better with keyboard.
SVN revision: 31740
2007-09-16 13:31:10 +00:00
Sebastian Dransfeld 1554f92345 Only search once per session.
SVN revision: 31739
2007-09-16 10:55:16 +00:00
Sebastian Dransfeld ff2c5f7e54 simplify
SVN revision: 31738
2007-09-16 10:51:17 +00:00
Carsten Haitzler 73801f3455 was playing with user muounting - still no work.
SVN revision: 31736
2007-09-16 03:05:44 +00:00
Sebastian Dransfeld 205fd652a2 Remove duplicate code.
SVN revision: 31735
2007-09-16 02:23:32 +00:00
Sebastian Dransfeld b0f8888510 const
SVN revision: 31734
2007-09-16 02:08:04 +00:00
Sebastian Dransfeld a9948c5272 Better check if a gadcon supports new features.
SVN revision: 31729
2007-09-16 00:24:42 +00:00
Sebastian Dransfeld ac35054634 We need id's for gadgets which are independent of shelves, so if we move
a gadget from one shelf to another it will keep the same config. Since the
id is mainly for the module to find the appropriate config for a gadget,
the module is now responsible for creating id's for gadgets config. One
problem is that we no longer can trust the id of a gadget, so we need to
store a reference between a gadget and its config after startup. No big
deal.


SVN revision: 31727
2007-09-16 00:02:53 +00:00
Sebastian Dransfeld b285623bc0 ++
SVN revision: 31725
2007-09-15 23:49:05 +00:00
Sebastian Dransfeld b48fc6aaa4 Remove debug printf
SVN revision: 31724
2007-09-15 18:57:56 +00:00
Carsten Haitzler b97156004a adding comments - this is the plan for wizard pages. what do you guys think -
input?


SVN revision: 31720
2007-09-15 03:10:29 +00:00
Sebastian Dransfeld ccc9d47591 Fix warnings.
SVN revision: 31718
2007-09-14 23:28:58 +00:00
Christopher Michael 308a09cc1c Enable List View & Clean up some formatting.
SVN revision: 31713
2007-09-14 17:43:36 +00:00
Carsten Haitzler 67766a472a moving wizard pages to their own files - modules loaded. in alphabetical
order only if they start with "page_". this way 3rd parties can add new
wizard pages post e install (or remove them) without a recompile needed.


SVN revision: 31712
2007-09-14 16:57:01 +00:00
Carsten Haitzler 4e1db54233 mo wiz work. has page infra now and can "run" the pages.
SVN revision: 31711
2007-09-14 13:58:18 +00:00
Christopher Michael 2e50246203 More "zone used uninitialized" fixes from Brett Nash.
SVN revision: 31708
2007-09-13 21:20:14 +00:00
Christopher Michael 831e3b3c1b Patch from Brett Nash to fix zone being used uninitialized.
SVN revision: 31707
2007-09-13 21:18:44 +00:00
Christopher Michael 0b2c77791a Patch from Brett Nash to init zone = NULL before use.
SVN revision: 31706
2007-09-13 21:17:36 +00:00
Christopher Michael 5fe3eb8e05 More patch work from Brett Nash, slightly modified, to fix some compiler
warnings.


SVN revision: 31705
2007-09-13 21:16:33 +00:00
Christopher Michael e009b670f9 Slightly modified patch from Brett Nash to fix compiler warnings.
SVN revision: 31704
2007-09-13 21:13:39 +00:00
Christopher Michael fdfaf753fe Patch(s) from Brett Nash to fix compiler warnings.
SVN revision: 31703
2007-09-13 21:11:02 +00:00
Christopher Michael 945cefb68a Patch from Brett Nash to init zone to NULL before use.
SVN revision: 31702
2007-09-13 21:10:02 +00:00
Christopher Michael 37051c3531 Various patch bits from Brett Nash. Still going through the rest of them.
SVN revision: 31701
2007-09-13 21:09:12 +00:00
Carsten Haitzler 22bc1825f1 fix fn name.
SVN revision: 31694
2007-09-13 13:58:23 +00:00
Carsten Haitzler b2efad1ba9 workin on da wiz - working on page infrastructure - just test pages right now.
SVN revision: 31693
2007-09-13 13:56:36 +00:00
Carsten Haitzler 5bbb0afd05 make alerts smaller... small white boxes of death.
SVN revision: 31687
2007-09-11 11:57:48 +00:00
Carsten Haitzler 3552b64078 just use PATH_MAX - using _... defines is... bad .. mmmkay
SVN revision: 31680
2007-09-10 23:28:48 +00:00
Christopher Michael da1bd71e00 Provide a convenience function for setting a window border internal icon key.
SVN revision: 31679
2007-09-10 21:50:54 +00:00
Christopher Michael f4725035d1 Check that we actually have gadcon_layout_data before trying to access it.
This fixes bug #196.


SVN revision: 31674
2007-09-10 20:07:14 +00:00
Carsten Haitzler cf7f274f97 dialog only comes up ONCE now.
SVN revision: 31669
2007-09-10 11:53:17 +00:00
Carsten Haitzler dc085e434c add engine config by default
SVN revision: 31661
2007-09-09 02:11:19 +00:00
Miculcy Brian aed16d2e23 This allows to have shelfs only on specified desktops. Someone might want to add a nice hide/show animation...
SVN revision: 31619
2007-09-04 23:59:01 +00:00
Christopher Michael 485417d47a #Define MAX for systems that do not have it (Solaris). Fixes bug #186.
SVN revision: 31615
2007-09-04 16:48:11 +00:00
Christopher Michael f211a9b33d Check that border has a "pointer" before trying to delete it. Working on
fixing bug #191.


SVN revision: 31614
2007-09-04 16:28:24 +00:00
Eric Schuele 4ecb188789 Add line break so it fits in min size.
SVN revision: 31587
2007-09-01 03:20:05 +00:00
Christopher Michael 3b61274069 Fix position of last checkbox to be like Remember dialog.
SVN revision: 31575
2007-08-30 07:52:23 +00:00
Eric Schuele b6ba5eac3e Add comments to the last remaining internal dialog modules.
SVN revision: 31567
2007-08-28 18:37:30 +00:00
Miculcy Brian d2c800ab3b Fix wording as suggested by Zachary Goldberg.
SVN revision: 31564
2007-08-28 11:01:29 +00:00
Miculcy Brian bb2e2b014f Patch by schula, fix window push for xinerama screens.
SVN revision: 31563
2007-08-28 10:58:33 +00:00
Sebastian Dransfeld af9dd29dfc Pass the user supplied Evas_Object to the resize func, as the user
shouldn't deal with the popup Evas_Object.


SVN revision: 31559
2007-08-27 21:39:12 +00:00
Eric Schuele 6f390fc035 Stronger warning for wizard.
SVN revision: 31558
2007-08-27 19:42:49 +00:00
Christopher Michael 2f8b1e6712 More spelling/grammar fixes. Did not realize there was more of these in
there, lol. Darn fat-finger copy/paste :)


SVN revision: 31551
2007-08-27 10:01:28 +00:00
Christopher Michael ea91d160c9 Minor spelling/grammar fix.
SVN revision: 31550
2007-08-27 10:00:27 +00:00
Christopher Michael ff2a1e5aba Remove commented Files block, This really doesn't need to be here anymore as
the module handles the menu augment.


SVN revision: 31548
2007-08-27 09:01:46 +00:00
Eric Schuele c8d57913ce Reset textblock size to (0,0) before setting text. This seems to help the proper display of scrollbars in situations in which you are repeatedly changing the contents of the textblock.
SVN revision: 31546
2007-08-27 03:22:08 +00:00
Eric Schuele 9d8ff9e4cf Need a few more pixels in height to accomodate 4 full lines of text without a scrollbar.
SVN revision: 31545
2007-08-27 03:05:10 +00:00
Eric Schuele ef88977674 Add comments to several of the default E config panel modules.
SVN revision: 31544
2007-08-27 02:00:56 +00:00
Miculcy Brian 1cc31e12b3 Reset new profile type; module description added.
SVN revision: 31538
2007-08-26 21:41:20 +00:00
Christopher Michael a0f9462d1d Add gcc suggested parens around assignment.
SVN revision: 31533
2007-08-26 17:20:46 +00:00
Sebastian Dransfeld 858bd33b23 formatting.
SVN revision: 31526
2007-08-26 14:59:58 +00:00
Viktor Kojouharov 258bdce586 recalc the min size, in case the container changes it's geometry
SVN revision: 31512
2007-08-26 11:16:31 +00:00
Christopher Michael 88d7be6331 Minor adjustment to the textblock so that the Module List resizes better,
not the textblock.


SVN revision: 31508
2007-08-26 04:35:27 +00:00
Eric Schuele 765874a681 Tweak comment a bit.
SVN revision: 31506
2007-08-26 03:59:54 +00:00
Eric Schuele 9401179da5 Correct the description.
SVN revision: 31505
2007-08-26 03:00:15 +00:00
Eric Schuele 4d021bed3a Allow loaded modules to show their description as well.
SVN revision: 31504
2007-08-26 02:51:37 +00:00
Eric Schuele bd949fa4f9 Add comments to various E modules for display in the modules config dialog.
SVN revision: 31502
2007-08-25 21:48:02 +00:00
Eric Schuele d5c17aebee Restrict min size.
SVN revision: 31501
2007-08-25 20:03:40 +00:00
Eric Schuele 995a08a897 A modules.desktop.in with a sample comment for display in the modules config panel.
SVN revision: 31500
2007-08-25 16:19:00 +00:00
Eric Schuele c003cf1fc0 Forgot some cleanup
SVN revision: 31499
2007-08-25 15:38:37 +00:00
Eric Schuele c497aa292a Add a description textblock to the dialog. This will display the Comment field from within the module.desktop file. In a multi-select situation it will show the comment of the last selected item.
SVN revision: 31498
2007-08-25 15:24:52 +00:00
Viktor Kojouharov 66260d1cc5 extra null check, since E_OBJECT_CHECK doesn't even check that
SVN revision: 31493
2007-08-25 09:41:25 +00:00
Carsten Haitzler e1b6e17c1a disable tracking of stdout/err for now.
SVN revision: 31491
2007-08-25 07:39:57 +00:00
Eric Schuele 008ef435ff Rename -shutdown to -exit, to match the operations in the menu. Create a -shutdown that will shut the computer down.
SVN revision: 31481
2007-08-24 04:22:25 +00:00
Christopher Michael d216385aca Initialze variable to 0, eliminate compiler warning.
SVN revision: 31476
2007-08-23 10:49:50 +00:00
Christopher Michael 7b461584a3 Initialize the return val to 0 to eliminate compiler warning.
SVN revision: 31475
2007-08-23 10:48:29 +00:00
Christopher Michael bfba0c9a61 Cleanup some compiler warnings. No real need for the *f there.
SVN revision: 31474
2007-08-23 10:47:28 +00:00
Christopher Michael 707bfaa565 Initialize some variables to remove compiler warning.
SVN revision: 31473
2007-08-23 10:40:43 +00:00
Christopher Michael fc94c55d57 Fix compiler warnings by initializing some variables & using evas_stringshare.
SVN revision: 31472
2007-08-23 10:26:36 +00:00
Christopher Michael dddbaba999 Initialize some variables to remove compiler warnings.
SVN revision: 31471
2007-08-23 10:12:03 +00:00
Christopher Michael e0924b6224 Remove unused functions.
SVN revision: 31470
2007-08-23 10:09:22 +00:00
Christopher Michael 08ab2a32f9 Comment out unused functions. These MAY return someday.
SVN revision: 31469
2007-08-23 10:07:55 +00:00
Christopher Michael d0578eb3cb Lots of cleanup (Remove unused variables & functions)
SVN revision: 31468
2007-08-23 09:45:30 +00:00
Christopher Michael 5dc90c19da Fix slider height in Advanced dialog for tokyo :)
SVN revision: 31454
2007-08-22 10:23:53 +00:00
Christopher Michael 03d9e3610a Reimplement filereg as a hash instead of a list, providing a minor speedup.
SVN revision: 31448
2007-08-21 22:35:45 +00:00
Viktor Kojouharov b0d4ef2ea9 info popup for gadcon clients
SVN revision: 31432
2007-08-20 18:50:20 +00:00
Miculcy Brian f00826e9e2 Do not allow to kill internal windows using the kill keybinding.
SVN revision: 31426
2007-08-20 14:28:21 +00:00
Viktor Kojouharov c00058832b ecore api change
SVN revision: 31411
2007-08-19 20:45:36 +00:00
Carsten Haitzler 28abfe9f2d remove unref - see comment in diff
SVN revision: 31401
2007-08-19 14:54:55 +00:00
Carsten Haitzler 33e5c2d4b2 workin' on my wiz.
SVN revision: 31384
2007-08-18 15:55:48 +00:00
lok e8c285ddb6 BSD compatibility.
SVN revision: 31382
2007-08-18 12:15:31 +00:00
Sebastian Dransfeld 81c825ce00 Don't use strlen to check for empty string.
SVN revision: 31381
2007-08-18 11:50:08 +00:00
Christopher Michael 4f56af6521 No need to assign an eco here. Add safety to be sure _e_configure is NULL.
Thanks englebass.


SVN revision: 31380
2007-08-18 11:48:10 +00:00
Christopher Michael adcd7517f8 When the module gets unloaded, kill open Config Panels. If left open, they
cause segfaults for things like mouse_events on buttons, etc, etc.


SVN revision: 31379
2007-08-18 10:45:38 +00:00
Carsten Haitzler 8128302bd5 lok's xdnd work
SVN revision: 31378
2007-08-18 10:37:16 +00:00
Eric Schuele 549fc86562 I suspect this was intended.
SVN revision: 31375
2007-08-18 02:28:40 +00:00
Sebastian Dransfeld 4480e0a947 Better check for 0 stringlength.
SVN revision: 31369
2007-08-17 17:23:06 +00:00
Christopher Michael c865286d76 Removed unused variable.
SVN revision: 31358
2007-08-17 08:41:23 +00:00
Carsten Haitzler 910fa44c0c fix right clikc when multiple files are selected not to desel other files
SVN revision: 31357
2007-08-17 02:59:34 +00:00
Christopher Michael 6b9fe07177 Rework the Modules dialog so that it loads a lot faster.
Uses hashes now instead of lists, and doesn't loop the widget_ilist items as
much.
Still need to add back in the dir monitors, but need some sleep :)


SVN revision: 31323
2007-08-15 13:51:00 +00:00
Christopher Michael 68d30a59db Be sure to set the ilist item->selected to 0 when calling e_ilist_unselect.
SVN revision: 31321
2007-08-15 11:31:36 +00:00
Sebastian Dransfeld 67ee15f072 Add macro to free lists.
SVN revision: 31317
2007-08-15 05:48:47 +00:00
Christopher Michael 285c459983 Remove useless function proto.
SVN revision: 31313
2007-08-14 21:07:10 +00:00
Christopher Michael bd2cf1848b Delete event callbacks when e_entry is deleted.
Allow apps/modules to trap a "key_down" event for e_widget_entry.


SVN revision: 31311
2007-08-14 20:32:52 +00:00
Christopher Michael 26478b961c Fix config file versioning so that properties get saved correctly & restored
on a restart.


SVN revision: 31306
2007-08-13 23:21:16 +00:00
Sebastian Dransfeld 8dd584238e remove unused variable
SVN revision: 31299
2007-08-13 06:07:04 +00:00
Sebastian Dransfeld 9d6a1bb73e ignore
SVN revision: 31298
2007-08-13 06:04:12 +00:00
Sebastian Dransfeld 51e232b6a1 Function is gone.
SVN revision: 31297
2007-08-13 06:02:40 +00:00
Sebastian Dransfeld 5e81cf9a98 Correct function defintion
SVN revision: 31296
2007-08-13 06:02:24 +00:00
Sebastian Dransfeld 15b3961638 Include header for function declaration.
SVN revision: 31295
2007-08-13 05:51:01 +00:00
Christopher Michael e00e9f6b84 Implement Config File Version support for Fileman module as I know more
options will get added in the future. Sorry for the initial config wipe
people but this way we can avoid future problems.


SVN revision: 31289
2007-08-13 05:05:26 +00:00
Christopher Michael eb16f16b48 Remove Profiles from the Config Submenu, doesn't need to be there.
Fix some formatting.


SVN revision: 31282
2007-08-13 00:08:59 +00:00
Christopher Michael efbde4e98a Add File Icons to the Fileman Category of Config Panel.
Fix a compiler warning.


SVN revision: 31281
2007-08-13 00:07:05 +00:00
Christopher Michael a37cff5148 Add Fileman config to Configuration Panel when module loaded.
SVN revision: 31280
2007-08-13 00:00:13 +00:00
Christopher Michael 5b13763f3f Enable some different View Modes. Most disabled for now until they work
better.


SVN revision: 31278
2007-08-12 23:34:30 +00:00
Christopher Michael 32d15a5ff6 Rfresh existing fm's when config properties change.
SVN revision: 31276
2007-08-12 23:04:38 +00:00
Christopher Michael 934f311ffa Add options for showing Full Path in the window & option to disable Desktop
Icons.


SVN revision: 31274
2007-08-12 21:10:02 +00:00
Christopher Michael 3e63519a9a Set correct window title when we navigate to different places.
SVN revision: 31273
2007-08-12 20:43:13 +00:00
Christopher Michael 7bfdc90806 Do not allow Desktop folders to open in place.
SVN revision: 31272
2007-08-12 20:02:50 +00:00
Carsten Haitzler dd9a509678 working on wizard - nothing yet. dont use it! you'll regret it!
SVN revision: 31268
2007-08-12 14:34:53 +00:00
Christopher Michael d5c9007667 Autoload fileman module on new configs.
SVN revision: 31264
2007-08-12 10:30:34 +00:00
Carsten Haitzler 0c68584f44 wizard skeleton. no code (yet).
SVN revision: 31263
2007-08-12 10:16:26 +00:00
Christopher Michael 367a84179b Remove e_fwin.c/.h as they are in fileman module now.
SVN revision: 31259
2007-08-12 09:58:07 +00:00
Christopher Michael 7935a4da9f Adding fileman as a module. This commit includes necessary changes to
e_zone, e_int_menus, etc, etc to make this happen.


SVN revision: 31258
2007-08-12 09:57:24 +00:00
Christopher Michael 7f23b7cd9c Add fileman module to build process.
SVN revision: 31257
2007-08-12 09:54:58 +00:00
Christopher Michael b2aa6a27fe Add file manager as a module.
SVN revision: 31256
2007-08-12 09:54:33 +00:00
Christopher Michael 8205067776 Remove Show Desktop Icons option in prep for fileman module going in cvs.
SVN revision: 31255
2007-08-12 09:44:10 +00:00
Christopher Michael d39e73aba2 Check that the dropshadow config dialog is not already open before we create
another one.


SVN revision: 31251
2007-08-12 02:28:20 +00:00
Miculcy Brian c2fc7b6a81 Checkbox for composite.
SVN revision: 31250
2007-08-11 20:03:21 +00:00
Christopher Michael 8557965fd6 Move adding the extra separator on menu to the function that is calling the
"menu extend" so that we don't end up with extra separators at the end of
the menu.


SVN revision: 31239
2007-08-11 09:24:34 +00:00
Carsten Haitzler 69c89fe5c1 god damn.. chasing that bad mem access was tricky. found it after futzing
with edje, evas and e.


SVN revision: 31206
2007-08-07 14:20:47 +00:00
lok aec4cc9204 Fix the segv at restart.
SVN revision: 31203
2007-08-07 11:46:19 +00:00
Miculcy Brian 348c00eed6 Don't show menu entry for configuring virtual desktops if conf_desks isn't loaded.
SVN revision: 31199
2007-08-06 23:35:13 +00:00
Carsten Haitzler 6372896d9d adjust todo - working on fm_main - can't seem to get hal to mount removable
devices with uid=X (X == the users uid) so the user can modify their
removable devices.


SVN revision: 31188
2007-08-05 23:30:40 +00:00
Carsten Haitzler a9ad787fe2 remove old config callback
SVN revision: 31186
2007-08-05 10:15:37 +00:00
Carsten Haitzler 0f27441f3d fix artiface where movereisze info stays in old location then jumps to new
after first move/resize event


SVN revision: 31185
2007-08-05 08:32:26 +00:00
Carsten Haitzler c3fc770dce config panel now is a module - just config registry is in core e.
SVN revision: 31184
2007-08-05 08:07:39 +00:00
Carsten Haitzler ea0b0dd7d8 winlist -> module!
SVN revision: 31178
2007-08-05 04:41:55 +00:00
Carsten Haitzler 9616c8fdd6 oops - missed version member
SVN revision: 31177
2007-08-05 03:13:23 +00:00
Carsten Haitzler a960cd070b move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
probably die as it's already got legacy funcion methods for layer etc. stuff.


SVN revision: 31161
2007-08-04 13:12:43 +00:00
Christopher Michael ffa9faff45 Use proper icon for exebuf module.
SVN revision: 31153
2007-08-04 00:33:01 +00:00
Christopher Michael f9065df738 Remove the Add Application menu item if the conf-apps module is not loaded.
Disable the "Configure" button in the config dialog is conf-apps module is
not loaded.


SVN revision: 31152
2007-08-04 00:20:54 +00:00
Miculcy Brian 6cd0b24108 New configuration dialog 'engine'. Only basic mode for now, advanced stuff will follow soon. :)
SVN revision: 31149
2007-08-03 22:44:21 +00:00
Miculcy Brian 3bfec3d628 Move fixed menu entries into modules.
SVN revision: 31139
2007-08-03 15:57:27 +00:00
Miculcy Brian d1ce28df59 Allow to create plain profiles / clone current profile.
SVN revision: 31136
2007-08-03 10:20:35 +00:00
Sebastian Dransfeld 661f22366f Add needed header
SVN revision: 31134
2007-08-03 07:24:59 +00:00
Sebastian Dransfeld fb5ccdd3a4 free order object
SVN revision: 31131
2007-08-03 06:11:55 +00:00
Sebastian Dransfeld 5269d8f9d3 free list from efreet_icon_theme_list_get()
SVN revision: 31130
2007-08-03 06:06:09 +00:00
Sebastian Dransfeld 80d118c3e9 formatting
SVN revision: 31129
2007-08-03 05:34:33 +00:00
Sebastian Dransfeld ecaedc0e95 Formatting.
SVN revision: 31128
2007-08-03 05:29:40 +00:00
Christopher Michael 453549ef0c Only add a separator if the Config - Border module is loaded.
SVN revision: 31125
2007-08-03 00:03:14 +00:00
Miculcy Brian 9a179d464d Added a configuration menu entry for the profiles dialog.
SVN revision: 31124
2007-08-02 23:40:58 +00:00
Carsten Haitzler 7c50b360d8 another example - exebuf goes to a module. it's even a godo demo of how a
moduel can extend the default action set (and remove its action) as well as
extend the default menus.


SVN revision: 31103
2007-08-01 12:37:01 +00:00
Carsten Haitzler 0aeaf86749 load all conf modules by default
SVN revision: 31097
2007-07-31 15:08:40 +00:00
Carsten Haitzler c947fd66bc better pkgconfig deps
SVN revision: 31096
2007-07-31 15:00:22 +00:00
Christopher Michael fde266b92a Check that we have a valid exe before calling ecore_exe_free. See bug #122
for more information.
Fix some formatting issues.


SVN revision: 31093
2007-07-30 19:37:30 +00:00
Carsten Haitzler 9bdd051457 add delayed module loading in idle time. moduels can register if they
should/can be delayed or not.


SVN revision: 31087
2007-07-29 10:24:56 +00:00
Christopher Michael 45f29cdf73 Change icon for winlist module.
SVN revision: 31084
2007-07-29 08:16:10 +00:00
Christopher Michael 428db8d5e0 Change icon for performance module.
SVN revision: 31083
2007-07-29 08:14:28 +00:00
Christopher Michael c6451d8c56 Change icon for Search Directories module.
SVN revision: 31082
2007-07-29 08:13:15 +00:00
Christopher Michael 0767525391 Change icon for mime module.
SVN revision: 31081
2007-07-29 08:11:21 +00:00
Christopher Michael 8a71009cd7 Change icon for exebuf module.
SVN revision: 31080
2007-07-29 08:09:31 +00:00
Christopher Michael 174fe89066 Change icon for conf_dialogs.
SVN revision: 31079
2007-07-29 08:08:09 +00:00
Christopher Michael ddecb79193 Remove whitespace following trailing backslash.
SVN revision: 31078
2007-07-29 08:00:14 +00:00
Carsten Haitzler 77fd346c48 and fix .desktop
SVN revision: 31075
2007-07-29 07:41:15 +00:00
Carsten Haitzler 24a69de4ce stupid stupid stupid filename length limti for .edj file in module - stupid!
make shorter and change standard to suit. grrr


SVN revision: 31074
2007-07-29 07:38:06 +00:00
Carsten Haitzler a220489b4e and the last of the config panel dialogs gets modularised - mroe config
dialogs around but hooked up differently. do these by hand.


SVN revision: 31073
2007-07-29 06:58:24 +00:00
Christopher Michael 9bfeb09b7f Use a better null trap for e_theme_config_get returning NULL. This should
allow a theme to still be set.


SVN revision: 31071
2007-07-29 05:02:18 +00:00
Christopher Michael aeacbf6530 Add trap for the odd case where e_theme_config_get may return null.
SVN revision: 31070
2007-07-29 04:49:02 +00:00