Commit Graph

12225 Commits

Author SHA1 Message Date
Stefan Schmidt c43f83ef52 e/e_zone: Comment out debug printf's
Make the log more readable again. Nobody wants all this strange symbols in
his log without a good reason.

SVN revision: 71559
2012-05-30 12:27:40 +00:00
Cedric BAIL 7382435c84 e: actually modify the right label in the list.
SVN revision: 71494
2012-05-29 08:36:05 +00:00
Stefan Schmidt 8939fe3c8d e/notification: Botton is neither english nor french
Make it a proper english word. In love. Mike

SVN revision: 71459
2012-05-28 13:35:02 +00:00
Stefan Schmidt 1ced507bf4 tempget: Check return values from fgets()
Without this checking we might operate on wrong data read in. Better check.

SVN revision: 71445
2012-05-26 22:50:06 +00:00
Boris Faure 9432f762d0 e: tiling: fix use of unused var
SVN revision: 71444
2012-05-26 22:13:42 +00:00
Christopher Michael 5c8b287a87 E (access_module): Add UNUSED where missing.
SVN revision: 71438
2012-05-26 09:02:29 +00:00
Christopher Michael 450a03485c E: Cleanup entry widget compiler warnings if ecore is built without IMF.
SVN revision: 71437
2012-05-26 09:00:41 +00:00
Boris Faure 404b5a9c84 e: tiling: fix restoring old border
SVN revision: 71427
2012-05-25 13:40:56 +00:00
Carsten Haitzler 35dda3c894 oops ppurka - %i on wrong part of string. fix. this is what happens
when u cant test :)



SVN revision: 71424
2012-05-25 12:17:16 +00:00
Carsten Haitzler 0ed1c99f2c work around ppurka's demented laptop.
SVN revision: 71414
2012-05-25 00:09:15 +00:00
Carsten Haitzler 317853d95c fix systray size creep
SVN revision: 71411
2012-05-24 11:39:20 +00:00
Massimo Maiurana 3fc1d83bff updating french translations
SVN revision: 71401
2012-05-24 08:06:43 +00:00
Daniel Juyung Seo c669eabdab e, evas, elementary: Synced @author with AUTHORS.
SVN revision: 71399
2012-05-24 07:17:05 +00:00
Carsten Haitzler ef227bba1d fix soem formatting.
SVN revision: 71398
2012-05-24 07:07:04 +00:00
Vincent Torri b9bd60aad8 E17: dont mix declaration and code
SVN revision: 71392
2012-05-24 06:02:14 +00:00
Vincent Torri f83cc6bb45 whitespaces--
SVN revision: 71391
2012-05-24 05:56:41 +00:00
Vincent Torri 1aeae0786f whitespaces--
SVN revision: 71390
2012-05-24 05:49:08 +00:00
Vincent Torri 61cac71776 E17: don't mix declaration and code
SVN revision: 71389
2012-05-24 05:43:57 +00:00
Carsten Haitzler d997e7d000 oops swap init/shutdown - thanks cinoo!
SVN revision: 71384
2012-05-24 04:52:58 +00:00
Massimo Maiurana a173db59aa updating french and italian translations
SVN revision: 71358
2012-05-23 17:37:02 +00:00
Carsten Haitzler 6ed15fc01a if PATH_MAx is undefined for e_alert_main.c - define it.
SVN revision: 71351
2012-05-23 08:47:37 +00:00
Carsten Haitzler 71e3978df0 fix thumb key fetch for color sorting!
SVN revision: 71342
2012-05-23 03:38:07 +00:00
Carsten Haitzler 95fb6110b1 fix restore of last import path.
SVN revision: 71340
2012-05-23 02:26:40 +00:00
Christopher Michael 1924a70cb9 E: Let's have E build again eh ? ;)
SVN revision: 71326
2012-05-22 13:56:53 +00:00
Carsten Haitzler 3fd7095f05 add access module - bare bones, but intercepts all mouse events and
handles gestures and passes on commands to the focused app or maybe
fakes a tap event on the screen location - depending. things that
could be done here:

1. config to select which actions happen as a result of which
events/gestures
2. config to determine which zones get this access setup and whihc
don't.



SVN revision: 71323
2012-05-22 12:13:18 +00:00
Carsten Haitzler 7bac5692b1 add more stacking layers (10 now), bump module api numebr as a result
and fix actions infinite loop on shutdown.



