Commit Graph

2911 Commits

Author SHA1 Message Date
Christopher Michael da9348e584 Check widget can now do icons like radio button.
Should make it possible to eliminate bug in screen res dialog now.


SVN revision: 23945
2006-07-15 14:59:51 +00:00
Carsten Haitzler 33567d9f56 dan's patch for maximize bug! fix! :)
SVN revision: 23920
2006-07-14 20:01:48 +00:00
Carsten Haitzler 9fc7c4ad64 fix bin/lib prefix - pass as -D
SVN revision: 23874
2006-07-13 16:35:46 +00:00
Carsten Haitzler c7a02b017b splash config works now...
SVN revision: 23847
2006-07-11 18:57:13 +00:00
Carsten Haitzler eedd9caa06 encode thumb requested size into thumb filename (so if you ask for thumbs at
different sizes u get different files). the SUGGESTION is to ALWAYS create
things at a standard size (should make that a config item) unless you have
very special needs.


SVN revision: 23824
2006-07-10 19:37:02 +00:00
Carsten Haitzler 3c612bf4e8 fix segv on desklock unlock (valgrind caught it) :)
SVN revision: 23823
2006-07-10 19:33:00 +00:00
Carsten Haitzler 3f02b70103 we're being blatant about path size.. 4096 should be enough... :)
SVN revision: 23808
2006-07-10 16:38:48 +00:00
Carsten Haitzler f785b8f7cf e prefix black magic additions. this is really black magic now...
SVN revision: 23807
2006-07-10 16:37:52 +00:00
Carsten Haitzler 6061e12844 asparagus time!
SVN revision: 23778
2006-07-09 18:35:57 +00:00
Christopher Michael 6e46f259a4 Destroy gadgets menus when we unpopulate. Removes bug from todo concerning
menu for gadgets.


SVN revision: 23766
2006-07-08 18:17:53 +00:00
Carsten Haitzler 6472a3392a mkdir only if thumb too lod/not exists
SVN revision: 23761
2006-07-08 16:31:44 +00:00
Carsten Haitzler 5fc0c33867 nix libe.so and the preload stuff. just remove fromt eh build tree (But keep
in cvs)


SVN revision: 23758
2006-07-08 14:54:41 +00:00
Carsten Haitzler 0d57bcd376 shutdown thumbs properly
delat killing slave thumbnailers for 1 second after all thumbs pending are
finished (in case more get added soon)


SVN revision: 23755
2006-07-08 13:53:55 +00:00
Carsten Haitzler 71f3865361 slightly more responsive timer and reset object id's once there are none
around :)


SVN revision: 23754
2006-07-08 13:30:18 +00:00
Carsten Haitzler 2bf3acac8b actually see the delete req in the thumbnailer
SVN revision: 23753
2006-07-08 13:12:42 +00:00
Carsten Haitzler 50063cad9c new thumbnailer system. works a bit more like epsilon - launches a
special-purpose executable and hands off workd to do via ipc (well the exe
connects back to e's ipc port actually but either way - same thing). it can
actually launch any numebr of thumbnailers - the default is 2, but this means
it can make full use of smp systems. i need to make this # of thumbnailers
configurable and add a config dialog for it. this does mean thew bg/theme
etc. dialogs pop up much faster as they dont load all the thumbs to start -
its farmed off and ipc tells us when they are ready (and if already generated
- thats pretty damn fast). :) anyway - now thumbnailing works reliably
(thoguh i think the queue handling isnt quite that good - well when it comes
to interacting with efm... but i'll check into that later. dont worry though
- it does actually generate all the thumbs - it just may be busy generating
ones you don't see while it catches up).


SVN revision: 23750
2006-07-08 09:18:04 +00:00
Carsten Haitzler 12f620b919 formatting and kiwis thumbnailer fix - not entirely fixed tho
SVN revision: 23728
2006-07-06 06:16:21 +00:00
Christopher Michael 9911cc4fc3 Fix module api warning dialog. The params were switched. Should read better
now.


SVN revision: 23723
2006-07-05 21:23:42 +00:00
Carsten Haitzler 06d5e86fae really - ignore is pointless. restart or exit now.
SVN revision: 23722
2006-07-05 19:38:59 +00:00
Christopher Michael b64ab835e6 Little more frame size tweaking for languages other than English so that
converted strings fit nicely in the frame titles, and the 2 frame titles
don't overlap.


SVN revision: 23718
2006-07-05 00:06:32 +00:00
Christopher Michael 7a9413a679 Increase the width of the resolution list a bit as with languages other than
English, it's possible for the translations of strings to make the to
framelist titles overlap.


SVN revision: 23716
2006-07-04 23:40:38 +00:00
Carsten Haitzler cda26e2af7 ipc socket setup will be much more robust now. relies on E_IPC_SOCKET
environment var (but every subprocess of e should inherit this - like DISPLAY).


SVN revision: 23714
2006-07-04 18:36:29 +00:00
Carsten Haitzler 349071a114 default import 90% lossy quality - MUCH smaller than before. and almost as
good. shoudl become an optin actually.


SVN revision: 23700
2006-07-03 19:04:00 +00:00
Carsten Haitzler fcd8b2e28f exceed has different behvior with the shape extn - it provides a rect for the
window shape regardlss if the shape was set or not.


SVN revision: 23689
2006-07-03 12:45:16 +00:00
Carsten Haitzler 3e561f3aab making cpufreq suidroot is optional and souldnt kill the build :)
SVN revision: 23686
2006-07-03 08:32:16 +00:00
Christopher Michael 73a7ba6011 As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.


