Commit Graph

45 Commits

Author SHA1 Message Date
Sebastian Dransfeld bde3096eaf API change
SVN revision: 27685
2006-12-30 23:34:01 +00:00
Sebastian Dransfeld da23a77954 Remove name and id from e_gadcon_client_new.
SVN revision: 27674
2006-12-30 17:56:40 +00:00
Christopher Michael 7aec263379 Fix tclock to only use one timer for all instances, always polling at one
second intervals.


SVN revision: 26491
2006-10-10 17:33:48 +00:00
David Walter Seikel 3c20b42724 .desktopification.
SVN revision: 25930
2006-09-17 16:46:53 +00:00
essiene f75048c344 Make non core modules use new view specifying feature. All are set to PLAIN by default
SVN revision: 24500
2006-08-09 07:47:28 +00:00
Christopher Michael 27b159a9cd Indent
SVN revision: 24016
2006-07-18 00:03:04 +00:00
sebastid c5ffcfe19e Cleanup
SVN revision: 24012
2006-07-17 23:38:28 +00:00
Christopher Michael 932605d3ca Avoid dangling pointers after call to free().
SVN revision: 23817
2006-07-10 18:01:02 +00:00
Christopher Michael eacdf4ba6d Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .


SVN revision: 23661
2006-07-02 19:06:16 +00:00
Christopher Michael e8ec3712a6 Add configure.in checks for sys/time.h and/or time.h and adjust e_mod_main.c
accordingly.


SVN revision: 23624
2006-06-29 20:04:19 +00:00
Christopher Michael e872091629 Modified version of Stephan Wezel's patch for possible memory leak.
SVN revision: 23546
2006-06-23 04:35:27 +00:00
Christopher Michael 9c210f86d6 Revert back to void for e_modapi_init.
SVN revision: 23222
2006-06-06 15:33:44 +00:00
Christopher Michael a3815cd6ca Delete evas_callbacks when we shutdown.
SVN revision: 23216
2006-06-06 14:51:23 +00:00
Christopher Michael 25e90cbb6d Change _gc_init to use const char and fix e_modapi_init.
SVN revision: 23200
2006-06-06 08:50:08 +00:00
Christopher Michael cc1eda9cea Some minor formatting. Prefer single line if statements for short
blocks.


SVN revision: 23070
2006-06-01 21:48:16 +00:00
Christopher Michael 17fc522dd3 Update for E module api changes. Remove e_modapi_info entirely.
SVN revision: 23062
2006-06-01 21:05:08 +00:00
Christopher Michael 109edd0a21 Add a separator after Configuration menu item.
SVN revision: 22889
2006-05-25 14:45:43 +00:00
rephorm 5febc693b0 Set min size of gcc to min size of edje.
No need to set the aspect, since its not actually fixed.


SVN revision: 22827
2006-05-22 03:29:55 +00:00
Christopher Michael fedc6ededc Indent for mej :)
SVN revision: 22825
2006-05-22 02:10:55 +00:00
Christopher Michael 9a90feb15b Minor fix for not honoring resolution on restart. Use proper id.
Users will need to remove their module.tclock.cfg


SVN revision: 22809
2006-05-21 14:45:49 +00:00
Christopher Michael ac4e7a0a36 Remove an unused const char variable.
SVN revision: 22795
2006-05-21 10:49:33 +00:00
Christopher Michael 872aa9c7f3 Update for correct gadcon client ids.
SVN revision: 22738
2006-05-19 13:36:56 +00:00
Christopher Michael a318d130c1 Code cleanup, reorganization.
Edc cleanup (removed some C++ comments)


SVN revision: 22733
2006-05-19 10:43:18 +00:00
Christopher Michael 9b601b0db1 Removed sv translation from configure.in as it was causing make to fail
here.
Cleaned up code a bit, no need to store a config item per instance when
we can just look it up (less overhead).
Make timer be per-instance so it can have different resolutions per
instance.


