Commit Graph

3819 Commits

Author SHA1 Message Date
Carsten Haitzler 20cbd3f3fe and more efm work....
SVN revision: 23984
2006-07-17 10:31:50 +00:00
e-taro c0128d4cff e17 ja.po update (Yasufumi Haga)
SVN revision: 23983
2006-07-17 08:08:25 +00:00
sndev 7066205439 * Adding new "KEYS" icon for the E config panel and keybinding config dialog
SVN revision: 23976
2006-07-17 00:03:08 +00:00
David Walter Seikel b3d3da2674 .cvsignore++
SVN revision: 23973
2006-07-16 22:23:54 +00:00
Carsten Haitzler 1f2cd18d52 more e_fm work... slowly getting there...
SVN revision: 23970
2006-07-16 21:25:15 +00:00
Carsten Haitzler 0fefaf535c bug++
SVN revision: 23967
2006-07-16 17:32:51 +00:00
Carsten Haitzler 19713696fa and the new fm code can single, multi and range select, optionally force
single select only... it can asl display icons and thumbnails (testing list
mode only atm).


SVN revision: 23966
2006-07-16 17:27:21 +00:00
Carsten Haitzler 12689c6176 the start of different display modes - just testing list mode...
SVN revision: 23957
2006-07-15 21:39:15 +00:00
Carsten Haitzler abed512637 freeze and thaw some more
SVN revision: 23952
2006-07-15 17:32:32 +00:00
Carsten Haitzler a49a05b475 oops - turn off testing
SVN revision: 23951
2006-07-15 17:12:53 +00:00
Carsten Haitzler 684da81271 limit scroll so you dont go off the ends
SVN revision: 23950
2006-07-15 17:10:12 +00:00
Carsten Haitzler 6c4b19d5d0 workign on efm2... kind of workign at the basics now...
SVN revision: 23949
2006-07-15 16:29:14 +00:00
Christopher Michael 083d224c3e Icons for check widgets is done now, update TODO to reflect this.
SVN revision: 23946
2006-07-15 15:07:20 +00:00
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
Christopher Michael 5ac23c5fbd Check widget can now do icons ala radio widget.
SVN revision: 23944
2006-07-15 14:59:05 +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 51fa371dbb edje prefix fixes - oops - was broken
build fixes for exec prefix settings


SVN revision: 23845
2006-07-11 09:43:26 +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
Massimo Maiurana d5f66a22f7 *** empty log message ***
SVN revision: 23770
2006-07-08 20:58:40 +00:00
Christopher Michael 86fec0b90c Remove the "Menu for gadgets and if up" bug :)
SVN revision: 23767
2006-07-08 18:47:41 +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
Viktor Kojouharov 68c2928889 updated bg translation
SVN revision: 23760
2006-07-08 15:46:30 +00:00
Carsten Haitzler c6109cc279 update packaging info and config script
SVN revision: 23759
2006-07-08 14:59:10 +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 ae87226b20 todo--
SVN revision: 23756
2006-07-08 14:08:05 +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 7b8c6e8b04 todo++
SVN revision: 23729
2006-07-06 06:25:36 +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
Carsten Haitzler 801a2c82aa new mouse pointer config icon
SVN revision: 23721
2006-07-05 19:22:48 +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
e-taro af93d0f057 e17 ja.po update (Yasufumi Haga)
SVN revision: 23696
2006-07-03 17:16:40 +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
Carsten Haitzler 2caa950ad4 fix makefile for icon
SVN revision: 23684
2006-07-03 08:15:35 +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