Commit Graph

2581 Commits

Author SHA1 Message Date
codewarrior 02e180ec55 - fix restart / shutdown bug. please confirm.
SVN revision: 17804
2005-10-23 11:25:35 +00:00
stffrdhrn 7da82144c0 - Add some default input method configurations use 'enlightenment_imc' to look
at and edit these files
- Change the input method path, intl means something else


SVN revision: 17789
2005-10-23 07:17:59 +00:00
stffrdhrn 60796f6c2a - Add new path for input method configuration files (may not needed?)
- Fix cs_CZ bug from Gori
- Scan input method path for configuration files
- Split e_intl startup/shutdown into things that need to be done first and
  things that need to be done later. This is better than throwing e_intl
  init code into various parts of the system.
- Add ipc to modify the input method path "input_methods"

TODO:
- Add some default configuration files


SVN revision: 17784
2005-10-23 04:56:51 +00:00
codewarrior 9231fb79c2 - remove extra KB. argh too tired, thanks chaos. (=
SVN revision: 17779
2005-10-23 01:05:18 +00:00
codewarrior 52d5a4fb71 - right click properties advanced mode
- fixups for basic mode


SVN revision: 17778
2005-10-23 00:30:22 +00:00
codewarrior b66db644f1 - modularize e_fm_file thumb determination scheme
- add thumb functions for:
  * e17 themes (thanks Chady)
  * e17 bg files
  * eap
  * jpg/png
- add scrolling support (must be calculated, currently is absolute)


SVN revision: 17776
2005-10-22 17:02:37 +00:00
stffrdhrn dbf758eb78 - Add the ability for e_intl to shutdown the im exe during shutdown
- Also shutdown the old exe when switching IM's
- In e_main.c I have moved e_intl shutdown to before e_main_shutdown
  this is because e_intl needs to clean up its ecore stuff before ecore
  does it, maybe this is incorrect, let me know


SVN revision: 17757
2005-10-22 05:35:25 +00:00
codewarrior 8dc3662786 - cleanup
SVN revision: 17754
2005-10-22 02:11:51 +00:00
codewarrior 47e3f99f76 - add basic right-click properties dialog for files
- cleanups


SVN revision: 17753
2005-10-22 02:07:39 +00:00
codewarrior 2d339df420 - fix restart bug
- disable monitor, it was causing the bug, need to look into it


SVN revision: 17736
2005-10-21 12:24:57 +00:00
codewarrior 718a3eaafc - fix eap thumbnailing
SVN revision: 17730
2005-10-21 09:52:46 +00:00
Carsten Haitzler 88e7e4a849 if image fails to load - give up.
SVN revision: 17729
2005-10-21 09:25:23 +00:00
Carsten Haitzler 1e6b641fe5 da.po updates :)
SVN revision: 17728
2005-10-21 07:37:08 +00:00
Carsten Haitzler 9843a3e4bd pl update
SVN revision: 17727
2005-10-21 07:27:33 +00:00
Carsten Haitzler e1b771ddde some TODO preening
SVN revision: 17723
2005-10-21 04:44:35 +00:00
Carsten Haitzler 1394b400d5 close the eet
SVN revision: 17719
2005-10-21 03:35:14 +00:00
Carsten Haitzler f5b07d7543 reset signal handlers for child
SVN revision: 17718
2005-10-21 03:00:08 +00:00
Carsten Haitzler 7d7434fc10 harmless menu re-ordering
SVN revision: 17717
2005-10-21 02:38:55 +00:00
codewarrior 33d10944ba - fix multiselect using rubberband
SVN revision: 17713
2005-10-20 22:29:57 +00:00
Carsten Haitzler 621a0fdd30 generate thumbs vaguely efficiently withotu eating up all ram and generating
billions of processes :)


SVN revision: 17708
2005-10-20 15:07:45 +00:00
codewarrior 61e8c0d0c4 - added e_fileman_icon
- added e_fileman_file
- fixed scrolling
- fixed several bugs / segvs
- disabled some features: xdnd, menu operations


SVN revision: 17706
2005-10-20 13:08:51 +00:00
Carsten Haitzler 8a0ea631a8 remember stuff is now... a... DIALOG too :)
SVN revision: 17705
2005-10-20 12:49:47 +00:00
stffrdhrn 1cb7757daa - Try to keep track of the input method exe
- Add error message if input method exe fails to launch


