Commit Graph

8693 Commits

Author SHA1 Message Date
Carsten Haitzler 6ba9d4926e happy lucky fun improvement in cpufreq gadget - dial moves smoothly
now... and uses map... like clock... and i added 2 more mini dialos
for min and max freq if u have multiple cores at differetn frequencies
:) red one now has a white tip for easier visbility and shows average
of all cores.



SVN revision: 55054
2010-11-29 10:52:32 +00:00
Massimo Maiurana 4a57615505 updating portuguese translations
SVN revision: 55041
2010-11-28 14:34:04 +00:00
Massimo Maiurana c6dc9ab855 updating portuguese translations
SVN revision: 54950
2010-11-24 19:47:46 +00:00
Massimo Maiurana 62305403f0 updating portuguese translations
SVN revision: 54899
2010-11-23 20:02:09 +00:00
Massimo Maiurana 9a47758a74 updating portuguese translations
SVN revision: 54864
2010-11-23 11:43:54 +00:00
Gustavo Sverzut Barbieri c89d42f211 match _init() -> _update() changes in core.
SVN revision: 54796
2010-11-22 15:23:15 +00:00
Gustavo Sverzut Barbieri 6f2213cb25 convert init/shutdown to EINTERN, move some to _update().
Do not abuse the concept of e_*_init(), make them call-once and those
that needed multiple call are renamed to e_*_update(). To make sure
convert them to EINTERN so the symbols are not exported.

Actually I guess too much is exported as EAPI while they should be
EINTERN, but that would require manual investigation, while this patch
was basically created with sed + grep.



SVN revision: 54795
2010-11-22 15:21:32 +00:00
Gustavo Sverzut Barbieri c5642870c3 do not abuse _init(), provide _update() method instead.
SVN revision: 54794
2010-11-22 15:21:24 +00:00
Gustavo Sverzut Barbieri d374b7ccb8 utility to query for fullscreen in current/all zones.
keeping local count of borders is too error prone, instead query
it. Right now the count is being done for the current zone only, I
guess this is the best policy.



SVN revision: 54793
2010-11-22 15:21:17 +00:00
Gustavo Sverzut Barbieri 07f4fc0cd3 desklock_init() should be called only once, poller does the job.
SVN revision: 54792
2010-11-22 15:21:06 +00:00
Carsten Haitzler d484062996 1. only make zone black win+canvas if/when needed (btw - can still do
better and only create what is needed to surround the fullscreen
window if it cant be fullscren and needs a black border).
2. set bg color of root to black - e has its own bg anyway.



SVN revision: 54748
2010-11-20 16:18:58 +00:00
Christopher Michael b7f5014a18 Patch to fix keyboard layout size from Marco Trevisan.
SVN revision: 54709
2010-11-19 02:41:02 +00:00
Mike Blumenkrantz 1d574fbd20 shut up eina warning
SVN revision: 54707
2010-11-19 02:22:53 +00:00
Carsten Haitzler e7d7304b0f gah! 1 cpu too many. fix.
SVN revision: 54561
2010-11-15 10:18:57 +00:00
Christopher Michael 4b7b3742c8 Remove 'declared' function that was never defined.
SVN revision: 54558
2010-11-15 06:15:42 +00:00
Carsten Haitzler 3e706de451 slight improvement - average out freqs on all cores. some newer cpus
can have separate core freqs. dont get me started with this new turbo
boost thing that the kernel doesnt even report corrently right now
either.



SVN revision: 54546
2010-11-14 03:04:20 +00:00
Hannes Janetzek 0d6ce60bc7 evry-files: use eina_file_stat_ls
SVN revision: 54534
2010-11-13 13:33:12 +00:00
Mike Blumenkrantz f80e5cee0b null pointer to fix resolution switching crash
SVN revision: 54526
2010-11-12 23:59:35 +00:00
Cedric BAIL 91a8156a84 * ecore: break Ecore_Thread API once and for all to make it consistent.
SVN revision: 54502
2010-11-12 13:28:19 +00:00
Boris Faure e9d8b9b3a7 pager: add config whether to show urgent popup on focused windows
SVN revision: 54464
2010-11-11 17:58:23 +00:00
Sebastian Dransfeld 6d1de4d853 remove weird unneeded hack
SVN revision: 54387
2010-11-09 21:32:04 +00:00
Sebastian Dransfeld 32a8f5160d Fix dnd working with reference coords.
SVN revision: 54383
2010-11-09 21:14:38 +00:00
Sebastian Dransfeld 0bae6927e5 After drop, we are no longer entered
SVN revision: 54382
2010-11-09 21:14:19 +00:00
Sebastian Dransfeld 139507ef51 event coords shoudl be reference coords
The receivers work in reference coords, so normalizing on the drop
handler is meaningless.

SVN revision: 54381
2010-11-09 21:13:56 +00:00
Sebastian Dransfeld 3d1a299e06 Let efreet icon return const
We return a pointer to an internal cache, so no need to do strdup. I we
implement a cache, the pointer will be a return from a mmap'ed file, so
no need to do strdup.

A bit late to do an API break, but must be done.

SVN revision: 54372
2010-11-09 20:15:55 +00:00
Sebastian Dransfeld 2a048b5005 gadcon helper functions
SVN revision: 54348
2010-11-08 20:11:45 +00:00
Sebastian Dransfeld 7ec3dd0f41 Right drop target size
If we are in an autoscroll container, use it's size as drop target

SVN revision: 54328
2010-11-08 14:05:29 +00:00
Sebastian Dransfeld af68b736a2 Don't override the drop handlers area
SVN revision: 54327
2010-11-08 14:05:19 +00:00
Sebastian Dransfeld 8f1e82d9f9 TODO++
SVN revision: 54326
2010-11-08 14:05:08 +00:00
Sebastian Dransfeld 0e4e3b9e22 o_frame is the complete area for gadcon
SVN revision: 54324
2010-11-08 12:46:37 +00:00
Sebastian Dransfeld 8c6c2d7270 Don't fake an existing box
o_box should be an e_box

