Commit Graph

11130 Commits

Author SHA1 Message Date
Carsten Haitzler 59ea0d4f62 fix name of dir to match rename
SVN revision: 59938
2011-06-04 00:42:23 +00:00
Carsten Haitzler 252895fb47 remove illume from potfiles.in
SVN revision: 59937
2011-06-04 00:29:58 +00:00
Carsten Haitzler 28a7524bc4 and remove illume specific theme.
SVN revision: 59936
2011-06-04 00:10:11 +00:00
Carsten Haitzler 1ec797d90d rationalize default installed profiles down to default (has basically
nothing in it really), standard and illume (for illume2 the old
illume-home)



SVN revision: 59935
2011-06-04 00:08:05 +00:00
Carsten Haitzler 072ffb5662 remove old illume module
SVN revision: 59933
2011-06-04 00:06:13 +00:00
Carsten Haitzler 596e5212dd illume profile -> remove, moving illume-home in its place
SVN revision: 59932
2011-06-04 00:02:50 +00:00
Massimo Maiurana 542f3350e8 updating french translations
SVN revision: 59923
2011-06-03 19:37:52 +00:00
Michael BOUCHAUD 07b1816f7e e: use LANG if LC_ALL is not defined
SVN revision: 59837
2011-05-31 09:50:56 +00:00
Michael BOUCHAUD dddfbe2a86 e: fix warning
SVN revision: 59836
2011-05-31 09:47:23 +00:00
Daniel Juyung Seo 98ea4efacd e shot module: Updated Korean translations.
SVN revision: 59829
2011-05-31 00:55:25 +00:00
Massimo Maiurana 96b19e8362 updating french and italian translations
SVN revision: 59824
2011-05-30 16:56:40 +00:00
Carsten Haitzler 42ad10ddaa give shot module a proper icon. yay.
SVN revision: 59797
2011-05-30 05:35:45 +00:00
Carsten Haitzler 95cea2f982 fix click-preview-select to properly update radio buttons when preview
is clicked.



SVN revision: 59792
2011-05-29 23:45:40 +00:00
Tom Hacohen 4fb30d5186 E fm: Fixed weird icon sizes issue.
Apparently, when doing min size calculation we take hidden parts into
account, which caused the calculation to be wrong in this case.
Setting the hidden textblock to fixed solved the issue.

SVN revision: 59788
2011-05-29 14:52:41 +00:00
Carsten Haitzler 70fa361dd3 allow clicking on preview to set screen to shot.
SVN revision: 59778
2011-05-29 09:45:19 +00:00
Carsten Haitzler 5563387a24 fix entry content to always have full path
SVN revision: 59774
2011-05-29 07:51:55 +00:00
Carsten Haitzler 1e52c5a5ae 1. handle chdir errors gracefully with error disply
2. on error DONT KEEP STRIPPING PATH TO EMPTY!



SVN revision: 59773
2011-05-29 05:09:50 +00:00
Hannes Janetzek 27c4cf72d2 e17/evry: fix segfault in aggregator when two instances of evry are open
second instance had not set p->config


SVN revision: 59770
2011-05-28 10:46:40 +00:00
Carsten Haitzler 7418b3cc92 print server error # right.
SVN revision: 59768
2011-05-28 07:40:15 +00:00
Carsten Haitzler e06af83603 make dimming darker.
SVN revision: 59767
2011-05-28 07:03:42 +00:00
Carsten Haitzler 8e26efcc48 screenshot module built in now. this is a redo as it actuallly has a
full file upload ability on e.org for sharing shot url's, as well as
selecting local file tyo save to, selecting which screen to screenshot
etc.



SVN revision: 59766
2011-05-28 06:53:44 +00:00
Carsten Haitzler 88dd45cd07 fmting
SVN revision: 59740
2011-05-27 16:28:38 +00:00
Christopher Michael 1990151e7c E: Remove extra separator at the end of enlightenment.menu. There is
nothing after it and it just looks silly to have a dangling separator
in your menu.



SVN revision: 59738
2011-05-27 15:47:11 +00:00
Hannes Janetzek e00e6dce2f e17: save gadcon client top-level menu setting
SVN revision: 59728
2011-05-27 10:24:03 +00:00
Miculcy Brian be91e17b7d e: Fix segfault if no desktop file present.
SVN revision: 59702
2011-05-26 12:03:04 +00:00
Mark-Willem Jansen 54d7870c61 patch from From: Mark-Willem Jansen <markwillem@hotmail.com>
use desktop file path field for cwd.



