monky
15 years agoFix for buffer overflow with $execi (thanks Cesare)
Cesare Tirabassi [Sun, 7 Dec 2008 07:31:53 +0000 (00:31 -0700)]
Fix for buffer overflow with $execi (thanks Cesare)

15 years agoRe-generating docs
Brenden Matthews [Sun, 7 Dec 2008 07:25:59 +0000 (00:25 -0700)]
Re-generating docs

15 years agoAdds a variable if_xmms2_connected to hide objects when xmms2d is not
Lassi Selander [Sun, 7 Dec 2008 07:22:05 +0000 (00:22 -0700)]
Adds a variable if_xmms2_connected to hide objects when xmms2d is not
running (thanks Lassi)

15 years agoFix for wrong usage of strncat (thanks Pavol)
Pavol Rusnak [Sun, 7 Dec 2008 07:18:34 +0000 (00:18 -0700)]
Fix for wrong usage of strncat (thanks Pavol)

15 years agoUpdating changelog (and testing ciabot).
Brenden Matthews [Sun, 7 Dec 2008 06:39:16 +0000 (23:39 -0700)]
Updating changelog (and testing ciabot).

15 years agoFirst commit to fresh new hip git repo for Conky.
Brenden Matthews [Sun, 7 Dec 2008 06:03:24 +0000 (23:03 -0700)]
First commit to fresh new hip git repo for Conky.

15 years agosince DEV_NAME() is used when calling, this check is needless
Phil [Sat, 6 Dec 2008 19:10:27 +0000 (19:10 +0000)]
since DEV_NAME() is used when calling, this check is needless

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1274 7f574dfc-610e-0410-a909-a81674777703

15 years agoAdd debugging output at runtime
Phil [Sun, 30 Nov 2008 20:53:20 +0000 (20:53 +0000)]
Add debugging output at runtime

The new command line option '-D' ('--debug') increases debugging level by one.
For debugging output a user could be interested in, use the macros DEBUG() and
DEBUG2(). Functionality is equal to the ERR() macro. DEBUG2() prints stuff only
if debugging level is greater one, which means that '--debug' has been
specified more than once. This patch also includes usage of the macros for the
new template object (as debugging syntax errors in templates is one thing a
user potentially needs to do).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1273 7f574dfc-610e-0410-a909-a81674777703

15 years agoupdate README and manpage
Phil [Sat, 29 Nov 2008 13:03:50 +0000 (13:03 +0000)]
update README and manpage

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1272 7f574dfc-610e-0410-a909-a81674777703

15 years agoimprove template support
Phil [Sat, 29 Nov 2008 13:02:42 +0000 (13:02 +0000)]
improve template support

* handle escaped characters in parameters to the template object, too
* add samples to the documentation
* do some code cleanup by outsourcing the string substitution into it's
  own function

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1271 7f574dfc-610e-0410-a909-a81674777703

15 years agoadd support for template objects
Phil [Sat, 29 Nov 2008 01:34:54 +0000 (01:34 +0000)]
add support for template objects

Basically you can define a template like this:

| template0 \1:\n   ${fs_free \2} / ${fs_used \2}

and use it later like this:

| ${template0 root /}
| ${template0 boot /boot}

which is exactly the same as the following:

| root:
|    ${fs_free /} / ${fs_used /}
| boot:
|    ${fs_free /boot} / ${fs_used /boot}

hope you like it, I do already. :)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1270 7f574dfc-610e-0410-a909-a81674777703

15 years agofix my own fix
Phil [Tue, 4 Nov 2008 23:25:28 +0000 (23:25 +0000)]
fix my own fix

The second parameter is optional, so have conky act accordingly. This time I
tested using either two or three params and it worked flawlessly.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1269 7f574dfc-610e-0410-a909-a81674777703

15 years agofix a potential segfault
Phil [Tue, 4 Nov 2008 21:42:48 +0000 (21:42 +0000)]
fix a potential segfault

* happened when passing wrong arguments to ${scroll}, particularly with only
  one instead of the mandatory two unsigned ints