SVN revision: 54323
2010-11-08 12:46:25 +00:00
Sebastian Dransfeld c5e189ecbd Remove pointless cache
SVN revision: 54321
2010-11-08 09:04:59 +00:00
Sebastian Dransfeld ed139972cc stop move/resize on winlits show
Fixes bug #220

SVN revision: 54276
2010-11-07 12:34:50 +00:00
Sebastian Dransfeld f0afd63652 We might loose move/resize ref
Keep a local ref and be sure that we keep our object

SVN revision: 54275
2010-11-07 12:34:40 +00:00
Sebastian Dransfeld 3678c820b9 Really cancel move/resize
SVN revision: 54274
2010-11-07 12:34:29 +00:00
Sebastian Dransfeld 48e98291bd Only focus parent if on current desk
SVN revision: 54273
2010-11-07 11:05:04 +00:00
Sebastian Dransfeld b4f9160c09 Remove duplicate code
We always hide border before border del, so we shouldn't be focused here

SVN revision: 54272
2010-11-07 11:04:53 +00:00
Sebastian Dransfeld c12fafe377 Cleanup revert focus
SVN revision: 54271
2010-11-07 08:21:14 +00:00
Sebastian Dransfeld 02910b4579 Right orientation for left and right side
SVN revision: 54245
2010-11-06 19:47:55 +00:00
Sebastian Dransfeld b047d83d7a Set focus when we delete the border
_e_border_cb_window_hide is not necessary called in the right order for
internal windows

Fixes #485 part 1

SVN revision: 54244
2010-11-06 19:35:35 +00:00
Sebastian Dransfeld 7867b41c98 Don't allow NULL id
This fixes #567

SVN revision: 54243
2010-11-06 18:13:57 +00:00
Sebastian Dransfeld 8948d6ddf3 And don't show applications with NoDisplay
SVN revision: 54235
2010-11-06 16:54:51 +00:00
Sebastian Dransfeld 9de16beb3c Prefer apps without OnlyShowIn
This fixes bug #357

SVN revision: 54232
2010-11-06 16:48:07 +00:00
Sebastian Dransfeld ea2d3ab0eb Cleanup icon up handling
It seems that originally the "selected" event wasn't to be fired on dirs
during single click. This makes it impossible for fwin to open a new
window when single clicking a dir, so some ugly hacks has been added.
"The right fix (tm)" is to always emit "selected", even on dirs, and let
the listener decide what to do with the file.

SVN revision: 54229
2010-11-06 15:15:21 +00:00
Sebastian Dransfeld 889876d851 Only call "selected" on dirs
This fixes bug #593

SVN revision: 54228
2010-11-06 14:44:37 +00:00
Sebastian Dransfeld 552a0ad0f2 use new fdo e_icon
SVN revision: 54195
2010-11-05 18:54:56 +00:00
Sebastian Dransfeld 70059bc37e Make sure we have a _xdnd object
If someone sends us a drop even though we didn't accept it, this will
segv.

SVN revision: 54194
2010-11-05 18:46:13 +00:00
Sebastian Dransfeld 3c12d4daba __UNUSED__ last
SVN revision: 54193
2010-11-05 18:40:31 +00:00
Sebastian Dransfeld b02fbd8dd1 __UNUSED__ last!
SVN revision: 54192
2010-11-05 18:40:05 +00:00
Sebastian Dransfeld 91636a30f5 init handlers in main loop, after efreet init
SVN revision: 54185
2010-11-05 15:37:02 +00:00
Sebastian Dransfeld 83bcd95d83 Simplify efreet cleanup code
SVN revision: 54184
2010-11-05 15:36:53 +00:00
Sebastian Dransfeld c76328248e Reorder
SVN revision: 54183
2010-11-05 15:36:41 +00:00
Sebastian Dransfeld a355da7bf8 Since we don̈́t grab, don't ungrab
This should help on some focus problems, please test

SVN revision: 54181
2010-11-05 13:48:28 +00:00
Sebastian Dransfeld 5c5e1b82e6 Remove file_set commands
Use fdo icons in e_icon directly instead

SVN revision: 54178
2010-11-05 13:11:41 +00:00
Sebastian Dransfeld 1ba2fd77a0 Set fdo icon directly in e_icon
This makes it simple to find the right icon size for current view size

SVN revision: 54177
2010-11-05 13:11:31 +00:00
Mike Blumenkrantz 264cedf728 fixes from JaMa for filename truncation
SVN revision: 54140
2010-11-03 23:30:52 +00:00
Mike Blumenkrantz 4fe706f09b and this is a uchar
SVN revision: 54138
2010-11-03 22:05:17 +00:00
Mike Blumenkrantz fc78801dd8 should fix desktop icon text shortening
SVN revision: 54137
2010-11-03 21:59:56 +00:00
Mike Blumenkrantz 745e9031ea more vars that should be ints
SVN revision: 54136
2010-11-03 21:46:10 +00:00
Mike Blumenkrantz a8fb965995 fix some vars that should be ints after all
SVN revision: 54135
2010-11-03 21:31:44 +00:00
Christopher Michael d7ad6cbfb2 Cleanup Illume 1 (I got tired of looking @ compiler warnings).
- Cleanup use of UNUSED (place after the variable).
 - Add UNUSED where missing.
 - Use PATH_MAX.
 - Fix Formatting.
 - Remove some whitespace (and other instances of wasted space).



SVN revision: 54131
2010-11-03 18:38:09 +00:00
Christopher Michael bd0c639991 Remove unused variables (also removed 'moved' variable as it wasn't
used other than setting to 1; never checked after that).



