summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-June/016951.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-June/016951.html')
-rw-r--r--zarb-ml/mageia-dev/2012-June/016951.html185
1 files changed, 185 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-June/016951.html b/zarb-ml/mageia-dev/2012-June/016951.html
new file mode 100644
index 000000000..103f60326
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-June/016951.html
@@ -0,0 +1,185 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] UiAbstraction4mcc feature proposal
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20UiAbstraction4mcc%20feature%20proposal&In-Reply-To=%3C4FEB9969.1070209%40gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="016950.html">
+ <LINK REL="Next" HREF="016952.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] UiAbstraction4mcc feature proposal</H1>
+ <B>Steven Tucker</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20UiAbstraction4mcc%20feature%20proposal&In-Reply-To=%3C4FEB9969.1070209%40gmail.com%3E"
+ TITLE="[Mageia-dev] UiAbstraction4mcc feature proposal">tuxta2 at gmail.com
+ </A><BR>
+ <I>Thu Jun 28 01:38:17 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="016950.html">[Mageia-dev] UiAbstraction4mcc feature proposal
+</A></li>
+ <LI>Next message: <A HREF="016952.html">[Mageia-dev] [soft-commits] [4436] german keyboard: default to variant with enabled deadkeys instead of &quot;nodeadkeys variant&quot; ( mga#3791)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#16951">[ date ]</a>
+ <a href="thread.html#16951">[ thread ]</a>
+ <a href="subject.html#16951">[ subject ]</a>
+ <a href="author.html#16951">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi Angelo,
+
+great to see you put your hand up.
+My position at the moment, is to get through this week at work, then
+starting Monday begin work on this project.
+The first step is to port the relevant libYui and related libraries
+which is what I had planned to work on next week, but if Matteo is
+working on this then that will work out great (I am just an apprentice
+with only 2 packages to date, so perhaps not the best person for that job).
+
+To begin with, I planned to make a basic proof of concept Control
+Centre, so just simply a copy of the current main window of MCC but
+without any functionality, just to see it work across the widget sets.
+Then work on a single module to work out some standards and
+documentation, how to make it as easy as possible for others to come
+along and add a module.
+
+I understand the desire to have everything in the one language (and the
+obvious choice is perl due to inertia), however I am not personally
+against individual modules being in python/perl/C++, the reason is that
+there are people who potentially would add a module but don't want to
+use a language they are not familiar with and would only use for that
+module and nothing else. So I guess I would like to give options so that
+entry to contribution is as easy as it can be. This all started for me
+when I looked into writing a module I wanted but found very little
+documentation, and realised it would be more work to make my module
+available in curses as well at gtk.
+
+As far as other contributors, I only have one willing to dive into code,
+but it is very convenient as we work together (We just finished setting
+up our new Mageia Cluster and so now are ready for more Mageia goodness
+:<i>-P ) so a very small group at the moment, but to be honest, I think
+</I>that is probably a good thing in the early stages.
+
+As I said, I have to get through this week at work first, a week of
+deadlines, but then I can start writing some more concrete plans, and
+start playing with the code.
+
+I'll make contact again in a few days when I am ready to get going.
+
+Cheers
+
+Tuxta
+
+On 28/06/12 08:02, Angelo Naselli wrote:
+&gt;<i> -----BEGIN PGP SIGNED MESSAGE-----
+</I>&gt;<i> Hash: SHA1
+</I>&gt;<i>
+</I>&gt;<i> Hi,
+</I>&gt;<i> I'm back to this subject, because, as you probably know, the
+</I>&gt;<i> proposal[1] has been accepted[2] and has to be merged with mine[3]
+</I>&gt;<i> and discussed a bit to understand what we have to do and who can help.
+</I>&gt;<i>
+</I>&gt;<i> Il 13/06/2012 14:35, Steven Tucker ha scritto:
+</I>&gt;&gt;<i> This proposal may be a bit different to the several others you
+</I>&gt;&gt;<i> have seen in that a lot of the heavy lifting has already been done.
+</I>&gt;&gt;<i> The Ui layer is provided by libYui and friends, and the logic is
+</I>&gt;&gt;<i> already there in mcc. With the perl bindings to libYui the effort
+</I>&gt;&gt;<i> is no where near as large as a rewrite, which I imagine the several
+</I>&gt;&gt;<i> other proposals were. I would prefer it all to be written in C++,
+</I>&gt;&gt;<i> but that would be more work than adapting the current perl code, so
+</I>&gt;&gt;<i> you see it's not just pie in the sky, I have actually put some
+</I>&gt;&gt;<i> thought into it.
+</I>&gt;<i> In a first read i understood the idea was to provide a new gui
+</I>&gt;<i> abstraction layer, and you told me the suggested libYui library
+</I>&gt;<i> is written in C++ with some script bindings (one for all perl) and
+</I>&gt;<i> since I'm not a perl programmer and i know C++ and QT (something on GTk
+</I>&gt;<i> also) i could help.
+</I>&gt;<i> So should i assume you want to rewrite all?
+</I>&gt;<i> Steven, can you please point me and other potential contributors
+</I>&gt;<i> to your plans?
+</I>&gt;<i> Planning is also needed to our proposal to be definitely accepted :)
+</I>&gt;<i>
+</I>&gt;<i> I don't have a lot of spare time, but i will help as much as possible.
+</I>&gt;<i>
+</I>&gt;<i> Matteo Pasotti is adding libyui to mageia repository so we could
+</I>&gt;<i> start using it, I do also believe he's going to help us as well :)
+</I>&gt;<i>
+</I>&gt;<i> Let's start this new adventure...
+</I>&gt;<i>
+</I>&gt;<i> Cheers,
+</I>&gt;<i> Angelo
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> [1] <A HREF="https://wiki.mageia.org/en/Feature:UiAbstraction4mcc">https://wiki.mageia.org/en/Feature:UiAbstraction4mcc</A>
+</I>&gt;<i> [2] <A HREF="https://wiki.mageia.org/en/FeatureMageia3_Review">https://wiki.mageia.org/en/FeatureMageia3_Review</A>
+</I>&gt;<i> [3] <A HREF="https://wiki.mageia.org/en/Feature:DrakXtoolsReview">https://wiki.mageia.org/en/Feature:DrakXtoolsReview</A>
+</I>&gt;<i> -----BEGIN PGP SIGNATURE-----
+</I>&gt;<i> Version: GnuPG v1.4.12 (GNU/Linux)
+</I>&gt;<i> Comment: Using GnuPG with Mozilla - <A HREF="http://enigmail.mozdev.org/">http://enigmail.mozdev.org/</A>
+</I>&gt;<i>
+</I>&gt;<i> iEYEARECAAYFAk/rgusACgkQqEs9DA4DquAJcQCgnYoldmMq1+EdON9q3DhXazVe
+</I>&gt;<i> pi0An0UUHGGMnJ+X33UVmwi92AHgXM1u
+</I>&gt;<i> =wdCu
+</I>&gt;<i> -----END PGP SIGNATURE-----
+</I>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="016950.html">[Mageia-dev] UiAbstraction4mcc feature proposal
+</A></li>
+ <LI>Next message: <A HREF="016952.html">[Mageia-dev] [soft-commits] [4436] german keyboard: default to variant with enabled deadkeys instead of &quot;nodeadkeys variant&quot; ( mga#3791)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#16951">[ date ]</a>
+ <a href="thread.html#16951">[ thread ]</a>
+ <a href="subject.html#16951">[ subject ]</a>
+ <a href="author.html#16951">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>