* as it's not clear whether %n will change the value returned by sscanf or not,
  use a solution that works in both situations (%n incrementing the return
  value or not)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1268 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Added $if_mpd_playing patch (thanks tarpman)
Brenden Matthews [Wed, 8 Oct 2008 11:44:27 +0000 (11:44 +0000)]
* Added $if_mpd_playing patch (thanks tarpman)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1267 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Applied OpenBSD patches
Brenden Matthews [Wed, 8 Oct 2008 11:41:16 +0000 (11:41 +0000)]
* Applied OpenBSD patches

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1266 7f574dfc-610e-0410-a909-a81674777703

15 years agofix small typo in docs (thanks gaston)
Brenden Matthews [Wed, 1 Oct 2008 18:16:16 +0000 (18:16 +0000)]
fix small typo in docs (thanks gaston)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1265 7f574dfc-610e-0410-a909-a81674777703

15 years agoadd openbsd.h to EXTRA_DIST
Brenden Matthews [Wed, 1 Oct 2008 18:12:02 +0000 (18:12 +0000)]
add openbsd.h to EXTRA_DIST

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1264 7f574dfc-610e-0410-a909-a81674777703

15 years agoremove quality debugging code
Brenden Matthews [Mon, 29 Sep 2008 01:38:57 +0000 (01:38 +0000)]
remove quality debugging code

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1263 7f574dfc-610e-0410-a909-a81674777703

15 years agoadd $mixer docs
Brenden Matthews [Mon, 29 Sep 2008 01:37:33 +0000 (01:37 +0000)]
add $mixer docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1262 7f574dfc-610e-0410-a909-a81674777703

15 years agohandle BYE from server when idling (IMAP stuff)
Brenden Matthews [Fri, 26 Sep 2008 21:29:02 +0000 (21:29 +0000)]
handle BYE from server when idling (IMAP stuff)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1261 7f574dfc-610e-0410-a909-a81674777703

15 years agorespect IMAP IDLE timeout period
Brenden Matthews [Fri, 26 Sep 2008 21:09:48 +0000 (21:09 +0000)]
respect IMAP IDLE timeout period

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1260 7f574dfc-610e-0410-a909-a81674777703

15 years agoclose socket before exiting thread
Brenden Matthews [Thu, 25 Sep 2008 18:29:04 +0000 (18:29 +0000)]
close socket before exiting thread

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1259 7f574dfc-610e-0410-a909-a81674777703

15 years agoimproving IMAP IDLE support, more
Brenden Matthews [Thu, 25 Sep 2008 04:01:47 +0000 (04:01 +0000)]
improving IMAP IDLE support, more

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1258 7f574dfc-610e-0410-a909-a81674777703

15 years agoimproving IMAP IDLE support
Brenden Matthews [Thu, 25 Sep 2008 03:11:24 +0000 (03:11 +0000)]
improving IMAP IDLE support

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1257 7f574dfc-610e-0410-a909-a81674777703

15 years agofix small bug in imap idle stuff
Brenden Matthews [Wed, 24 Sep 2008 21:04:29 +0000 (21:04 +0000)]
fix small bug in imap idle stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1256 7f574dfc-610e-0410-a909-a81674777703

15 years agoadd $Id$ to moc stuff
Brenden Matthews [Wed, 24 Sep 2008 20:56:09 +0000 (20:56 +0000)]
add $Id$ to moc stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1255 7f574dfc-610e-0410-a909-a81674777703

15 years agoupdating props
Brenden Matthews [Wed, 24 Sep 2008 20:55:16 +0000 (20:55 +0000)]
updating props

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1254 7f574dfc-610e-0410-a909-a81674777703