SVN revision: 17691
2005-10-20 00:12:07 +00:00
stffrdhrn c74d477ef7 - Change language_pack name to input_method_config, Language pack is going to
be somthing else
- Fix Some memory problems in e_intl
- Add methods for reading and writing the configuration from an Eet
- Add a program used for creating and editing the input method config


SVN revision: 17690
2005-10-19 23:34:17 +00:00
maiurana bc72254585 *** empty log message ***
SVN revision: 17686
2005-10-19 17:21:42 +00:00
codewarrior 90ce310049 - fix ui hang problem (freeze / thaw)
SVN revision: 17684
2005-10-19 15:41:23 +00:00
codewarrior 73471011b4 - fix scrolling
- fix some segvs


SVN revision: 17683
2005-10-19 15:04:19 +00:00
codewarrior b2041f65b5 - move init / shutdown calls to their proper locations
- disable _e_fileman_reconf_cb for now as its looping infinitely


SVN revision: 17680
2005-10-19 12:17:42 +00:00
codewarrior c5b05bf0ee - make events use ecore_event system
- fix layout so that it draws based on a fixed width or fixed height
- add e_fm_init and e_fm_shutdown (should be moved to E's init and shutdown)


SVN revision: 17679
2005-10-19 11:37:30 +00:00
Carsten Haitzler d7b27f24fb added some object checking - i think we should make sure this object checking
is everywhere - if we can. anyone wondering about someothnig to do.. add in
the object check macros for any struct thats is an object :)


SVN revision: 17678
2005-10-19 09:31:35 +00:00
codewarrior a00681842c - add e_thumb, rip code from efm into its own file, can thumbnail images and eaps for now and stores to eet.
- remove all thumb code from efm and use e_thumb
- fixme: first time startup bug for efm is still there (if the thumbnailer hasnt been used, still debugging )


SVN revision: 17668
2005-10-18 23:03:36 +00:00
codewarrior b38909b3bb - start new config dialog infrastructure
- allow eap's to be thumbnailed
- double click execs eap
- namespace change


SVN revision: 17659
2005-10-18 16:14:45 +00:00
troback d2778f9a25 Window Lock added
SVN revision: 17652
2005-10-18 10:13:16 +00:00
jcwong 161a2e4e65 fix -profile-del
SVN revision: 17647
2005-10-18 05:44:38 +00:00
maiurana c087f3e151 normal update
SVN revision: 17639
2005-10-17 16:54:08 +00:00
Carsten Haitzler ac37b80087 clean up lock ptr on obj del :)
SVN revision: 17630
2005-10-17 14:33:57 +00:00
Carsten Haitzler e83b8a72de and actually delete the locks dialog if the window is deleted.
SVN revision: 17629
2005-10-17 12:01:33 +00:00
Carsten Haitzler be4f5dfbab locks have been dialogified :)
SVN revision: 17628
2005-10-17 11:51:46 +00:00
troback 263febe657 Normal update
SVN revision: 17625
2005-10-17 08:39:28 +00:00
vandango 88ecca86e4 little german update
SVN revision: 17624
2005-10-17 07:10:59 +00:00
codewarrior 58c5abc2b2 - translation support for efm. (thanks Massimo Maiurana <maiurana@gmail.com>)
SVN revision: 17616
2005-10-16 20:09:40 +00:00
Emfox Zhou f587e8bfef update
SVN revision: 17614
2005-10-16 17:19:42 +00:00
codewarrior 3160285ace printf--
SVN revision: 17610
2005-10-16 14:08:29 +00:00
codewarrior 3bb8745944 Efm can add mime type icons (based on extentions so far) if they are simple
added to the theme.


SVN revision: 17609
2005-10-16 14:02:15 +00:00
Carsten Haitzler 88e22d4249 fine-tune layout
SVN revision: 17605
2005-10-16 12:24:31 +00:00
Carsten Haitzler f4702ff762 fine-tune layout
SVN revision: 17604
2005-10-16 12:24:30 +00:00
Carsten Haitzler 76a872c842 config dialogs now can enable/disable widgets and dialog buttons. ok and
apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.


SVN revision: 17598
2005-10-16 07:32:12 +00:00
Carsten Haitzler cce1ee1153 config dialogs now can enable/disable widgets and dialog buttons. ok and
apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.


SVN revision: 17597
2005-10-16 07:32:11 +00:00
Carsten Haitzler 0adc7224c3 some widget work... and maybe a fix for disappearing windows?
SVN revision: 17596
2005-10-16 05:59:18 +00:00
Carsten Haitzler b7d8583c4c fix shade remember
SVN revision: 17591
2005-10-16 04:25:57 +00:00