Warning: session_start(): open(/tmp/sess_o63oud6g5mol3oncanc9dofck1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Kbioritmi openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Kbioritmi

   0.6.2  

KDE Other Game

Score 60%
FlameeyesFlameeyes
Gentoo Linux
Home
Kbioritmi
zoom


Kbioritmi
zoom


Link:  Link
Downloads:  4571
Submitted:  Jan 10 2004
Updated:  Jan 29 2005

Description:

My first passion in development was the biorithms, I wrote a lot of small programs in console or in bcb (without chart) to do that, but this is my first try to make them in a graphic linux program, and also this is my first mine kicker applet, starclock is 99% based on clockapplet.

The ebuild can be downloaded from my site at my site with other ebuilds.

Note: I need icons and binary packages for these. If you have some, mail me.




Changelog:

From version 0.6.1
* Fixed italian translation which wasn't working at all :)

From version 0.6
Added slovak translation
Fixed a bug for applets which stay opened for more than one day.

From version 0.5.1
* Removed dstrings and misc unit, never used in KBioritmi, was here because I
used them in the old bioritmi console.
* Changed old QDate objects passed as parameters to const QDate & as suggested
by http://developer.kde.org/documentation/other/mistakes.html .
* Still in the document above, moved the x & y conversion functions into file's
static inline functions.
* Fixed shortcut for coupler.
* Added "Export as CSV" to export the biorithms in a format usable in OOo or
orther spreadsheet softwares. The columns are separed by semicolon.

From verison 0.5
* Fixed coupler crash

From version 0.4
* Removed DRAW_CIRCLE(x, y) macro from qbioritmi.cpp.
* Created two inlines for QBioritmi to get the right X/Y coordinates without
using macros.
* Added support to not track some cycles.
* Added draw as lines instead of points (selectable).
* Added 'Coupler' to see the behaviour of two people's biorithms in the same
time.

From version 0.3
* Changed layout of Applet Configuration dialog.
- Changed to KPushButton for compatibility
* Added a new QBioritmi class, the widget which draws the graph of the
biorithms. All the actual work is done by this class.
* Removed libdgp.la as pkglib, now is linked statically, the space saved by
the library was minimum.
* Wrote the standalone version in a decent way. Now it uses the qbioritmi
like the applet. A problem: I don't know how to read out the applet config
with the standalone version to share birthdates.
* Now the applet uses one-shot config dialog.
* The config dialog is shared between applet and standalone version.
* Removed the 'Draw Graph' button in the standalone version. Now the graph
is draw at every modify to the dates.
* Added an About dialog

From version 0.2
* Fixed compilation problems with .ui files (like in KVBA). Now it should
be good for the gentoo's ebuild system.

From version 0.1
* Removed t_date, now using QDateTime directly into bioritmo
* Changed the 3 QLineEdit with a KDatePicker
* Birthdate is now stored in the configfile as QDateTime instead of
QValueList
* Chart is now drawn starting from today-15 days to today + 14 days, in one
long cycle.




LicenseGPL
(Mirror 2)
(Detached GPG Signature)
Send to a friend
Subscribe
Other  Content  from Flameeyes
Report inappropriate content



-

 interesting

 
 by shm on: Jan 11 2004
 
Score 50%

interesting applet


Reply to this

-
.

 It don't work...

 
 by t3knomanser on: Feb 14 2004
 
Score 50%

Unfortunately for me, it won't make.

In file included from bioritmiapplet.h:12,
from bioritmiapplet.cpp:12:
appletconfig.h:13:28: uiappletconfig.h: No such file or directory
In file included from bioritmiapplet.h:12,
from bioritmiapplet.cpp:12:
appletconfig.h:22: error: syntax error before `{' token
appletconfig.h:23: error: virtual outside class declaration
appletconfig.h:23: error: non-member function `const char* className()' cannot have `const' method qualifier
appletconfig.h:23: error: virtual outside class declaration
appletconfig.h:23: error: virtual outside class declaration
appletconfig.h:23: error: virtual outside class declaration
appletconfig.h:23: error: virtual outside class declaration
appletconfig.h: In function `QObject* qObject()':
appletconfig.h:23: error: invalid use of `this' in non-member function
appletconfig.h: At global scope:
appletconfig.h:23: error: syntax error before `private'
appletconfig.h:27: error: destructors must be member functions
appletconfig.h:29: error: syntax error before `public'
appletconfig.h:34: error: syntax error before `protected'
In file included from bioritmiapplet.cpp:12:
bioritmiapplet.h:105: error: syntax error before `*' token
bioritmiapplet.cpp: In constructor `BioritmiApplet::BioritmiApplet(const QString&, KPanelApplet::Type, int, QWidget*, const char*)':
bioritmiapplet.cpp:33: error: `configDialog' undeclared (first use this function)
bioritmiapplet.cpp:33: error: (Each undeclared identifier is reported only once for each function it appears in.)
bioritmiapplet.cpp:33: error: syntax error before `(' token
bioritmiapplet.cpp: In member function `virtual void BioritmiApplet::resizeEvent(QResizeEvent*)':
bioritmiapplet.cpp:119: warning: unused parameter `QResizeEvent*e'
/usr/include/c++/3.3.1/bits/stl_map.h: At top level:
appletconfig.h:23: warning: `bool qt_static_property(QObject*, int, int, QVariant*)' declared `static' but never defined
appletconfig.h:23: warning: `QMetaObject* staticMetaObject()' declared `static' but never defined
appletconfig.h:23: warning: `QString tr(const char*, const char*)' declared `static' but never defined
appletconfig.h:23: warning: `QString trUtf8(const char*, const char*)' declared `static' but never defined


Reply to this

-

 Re: It don't work...

 
 by Flameeyes on: Feb 22 2004
 
Score 50%
FlameeyesFlameeyes
Gentoo Linux
Home

Fixed in the new version :)


