Commit Graph

78 Commits

Author SHA1 Message Date
Christopher Michael 84cc846a1f Include the pngs, font, edc, and autogen.sh for make distcheck.
SVN revision: 23907
2006-07-14 18:43:53 +00:00
Christopher Michael 68384e893b Net module now does make distcheck and make install properly, not installing
needless pngs anymore.


SVN revision: 23896
2006-07-14 18:09:27 +00:00
Christopher Michael f4a45d96a4 Avoid dangling pointers after call to free.
SVN revision: 23816
2006-07-10 17:56:27 +00:00
Christopher Michael d5860df3ee Fix Makefile.am for make distcheck.
SVN revision: 23801
2006-07-10 15:08:45 +00:00
troback 9ebb2e8512 Some sv translations
SVN revision: 23726
2006-07-06 03:13:41 +00:00
Christopher Michael 9ef16e59a9 Update some e_modules to use module icons in their config dialogs.
SVN revision: 23683
2006-07-03 07:37:33 +00:00
Christopher Michael 3724099a6c 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 c5a112d3a2 Net does not need math.h nor a link to the library.
SVN revision: 23598
2006-06-27 02:27:09 +00:00
Christopher Michael 2a1538e74e Patch from Tobias Glenstrup for sane values when timer is greater than 1
second.


SVN revision: 23547
2006-06-23 04:41:17 +00:00
e-taro e63ca45526 eo.po additions for various e_modules (part 2) (Olivier)
SVN revision: 23341
2006-06-10 02:32:00 +00:00
Christopher Michael cd1884fa71 Revert back to void for e_modapi_init.
SVN revision: 23222
2006-06-06 15:33:44 +00:00
Christopher Michael 4b1965878d Removed mouse_events from edc.
Delete evas_callbacks when shutdown.


SVN revision: 23213
2006-06-06 14:40:08 +00:00
Christopher Michael c258698c57 Change _gc_init to use const char and fix e_modapi_init function.
SVN revision: 23199
2006-06-06 08:48:38 +00:00
Christopher Michael 277e91faf4 Added device label
SVN revision: 23110
2006-06-03 03:56:46 +00:00
Christopher Michael f939b470a7 Prefer single line if's for short statements.
Some minor formatting.


SVN revision: 23066
2006-06-01 21:33:56 +00:00
Christopher Michael ab8693b627 Just #include reordering, no functional changes.
SVN revision: 23064
2006-06-01 21:08:25 +00:00
Christopher Michael bba0a598ad Update for E module api changes. Remove commented info function entirely
and remove it from the header.


SVN revision: 23059
2006-06-01 21:02:01 +00:00
David Walter Seikel d1220c7d6f Fix up the API breakage.
SVN revision: 23052
2006-06-01 19:03:43 +00:00
Christopher Michael cba414620b Combination patch from sndev, modified to handle the old variables
per-instance rather than per Net structure.

Removed the first_time variable as it wasn't being used anywhere.


SVN revision: 22981
2006-05-29 01:48:43 +00:00
e-taro 250f25edd6 module ja.po updates (Yasufumi Haga)
SVN revision: 22971
2006-05-28 15:19:31 +00:00
Michael Jennings a3c4f3fecc Sat May 27 18:41:24 2006 Michael Jennings (mej)
The emu module kinda threw everything for a loop by having a separate
binary, so I had to add some spec-fu to make an exception for it.
----------------------------------------------------------------------


SVN revision: 22943
2006-05-27 23:40:43 +00:00
Michael Jennings 09d7f5decc Sat May 27 15:08:36 2006 Michael Jennings (mej)
Pass distcheck please.
----------------------------------------------------------------------


SVN revision: 22933
2006-05-27 20:07:07 +00:00
Massimo Maiurana 1e37c8dcd6 *** empty log message ***
SVN revision: 22922
2006-05-27 14:02:04 +00:00
Michael Jennings 3db4a4a658 Fri May 26 23:58:45 2006 Michael Jennings (mej)
Add dependency on edje-bin to pull in edje_cc.

Do not allow a broken module to prevent autogen.sh from executing on
all modules.
----------------------------------------------------------------------


SVN revision: 22921
2006-05-27 04:57:20 +00:00
Christopher Michael 5865ee7aa0 Indent for mej :)
SVN revision: 22890
2006-05-25 15:54:55 +00:00
Christopher Michael 045378ce9d Add a separator after Configuration menu item.
SVN revision: 22889
2006-05-25 14:45:43 +00:00
Christopher Michael cc05d109cd Forgot to commit this change, thanks boneyfrog :)
SVN revision: 22886
2006-05-25 12:21:45 +00:00
Christopher Michael 652937bf79 Reworked "graphing" code to be a bit more accurate.
Do not display old values from /proc/net/dev on startup.
Added config value for Max MTU of devices.
Added config value for always showing text or just on mouse over.
Minor edc correction in script code. (read: no theme changes)

