Commit Graph

178 Commits

Author SHA1 Message Date
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Massimo Maiurana 6f4591eed2 updating russian translation
SVN revision: 78648
2012-10-30 12:10:17 +00:00
Mike Blumenkrantz 183c036dcf clock popup now hides only when switching to a desktop where its parent gadcon is not present or if a window goes fullscreen after the popup has appeared
ticket #1592


SVN revision: 77417
2012-10-04 10:05:40 +00:00
Mike Blumenkrantz 4e779975f9 rename E_LIST_HANDLERS_APPEND to E_LIST_HANDLER_APPEND, also add E_LIST_FOREACH
SVN revision: 76951
2012-09-21 09:23:07 +00:00
Mike Blumenkrantz 55ffb7c063 clock now resets on resume
SVN revision: 76948
2012-09-21 09:17:30 +00:00
Mike Blumenkrantz 546d83c6ba clock now uses timerfd_create() to receive updates when the system clock has changed to ensure proper sync
SVN revision: 76946
2012-09-21 08:55:22 +00:00
Mike Blumenkrantz 17f3ddae83 clock module now updates immediately on timezone change
SVN revision: 76942
2012-09-21 08:37:04 +00:00
Mike Blumenkrantz af16f102d0 formatting
SVN revision: 76939
2012-09-21 08:16:50 +00:00
Mike Blumenkrantz 097e570c03 by the power of the mixer code that I reused, the clock gadget popup will now hide whenever you do anything other than quietly admire its majesty
SVN revision: 76609
2012-09-13 13:21:31 +00:00
Mike Blumenkrantz 94e2fc5257 clean up gadget right click menus to stop leaking
SVN revision: 75285
2012-08-15 07:22:04 +00:00
Mike Blumenkrantz 98601e4198 sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74474
2012-07-27 08:25:22 +00:00
Mike Blumenkrantz 74edef9f46 fix memory leak spotted by seb in gc_id_new. this whole thing is pretty confusing; I'm glad we don't have docs for it
SVN revision: 72689
2012-06-22 07:21:51 +00:00
Mike Blumenkrantz 7dbd2e8de9 fix the same instance id bug as in pager, this will likely delete configs for a large number of modules
SVN revision: 72592
2012-06-21 11:03:50 +00:00
Chidambar Zinnoury 985a236370 e clock calendar: complexity--.
No need to check whether day names is already got for each day when it can be done once.

 Not sure why they are cleared and recreated at every month change.


SVN revision: 72275
2012-06-17 06:39:13 +00:00
Chidambar Zinnoury c1bc43f14c e clock settings: verbose--.
SVN revision: 72274
2012-06-17 06:37:10 +00:00
Chidambar Zinnoury 1e945dde4d e clock module: automagically get localized day names in settings dialog.
SVN revision: 72270
2012-06-17 05:46:54 +00:00
Mike Blumenkrantz 98b7a46e8b fix magic check when timer doesn't exist
SVN revision: 71843
2012-06-08 10:25:17 +00:00
Mike Blumenkrantz b78a276183 no need to delete timers, setting the timer time is supported
SVN revision: 71834
2012-06-08 07:47:08 +00:00
Carsten Haitzler 46aaf99d2c force 1 more msg process too.
SVN revision: 70554
2012-04-30 11:03:21 +00:00
Carsten Haitzler 52a4e76c1d fix size recalce issue enabling/disabling features in clock
SVN revision: 70553
2012-04-30 11:02:45 +00:00
Gustavo Sverzut Barbieri 4305b8e7fe e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h



SVN revision: 67362
2012-01-19 23:25:32 +00:00
Boris Faure 27264671d0 e/gadcon: label() returns a const char*
Original patch by Fabien Romano from OpenBSD

SVN revision: 65204
2011-11-14 21:46:57 +00:00
Mike Blumenkrantz 8b55bddc37 LET THERE BE (fewer) FRAMETABLES!
SVN revision: 64890
2011-11-07 22:42:21 +00:00
Hannes Janetzek 950f9cd729 e17: use GADCON_CLIENT_CONFIG_GET, remove old transitional code to remove config items without id
SVN revision: 63125
2011-09-03 14:39:28 +00:00
Gustavo Sverzut Barbieri 8365bd3e5d clock: provide placement orientation and width-for-height and vice-versa.
If no minimum size is provided in the group, it will allocate the
height (for horizontal shelves) or width (for vertical shelves) and
then calculate the required size of the gadget.