Reply to this

-
.

 tooltip on mouseover

 
 by somekool on: Feb 25 2004
 
Score 50%
somekoolsomekool
somekool networks
Home

really really nice.

i love it.

please do a tooltip on mouseover.

giving the current date where the mouse is, the E, I, P score,... and maybe an interpretion ????


Reply to this

-

 Re: tooltip on mouseover

 
 by Flameeyes on: Feb 26 2004
 
Score 50%
FlameeyesFlameeyes
Gentoo Linux
Home

Thanks for the idea, I'm working on it for the next version.
I'm also working on the standalone version and to clean up a little bit the code.

For the interpretation, I think everyone should try to understand his values because they are usually personals.


Reply to this

-
.

 Problem compiling

 
 by phil on: Mar 13 2004
 
Score 50%

I'm really interested in using this app but since the last versions I have the following message while compiling:
uiappletconfig.cpp:49: error: invalid use of undefined type `struct
KColorButton'

What's going wrong here? Is there something not quite ok with my system? I'm using SuSE 9 and KDE 3.1.5.


Thanx in advance
Reply to this

-

 Re: Problem compiling

 
 by Flameeyes on: Mar 25 2004
 
Score 50%
FlameeyesFlameeyes
Gentoo Linux
Home

strange behaviour... I'll try to investigate deeply asap, I suspect KColorButton is not in KDE 3.1 but only in 3.2 :/


Reply to this

-

 "game"??

 
 by jadrian on: Jul 27 2004
 
Score 50%

Why is this in the "games" section?
Scientific, Utilities or Other Software, all seem more apropriate.
That said, nice application ;)


Reply to this

-

 Re: "game"??

 
 by Flameeyes on: Jul 27 2004
 
Score 50%
FlameeyesFlameeyes
Gentoo Linux
Home

I don't think 'Scientific' could be a good section ;)
Actually I thought to this as a 'game' like Fortune.

Anyway, thanks :)


Reply to this

-
.

 chaos

 
 by zefo on: Feb 1 2005
 
Score 50%
zefozefo
T-Systems Slovakia

different application, different biorythm. check these out:

http://www.tay-tec.de/biorhythm/biorhythm-applet.de.html
http://www.astrology4free.com/AstBioR.html
http://de.horoscope.yahoo.com/biorythmus.html
http://www.bio-chart.com/
http://de.horoscope.yahoo.com/bio/bioryth.html

and compare w/ kbioritmi..

which one to choose? why they differ?

thanks for explanation,

-- joe


Reply to this

-
.

 Re: chaos

 
 by lucher on: Feb 20 2005
 
Score 50%

That's interesting, indeed! But remember what most GPl apps are saying: "This software comes without any warranty..."

Well - oos!


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team