Users may need to remove old module.net.cfg if your having problems after
this update.


SVN revision: 22885
2006-05-25 12:06:14 +00:00
Christopher Michael 0d618cbb40 Remove Config_Item from Instance structure as we never used it.
SVN revision: 22884
2006-05-25 09:01:10 +00:00
Christopher Michael e0b390b5cf More accurate text updates.
SVN revision: 22866
2006-05-24 20:02:51 +00:00
Christopher Michael ea1f8be62b Net module meets shelf :)
-Removed graphs (they ate memory for lunch).
    -Added led-type gradient indicators in place of graph.
    -Added mouse-over send and recieve values.

It may not be 100% perfect yet, but it won't crash E.

Users will need to remove any old module.net.cfg file they have before
running.


SVN revision: 22854
2006-05-23 22:07:37 +00:00
xcomputerman b5d109c809 There, it's not perfect but at least it's more legible.
Also, it kinda sucks waiting 30 seconds for a net traffic update.


SVN revision: 22786
2006-05-21 08:06:38 +00:00
e-taro ca2fb73aa0 fi.po for e_modules (Gagis)
ja.po for tclock and flame (Yasufumi Haga)
* not sure about the i18n support for evolume. ./configure won't complete on my machine, so I've done no testing for it.


SVN revision: 21985
2006-04-09 12:39:40 +00:00
Michael Jennings c478ee9a73 Wed Apr 5 13:48:36 2006 Michael Jennings (mej)
Indent!
----------------------------------------------------------------------


SVN revision: 21859
2006-04-05 17:48:50 +00:00
David Walter Seikel e7f0a25157 Fix second graph render wierdness, and CPU eating, plus some extra paranoia.
SVN revision: 21803
2006-04-04 10:22:47 +00:00
Christopher Michael dd011757b0 Freeze evas events when adding and removing lines to graph.
Unswallow lines when clearing graph.


SVN revision: 21774
2006-04-03 10:24:23 +00:00
Christopher Michael 8a7c22d1df Removed eet, evas, ecore, and esmart checks from configure.in. Not Needed.
SVN revision: 21747
2006-04-02 21:14:15 +00:00
Christopher Michael 99c29cc31c Reenable Edje_Message_Float for nasa's bar work.
SVN revision: 21693
2006-04-02 00:12:40 +00:00
Christopher Michael 82f83a3765 Disable Edge_Msg_Float for now. IIRC, the messages need to be processed in
the edc in order to actually do something, so this really isn't doing anything right now.


SVN revision: 21687
2006-04-01 23:15:29 +00:00
Christopher Michael 3f10c7b391 Fix formatting
SVN revision: 21686
2006-04-01 22:58:26 +00:00
nasa01 f1c7a98de1 adding more display flexibilty to sensor
SVN revision: 21677
2006-04-01 16:32:52 +00:00
Michael Jennings 7b11aa9c9b Tue Mar 21 20:57:43 2006 Michael Jennings (mej)
Module fixes.  Quan and onefang have both been sacked.
----------------------------------------------------------------------


SVN revision: 21476
2006-03-22 01:58:26 +00:00
Christopher Michael 3c76b7c303 Now graphs both Tx and Rx onefang :)
SVN revision: 21449
2006-03-20 20:21:44 +00:00
Christopher Michael f75334d1d3 Fixes for graphing negative values and changing devices
SVN revision: 21231
2006-03-12 18:45:42 +00:00
quan74 634bad4a61 added locale stuff to spec
SVN revision: 21205
2006-03-12 05:02:01 +00:00
e-taro 7043e9d901 ja.po files for the new monitor modules (Yasufumi Haga)
SVN revision: 21167
2006-03-10 15:11:21 +00:00
troback 7a82b62279 Swedish translation added
SVN revision: 21137
2006-03-09 14:08:48 +00:00
maiurana c9547a6a05 added i18n support and italian localization
SVN revision: 21130
2006-03-09 11:42:09 +00:00
quan74 0efadb3d34 rpm-ified
SVN revision: 21066
2006-03-07 03:49:36 +00:00
Christopher Michael b42d193125 Fixes for net module. Displays Tx and Rx correctly now.
SVN revision: 21047
2006-03-06 09:59:46 +00:00