SVN revision: 54115
2010-11-03 04:53:17 +00:00
Carsten Haitzler 2c400712f8 re-enable utf8 for udf.. why was it disabled?
SVN revision: 54071
2010-11-01 02:09:34 +00:00
Christopher Michael 3ea8084f72 Use a variable to hold 'height' rather than recalc all the time.
SVN revision: 54054
2010-10-30 19:24:54 +00:00
Christopher Michael ba1b5a0834 Save ourselves a function call and just use the ecore_evas from the gc.
SVN revision: 54053
2010-10-30 19:12:48 +00:00
Christopher Michael a2bf209842 NB: This commit for Tasn; getting systray to work with
illume-indicator ;)

Systray:
  - Do NOT assume we are drawing to the desktop if we are not a shelf;
rather, get the ecore_x_window of the gadget containers evas.

Illume-Indictor:
  - Use a popup window on the indicator window so that systray module
can work with illume-indicator.

Illume:
  - Add some traps in case e_border_name_get does not return something.



SVN revision: 54052
2010-10-30 19:05:48 +00:00
Hannes Janetzek 06f74e6f45 fix warnings, remove unused variables
SVN revision: 53978
2010-10-28 23:07:59 +00:00
Hannes Janetzek 1e812840c6 evry-files: fix 'browse files' action. i.e. ignore min query length in this case
SVN revision: 53976
2010-10-28 20:57:11 +00:00
Carsten Haitzler 2238c66924 document changes to rander event - not used and.. use new mapping
event to unbind + bind mouse and key bindings again.



SVN revision: 53943
2010-10-28 00:34:03 +00:00
Cedric BAIL 4e98f9469b * e: add desklock method to E17 dbus api.
SVN revision: 53916
2010-10-27 13:19:39 +00:00
Massimo Maiurana a3b30ebb6b updating french and italian translations
SVN revision: 53912
2010-10-27 10:58:25 +00:00
Hannes Janetzek 16a49ed8b8 - no need to delay showing the list.
fixes black area sometimes being visible with current theme
- remove unused functions
- smaller default geometry


SVN revision: 53904
2010-10-26 23:21:20 +00:00
Massimo Maiurana 80ffd6a549 updating french and italian translations
SVN revision: 53902
2010-10-26 18:40:54 +00:00
Sebastian Dransfeld 7edb27b105 update ibar icon to match shelf size
SVN revision: 53852
2010-10-25 10:21:14 +00:00
Mike Blumenkrantz de632e8367 run #2 of ecrustify, plus a manual edit to correctly make a function pointer
* now aligns with function prototype name, a couple other tiny spacing fixes


SVN revision: 53798
2010-10-23 06:05:03 +00:00
Mike Blumenkrantz 475ab010c1 dunno how that snuck in
SVN revision: 53784
2010-10-22 20:36:38 +00:00
Mike Blumenkrantz 76224aeb9e this is a rather large stress test of the improved version of uncrustify+config that I have been working on
as far as I can tell, it's perfect for non-headers

header example following as soon as I finish making it space EINA_XYZ() args properly


SVN revision: 53774
2010-10-22 17:07:41 +00:00
Carsten Haitzler 02a6422cf0 expoand group list # to 65k - in case, and handle < 0 return.
SVN revision: 53716
2010-10-21 15:04:48 +00:00
Carsten Haitzler 0fe423836f system settings menu in config panel is back.
SVN revision: 53674
2010-10-20 14:49:58 +00:00
Miculcy Brian 954c093b82 Yes, settings, we now that already...
SVN revision: 53634
2010-10-19 18:09:48 +00:00
Miculcy Brian abee1825dd Apply new module categories.
SVN revision: 53600
2010-10-19 12:28:07 +00:00
Carsten Haitzler e6fc3f6170 that actually can be a bit longer due to i's and l's... :)
SVN revision: 53551
2010-10-18 00:39:02 +00:00
Carsten Haitzler 59766e3464 "shorter text... that's MUCH better!"
SVN revision: 53550
2010-10-18 00:38:02 +00:00
Miculcy Brian 1feca166c6 Added a config option for enabling/disabling the Popup on volume change via keybinding.
SVN revision: 53546
2010-10-17 19:01:50 +00:00
Miculcy Brian dd641e9259 New categories for modules.
To be continued soon...


SVN revision: 53514
2010-10-17 17:33:44 +00:00
Miculcy Brian 1a7b1c2624 Cleanup
SVN revision: 53456
2010-10-15 16:30:34 +00:00
Miculcy Brian 6cbec60a86 Modules Dialog loads faster now and uses category tabs instead of a huge list. Stay tuned, module category renaming and reordering comes soon...
SVN revision: 53455
2010-10-15 15:57:20 +00:00
Carsten Haitzler 06c5e755d0 fix comp sync bug with override-redirect windows.
SVN revision: 53436
2010-10-15 07:22:17 +00:00
Lucas De Marchi 699dfa65a1 fix 'make distcheck'
By: Peter van de Werken <pwerken-e@a-eskwadraat.nl>



SVN revision: 53415
2010-10-14 17:19:37 +00:00
Lucas De Marchi d786ea3805 bool -> Eina_Bool
By: Eduardo Lima (Etrunko) <etrunko@profusion.mobi>



SVN revision: 53414
2010-10-14 17:13:27 +00:00
Hannes Janetzek 68063b6523 evry-files: show homedir option is obsolete. turning it off produced a segv
SVN revision: 53401
2010-10-14 14:25:12 +00:00
Hannes Janetzek a751cbca6d evry-files: refactor + comments. still looking for the segv discomfitor found
SVN revision: 53394
2010-10-14 11:46:56 +00:00
Hannes Janetzek 6ca862968e evry: select first plugin on async update when the currently selected plugin has no items
- fixes browsing of folders from recent-files plugin