SVN revision: 23682
2006-07-03 07:35:44 +00:00
Carsten Haitzler 21b68f1e73 asparagus time...
SVN revision: 23679
2006-07-03 04:08:47 +00:00
Christopher Michael cfcb069c8f If we Do have the eap, then we can set the dialog icon to it.
SVN revision: 23666
2006-07-02 19:34:51 +00:00
Christopher Michael 98336582fa This is slightly better, allows for passing module as NULL, and still
getting a generic module_dialog.


SVN revision: 23664
2006-07-02 19:25:34 +00:00
Christopher Michael 17475003db Module about dialogs now show the module icon in the dialog, and the border.
Note: This breaks e_modules until I get them fixed.


SVN revision: 23660
2006-07-02 18:55:33 +00:00
Carsten Haitzler 165f5f2309 bug in xrandr - workaround.
SVN revision: 23659
2006-07-02 17:47:44 +00:00
Carsten Haitzler e2222e18c7 add icons for randr rotation and flipping
SVN revision: 23658
2006-07-02 17:25:18 +00:00
Christopher Michael 4bb372ad2d Give ability for config dialogs to set their border icon to the proper
config icon, rather than all having the E logo. Is proactive about setting
this: if it does not find or cannot set to that icon, it will fallback to
the E icon.

Change all config dialogs to support this.

If we have an internal border (config dialogs), disable the Create Icon/Edit
Icon menu items.


SVN revision: 23655
2006-07-02 16:19:51 +00:00
doursse b962d733e4 return 0 when config dialog is NULL
SVN revision: 23651
2006-07-02 14:34:42 +00:00
Carsten Haitzler 637b665ddc adding polish to e17's icons... well a bit more. if anyone who can't code -
but can draw well... feel free to want to contribute with nice icons (nb -
keep them neutral so they look good almost anywhere)


SVN revision: 23648
2006-07-02 12:51:57 +00:00
Carsten Haitzler e47dd58ba0 as key bindings are really global things, context isnt that useful (at the
moment). :)


SVN revision: 23647
2006-07-02 11:05:59 +00:00
Carsten Haitzler 021cdfacd6 ram's fullscreen action patch and laurent's small radiobutton patch for send
to desktop menu


SVN revision: 23645
2006-07-02 06:57:38 +00:00
Carsten Haitzler a593b42576 remove openembedde pkg info - old and dead
SVN revision: 23615
2006-06-28 07:20:18 +00:00
Christopher Michael 749194cee8 Some minor formatting.
SVN revision: 23594
2006-06-27 00:59:18 +00:00
Christopher Michael f044210059 Fix some very serious formatting issues with this one.
Renamed a couple of functions, but other than that, no functional changes,
just formatting.


SVN revision: 23593
2006-06-26 16:42:49 +00:00
xcomputerman 2bad0081c3 Usability++;
(Put some useful items in the config menu)


SVN revision: 23582
2006-06-25 08:59:32 +00:00
Christopher Michael 79b5de57c4 Changed Delete Shelf dialog icon to be the E logo, not the exit icon.
SVN revision: 23554
2006-06-23 07:20:24 +00:00
Christopher Michael 447a00317e Removed the recently added evas_list_free calls as they caused segfaults
when removing last selected gadget.


SVN revision: 23545
2006-06-23 04:32:44 +00:00
Christopher Michael 52455b603e Free the evas_lists when we are done loading the gadget lists.
SVN revision: 23540
2006-06-22 20:41:54 +00:00
Christopher Michael ab2a2d01f1 No need to call save_queue on module unload, e_module_disable already calls
it.


SVN revision: 23539
2006-06-22 20:20:16 +00:00
Christopher Michael 1164201a9c Small bug fix in modules config dialog.
-When enabling a module, if e_module_enable fails, set proper state
and get out. Also, do not set cm->state = MOD_ENABLED unless the enable was
actually successful.
    -When disabling a module, only set state to UNLOADED if e_module_disable
worked.


SVN revision: 23538
2006-06-22 20:17:23 +00:00
Carsten Haitzler 10b221a1f2 call clearcache on entering idle
SVN revision: 23533
2006-06-22 19:21:13 +00:00
Christopher Michael 35b18b2704 Fix typo, thanks Mo0m :)
SVN revision: 23532
2006-06-22 19:02:17 +00:00
Christopher Michael 22ae46cb26 Lots of fixes for shelf contents config dialog:
- No more "ghosted" list items when removing from the Selected List.
     - Localized the loading of available/selected gadgets to cut down code duplication.
     - General code cleanup (remove extra comments)


SVN revision: 23531
2006-06-22 18:47:19 +00:00
Carsten Haitzler 706c846e92 bug--
SVN revision: 23510
2006-06-20 13:10:08 +00:00