15 years agooops; forgot to add moc.[ch]
Brenden Matthews [Wed, 24 Sep 2008 20:53:58 +0000 (20:53 +0000)]
oops; forgot to add moc.[ch]

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1253 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Introduced (buggy) support for IMAP IDLE
Brenden Matthews [Wed, 24 Sep 2008 06:59:45 +0000 (06:59 +0000)]
* Introduced (buggy) support for IMAP IDLE
* Added support for MOC (the console audio player) (thanks henux)
* Added scroll step patch (thanks asto)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1252 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Added small patch to support negative values (such as negative disk capacity) ...
Brenden Matthews [Fri, 12 Sep 2008 05:03:38 +0000 (05:03 +0000)]
* Added small patch to support negative values (such as negative disk capacity) (thanks hinokind)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1251 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Improve Conky's overall interval timing
Brenden Matthews [Fri, 12 Sep 2008 03:01:33 +0000 (03:01 +0000)]
* Improve Conky's overall interval timing

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1250 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Improve timed_thread timing
Brenden Matthews [Thu, 11 Sep 2008 22:27:19 +0000 (22:27 +0000)]
* Improve timed_thread timing

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1249 7f574dfc-610e-0410-a909-a81674777703

15 years agoremove extra quote that snuck in to the changelog
Brenden Matthews [Thu, 11 Sep 2008 15:56:48 +0000 (15:56 +0000)]
remove extra quote that snuck in to the changelog

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1248 7f574dfc-610e-0410-a909-a81674777703