SVN revision: 53393
2010-10-14 11:44:30 +00:00
Mike Blumenkrantz 4eda754182 fix annoying random segv
SVN revision: 53387
2010-10-14 02:57:35 +00:00
Christopher Michael b5ea082df6 Fix compiler warnings wrt mixer_popup_timer_new/cb.
SVN revision: 53374
2010-10-13 18:47:08 +00:00
Cedric BAIL da9099fc2f * e, eio: fix ecore_thread_run breakage.
SVN revision: 53371
2010-10-13 17:46:02 +00:00
Gustavo Lima Chaves 8b56cd3731 Fixing boo boo @ disco stu's changeset.
Patch by Fidêncio.



SVN revision: 53352
2010-10-13 12:36:42 +00:00
Miculcy Brian da963d78d9 Show mixer popup when changing the volume via keybindings.
SVN revision: 53347
2010-10-13 10:36:04 +00:00
Mike Blumenkrantz 6781f88655 whoops add these back
SVN revision: 53345
2010-10-13 08:30:06 +00:00
Mike Blumenkrantz ebd35ca204 reorder functions
SVN revision: 53330
2010-10-13 02:53:30 +00:00
Mike Blumenkrantz 33f0bae5cb e_fm2_dbus prefix is now e_fm2_device for upcoming seamless integration with eeze
SVN revision: 53328
2010-10-13 02:53:25 +00:00
Mike Blumenkrantz 82029fb513 small formatting/automake cleanups
SVN revision: 53327
2010-10-13 02:53:22 +00:00
Mike Blumenkrantz d25dd057eb alphabetize file lists
SVN revision: 53326
2010-10-13 02:52:37 +00:00
Carsten Haitzler 0af9ab417c comp - delay sync setup until map.
SVN revision: 53257
2010-10-11 06:28:23 +00:00
Christopher Michael 0ac0da81a5 lets not segfault by trying to print into a variable too much info.
We've allocated 10 chars, not 11, so let's snprint the correct length.

Thanks to cippp for the error report ;)

Fix up some formatting and remove some whitespace also.



SVN revision: 53245
2010-10-10 23:36:26 +00:00
Luis Felipe Strano Moraes 058f651795 Changing action description to the correct parameters.
I'd actually prefer bottom-left and bottom-right instead of down-left
and down-right, but then we would also have to change up-left to top-left
and so on. This change was the one that introduced minimal annoyance to
people who already use this amazing push-to binding (the few people here
who used evilwm should know it).



SVN revision: 53186
2010-10-08 13:32:08 +00:00
Carsten Haitzler bcd4dd7b7a init efreet after intl so desktop locale is right.
SVN revision: 53173
2010-10-07 23:14:13 +00:00
Eduardo de Barros Lima 6fe16b9b74 E: No need to #define _GNU_SOURCE
Use proper #include <config.h> instead


SVN revision: 53167
2010-10-07 21:16:30 +00:00
Carsten Haitzler 4efe987cd5 dont code drunk.
SVN revision: 53133
2010-10-07 04:45:01 +00:00
Mike Blumenkrantz c54623f21f fix some values that should be stringshare compared because they're stringshares but this is something I should probably go back and fix later when I'm not drunk and eating taffy
SVN revision: 53130
2010-10-07 02:53:32 +00:00
Carsten Haitzler 5f713c865b fix... gah. formatting mess there.. and the real problem
using str1 == str2 instead of strcmp assuming all strings are
stringshared. dont ASSUME this unless you 100% KNOW for sure they are.

bad disco stu!



SVN revision: 53128
2010-10-07 00:04:19 +00:00
Christopher Michael d070f976b1 If we are going to cycle focus backward, we need to loop the focus
stack in reverse.



SVN revision: 53084
2010-10-05 19:23:04 +00:00
Christopher Michael 18b0b38403 Add a forward focus button for testing.
SVN revision: 53083
2010-10-05 19:15:39 +00:00
Mike Blumenkrantz 04662b3565 complete rewrite of all includes and file splitting to completely abstract dbus out of efm
SVN revision: 53051
2010-10-05 06:33:23 +00:00
Mike Blumenkrantz f9c6eb799c move efm to separate dir, update makefiles
SVN revision: 53050
2010-10-05 06:33:19 +00:00
Mike Blumenkrantz 2a7d74916a abstract e_fm init/shutdown to prep for udev, namespace e_fm_ipc functions for sanity
SVN revision: 53049
2010-10-05 06:33:16 +00:00
Mike Blumenkrantz 19ebf6a866 reorder inits
SVN revision: 53048
2010-10-05 06:33:12 +00:00
Mike Blumenkrantz ffd683317d split e_fm_main.c to e_fm_ipc.c
SVN revision: 53047
2010-10-05 06:33:09 +00:00
Mike Blumenkrantz 331df30e37 now we know how to use stringshare!
SVN revision: 53046
2010-10-05 06:33:06 +00:00
Mike Blumenkrantz 10a1ca39fe clean up macros
SVN revision: 53045
2010-10-05 06:33:03 +00:00
Mike Blumenkrantz 29336de90d more function protos to typedefs, add E_Fm_Cb(void *data, Evas_Object *obj, E_Menu *m, E_Fm2_Icon_Info *info) for casting
SVN revision: 53044
2010-10-05 06:32:59 +00:00
Mike Blumenkrantz 1e8e05a80f ugly function pointers to typedefs
SVN revision: 53043
2010-10-05 06:32:54 +00:00
Mike Blumenkrantz 97f27a269c switch lots of efm vars to bool bitfields
SVN revision: 53042
2010-10-05 06:32:51 +00:00
Mike Blumenkrantz 9576560f62 init
SVN revision: 53041
2010-10-05 06:32:47 +00:00
Massimo Maiurana be3689982c updating portuguese translations
SVN revision: 52900
2010-09-29 17:45:28 +00:00
Christopher Michael 02e57f12b5 Fixup calls to ecore_imf to return Eina_Bool.
SVN revision: 52835
2010-09-28 00:36:57 +00:00
Christopher Michael df00292397 Fix up calls to ecore_x_icccm to use Eina_Bool to remove compiler
warnings.