It will also send messages to notify the gadget about it's
orientation, if horizontal, vertical or floating. This way it can
adapt its "fit" and relative-to properly.

NOTE: depends on Edje at revision greater than r62640.



SVN revision: 62641
2011-08-21 01:59:09 +00:00
Gustavo Sverzut Barbieri 4aed42e8e4 clock will feed current locale date (abbrev. weekday + date) to themes.
SVN revision: 62543
2011-08-17 20:13:23 +00:00
Christopher Michael d9ba6f69d7 E17: Clock: Add unused where missing.
SVN revision: 62491
2011-08-15 20:41:22 +00:00
Hannes Janetzek f51806bd82 e17/clock: use one config per instance
SVN revision: 62466
2011-08-14 22:27:46 +00:00
Hannes Janetzek 5710f961d7 e17/clock: remove default gcc menu. only show one menu on right click
SVN revision: 60812
2011-06-29 12:06:55 +00:00
Christopher Michael a4dd6e30f4 E: Clock: Add UNUSED where missing. Fix Formatting.
SVN revision: 60488
2011-06-19 15:28:32 +00:00
Carsten Haitzler 2b7b0b6082 fix issues k-s reported:
SVN revision: 60369
2011-06-16 03:26:21 +00:00
Carsten Haitzler ac920f6db3 delete action when unloading module!
SVN revision: 60262
2011-06-13 08:05:26 +00:00
Boris Faure 6048d46024 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Cedric BAIL 2b0f414f2b e: add an action for clock module to show calendar popup.
SVN revision: 60041
2011-06-07 14:34:24 +00:00
Boris Faure 5799600f01 e: typo
SVN revision: 60009
2011-06-06 21:30:51 +00:00
Boris Faure 613b8a052d e: clock: remove duplicated code
SVN revision: 60008
2011-06-06 21:13:55 +00:00
Massimo Maiurana 6cabe7e757 updating french translations
SVN revision: 59976
2011-06-05 17:40:24 +00:00
Carsten Haitzler 1f2b52ed41 clock settings -> fix name
SVN revision: 59975
2011-06-05 16:26:00 +00:00
Carsten Haitzler c4893e6116 and adjust aspec going <-> digital and analog
SVN revision: 59974
2011-06-05 16:14:42 +00:00
Carsten Haitzler aedbc11288 DIGITAL CLOCK!!!!! see clock settings for how to turn it on blah blah
blah.



SVN revision: 59973
2011-06-05 16:09:23 +00:00
Carsten Haitzler a7474a66fa right click menu for clock gadget has standard settings item in it now
SVN revision: 59967
2011-06-05 12:27:00 +00:00
Carsten Haitzler cd00d3b729 turning seconds ona nd off works now with analogue clock. digital
clock now needed



SVN revision: 59966
2011-06-05 12:15:44 +00:00
Carsten Haitzler 45f07b2f9c and now to be able to change seconds opt. stil has no effect. rest of
work now in theme.



SVN revision: 59963
2011-06-05 07:45:14 +00:00
Carsten Haitzler ba1b494b40 more clock work. cfg dialog now, config file and settings, not al
work... yet. digital clock, seconds on/off and 24h vs 12h still to go.



SVN revision: 59962
2011-06-05 07:42:10 +00:00
Carsten Haitzler 101f8f17d7 calendar bit of clock moves along quite nicely.
SVN revision: 59961
2011-06-05 04:30:39 +00:00
Carsten Haitzler 2da6a07240 note some fixme's
SVN revision: 59953
2011-06-04 05:56:10 +00:00
Carsten Haitzler 820296302b ok now calendar shows the actual current month all sourced from libc
info and has infra for showing any month (offset from current).



SVN revision: 59952
2011-06-04 05:40:48 +00:00
Carsten Haitzler 85283b49d5 working on clock calendar. not done. just progress.
SVN revision: 59943
2011-06-04 02:47:42 +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
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