monky
15 years agoRemoving old svn keywords.
Brenden Matthews [Tue, 9 Dec 2008 23:35:49 +0000 (16:35 -0700)]
Removing old svn keywords.

15 years agoFix broken cpu usage stuff (due to a previous commit).
Brenden Matthews [Tue, 9 Dec 2008 23:15:06 +0000 (16:15 -0700)]
Fix broken cpu usage stuff (due to a previous commit).

15 years agoAdd an option to timed_thread_test() to not wait for the interval period (so that...
Brenden Matthews [Tue, 9 Dec 2008 08:37:59 +0000 (01:37 -0700)]
Add an option to timed_thread_test() to not wait for the interval period (so that IMAP IDLE works better)

15 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Brenden Matthews [Tue, 9 Dec 2008 06:15:20 +0000 (23:15 -0700)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

15 years agoUpdate READMEs.
Brenden Matthews [Tue, 9 Dec 2008 06:14:46 +0000 (23:14 -0700)]
Update READMEs.

15 years agoRemoving svn ebuild, changing svn references to git.
Brenden Matthews [Tue, 9 Dec 2008 06:12:58 +0000 (23:12 -0700)]
Removing svn ebuild, changing svn references to git.

15 years agoadded additional ignore files for later libtool versions.
Philip Kovacs [Tue, 9 Dec 2008 04:49:35 +0000 (23:49 -0500)]
added additional ignore files for later libtool versions.

15 years agoWe need the README for autmake to work correctly.
Brenden Matthews [Tue, 9 Dec 2008 04:26:12 +0000 (21:26 -0700)]
We need the README for autmake to work correctly.

15 years agoupdate changelog
Phil Sutter [Mon, 8 Dec 2008 15:19:35 +0000 (16:19 +0100)]
update changelog

15 years agodrop docs of dropped objects
Phil Sutter [Mon, 8 Dec 2008 15:11:39 +0000 (16:11 +0100)]
drop docs of dropped objects

All the Fahrenheit specific objects have been removed due to
f5259295cf4ae642fc3c90151e5aab218aedf85b, remove their documentation
also.

15 years agoremove the automatically created README from git
Phil Sutter [Mon, 8 Dec 2008 15:03:46 +0000 (16:03 +0100)]
remove the automatically created README from git

This is causing trouble, as after each build switching branches is
impossible until the local modifications of README are being committed.
Since the whole file will be created when compiling conky, we can safely
ignore it (like with doc/conky.1).

15 years agorewrite hddtemp
Phil Sutter [Mon, 8 Dec 2008 15:01:15 +0000 (16:01 +0100)]
rewrite hddtemp

15 years agofix for renamed DEBUG2 macro (again)
Phil Sutter [Mon, 8 Dec 2008 14:05:29 +0000 (15:05 +0100)]
fix for renamed DEBUG2 macro (again)

15 years agoset conky in dock mode to be withdrawn
Phil Sutter [Sun, 7 Dec 2008 20:44:56 +0000 (21:44 +0100)]
set conky in dock mode to be withdrawn

Withdrawn windows are those you get from applications supporting the
'-w' flag, like e.g. gkrellm or all those sweet WindowMaker dockapps
(wmcpu and Co.). In Fluxbox, these windows are drawn into the slit. Most
other window managers put them into their "taskbar", AFAIK.
This patch makes Conky act exactly the same if the following settings
are selected:

| own_window yes
| own_window_type dock

15 years agomake unit of all temperatures selectable
Phil Sutter [Sun, 7 Dec 2008 19:08:29 +0000 (20:08 +0100)]
make unit of all temperatures selectable

This introduces a new configuration variable called "temperature_unit",
specifying the unit of all temperature sensors. To achieve this, each
object outputting a temperature has to call temp_print() like so:
| temp_print(p, p_max_size, <temp val as double>, <unit of val>);
to specify the input temperature unit, either one of the constants
TEMP_CELSIUS or TEMP_FAHRENHEIT.

15 years agofix runtime debugging macros
Phil Sutter [Sun, 7 Dec 2008 18:47:57 +0000 (19:47 +0100)]
fix runtime debugging macros

Sadly, configure --enable-debug defines the macro DEBUG which conflicts
with the level1 debugging output macro. Rename them to DBG() and DBG2().

15 years agoLimit $battery_percent to 100 (bug 2145006)
Brenden Matthews [Sun, 7 Dec 2008 22:58:40 +0000 (15:58 -0700)]
Limit $battery_percent to 100 (bug 2145006)

15 years agoDon't put unit with hddtemp values for consistency (bug 2133107)
Brenden Matthews [Sun, 7 Dec 2008 22:54:40 +0000 (15:54 -0700)]
Don't put unit with hddtemp values for consistency (bug 2133107)

15 years agoFix broken $execbar (bug 2133709)
Brenden Matthews [Sun, 7 Dec 2008 22:49:04 +0000 (15:49 -0700)]
Fix broken $execbar (bug 2133709)

15 years agoFix last 'fix'
Brenden Matthews [Sun, 7 Dec 2008 22:44:10 +0000 (15:44 -0700)]
Fix last 'fix'

15 years agoAllow more than 9 CPUs for CPU stats (bug 2155500)
Brenden Matthews [Sun, 7 Dec 2008 22:34:46 +0000 (15:34 -0700)]
Allow more than 9 CPUs for CPU stats (bug 2155500)

15 years agoRemoving $freq_dyn and $freq_dyn_g
Brenden Matthews [Sun, 7 Dec 2008 22:15:57 +0000 (15:15 -0700)]
Removing $freq_dyn and $freq_dyn_g
I have decided to remove $freq_dyn and $freq_dyn_g due to license issues
(see sf.net tracker bug #2166612)

15 years agoUpdate README, fix file perms for changelog2html.py.
Brenden Matthews [Sun, 7 Dec 2008 08:35:56 +0000 (01:35 -0700)]
Update README, fix file perms for changelog2html.py.

15 years agoRegenerating docs.
Brenden Matthews [Sun, 7 Dec 2008 08:28:36 +0000 (01:28 -0700)]
Regenerating docs.

15 years agoAdd some more debug messages to imap/pop3 stuff, refactor some pop3
Brenden Matthews [Sun, 7 Dec 2008 08:08:27 +0000 (01:08 -0700)]
Add some more debug messages to imap/pop3 stuff, refactor some pop3
code, add filename:lineno to DEBUG() macro.

15 years agoUpdating .gitignore
Brenden Matthews [Sun, 7 Dec 2008 07:38:50 +0000 (00:38 -0700)]
Updating .gitignore

15 years agoFetch volume through Audacious API (thanks Erik)
Erik Waling [Sun, 7 Dec 2008 07:38:06 +0000 (00:38 -0700)]
Fetch volume through Audacious API (thanks Erik)

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