SVN revision: 52834
2010-09-28 00:35:05 +00:00
Lucas De Marchi b7cbb20980 Use ecore_time_unix_get() when absolute value is needed
SVN revision: 52827
2010-09-27 22:38:40 +00:00
Carsten Haitzler 703e5a159e mke comp kick in as early as possible :)
SVN revision: 52683
2010-09-24 13:39:46 +00:00
Carsten Haitzler a75fbc97b1 bad horns!
SVN revision: 52682
2010-09-24 13:39:19 +00:00
Lucas De Marchi 3bf671c3a3 segv--
e_dbus_bus_get() might return NULL. Please, don't segv.



SVN revision: 52505
2010-09-20 19:47:56 +00:00
Lucas De Marchi 82a9d03e6e Fix typos
"he->the" where appropriate



SVN revision: 52493
2010-09-20 17:09:13 +00:00
Christopher Michael 249911bc57 More thorough fix for searfettin font segfault issue.
SVN revision: 52480
2010-09-19 22:27:44 +00:00
Christopher Michael 9dadc73d07 Fix crash with serafettin font.
SVN revision: 52471
2010-09-19 19:49:26 +00:00
Mike Blumenkrantz 61dadf430f add macro to insert function name in debugging
SVN revision: 52171
2010-09-12 18:44:10 +00:00
Mike Blumenkrantz 02aa9820c0 add debugging printf function for hunting down focus switching bugs, requires -DPRINT_LOTS_OF_DEBUG
SVN revision: 52170
2010-09-12 18:34:56 +00:00
Mike Blumenkrantz 402b843f22 hackfix const warning
SVN revision: 52169
2010-09-12 18:31:50 +00:00
Mike Blumenkrantz 4be4d99103 englishize kill message
SVN revision: 52151
2010-09-11 02:22:01 +00:00
Carsten Haitzler 2a94ad9420 actually check for comp extn etc. support.
SVN revision: 52122
2010-09-10 06:57:37 +00:00
Carsten Haitzler 803395549e comp.. defer map show until sync render done for efl OR.... small
timeout. should make it config val. will do next.



SVN revision: 52120
2010-09-10 04:09:37 +00:00
Carsten Haitzler 4dfa97df1f menu icons.. are meant to be e_icon objects... devilhorns!
:)
(damned 64bit shit found it)



SVN revision: 52119
2010-09-10 04:09:00 +00:00
Christopher Michael 5a6461bcd8 Handle case where gadcon may not have the icon function for menu.
SVN revision: 52110
2010-09-09 22:18:00 +00:00
Christopher Michael 312da38b10 Get the Label from the gadget itself for display in the menu (rather
than the gadget name which is usually just a short version which would
mean less to the user).

Use the Icon from the gadget itself for display in the menu.



SVN revision: 52106
2010-09-09 20:46:24 +00:00
Christopher Michael 5e2543b7de Use PATH_MAX for variable handling a file location.
Don't declare variables in the middle of code.
Comment out unused function.
Use the Application's icon for the menu item that is displayed when
you right-click an icon in ibar.



SVN revision: 52104
2010-09-09 20:20:24 +00:00
Miculcy Brian 87dcd15f58 typo
SVN revision: 52079
2010-09-09 15:20:23 +00:00
Christopher Michael 55c0358bb2 Only declare this variable if it will be used.
SVN revision: 52077
2010-09-09 15:08:36 +00:00
Miculcy Brian b485216e82 separator fix
SVN revision: 52076
2010-09-09 15:04:36 +00:00
Miculcy Brian 2f8f31fbf5 This commit will change the shelf menu completly:
If you have a Gadget and open the menu over it, all gadget specific options are under a separate submenu. The menu items which the Gadget sets theirself can be put on the main menu tree or on the Gadget submenu.
If you don't see a reason for this, check the ibar menu _before_ and _after_. :)

This api change broke all modules but i already fixed them all. Hope everything works... I also shortend text strings, etc, etc.
Hope you like it! :)


SVN revision: 52041
2010-09-09 14:44:21 +00:00
Lucas De Marchi 25113159a5 Fix common misspellings
Some misspellings were manually reverted since in E there are tons of .po with
phrases in other languages. Other than that all the changes in the following
files were reverted:

 * src/modules/illume/dicts/English_(US).dic
 * src/modules/illume-keyboard/dicts/English_(US).dic


Following misspellings were fixed:

acquited->acquitted
adres->address
adress->address
alreayd->already
aquire->acquire
arbitarily->arbitrarily
cant->can't
Capetown->Cape
carefull->careful
causalities->casualties
Celcius->Celsius
certian->certain
commandoes->commandos
considerd->considered
conveyer->conveyor
dependant->dependent
didnt->didn't
discontentment->discontent
doesnt->doesn't
everytime->every
exemple->example
existance->existence
existant->existent
existince->existence
Farenheit->Fahrenheit
forbad->forbade
funguses->fungi
guage->gauge
guerilla->guerrilla
guerillas->guerrillas
happend->happened
hasnt->hasn't
heros->heroes
inbetween->between
independant->independent
inital->initial
intrusted->entrusted
irregardless->regardless
isnt->isn't
knifes->knives
layed->laid
loosing->losing
marrage->marriage
midwifes->midwives
miniscule->minuscule
monickers->monikers
mroe->more
noone->no one
occured->occurred
omre->more
paralell->parallel
payed->paid
planed->planned
quitted->quit
quizes->quizzes
seperated->separated
seperate->separate
shoudl->should
similiar->similar
simplier->simpler
specifiying->specifying
teh->the
toke->took
torpedos->torpedoes
Tuscon->Tucson
unecessary->unnecessary
useage->usage
usefull->useful
useing->using
waht->what
wanna->want
whith->with
wich->which
withing->within




