Torben Nehmer | 1 Mar 11:16
Gravatar

[vote] MRFC 0026: On-Site Toolbar Management for MidCOM 2.6+


Hi,

since there was absolutely no response to the Draft I assume it is not too bad.
Thus I hereby put this mRFC into voting. The Vote will close on Sunday
2006-03-05 23:59 GMT.

You know the drill ;-) :

[ ] +1  Yes, I approve the proposal
[ ]  0  I'm happy either way
[ ] -1  No, I reject the proposal

Live long and Prosper!
Torben Nehmer

--
Torben Nehmer, Guenzburg, Bavaria, Germany
http://www.nathan-syntronics.de, mailto:torben@...
PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc
Johan Bernhardsson | 1 Mar 11:23
Picon

Re: [vote] MRFC 0026: On-Site Toolbar Management for MidCOM 2.6+

+1 from me

On Wed, 2006-03-01 at 11:16 +0100, Torben Nehmer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> since there was absolutely no response to the Draft I assume it is not too bad.
> Thus I hereby put this mRFC into voting. The Vote will close on Sunday
> 2006-03-05 23:59 GMT.
> 
> You know the drill ;-) :
> 
> [ ] +1  Yes, I approve the proposal
> [ ]  0  I'm happy either way
> [ ] -1  No, I reject the proposal
> 
> 
> Live long and Prosper!
> Torben Nehmer
> 
> - --
> Torben Nehmer, Guenzburg, Bavaria, Germany
> http://www.nathan-syntronics.de, mailto:torben@...
> PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.0 (MingW32)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
(Continue reading)

Eero af Heurlin | 1 Mar 11:29
Favicon
Gravatar

Re: [vote] MRFC 0026: On-Site Toolbar Management for MidCOM 2.6+


Torben Nehmer wrote:
> [X] +1  Yes, I approve the proposal
> [ ]  0  I'm happy either way
> [ ] -1  No, I reject the proposal
Tarjei Huse | 1 Mar 12:21
Picon
Favicon
Gravatar

Re: [vote] MRFC 0026: On-Site Toolbar Management for MidCOM 2.6+

Torben Nehmer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> since there was absolutely no response to the Draft I assume it is not too bad.
> Thus I hereby put this mRFC into voting. The Vote will close on Sunday
> 2006-03-05 23:59 GMT.
> 
> You know the drill ;-) :
> 
> [X] +1  Yes, I approve the proposal
> [ ]  0  I'm happy either way
> [ ] -1  No, I reject the proposal
But:

I'm not too convinced that the bind_to_object toolbar function is usefull.

I'm +1 on the need for some css work related to this. Also I suggest the 
    that the end result should contain an api for restyling toolbars 
(i.e. changing css class and id of a toolbar.

Tarjei

> 
> Live long and Prosper!
> Torben Nehmer
> 
> - --
(Continue reading)

Torben Nehmer | 1 Mar 12:44
Gravatar

Re: [vote] MRFC 0026: On-Site Toolbar Management for MidCOM 2.6+


Hi Tarjei,

--Tarjei Huse wrote on 2006-03-01 12:21:
>> But:
>> I'm not too convinced that the bind_to_object toolbar function is usefull.

It is needed for MidCOM to be able to "dynamically" plug object-specific
functionality into the toolbars (like RCS would do). But since only the
component knows which toolbar is actually specific to an object, it needs to
tell MidCOM this fact. The pure object toolbars are not a problem there, but
they are not covering everything. Many common simple cases need the object
specific stuff in the page toolbar for which this method is required.

>> I'm +1 on the need for some css work related to this. Also I suggest the 
>>     that the end result should contain an api for restyling toolbars 
>> (i.e. changing css class and id of a toolbar.

You might want to read the API docs of midcom_helper_toolbar before complaining:
 CSS Class changes are already in it. IDs are missing, but that can (and should)
be changed.

Live long and Prosper!
Torben Nehmer

--
Torben Nehmer, Guenzburg, Bavaria, Germany
http://www.nathan-syntronics.de, mailto:torben@...
PGP Public Key: https://www.link-m.de/pgp/t.nehmer.asc
(Continue reading)

Torben Nehmer | 1 Mar 13:21
Gravatar

Re: Formatting problem in Midgard documentation


Hi,

--Arttu Manninen wrote on 2006-03-01 12:59:
>> I've noticed this several times now and thought I'd post ist to the list: 
>> There seems to de a formatting problem in Midgard's documentation pages, 
>> which has the effect that underscores are not displayed, but converted to 
>> <em> tags. This might be a feature, but in the case of class or method 
>> names, it's a bug. For example get_current_leaf() is displayed as 
>> getcurrentleaf() where "current" is written in italics. See
>
> This is both a bug that came along, when old 'de.linkm.taviewer' 
> documentation was ported to 'net.nemein.wiki' documentation, and a possible 
> mistake of document writers, I think.
> 
> Wiki formatting sees underscore (_) as a start of italics unless an escape 
> character has been used with it (\_). This means that get_current_leaf() will
> display as get<i>current</i>leaf().
> 
> Functions and methods are easy to write wrong and when reading your own text,
> italics are still relatively easy to miss in a long text.

Yeah, this is a well-known problem nowadays, but not trivial to fix because, as
you say, these cases are not exactly easy to spot.

When we start fixing this, I recommend some different approach. Instead of
masking the underscores and thus having the function name set in normal type,
quote it using backticks, like this:

"some text with `a_function_name()` being mentioned"
(Continue reading)

Piotras | 1 Mar 13:59

Midgard wiki icons


	Hi,

Could we use some tango icons in midgard wiki?
What I have in my mind are 'note:' and 'warning:' icons.

http://tango-project.org/Tango_Icon_Gallery

note: dialog-information icon 
( this is almost like a tip ) 

warning: dialog-warning icon

Piotras
Jukka Zitting | 1 Mar 14:16
Picon
Gravatar

Re: GObject's property with _ issue

Hi,

So, did we arrive to a decision on how to handle underscores in
property names? The two options are:

    a) Only allow "safe" property names (i.e. /[a-z][a-z0-9]*/)
    b) Use name mapping to avoid the issue

I'm +1 for option a, and -0 for option b.

BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - info <at> yukatan.fi
Software craftsmanship, JCR consulting, and Java development
Piotras | 1 Mar 14:19

Re: GObject's property with _ issue

"Jukka Zitting" <jukka.zitting@...> wrote:

> So, did we arrive to a decision on how to handle underscores in
> property names? The two options are:
> 
>     a) Only allow "safe" property names (i.e. /[a-z][a-z0-9]*/)
>     b) Use name mapping to avoid the issue
> 
> I'm +1 for option a, and -0 for option b.

+1 for option a , and this is on my TODO list.

Piotras
Mattias Stahre | 1 Mar 14:54
Picon

Re: Midgard wiki icons

Hi,

I think it's a good idea to use tango icons.
Tango icons is nice to use even in webinterfaces due it's clean styles.

Greets
Plux

Piotras skrev:
> 	Hi,
>
> Could we use some tango icons in midgard wiki?
> What I have in my mind are 'note:' and 'warning:' icons.
>
> http://tango-project.org/Tango_Icon_Gallery
>
> note: dialog-information icon 
> ( this is almost like a tip ) 
>
> warning: dialog-warning icon
>
> Piotras
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
(Continue reading)


Gmane