SVN revision: 22714
2006-05-18 20:34:29 +00:00
Christopher Michael 8882fdc531 Added missing D_ macros for text translation.
SVN revision: 22695
2006-05-18 12:09:39 +00:00
Christopher Michael faee62b662 Minor bug fix: be sure to set config item id.
SVN revision: 22694
2006-05-18 12:01:43 +00:00
Christopher Michael 7b5651f104 Tclock now supports multiple clocks in multiple shelves, each with it's
own config. (DoubleHP: what you wanted can be done now)

Clipping of text to the module in the edc.

Themers: Minor changes to the edc (removal of background.png)
Translators: No Changes.
Users: You'll have to remove old module.tclock.cfg one more time :(


SVN revision: 22693
2006-05-18 11:18:23 +00:00
Christopher Michael 1da549c24e Turn tclock into a gadget for the shelf.
Much more configurable now.

NOTE: You will need to remove your old module.tclock.cfg .
NOTE: Themers and Translators may need to update their work for this.


SVN revision: 22649
2006-05-16 16:44:52 +00:00
Christopher Michael f30c02f5ba Remove printfs and debugging output.
SVN revision: 22637
2006-05-16 05:23:26 +00:00
Christopher Michael 601d444490 Tclock can now support new-line's in the format string.
Do Not Use strftime's %n, use <br> instead. (%c<br>%H)

NOTE: You will need to remove old tclock config (modules.tclock.cfg)


SVN revision: 22636
2006-05-16 05:21:46 +00:00
Michael Jennings fda501768d Wed Apr 5 13:48:36 2006 Michael Jennings (mej)
Indent!
----------------------------------------------------------------------


SVN revision: 21859
2006-04-05 17:48:50 +00:00
Michael Jennings ae21b6fb02 Wed Apr 5 12:46:35 2006 Michael Jennings (mej)
Patch from Stephan Wezel <s.wezel@arcor.de> for customization of the
tclock time format.
----------------------------------------------------------------------


SVN revision: 21851
2006-04-05 16:46:50 +00:00
Massimo Maiurana e99694e6c7 added i18n support and italian localization in tclock and flame modules
SVN revision: 21679
2006-04-01 19:36:00 +00:00
Christopher Michael 70a0d10bf3 Nicer menus...shhh ! :)
SVN revision: 20640
2006-02-20 18:30:41 +00:00
Michael Jennings 562cb00354 Sun Jan 29 22:16:32 2006 Michael Jennings (mej)
Attempt #2 to get rid of tabs.
----------------------------------------------------------------------


SVN revision: 20110
2006-01-30 03:16:42 +00:00
Christopher Michael 64ccbb8e27 Removal of the strdup.
SVN revision: 19780
2006-01-14 12:59:55 +00:00
Christopher Michael 1f8c5be81b Formatting. Should now be possible to use enlightenment_remote to set the theme.
SVN revision: 19771
2006-01-14 11:18:01 +00:00
Christopher Michael bce18fada7 Make this module compile
SVN revision: 19644
2006-01-08 10:42:01 +00:00
Christopher Michael cf89578876 Fix EAPI warnings.Remove unused variables.General cleanups
SVN revision: 19628
2006-01-07 23:27:38 +00:00
Christopher Michael 7416e92340 Fix Config call for current container. Better trapping
SVN revision: 19429
2005-12-30 14:42:33 +00:00
Christopher Michael f296ecc5a8 Fix Config Functions to check for current container. Thanks HandyAndE :)
SVN revision: 19419
2005-12-30 13:18:11 +00:00
Christopher Michael 9b658f0761 Remove unused protos. Cleanups
SVN revision: 19289
2005-12-24 20:30:36 +00:00
Christopher Michael 65076f3004 Change Include Search Path
SVN revision: 19222
2005-12-21 20:22:51 +00:00
Christopher Michael 1d87e1acac Formatting
SVN revision: 19171
2005-12-20 03:56:41 +00:00
Christopher Michael 69e9a61a24 Add tclock module to e_modules
SVN revision: 19160
2005-12-19 22:39:11 +00:00