15 years agomaybe fix missing include bug (http://bugs.gentoo.org/show_bug.cgi?id=235233)
Brenden Matthews [Thu, 11 Sep 2008 15:44:48 +0000 (15:44 +0000)]
maybe fix missing include bug (bugs.gentoo.org/show_bug.cgi?id=235233)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1247 7f574dfc-610e-0410-a909-a81674777703

15 years agooops, remove debug stuff
Brenden Matthews [Thu, 11 Sep 2008 03:22:37 +0000 (03:22 +0000)]
oops, remove debug stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1246 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Improved hddtemp support
Brenden Matthews [Thu, 11 Sep 2008 03:21:39 +0000 (03:21 +0000)]
* Improved hddtemp support

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1245 7f574dfc-610e-0410-a909-a81674777703

15 years ago* Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
Brenden Matthews [Mon, 8 Sep 2008 04:48:13 +0000 (04:48 +0000)]
* Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
* Fixed buffer overflow in update_net_stats() (thanks Miroslav)
* Small fix for nvidia mem freq (thanks Cezary)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1244 7f574dfc-610e-0410-a909-a81674777703

15 years agofix error reporting for battery_* variables
Phil [Mon, 1 Sep 2008 23:46:48 +0000 (23:46 +0000)]
fix error reporting for battery_* variables

* reproduce with a config displaying stuff for BAT0 and BAT1
  while only BAT0 is installed: the call to get_battery_stuff()
  for the existent BAT0 will reset the static variable rep and
  the errors for BAT1 will be reported over and over again
* this fix is not perfect: if both batteries are missing, only
  the first errors will be reported; but better than flooding the
  terminal

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1243 7f574dfc-610e-0410-a909-a81674777703

15 years agoanother indentation (and some whitespace) fixup
Phil [Mon, 1 Sep 2008 23:08:09 +0000 (23:08 +0000)]
another indentation (and some whitespace) fixup

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1242 7f574dfc-610e-0410-a909-a81674777703

15 years agoenable max length argument for mpd_smart
Phil [Mon, 1 Sep 2008 22:30:54 +0000 (22:30 +0000)]
enable max length argument for mpd_smart

* this also fixes mpd_title for changing lengths, e.g.
  ${mpd_title 2} ${mpd_title 3} ${mpd_title 4}

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1241 7f574dfc-610e-0410-a909-a81674777703

15 years agofix indenting in construct_text_object()
Phil [Mon, 1 Sep 2008 22:05:24 +0000 (22:05 +0000)]
fix indenting in construct_text_object()

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1240 7f574dfc-610e-0410-a909-a81674777703

15 years agoExtra space in m4_define seem to make sense.
Roman Bogorodskiy [Sat, 16 Aug 2008 15:56:20 +0000 (15:56 +0000)]
Extra space in m4_define seem to make sense.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1239 7f574dfc-610e-0410-a909-a81674777703

15 years agobump version
Brenden Matthews [Thu, 14 Aug 2008 17:33:49 +0000 (17:33 +0000)]
bump version

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1238 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Conky 1.6.1 released
Brenden Matthews [Thu, 14 Aug 2008 17:16:31 +0000 (17:16 +0000)]
* Conky 1.6.1 released

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1237 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Fix compile error when MPD support not enabled
Brenden Matthews [Thu, 14 Aug 2008 17:10:41 +0000 (17:10 +0000)]
* Fix compile error when MPD support not enabled

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1236 7f574dfc-610e-0410-a909-a81674777703

15 years agoWe continue our good old tradition of breaking FreeBSD
Roman Bogorodskiy [Thu, 7 Aug 2008 06:07:50 +0000 (06:07 +0000)]
We continue our good old tradition of breaking FreeBSD
code right before the release. This time, somebody refactored
the code to use freebsd.h, but forgot to include
freebsd.h to EXTRA_DIST, so the resulting tarball was
missing it and non-buildable on FreeBSD, thank you, kind man,
for doing it, please keep up breaking FreeBSD port, it's a
great pleasure for me to fix it all the time, and don't
even think to drop me email or ask me on IRC, I like
surprises very much.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1235 7f574dfc-610e-0410-a909-a81674777703

15 years agoremove hardcoded retry stuff; put -Werror back in (who the fk removed that?)
Brenden Matthews [Tue, 5 Aug 2008 18:43:24 +0000 (18:43 +0000)]
remove hardcoded retry stuff; put -Werror back in (who the fk removed that?)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1234 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
Brenden Matthews [Tue, 5 Aug 2008 18:00:30 +0000 (18:00 +0000)]
* Add option to specify number of retries for IMAP/POP3 stuff (via -r)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1233 7f574dfc-610e-0410-a909-a81674777703

15 years agoforgot the ChangeLog update
Phil [Sun, 3 Aug 2008 13:28:15 +0000 (13:28 +0000)]
forgot the ChangeLog update

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1232 7f574dfc-610e-0410-a909-a81674777703

15 years agolittle simplification and improvement of $nvidia
Phil [Sun, 3 Aug 2008 13:27:00 +0000 (13:27 +0000)]
little simplification and improvement of $nvidia

* check only the unique part of the argument
* print temperatures like all others (%.1f)
* do argument parsing in nvidia.c (so all specific stuff is at one place)
* little header cleanup

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1231 7f574dfc-610e-0410-a909-a81674777703

15 years agoupdate changelog
Brenden Matthews [Wed, 30 Jul 2008 02:05:12 +0000 (02:05 +0000)]
update changelog

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1230 7f574dfc-610e-0410-a909-a81674777703

15 years agoadd missing xmms2.h to dist
Brenden Matthews [Wed, 30 Jul 2008 02:03:42 +0000 (02:03 +0000)]
add missing xmms2.h to dist

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1229 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Conky 1.6.0 released
Brenden Matthews [Tue, 22 Jul 2008 01:15:57 +0000 (01:15 +0000)]
* Conky 1.6.0 released

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1228 7f574dfc-610e-0410-a909-a81674777703

15 years agos/kiB/KiB/g
Brenden Matthews [Sun, 20 Jul 2008 02:05:11 +0000 (02:05 +0000)]
s/kiB/KiB/g

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1227 7f574dfc-610e-0410-a909-a81674777703

15 years agoimprove last fix a bit
Brenden Matthews [Thu, 17 Jul 2008 03:14:37 +0000 (03:14 +0000)]
improve last fix a bit

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1226 7f574dfc-610e-0410-a909-a81674777703

15 years ago * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
Brenden Matthews [Thu, 17 Jul 2008 02:38:04 +0000 (02:38 +0000)]
* Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1225 7f574dfc-610e-0410-a909-a81674777703

15 years agofix missing include
Brenden Matthews [Tue, 15 Jul 2008 01:05:37 +0000 (01:05 +0000)]
fix missing include

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1224 7f574dfc-610e-0410-a909-a81674777703

15 years agomade defines of some literal values and defines to configure.ac.in
Nikolas Garofil [Sat, 12 Jul 2008 10:25:05 +0000 (10:25 +0000)]
made defines of some literal values and defines to configure.ac.in

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1223 7f574dfc-610e-0410-a909-a81674777703

15 years agoProper indenting for eve-code, made a define of the default netdev, and moved some...
Nikolas Garofil [Sat, 12 Jul 2008 01:22:40 +0000 (01:22 +0000)]
Proper indenting for eve-code, made a define of the default netdev, and moved some defines to configure.ac.in

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1222 7f574dfc-610e-0410-a909-a81674777703

15 years agosolve warnings
Nikolas Garofil [Wed, 9 Jul 2008 23:05:48 +0000 (23:05 +0000)]
solve warnings

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1221 7f574dfc-610e-0410-a909-a81674777703

15 years agomultiple definition fix no longer necessary after libgnu removal
Nikolas Garofil [Wed, 9 Jul 2008 21:49:13 +0000 (21:49 +0000)]
multiple definition fix no longer necessary after libgnu removal

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1220 7f574dfc-610e-0410-a909-a81674777703

15 years agoremoved gnulib completely. use a simple getnameinfo function check for --enable-portmon.
Philip Kovacs [Mon, 7 Jul 2008 20:09:37 +0000 (20:09 +0000)]
removed gnulib completely. use a simple getnameinfo function check for --enable-portmon.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1218 7f574dfc-610e-0410-a909-a81674777703

15 years agoFix bug in optional normal/log argument for graphs
Nikolas Garofil [Sun, 6 Jul 2008 13:04:29 +0000 (13:04 +0000)]
Fix bug in optional normal/log argument for graphs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1217 7f574dfc-610e-0410-a909-a81674777703

15 years agoMade log/normal argument for graphs optional
Nikolas Garofil [Sun, 6 Jul 2008 10:56:59 +0000 (10:56 +0000)]
Made log/normal argument for graphs optional

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1216 7f574dfc-610e-0410-a909-a81674777703

15 years ago- Use u_int instead of unsigned long for storing
Roman Bogorodskiy [Sun, 6 Jul 2008 09:25:28 +0000 (09:25 +0000)]
- Use u_int instead of unsigned long for storing
  vm related values returned by sysctl
- Minor style fix in preproccessor comments

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1215 7f574dfc-610e-0410-a909-a81674777703

15 years agoUpdate ChangeLog
Nikolas Garofil [Sat, 5 Jul 2008 23:32:10 +0000 (23:32 +0000)]
Update ChangeLog

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1213 7f574dfc-610e-0410-a909-a81674777703

15 years agoconfigure.ac.in back to 1209 state to prevent linkingprobs
Nikolas Garofil [Fri, 4 Jul 2008 08:48:26 +0000 (08:48 +0000)]
configure.ac.in back to 1209 state to prevent linkingprobs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1212 7f574dfc-610e-0410-a909-a81674777703

15 years ago--libtool version of gnulib installed
Philip Kovacs [Thu, 3 Jul 2008 23:28:51 +0000 (23:28 +0000)]
--libtool version of gnulib installed

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1211 7f574dfc-610e-0410-a909-a81674777703

15 years agoremove libgnu tree; new one coming
Philip Kovacs [Thu, 3 Jul 2008 23:20:50 +0000 (23:20 +0000)]
remove libgnu tree; new one coming

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1210 7f574dfc-610e-0410-a909-a81674777703

15 years agoLinking failed on some systems
Nikolas Garofil [Thu, 3 Jul 2008 22:31:14 +0000 (22:31 +0000)]
Linking failed on some systems

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1209 7f574dfc-610e-0410-a909-a81674777703

15 years agoadjust #includes
Philip Kovacs [Tue, 1 Jul 2008 19:43:24 +0000 (19:43 +0000)]
adjust #includes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1208 7f574dfc-610e-0410-a909-a81674777703

15 years agoCompilation with --enable-testing works by removing stdio.h
Nikolas Garofil [Tue, 1 Jul 2008 17:33:21 +0000 (17:33 +0000)]
Compilation with --enable-testing works by removing stdio.h

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1207 7f574dfc-610e-0410-a909-a81674777703

15 years agolatest gnulib sources
Philip Kovacs [Tue, 1 Jul 2008 14:46:13 +0000 (14:46 +0000)]
latest gnulib sources

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1206 7f574dfc-610e-0410-a909-a81674777703

15 years agoremove older gnulib files
Philip Kovacs [Tue, 1 Jul 2008 13:50:26 +0000 (13:50 +0000)]
remove older gnulib files

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1205 7f574dfc-610e-0410-a909-a81674777703

15 years agoconfigure option for mathfunctions
Nikolas Garofil [Tue, 1 Jul 2008 11:13:40 +0000 (11:13 +0000)]
configure option for mathfunctions

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1204 7f574dfc-610e-0410-a909-a81674777703

15 years agoAdd libgnu convenience lib, modules stdio and getaddrinfo.
Philip Kovacs [Tue, 1 Jul 2008 01:26:02 +0000 (01:26 +0000)]
Add libgnu convenience lib, modules stdio and getaddrinfo.
We now make no assumption about availability of functions
such as snprintf and getnameinfo.  If the target machine
doesnt have them, libgnu provides them.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1203 7f574dfc-610e-0410-a909-a81674777703

15 years agotemp undo of commit 1201
Nikolas Garofil [Mon, 30 Jun 2008 23:07:42 +0000 (23:07 +0000)]
temp undo of commit 1201

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1202 7f574dfc-610e-0410-a909-a81674777703

15 years agoAdded _POSIX_SOURCE in autoconf so that compiling libtcp-portmon.c works
Nikolas Garofil [Mon, 30 Jun 2008 22:52:19 +0000 (22:52 +0000)]
Added _POSIX_SOURCE in autoconf so that compiling libtcp-portmon.c works

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1201 7f574dfc-610e-0410-a909-a81674777703

15 years agoRemove recently added _POSIX_C_SOURCE 200112L as it conflicts
Philip Kovacs [Mon, 30 Jun 2008 00:56:01 +0000 (00:56 +0000)]
Remove recently added _POSIX_C_SOURCE 200112L as it conflicts
with feature requirements for glibc when using snprintf.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1200 7f574dfc-610e-0410-a909-a81674777703

15 years agoGet rid of obsolete gethostbyaddr and getservbyport
Nikolas Garofil [Sun, 29 Jun 2008 09:26:15 +0000 (09:26 +0000)]
Get rid of obsolete gethostbyaddr and getservbyport

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1199 7f574dfc-610e-0410-a909-a81674777703

15 years agofix missing entries in Makefile.am
Brenden Matthews [Sun, 29 Jun 2008 00:27:09 +0000 (00:27 +0000)]
fix missing entries in Makefile.am

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1198 7f574dfc-610e-0410-a909-a81674777703

15 years agoAdded support for EVE-Online skill monitoring (thanks Asbjørn); fixed up/downspeedgra...
Brenden Matthews [Sat, 28 Jun 2008 20:14:04 +0000 (20:14 +0000)]
Added support for EVE-Online skill monitoring (thanks Asbjørn); fixed up/downspeedgraph segfault

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1197 7f574dfc-610e-0410-a909-a81674777703

15 years agoAdded sysfs AC adapter support patch (thanks Byron); Small compilation error fix
Brenden Matthews [Sat, 28 Jun 2008 19:17:49 +0000 (19:17 +0000)]
Added sysfs AC adapter support patch (thanks Byron); Small compilation error fix

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1196 7f574dfc-610e-0410-a909-a81674777703

15 years ago(re)define FALSE and TRUE, non-existent on my system
Phil [Wed, 25 Jun 2008 21:06:54 +0000 (21:06 +0000)]
(re)define FALSE and TRUE, non-existent on my system

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1195 7f574dfc-610e-0410-a909-a81674777703

15 years agotwo new smapi variables and a bit of documentation improvement
Phil [Wed, 25 Jun 2008 10:08:27 +0000 (10:08 +0000)]
two new smapi variables and a bit of documentation improvement

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1194 7f574dfc-610e-0410-a909-a81674777703

15 years agoMerge with conky1-extra, Changelog contains the changes
Nikolas Garofil [Sat, 21 Jun 2008 20:37:58 +0000 (20:37 +0000)]
Merge ... conky1-extra, Changelog contains the changes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1193 7f574dfc-610e-0410-a909-a81674777703

16 years agoAdded the changes from this week to Changelog
Nikolas Garofil [Sat, 21 Jun 2008 15:04:49 +0000 (15:04 +0000)]
Added the changes from this week to Changelog

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1188 7f574dfc-610e-0410-a909-a81674777703

16 years ago'inline' removed from functions that are called from different files
Nikolas Garofil [Sat, 21 Jun 2008 14:18:44 +0000 (14:18 +0000)]
'inline' removed from functions that are called from different files

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1187 7f574dfc-610e-0410-a909-a81674777703

16 years agoRe-arranged some if statements to reduce redundancy
Kevin Lyles [Sat, 21 Jun 2008 09:25:37 +0000 (09:25 +0000)]
Re-arranged some if statements to reduce redundancy

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1185 7f574dfc-610e-0410-a909-a81674777703

16 years agoConsolidated all barnum code into get_barnum
Kevin Lyles [Sat, 21 Jun 2008 09:25:29 +0000 (09:25 +0000)]
Consolidated all barnum code into get_barnum

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1184 7f574dfc-610e-0410-a909-a81674777703

16 years agoConsolidated all popen calls (and repeated surrounding code) into read_exec
Kevin Lyles [Sat, 21 Jun 2008 09:25:22 +0000 (09:25 +0000)]
Consolidated all popen calls (and repeated surrounding code) into read_exec

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1183 7f574dfc-610e-0410-a909-a81674777703

16 years agoRemoved some redundancies between imap and pop3
Kevin Lyles [Sat, 21 Jun 2008 09:25:16 +0000 (09:25 +0000)]
Removed some redundancies between imap and pop3

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1182 7f574dfc-610e-0410-a909-a81674777703

16 years agoRenamed all my_infos to the more-descriptive tmp_info
Kevin Lyles [Sat, 21 Jun 2008 09:25:03 +0000 (09:25 +0000)]
Renamed all my_infos to the more-descriptive tmp_info

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1181 7f574dfc-610e-0410-a909-a81674777703

16 years agoRenamed more global variables with global_ prefix
Kevin Lyles [Sat, 21 Jun 2008 09:24:56 +0000 (09:24 +0000)]
Renamed more global variables with global_ prefix

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1180 7f574dfc-610e-0410-a909-a81674777703

16 years agoReplaced the global text_object array and count with a text_object_list
Kevin Lyles [Sat, 21 Jun 2008 09:24:51 +0000 (09:24 +0000)]
Replaced the global text_object array and count with a text_object_list

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1179 7f574dfc-610e-0410-a909-a81674777703

16 years agoAdded comments to a couple of non-obvious lines (to me, anyway)
Kevin Lyles [Sat, 21 Jun 2008 09:24:39 +0000 (09:24 +0000)]
Added comments to a couple of non-obvious lines (to me, anyway)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1178 7f574dfc-610e-0410-a909-a81674777703

16 years agoSplit help output into a separate function
Kevin Lyles [Thu, 19 Jun 2008 19:59:30 +0000 (19:59 +0000)]
Split help output into a separate function

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1171 7f574dfc-610e-0410-a909-a81674777703

16 years agoMoved global diskio variables into info
Kevin Lyles [Thu, 19 Jun 2008 19:58:07 +0000 (19:58 +0000)]
Moved global diskio variables into info

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1170 7f574dfc-610e-0410-a909-a81674777703

16 years agoRefactored out some redundancy in the tab conversion code
Kevin Lyles [Thu, 19 Jun 2008 19:57:12 +0000 (19:57 +0000)]
Refactored out some redundancy in the tab conversion code

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1169 7f574dfc-610e-0410-a909-a81674777703

16 years agoRemoved some redundancy in mpd_elapsed and mpd_length
Kevin Lyles [Thu, 19 Jun 2008 19:56:30 +0000 (19:56 +0000)]
Removed some redundancy in mpd_elapsed and mpd_length

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1168 7f574dfc-610e-0410-a909-a81674777703