SVN revision: 52006
2010-09-08 23:59:07 +00:00
titan 39857253e5 Update about seeing as how it is 2010.
SVN revision: 51961
2010-09-07 23:26:41 +00:00
Carsten Haitzler 39bf250f10 fmting
SVN revision: 51937
2010-09-07 09:08:34 +00:00
Carsten Haitzler 7cf8ebbed3 bah! brokne inst matching.. e literally lost all inst's! fixed.
SVN revision: 51936
2010-09-07 08:53:34 +00:00
Miculcy Brian 748d4e182f Show a better name for shelfs, shelfs are now named as "Shelf bottom", "Shelf bottom_left", etc. I guess _E_Shelf->const char *name can be removed now... Anyone against that? :)
SVN revision: 51929
2010-09-06 17:38:18 +00:00
Miculcy Brian c5f7dfa28a woops, forgot to commit...
SVN revision: 51928
2010-09-06 17:15:36 +00:00
Miculcy Brian 1f75896f70 allow to select between desktop file types
SVN revision: 51924
2010-09-06 15:17:21 +00:00
Christopher Michael 0e7182af38 Continue in for loop if no size data is found for a font. This traps a
weird seggy I found.



SVN revision: 51919
2010-09-06 03:35:15 +00:00
Christopher Michael a016c69719 Allow illume and illume2 to both be built, but DO NOT allow them both
to be loaded @ the same time (causes bad things to happen).

This is for Lutin ;) so that users can have some time to transition
their setups to Illume2.



SVN revision: 51908
2010-09-05 19:39:43 +00:00
Mike Blumenkrantz 015e43980c I give up. vim is too big and too stupid for me to fight
SVN revision: 51880
2010-09-04 06:24:49 +00:00
Mike Blumenkrantz 88e5bb4ff1 try fix broken vim formatting: VIM TABS ARE WRONG! I WILL SEND NINJAS AFTER THE NEXT PERSON WHO USES THEM!!!
SVN revision: 51879
2010-09-04 06:05:32 +00:00
Miculcy Brian 6f7ca81277 easier shelf menu
SVN revision: 51867
2010-09-03 18:41:23 +00:00
Christopher Michael f35b6dfbc7 Fix Ticket # 568: Interrogating contents of ilist may return incorrect
response.

Check if the we still have not processed the queue, if so return the
que list count (as this is the number of items we are adding anyway).
If the queue has been processed already, then return the normal
e_ilist_count.



SVN revision: 51866
2010-09-03 17:54:01 +00:00
Christopher Michael 7dda2eb780 Fix a little formatting.
SVN revision: 51864
2010-09-03 16:53:06 +00:00
Mike Blumenkrantz 439be6643a error messages: now in english!
SVN revision: 51854
2010-09-03 03:26:22 +00:00
Christopher Michael 432c4588c1 Set minimum size hint on the base object to hopefully help with comp
module cutting the size of the notification.



SVN revision: 51792
2010-08-31 23:33:27 +00:00
Miculcy Brian f19ac31470 allow to edit desktop files including urls
SVN revision: 51783
2010-08-31 13:49:17 +00:00
Christopher Michael 627a3a01c6 Little bit of cleanup so that we don't set window minimum size twice.
SVN revision: 51768
2010-08-31 01:13:45 +00:00
Sebastian Dransfeld d1b854b9c1 cleanup battery module
- Only open one connection to dbus (e_dbus_bus_get) and then close it on
  shutdown.
- Fix autodetection of backend.

SVN revision: 51764
2010-08-30 19:57:36 +00:00
Christopher Michael 6ad79e964f Add notifications for illume2. These are handled as quickpanels that
automatically show/hide.

NB - May need more "sexing up" ;)



SVN revision: 51762
2010-08-30 18:47:37 +00:00
Miculcy Brian 586632efd1 allow to directly edit .desktop files
SVN revision: 51761
2010-08-30 17:54:18 +00:00
Christopher Michael eebc1b3ee1 Fix 'apply not enabled' when changing lock on suspend.
SVN revision: 51760
2010-08-30 17:19:03 +00:00
Miculcy Brian a324194bdf remove duplicated entry
SVN revision: 51756
2010-08-30 16:04:02 +00:00
Miculcy Brian a9918f881b Fix for missing menu entries...
SVN revision: 51753
2010-08-30 15:14:25 +00:00
Miculcy Brian 6632b93444 reduce normal std output
SVN revision: 51750
2010-08-30 14:28:52 +00:00
Carsten Haitzler b6e1672400 use pixmap size for object size - not window size.
SVN revision: 51748
2010-08-30 13:52:22 +00:00
Sebastian Dransfeld e2c4df0689 formatting
SVN revision: 51720
2010-08-29 10:57:05 +00:00
Sebastian Dransfeld cf7e7abbcb Check right variable
SVN revision: 51719
2010-08-29 10:56:55 +00:00
Sebastian Dransfeld 936d65abc6 Don't loop list twice
SVN revision: 51718
2010-08-29 10:56:40 +00:00
Carsten Haitzler 62862fa56f dont use evas_imaging anymore... and... do svg test the right way.
SVN revision: 51708
2010-08-29 02:25:57 +00:00
Christopher Michael 1911aa77e0 Add missing parens.
Fix some formatting.
Remove unused variables.
General cleanup.