SVN revision: 59701
2011-05-26 10:27:21 +00:00
Hannes Janetzek 8a7e1bd463 e17: fix max size for winlist icon.
SVN revision: 59677
2011-05-25 19:48:18 +00:00
Christopher Michael 3c5604a162 E: Pager: Fix more compiler warnings about comparisons.
SVN revision: 59604
2011-05-22 17:13:26 +00:00
Christopher Michael a0668dc681 E: Ibar: Fix ignored return value of fwrite.
SVN revision: 59603
2011-05-22 17:10:32 +00:00
Christopher Michael ec75c4700b E: e_thumb: Fix 'ignored return value' of nice.
SVN revision: 59602
2011-05-22 17:09:16 +00:00
Christopher Michael 0fe304a4bc E: e_sys_main: Fix 'mp may be used uninitialized' warning.
SVN revision: 59601
2011-05-22 17:08:07 +00:00
Christopher Michael 3239c1875c E: e_fm_op: Cleanup lots of compiler warnings.
SVN revision: 59599
2011-05-22 17:06:25 +00:00
Christopher Michael 9443f8d907 E: Trap return value from 'symlink' (removes compiler warning).
SVN revision: 59598
2011-05-22 17:01:28 +00:00
Christopher Michael 4327831db3 E: Remove unused variable from e_signals.
SVN revision: 59597
2011-05-22 16:59:08 +00:00
Christopher Michael 3cf8d1fd05 E: Randr: Cleanup Randr code. Remove lots of compiler warnings about
signed & unsigned int comparison. Comment out Functions which were
defined but never used. Remove duplicated function prototype.



SVN revision: 59596
2011-05-22 16:58:06 +00:00
Christopher Michael e9af2d1b53 E: Calculate size once and reuse. Also, fix compiler warning about
signed & unsigned int comparision.



SVN revision: 59594
2011-05-22 16:49:34 +00:00
Christopher Michael 0c3e2d4576 E: E_FM: Fix lots of compiler warnings about comparison of signed and
unsigned ints.



SVN revision: 59593
2011-05-22 16:45:16 +00:00
Michael BOUCHAUD 19bdb8b1df e17: avoid segfault with no xdg menu
SVN revision: 59553
2011-05-20 16:19:53 +00:00
Cedric BAIL f351c9e5ab e: add a way to retrieve all the living timers.
SVN revision: 59541
2011-05-19 15:24:39 +00:00
Massimo Maiurana cbaf8dc984 updating french and italian translations
SVN revision: 59515
2011-05-18 18:02:54 +00:00
Carsten Haitzler 47ec26349b mouse -> moust buttons. thanks thomas.
SVN revision: 59496
2011-05-18 10:15:03 +00:00
Massimo Maiurana ef46a0d509 updating french translations
SVN revision: 59477
2011-05-17 22:38:02 +00:00
Massimo Maiurana 604df3ed19 updating french translations
SVN revision: 59452
2011-05-16 16:11:16 +00:00
Mike Blumenkrantz d45b04109b also allow eject
SVN revision: 59444
2011-05-16 11:03:45 +00:00
Mike Blumenkrantz 7a53690aee add some rudimentary dir management for mounting (creation/deletion of /media/$uuid dirs)
SVN revision: 59440
2011-05-16 10:33:57 +00:00
Mike Blumenkrantz 686b349731 eeze mount prep: allow enlightenment_sys to run mount/umount commands when properly formatted and specified in sysactions.conf
SVN revision: 59424
2011-05-15 23:47:42 +00:00
Mike Blumenkrantz c7a60fd7e5 fix typos in printfs
SVN revision: 59417
2011-05-15 22:17:15 +00:00
Mike Blumenkrantz 3942daa652 ecrustified
SVN revision: 59416
2011-05-15 22:11:30 +00:00
Boris Faure 532573285d e: add pid in segfault alert
SVN revision: 59384
2011-05-14 14:39:44 +00:00
Massimo Maiurana b857232514 updating portuguese translations
SVN revision: 59382
2011-05-14 13:28:43 +00:00