Devel Digest, Vol 76, Issue 10

ChO₂ chemistrydioxide at lodaya.im
Sun Aug 4 13:11:58 EDT 2013


Dear Josue:

1. Please use proper subject lines for your mails. "Re: Devel Digest,
Vol 76, Issue 10" gives me no clue what you're talking about.
2. The mail you have replied to clearly tells you how to unsubscribe:
   "To subscribe or unsubscribe via the World Wide Web, visit
                http://pidgin.im/cgi-bin/mailman/listinfo/devel "


-- 
Mit freundlichen Grüßen / With kind regards
ChO₂

======================================================================
ChO₂                          Email: chemistrydioxide AT lodaya DOT im
======================================================================


-----Original Message-----
From: Ing. Josue Balandrano Coronel <xirdneh at gmail.com>
To: devel at pidgin.im
Subject: Re: Devel Digest, Vol 76, Issue 10
Date: Tue, 16 Jul 2013 11:13:22 -0400

unsubscribe

Ing. Josue Balandrano Coronel


2013/7/13 <devel-request at pidgin.im>
        Send Devel mailing list submissions to
                devel at pidgin.im
        
        To subscribe or unsubscribe via the World Wide Web, visit
                http://pidgin.im/cgi-bin/mailman/listinfo/devel
        or, via email, send a message with subject or body 'help' to
                devel-request at pidgin.im
        
        You can reach the person managing the list at
                devel-owner at pidgin.im
        
        When replying, please edit your Subject line so it is more
        specific
        than "Re: Contents of Devel digest..."
        
        
        Today's Topics:
        
           1. Re: [GSOC] Quail - Progress 11th July 2013 (Ka-Hing
        Cheung)
           2. Re: [GSOC] Quail - Progress 11th July 2013 (Ka-Hing
        Cheung)
           3. Fw: Question about a new feature (1 2)
        
        
        ----------------------------------------------------------------------
        
        Message: 1
        Date: Fri, 12 Jul 2013 14:31:17 -0700
        From: Ka-Hing Cheung <khc at hxbc.us>
        To: Phil Hannent <phil at hannent.co.uk>
        Cc: Pidgin Dev List <devel at pidgin.im>
        Subject: Re: [GSOC] Quail - Progress 11th July 2013
        Message-ID: <1373664677.3623.68.camel at struggle64>
        Content-Type: text/plain; charset="UTF-8"
        
        On Thu, 2013-07-11 at 21:16 +0100, Phil Hannent wrote:
        > On 11 July 2013 20:27, Ka-Hing Cheung <khc at hxbc.us> wrote:
        >         On Thu, 2013-07-11 at 12:04 +0100, Phil Hannent wrote:
        >         >       for (widget = widgets.first(), l =
        chatInfoList;
        >         >                widget != NULL && l != NULL;
        >         >                widget = widgets.next(), l = l->next)
        >         >       {
        >         >
        >         >
        >         > (widgets is a QList<QWidget*> and chatInfoList is a
        GList of
        >         > PurplePluginProtocolInfo*)
        >
        >
        >         Have you considered writing a generic wrapper that
        exposes
        >         iterators for
        >         QList and GList, so you can use modern c++ techniques
        like
        >         foreach?
        >
        > Thanks for the feedback. I have not considered writing a
        wrapper, I
        > played with the QListIterator class that Qt has. However I am
        rushing
        > to get some milestones ticked off, I am intending to come back
        and
        > look at the GLib documentation to see how to best approach it.
        
        Looks like gtkmm has a similar wrapper:
        
        https://developer.gnome.org/glibmm/unstable/classGlib_1_1Container__Helpers_1_1ListIterator.html
        
        It's not exactly what I was thinking of, but may make things
        slightly
        easier for you.
        
        -khc
        
        
        
        
        
        ------------------------------
        
        Message: 2
        Date: Fri, 12 Jul 2013 15:14:08 -0700
        From: Ka-Hing Cheung <khc at hxbc.us>
        To: Phil Hannent <phil at hannent.co.uk>
        Cc: Pidgin Dev List <devel at pidgin.im>
        Subject: Re: [GSOC] Quail - Progress 11th July 2013
        Message-ID: <1373667248.3623.70.camel at struggle64>
        Content-Type: text/plain; charset="utf-8"
        
        On Fri, 2013-07-12 at 14:31 -0700, Ka-Hing Cheung wrote:
        > Looks like gtkmm has a similar wrapper:
        >
        >
        https://developer.gnome.org/glibmm/unstable/classGlib_1_1Container__Helpers_1_1ListIterator.html
        >
        > It's not exactly what I was thinking of, but may make things
        slightly
        > easier for you.
        >
        
        Attached is something along the line of what's in my mind. The
        implementation is obviously incomplete, but is enough to get for
        each in
        c++11 working.
        
        -khc
        
        -------------- next part --------------
        A non-text attachment was scrubbed...
        Name: glist.cc
        Type: text/x-c++src
        Size: 1004 bytes
        Desc: not available
        URL:
        <http://pidgin.im/pipermail/devel/attachments/20130712/7c3cd34b/attachment-0001.cc>
        
        ------------------------------
        
        Message: 3
        Date: Tue, 2 Jul 2013 13:55:54 -0700 (PDT)
        From: 1 2 <putza17500 at yahoo.com>
        To: "devel at pidgin.im" <devel at pidgin.im>
        Subject: Fw: Question about a new feature
        Message-ID:
        
        <1372798554.75154.YahooMailNeo at web121701.mail.ne1.yahoo.com>
        Content-Type: text/plain; charset="iso-8859-1"
        
        
        
        On Tue, Jul 2, 2013 at 5:01 AM, 1 2 <putza17500 at yahoo.com>
        wrote:
        >
        > I am using?pidgin?since 2009 and I am recording all
        conversations.
        > I have 5 mail accounts opened in the same time.
        >
        > Can someone add a feature to zip all the logs? Let's say if
        the log file is older then 1 month move it automaticly to the
        archive? I have some small problems when I make a backup/restore
        to my operating sistem (win2008 server)
        
        
        I think this is not the best place to discuss such an
        enhancement.
        
        I suggest you to go to the pidgin page and file an enhancement
        ticket.
        http://developer.pidgin.im
        ?
        --
        Masca
        
        A: Because it messes up the order in which people normally read
        text.
        Q: Why is top-posting such a bad thing?
        A: Top-posting.
        Q: What is the most annoying thing on usenet and in e-mail?
        
        
        
        ----- Forwarded Message -----
        From: 1 2 <putza17500 at yahoo.com>
        To: Ethan Blanton <elb at pidgin.im>
        Sent: Tuesday, July 2, 2013 5:57 PM
        Subject: Re: Question about a new feature
        
        
        
        I can do that also in windoes no problem, but I was wondering if
        somebody can add an feature in the pidgin, something like an
        plugin. Some years ago when I had small HDD i had a program that
        could keep files zipped and I could interact with the
        information on the fly.(without unziping it, I just entered in
        the zip file jost like in any other folder)
        
        My big councerns are the number of files not the size.
        
        Or could you write an plugin to make compact logs for every
        month? So I could have 12 files/mounth/id? Now I have hundreds
        of small files/month/id
        
        
        ________________________________
         From: Ethan Blanton <elb at pidgin.im>
        To: 1 2 <putza17500 at yahoo.com>
        Cc: support at pidgin.im
        Sent: Tuesday, July 2, 2013 5:50 PM
        Subject: Re: Question about a new feature
        
        
        I am moving this thread to support at pidgin.im, where it more
        properly
        belongs.
        
        1 2 spake unto us the following wisdom:
        > I am using pidgin since 2009 and I am recording all
        conversations.
        > I have 5 mail accounts opened in the same time.
        
        This is common, and supported.
        
        > Can someone add a feature to zip all the logs? Let's say if
        the log
        > file is older then 1 month move it automaticly to the archive?
        I have
        > some small problems when I make a backup/restore to my
        operating
        > sistem (win2008 server)
        
        I'm sorry to hear that your OS and/or backup program is so
        limited.
        Unfortunately, this is not something that Pidgin handles, or
        should
        handle.? The way Pidgin logs are stored, this is trivially
        handled by
        an external program, and that would be our recommendation for
        this
        case.? If you were on a Unix
         system you could handle this with a cron
        job and a five line shell script.? On Windows, I don't know how
        you
        would accomplish the same thing, but I am sure there is a way.
        
        Ethan
        -------------- next part --------------
        An HTML attachment was scrubbed...
        URL:
        <http://pidgin.im/pipermail/devel/attachments/20130702/68184144/attachment-0001.html>
        
        ------------------------------
        
        Subject: Digest Footer
        
        _______________________________________________
        Devel mailing list
        Devel at pidgin.im
        http://pidgin.im/cgi-bin/mailman/listinfo/devel
        
        ------------------------------
        
        End of Devel Digest, Vol 76, Issue 10
        *************************************


_______________________________________________
Devel mailing list
Devel at pidgin.im
http://pidgin.im/cgi-bin/mailman/listinfo/devel



More information about the Devel mailing list