SVN revision: 51706
2010-08-29 02:01:52 +00:00
Christopher Michael 28206552ee Fix issue where hiding quickpanel would not hide the 'clickwindow'.
SVN revision: 51697
2010-08-28 14:27:54 +00:00
Hannes Janetzek 6859f75f5a evry gadget: fix placement
SVN revision: 51681
2010-08-27 16:48:50 +00:00
Christopher Michael 4113bf8c03 Move unused variable(s) to the unused code section(s).
SVN revision: 51679
2010-08-27 13:55:22 +00:00
Carsten Haitzler 3c363745b0 and fix bug thanks to previous fix.
SVN revision: 51673
2010-08-27 09:37:16 +00:00
Carsten Haitzler 8edf983d88 small change - iconify/uniconfify windows. good reasons - efficiency.
allow dumping.



SVN revision: 51672
2010-08-27 06:33:26 +00:00
Lucas De Marchi 3dad9bbfa9 Don't show what is not used in connman module
SVN revision: 51660
2010-08-26 14:48:46 +00:00
Carsten Haitzler 1301f7e510 be a bit nicer in auto desktop creation from bd
SVN revision: 51657
2010-08-26 12:14:38 +00:00
Lucas De Marchi 121f40d86f Revert and re-apply badnull patch
Revert previous patch generated by badnull.cocci script, and apply the new one.
The main difference is that assert and assert-like functions are not touched
anymore.




SVN revision: 51650
2010-08-26 01:34:13 +00:00
Carsten Haitzler f641b21f57 get rid of resize artifact in comp with unreffing pixmap too early.
SVN revision: 51637
2010-08-25 10:21:27 +00:00
Christopher Michael c9cba144c2 Init/shutdown notification daemon
SVN revision: 51631
2010-08-25 03:59:16 +00:00
Christopher Michael 9a262c740b Actually, that needs to be the notification daemon.
SVN revision: 51630
2010-08-25 03:49:27 +00:00
Christopher Michael 4185513963 Add start of notification support.
SVN revision: 51629
2010-08-25 03:42:50 +00:00
Christopher Michael f467fa997c Fix compiler warning about integer from pointer without cast.
SVN revision: 51588
2010-08-23 20:47:01 +00:00
Cedric BAIL 9529a46ad3 * e: cleanup code.
SVN revision: 51568
2010-08-23 12:01:03 +00:00
Leif Middelschulte cf91a2561a From: Leif Middelschulte <leif.middelschulte@gmail.com>
this is a little patch for e_randr related stuff.

- replace the saving of a monitor's EDID with a hash of it.
- rename a variable name



SVN revision: 51508
2010-08-22 03:49:34 +00:00
Lucas De Marchi 63f07459a0 Convert (hopefully) all comparisons to NULL
Apply badzero.cocci, badnull.coci and badnull2.cocci

This should convert all cases where there's a comparison to NULL to simpler
forms. This patch applies the following transformations:

code before patch               ||code after patch
===============================================================

return a == NULL;                 return !a;

return a != NULL;                 return !!a;

func(a == NULL);                  func(!a);

func(a != NULL);                  func(!!a);

b = a == NULL;                    b = !a;

b = a != NULL;                    b = !!a;

b = a == NULL ? c : d;            b = !a ? c : d;

b = a != NULL ? c : d;            b = a ? c : d;


other cases:

a == NULL                         !a
a != NULL                         a




SVN revision: 51487
2010-08-21 13:52:25 +00:00
Carsten Haitzler b2332d5946 notes.
SVN revision: 51478
2010-08-21 03:27:21 +00:00
Carsten Haitzler ddb6cf998b disable union for randr config... THIS is causing problems... big time.
SVN revision: 51477
2010-08-21 02:51:54 +00:00
Carsten Haitzler e6a803158a j++!!!!
SVN revision: 51474
2010-08-21 01:52:20 +00:00
Carsten Haitzler 9cb6681b35 simply breaking some long lines for readability.
SVN revision: 51473
2010-08-21 01:48:19 +00:00
Christopher Michael 12521ce427 Fix another case of unused paramater.
SVN revision: 51456
2010-08-20 00:45:45 +00:00
Christopher Michael d11795c80d Fix a couple more cases of UNUSED paramaters.
SVN revision: 51455
2010-08-20 00:44:27 +00:00
Carsten Haitzler 7b47cd8425 other bit of lief's patch.
SVN revision: 51453
2010-08-19 22:49:13 +00:00
Christopher Michael 86b1e16283 Add UNUSED where needed.
Remove unused variables.



SVN revision: 51452
2010-08-19 21:19:24 +00:00
Boris Faure ee84be7253 e:winlist: fix issue with non-stop animation
SVN revision: 51451
2010-08-19 21:09:58 +00:00
Christopher Michael fbc45ea4d1 Add UNUSED, Remove unused variables, formatting, etc, etc, etc.
SVN revision: 51449
2010-08-19 20:39:17 +00:00
Christopher Michael 6f4d526140 Add UNUSED.
SVN revision: 51448
2010-08-19 20:32:33 +00:00
Christopher Michael 52f381fcba Add UNUSED
Remove unused variables.



SVN revision: 51447
2010-08-19 20:31:01 +00:00
Christopher Michael d7b096fb53 Fix compiler warning about signed & unsigned comparison.
SVN revision: 51446
2010-08-19 20:17:01 +00:00
Christopher Michael b7de1183a7 Add UNUSED where needed.
Added additional parens where needed.



SVN revision: 51445
2010-08-19 19:40:57 +00:00
Christopher Michael f5e291ae27 Add UNUSED.
Remove an unused variable.



SVN revision: 51444
2010-08-19 19:37:15 +00:00
Christopher Michael 7542136e82 Add UNUSED where needed.
Fix a few harmless warnings about parens.
Fix warnings about comparison between signed and unsigned.



SVN revision: 51443
2010-08-19 19:33:23 +00:00
Christopher Michael d90e5b12b8 Add UNUSED.
Remove unused variables.
Fix formatting, remove whitespace, etc, etc, etc.



