2005-07-26 Jörgen Scheibengruber * Makefile.am: add distuninstallcheck_listfiles (See http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html). Hopefully that makes make distcheck work; remove omf.make xmldocs.make; add CLEANFILES DISTCLEANFILES * pixmaps/Makefile.am: add icons_DATA to EXTRA_DIST * docs/*/Makefile.am: remove "fig =" * remove omf.make xmldocs.make * update autogen.sh * configure.in: -> 1.13 * Release version 1.13 2005-07-24 Jörgen Scheibengruber * src/backend.c: (redraw_graph): Use black as background color, instead of fg[NORMAL] * Apply patch of Benoit (makes lot of funcs static). 2005-07-14 Pedro Villavicencio Garrido * src/backend.c: * src/netspeed.h: apply forgotten patch from benoit. 2005-07-09 Jörgen Scheibengruber * backend.c/.h: (get_default_route): added missing fclose() 2005-07-08 Pedro Villavicencio Garrido * src/netspeed.c (timeout_adjust_cb): make use of glib timeout functions instead of deprecated gtk counterparts. 2005-06-15 Pedro Villavicencio Garrido * es.po: update Spanish translation (Héctor Enríquez Díaz ) 2005-06-07 Jörgen Scheibengruber * netspeed.c: (search_for_up_if): take device with default gw, if possible * backend.c/.h: add get_default_route(), (get_available_devices): use g_list_append, to get correctly ordered devices-list 2005-06-07 Pedro Villavicencio Garrido * docs/C/figures: updated the figures. 2005-06-06 Jörgen Scheibengruber * backend.c: (get_available_devices): remove duplicates from the list * netspeed.c: (netspeed_applet_factory): auto_change_device = TRUE as default * netspeed.c: (search_for_up_if): ignore "dummy*" devices 2005-06-02 Jörgen Scheibengruber * README, ChangeLog, AUTHORS, src/*.c, src/*.h: utf-8 love by Benoît * pixmaps/, pixmaps/Makefile.am: added gnome-dev-loopback.png, gnome-dev-ppp.png and gnome-dev-plip.png * configure.in: change homepage to http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/ * src/netspeed.c: (netspeed_applet_factory): added .../pixmaps/netspeed_applet/ to icontheme-searchpath, added "changed" signal for icon_theme * src/netspeed.c: (change_icons): work on a copy composite ops.. * src/netspeed.h: adjust icon filenames 2005-06-02 Benoît Dejean * src/netspeed.c: (about_cb): Fixed my email. 2005-06-01 Jörgen Scheibengruber * src/netspeed.c: Added Pedro and Benoit to AUTHORS, applied patch from Pedro that makes the links work 2005-06-01 Jörgen Scheibengruber * src/netspeed.h/.c: Support icons from icon theme, instead of hard coded icons * pixmaps/*.xpm, pixmaps/Makefile.am: Remove the icons that are no longer needed 2005-05-27 Pedro Villavicencio Garrido * src/netspeed.c (showinfo_cb): if they are an ipv6 address we show it in the device details dialog. * config.h.in, configure.in: added checks for libgtop. (Benoit) * src/backend.c, src/backend.h: libgtop love, and support for ipv6. Thanks to Benoit Dejean for both patches. 2005-05-26 Pedro Villavicencio Garrido * src/netspeed.c: migration from GnomeColorPicker (deprecated) to GtkColorButton. 2005-05-11 Pedro Villavicencio Garrido * docs/C/figures/*: update the figures. * docs/es/*: added Spanish translation of the documentation, thanks to Juan Pablo Pincheira for the screenshots. * configure.in: added ES doc. 2005-05-04 Pedro Villavicencio Garrido * docs/C/netspeed_applet.xml: update the doc for current version. * docs/C/figures/*.png: removed unused images, add new images, updated a couple screenshots. 2005-04-28 Pedro Villavicencio Garrido * src/netspeed.c: improvements to the help related functions. 2005-04-27 Jörgen Scheibengruber * netspeed.*: made the combo box in the settings dialog only sensible, if auto_change_device == FALSE 2005-04-26 Jörgen Scheibengruber * netspeed.*: improved layout in different panel sizes/orients * backend.*: started a more intelligent way to detect the device type * configure.in: 0.12.99 2005-04-21 Jörgen Scheibengruber * configure.in: fix issues with pkg-config * configure.in: 0.12.1 2005-03-17 Pedro Villavicencio Garrido * src/netspeed.c (about_cb): use GtkAboutDialog instead of GnomeAbout which is deprecated. 2005-03-11 Pedro Villavicencio Garrido * src/netspeed.c (change_background_cb): fixed applet background bug, clean up some code. 2004-12-04 Jörgen Scheibengruber * Release 0.11 2004-12-01 Jörgen Scheibengruber * Read /proc/net/dev directly. Don't use glibtop anymore, since it (2.8.x) contains a bug using ppp devices * Code cleanup (os-depend code is now in backend.c/.h 2004-06-02 Jörgen Scheibengruber * Fix background setting (code from gweather-applet) * Change size behaviour with different panel sizes * Release 0.10 2004-05-17 Jörgen Scheibengruber * Applied patch from Joakim Lundborg that fixed a little visual issue with the applet in show_sum mode * Require automake1.7 in autogen.sh (doesn't find automake otherwise on my installation) * (Hopefully) Fixed Pedro Corte-Real issues with devices that are up, but don't have an ip assigned * Implemented the frequently requested ifup/ifdown feature (kind of broken) 2004-02-03 Jörgen Scheibengruber * Removed -D_*DEPRECATED stuff from Makefile.am (Broke build on gnome 2.5.x) * Integrated patch from Cengiz Alaettinoglu: Added option that makes the applet change to another running device if the current devices "goes down" * Fixed bug which made about and settings dialog "unsensible" while the info-dialog is open * Fixed some messed-up stuff with the settings-storage (set have_settings key only when we actually change the settings) 2004-01-08 Jörgen Scheibengruber * Fixed little boog: The applet crashed in show-sum mode, when the interface was "braught down". Big thanks to Sylvain Pasche for the bug fix :-) 2003-05-30 Jörgen Scheibengruber * Applied patches of Dennis Cranston * Added a pixmap for wlanX devices * Some additional HIFifing 2003-01-27 Jörgen Scheibengruber * Fixed some messed up stuff in the change_icons() function * Fiddled a little bit with spacings and stuff 2003-01-26 Jörgen Scheibengruber * Fixed a crash, if ip is NULL * Added a little icon, if the device is down 2003-01-15 Jörgen Scheibengruber * A "hang-up" network device is now detected * If the device goes online again, the ip, etc. are updated * Fixed warnings when compiling with -02 -g -Wall 2002-11-?? Jörgen Scheibengruber * Added feature to change font size * Added a graph to the details window 2002-11-11 Jörgen Scheibengruber * Fixed a boog that prevented the settings from being loaded 2002-09-30 Jörgen Scheibengruber * Changed variables containing bytes from long to u_int64_t (long often only has 32 bit) 2002-09-26 Jörgen Scheibengruber * At startup the applet now shows show_bits ? "0 b/s" : "0 B/s" instead of always "0 b/s" 2002-09-26 Jörgen Scheibengruber * New release 0.5 2002-09-19 Jörgen Scheibengruber * Fixed bug that made the applet show nonsence when network interface is "stopped" 2002-08-28 Jörgen Scheibengruber * Fixed a little boog (typo: "chage_icon" instead of "change_icon") 2002-08-27 Jörgen Scheibengruber * New release 0.4 2002-08-23 Jörgen Scheibengruber * Added option to show bits/s instead of bytes/s * Added option to always show networkcard icon 2002-08-21 Jörgen Scheibengruber * Applied patch of Ben Liblit: * changed the applet install-location to libexec instead of bin * added a .spec.in which generates a .spec file dynamicly * some other changes *Updated configure.in (is now more gnome2-compliant) 2002-07-30 Jörgen Scheibengruber * Added a focus-out-event callback to the devicecombo (I think focus-out-event & activate should be good enough) * Added comments to all functions * The tooltips are now part of the i18n stuff 2002-07-28 Jörgen Scheibengruber * Released 0.3 2002-07-09 - 2002-07-11 Jörgen Scheibengruber * Added auto-apply of settings * The in/out-labels aren't fixed size any-more, but they only grow (no shrinking) * Fixed issue which made it possible to spawn several instances of the dialogs * Added new dialog with details to the specified networkdevice * Fixed Makefile.am's and configure.in 2002-07-08 Jörgen Scheibengruber * Removed frame around applet * Changed the device entry to a combobox that lists all available devices * Changed the code for calculating the bytes/s so that the value is "smoother" (does not change that much) 2002-07-07 Jörgen Scheibengruber * gnome2 port (released 0.2) 2002-07-04 Jörgen Scheibengruber * Initial release