SVN revision: 71322
2012-05-22 12:11:19 +00:00
Carsten Haitzler db7437e047 use E as class, not xkb switcher
SVN revision: 71304
2012-05-22 07:12:51 +00:00
Carsten Haitzler 496577bbf8 try and handle peoples thinkpads where acpid reports different event
formasts.

e.g.:
    button/lid LID close
  as opposed to
    button/lid LID0 00000080 00000001

i hope normal acpi isn't broken. please test.



SVN revision: 71268
2012-05-21 07:40:04 +00:00
Hannes Janetzek fba085fcb9 e17/theme: bring back everything list. might be an issue with evry's code sending the signal without forcing to process it.
havent looked into it now. anyway no one uses the option to start with hidden list i guess


SVN revision: 71259
2012-05-20 21:05:55 +00:00
Vincent Torri d7861802cb fixes, my bad
SVN revision: 71234
2012-05-18 14:14:27 +00:00
Vincent Torri 9d9ce41db0 E17: fix some warning
SVN revision: 71233
2012-05-18 13:02:20 +00:00
Vincent Torri 0b63bf0067 E: Use correct flag for en_GB locale
Patch by Ian Lee


SVN revision: 71232
2012-05-18 13:00:54 +00:00
Cedric BAIL 5327abfc35 e: defensive test, just in case the geometry is NULL.
SVN revision: 71231
2012-05-18 08:54:41 +00:00
Carsten Haitzler d4ad6b0060 don't forget to process messages/signals before border frame calc.
SVN revision: 71163
2012-05-16 11:48:38 +00:00
Jihoon Kim d33e0931ee e17/entry: fix formatting
SVN revision: 71136
2012-05-16 01:14:20 +00:00
Christopher Michael 2ba3676d55 E (comp module): Update to latest wayland shell changes (implement set
title & class).



SVN revision: 71117
2012-05-15 13:24:55 +00:00
Christopher Michael b1c738936f Illume_Softkey: Remove silly left-over printfs...Spankies for whoever
left these in.



SVN revision: 71110
2012-05-15 12:03:55 +00:00
Jihoon Kim 049da85347 e17: fix ko.po
SVN revision: 71091
2012-05-15 04:55:35 +00:00
Massimo Maiurana 78693c73d2 updating french and italian translations
SVN revision: 70977
2012-05-13 19:18:53 +00:00
Vincent Torri 6975000ffd E17: missed that one
SVN revision: 70976
2012-05-13 17:48:08 +00:00
Vincent Torri 2fff3dd83a E17: fix mixed declarations and code
SVN revision: 70975
2012-05-13 17:45:44 +00:00
Vincent Torri 0522bc5f92 E17: spelling, reported by cippp in IRC
SVN revision: 70974
2012-05-13 17:28:22 +00:00
Carsten Haitzler 346a77eaf1 make gadman popup/show win also handle dnd as a target.
SVN revision: 70956
2012-05-13 05:14:02 +00:00
Carsten Haitzler 9741813058 modules shouldnt ADD bindings all the time... leave that up to users.
SVN revision: 70955
2012-05-13 04:54:41 +00:00
Carsten Haitzler da5c53c632 lets not have crash-worthy list managemrnt eh? ie remove list items
fromt he list we are walking WITHOUT using the sfe walkign macros! bad
bad bad!



SVN revision: 70953
2012-05-13 01:07:35 +00:00
Jihoon Kim 5d6ae365d8 e17: edit ko.po file according to ko-po-check's warning
SVN revision: 70921
2012-05-10 23:53:13 +00:00
Daniel Juyung Seo 1d79eb47f9 e tiling: Use c89 style for 'for' statement. Fixed build breaks with some options. Special thanks to vtorri.
SVN revision: 70899
2012-05-10 05:06:48 +00:00
Cedric BAIL b49a5e4205 e: fix build of tiling module on bsd.
SVN revision: 70891
2012-05-09 09:57:15 +00:00
Cedric BAIL 72ab7f3d78 e: fix typo.
SVN revision: 70888
2012-05-09 08:21:06 +00:00
Carsten Haitzler 7202bacc30 inc init stack size
SVN revision: 70863
2012-05-08 05:12:17 +00:00