SVN revision: 51442
2010-08-19 19:18:43 +00:00
Christopher Michael fca4310f3d Add UNUSED.
Fix formatting.



SVN revision: 51441
2010-08-19 18:48:54 +00:00
Christopher Michael 3e34e7e2e1 Add UNUSED.
Fix formatting.



SVN revision: 51440
2010-08-19 18:46:48 +00:00
Christopher Michael bbd4a538c4 Remove unused variables.
Fix formatting.



SVN revision: 51439
2010-08-19 18:45:17 +00:00
Christopher Michael 07ca950dbc Add UNUSED where needed.
SVN revision: 51438
2010-08-19 18:43:53 +00:00
Christopher Michael 9ffe6d9d80 Add UNUSED where needed.
Fix formatting.



SVN revision: 51437
2010-08-19 18:39:19 +00:00
Christopher Michael 6c8de1768e Add UNUSED where missing.
SVN revision: 51436
2010-08-19 18:37:17 +00:00
Christopher Michael 0eeb09512c Add UNUSED.
SVN revision: 51435
2010-08-19 18:34:05 +00:00
Christopher Michael ad8f0fbf41 Add UNUSED.
SVN revision: 51434
2010-08-19 18:30:26 +00:00
Christopher Michael a688179228 Add UNUSED where needed.
SVN revision: 51433
2010-08-19 18:27:51 +00:00
Christopher Michael b83cc7780c Add UNUSED.
Fix formatting, Remove unused variables, etc, etc.



SVN revision: 51432
2010-08-19 18:25:49 +00:00
Christopher Michael bd2fd46538 Add UNUSED where needed.
Remove unused variables.



SVN revision: 51431
2010-08-19 18:21:13 +00:00
Christopher Michael 275565ddd9 Add UNUSED.
Fix formatting.



SVN revision: 51430
2010-08-19 18:14:28 +00:00
Christopher Michael bd70d9ee89 Add UNUSED where needed.
Fix formatting for 80 cols.



SVN revision: 51429
2010-08-19 18:13:16 +00:00
Christopher Michael 341a708c90 Add UNUSED where needed.
SVN revision: 51428
2010-08-19 17:48:15 +00:00
Christopher Michael 31d7c4d654 Add UNUSED.
Fix formatting.



SVN revision: 51427
2010-08-19 17:45:29 +00:00
Christopher Michael 6659bd83cc Add UNUSED.
Remove unused variables.



SVN revision: 51426
2010-08-19 17:43:15 +00:00
Christopher Michael ef251c3125 Add UNUSED where needed.
Fix formatting.



SVN revision: 51425
2010-08-19 17:40:38 +00:00
Christopher Michael fb7b20fec0 Add UNUSED where needed.
SVN revision: 51424
2010-08-19 17:38:40 +00:00
Christopher Michael 6577483178 Add UNUSED.
SVN revision: 51423
2010-08-19 17:33:21 +00:00
Christopher Michael fc7bdcfd20 Add UNUSED.
SVN revision: 51422
2010-08-19 17:26:46 +00:00
Christopher Michael 9cd88d002d Add UNUSED where needed.
SVN revision: 51421
2010-08-19 17:23:36 +00:00
Christopher Michael e49850d0e5 Add UNUSED where needed.
SVN revision: 51420
2010-08-19 17:16:49 +00:00
Christopher Michael 5205ae87bf Add UNUSED where needed.
SVN revision: 51419
2010-08-19 17:16:06 +00:00
Christopher Michael 2c20883ad3 Add UNUSED where needed.
SVN revision: 51417
2010-08-19 17:12:56 +00:00
Christopher Michael 8a1fa5404c Add UNUSED where needed.
SVN revision: 51416
2010-08-19 17:07:27 +00:00
Christopher Michael 39422eb16a Add UNUSED
Fix comparison compiler warning.



SVN revision: 51415
2010-08-19 16:59:47 +00:00
Christopher Michael 499727c9bf Add UNUSED
SVN revision: 51414
2010-08-19 16:53:20 +00:00
Christopher Michael aaf6cebcb6 Add UNUSED where needed.
Remove whitespace.
Fix formatting, etc, etc.



SVN revision: 51413
2010-08-19 16:52:09 +00:00
Cedric BAIL 4c42c4f167 * e: X server without Xrandr do exist.
SVN revision: 51412
2010-08-19 16:34:40 +00:00
Christopher Michael 3b3c2566d9 Add UNUSED.
SVN revision: 51411
2010-08-19 16:32:14 +00:00
Christopher Michael 73d01fe632 Add UNUSED where needed.
SVN revision: 51410
2010-08-19 16:29:01 +00:00
Christopher Michael 8d27a99570 Add UNUSED where needed.
Remove lots of unused variables.
Fix some formatting.



SVN revision: 51409
2010-08-19 16:14:53 +00:00
Christopher Michael 0ec849905a Add UNUSED where needed.
Use PATH_MAX for a file path.
Remove whitespace.
Fix formatting.



SVN revision: 51408
2010-08-19 16:05:16 +00:00
Christopher Michael 5919e72ad2 Add UNUSED where needed.
SVN revision: 51407
2010-08-19 15:49:25 +00:00
Christopher Michael f1e14daf84 Add UNUSED where needed.
Reduce duplicated code.
Use eina_stringshare_replace rather than add/del several times.



SVN revision: 51406
2010-08-19 15:38:22 +00:00
Christopher Michael 2cd2f124dd Add UNUSED where needed.
Fix formatting.



SVN revision: 51405
2010-08-19 15:27:13 +00:00
Christopher Michael 2547aeefe2 Add UNUSED where needed.
SVN revision: 51404
2010-08-19 15:21:14 +00:00
Christopher Michael 5034dc5d5f Add UNUSED where needed.
SVN revision: 51403
2010-08-19 15:20:05 +00:00