See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#215 - common.* must die
Attached to Project:
Psi Jabber Client
Opened by Mircea Bardac (IceRAM) - Sunday, 15 February 2004, 20:09 GMT-5
Last edited by Remko Tronçon (spike) - Tuesday, 12 April 2005, 10:33 GMT-5
Opened by Mircea Bardac (IceRAM) - Sunday, 15 February 2004, 20:09 GMT-5
Last edited by Remko Tronçon (spike) - Tuesday, 12 April 2005, 10:33 GMT-5
|
DetailsMove all the options from common.*
Use /neatstuff/options to store & use them. |
This task blocks these from closing
FS#107 - Branding
FS#131 - Create flexible font/color selection system
FS#107 - Branding
FS#131 - Create flexible font/color selection system
Comment by Mircea Bardac (IceRAM) -
Saturday, 03 July 2004, 04:55 GMT-5
Since common.* reffers to config files, I've added as related 2 related tasks on this matter.
Comment by Mircea Bardac (IceRAM) -
Thursday, 23 December 2004, 13:14 GMT-5
http://psi.affinix.com/forums/index.php?s=&act=ST&f=4&t=2340
Comment by Kevin Smith (kev) -
Thursday, 10 March 2005, 10:19 GMT-5
common.* doesn't just refer to the options system, there's various other things in there that're written as c-style functions, and should be rewritten into base classes to make it more OO
Comment by Nolan Eakins (sneakin) -
Tuesday, 05 April 2005, 03:48 GMT-5
Don't over do the OO-ication. Sometimes a single function could be a good idea. std::for_each comes to mind immediately.
Comment by Kevin Smith (kev) -
Friday, 29 September 2006, 08:29 GMT-5
The options system in common.h is now being replaced by the PsiOptions dynamic classes.