bugzilla-daemon | 14 Oct 2008 20:00
Picon

[Bug 2653] Ellipsize for GtkComboBox

http://bugs.async.com.br/show_bug.cgi?id=2653

Silvio Rangel <silvio <at> async.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|3828                        |

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
bugzilla-daemon | 14 Oct 2008 20:00
Picon

[Bug 2653] Ellipsize for GtkComboBox

http://bugs.async.com.br/show_bug.cgi?id=2653

Silvio Rangel <silvio <at> async.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |3828

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
bugzilla-daemon | 24 Oct 2008 17:36
Picon

[Bug 3837] Cannot upload kiwi to Cheeseshop because someone else named something kiwi

http://bugs.async.com.br/show_bug.cgi?id=3837

Ali Afshar <aafshar <at> gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4975|                            |review?(jdahlin <at> async.com.br
               Flag|                            |)

--- Comment #1 from Ali Afshar <aafshar <at> gmail.com>  2008-10-24 15:36:28 BRT ---
Created an attachment (id=4975)
 --> (http://bugs.async.com.br/attachment.cgi?id=4975)
Patch for name change

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
bugzilla-daemon | 24 Oct 2008 17:34
Picon

[Bug 3837] New: Cannot upload kiwi to Cheeseshop because someone else named something kiwi

http://bugs.async.com.br/show_bug.cgi?id=3837

           Summary: Cannot upload kiwi to Cheeseshop because someone else
                    named something kiwi
           Product: Kiwi
           Version: SVN trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: (unset)
         Component: Framework
        AssignedTo: jdahlin <at> async.com.br
        ReportedBy: aafshar <at> gmail.com
         QAContact: kiwi <at> async.com.br
   Estimated Hours: 0.0

Cannot upload kiwi to Cheeseshop because someone else named something kiwi.

This is the name="" in setup.py. It shouldn't effect anything else as its just
package metadata.

I have patched to change it to kiwi-gtk. You will hate me, but I have no
choice.

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
(Continue reading)

Mauricio | 24 Oct 2008 20:26
Picon
Gravatar

Novo projeto opensource em kiwi e problemas..

Boa tarde, comecei um novo projeto em Kiwi que será um programa de
controle de caixa e clientes, sem a pretenção de chegar ao nível do
stoq.
À princípio é só para conhecer o framework mesmo e para um projeto da
faculdade, onde pretendo apresentar o Framework para os colegas e
professores.

O projeto está hospedado no GitHub
(http://www.github.com/mauriciozaffari/gtbox) e quem quiser contribuir
será bem vindo.

Já estou enfrentando problemas. Ainda não consegui fazer meus
delegates salvarem no banco de dados! São tantas dúvidas que nem sei
por onde começar.
Se alguém puder fazer o download do código e me dar uma mão seria
ótimo. Tentei dar uma lida no codigo fonte do stoq mas é muito
complicado.

Pra quem não estiver familiarizado com o git, para fazer o download
instale o git-core:
$ sudo apt-get install git-core

E então faza o clone do repositório:
$ git clone git://github.com/mauriciozaffari/gtbox.git

O projeto é bem pequeno por enquanto e garanto que alguém
razoavelmente confortável com o framework não levará menos de 5
minutos pra achar o(s) meu(s) erro(s).

--

-- 
(Continue reading)

bugzilla-daemon | 27 Oct 2008 13:12
Picon

[Bug 3837] Cannot upload kiwi to Cheeseshop because someone else named something kiwi

http://bugs.async.com.br/show_bug.cgi?id=3837

--- Comment #2 from Johan Dahlin <jdahlin <at> async.com.br>  2008-10-27 12:12:38 BRT ---
(In reply to comment #1)
> Created an attachment (id=4975)
 --> (http://bugs.async.com.br/attachment.cgi?id=4975) [details]
> Patch for name change
> 

I think distutils is using that name as well. Is it not possible to use the
package name kiwi but the pypy name kiwi-gtk somehow?

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
bugzilla-daemon | 27 Oct 2008 13:55
Picon

[Bug 3837] Cannot upload kiwi to Cheeseshop because someone else named something kiwi

http://bugs.async.com.br/show_bug.cgi?id=3837

--- Comment #3 from Ali Afshar <aafshar <at> gmail.com>  2008-10-27 12:55:36 BRT ---
Distutils is using it for what? It is listed in the docs as meta data. And no,
I can't see a way of doing name=one-thing and pypi-name=something-else.

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
jordi | 28 Oct 2008 19:12
Picon

Missing glade-2.0.dtd in files created with glade 3.5.2

Hello everyone.

I don't know whether it is just a bug within glade or if that is going to be the new standard. Whatever might be the case, currently it is not possible for kiwi to handle glade files created with glade 3.5.2. As it will fallback to gazpacho instead of libglade when the dtd isn't defined.

For me I changed the views.py so that it does take libglade if no dtd is defined, but I guess that isn't what you would call a nice solution. For the time beeing I can at least continue development, but it would be nice to know if the next Kiwi release is going to fix this issue or not.

Besides that, I was wondering if kiwi is going to support the new gtkBuilder files?

greetings

jordi

<div><p>Hello everyone.<br><br>I don't know whether it is just a bug within glade or if that is going to be the new standard. Whatever might be the case, currently it is not possible for kiwi to handle glade files created with glade <a href="http://3.5.2.">3.5.2.</a> As it will fallback to gazpacho instead of libglade when the dtd isn't defined. <br><br>For me I changed the views.py so that it does take libglade if no dtd is defined, but I guess that isn't what you would call a nice solution. For the time beeing I can at least continue development, but it would be nice to know if the next Kiwi release is going to fix this issue or not.<br><br>Besides that, I was wondering if kiwi is going to support the new gtkBuilder files?<br><br>greetings<br><br>jordi<br></p></div>
Johan Dahlin | 28 Oct 2008 19:27
Picon

Re: Missing glade-2.0.dtd in files created with glade 3.5.2

jordi wrote:
> Hello everyone.
> 
> I don't know whether it is just a bug within glade or if that is going 
> to be the new standard. Whatever might be the case, currently it is not 
> possible for kiwi to handle glade files created with glade 3.5.2. 
> <http://3.5.2.> As it will fallback to gazpacho instead of libglade when 
> the dtd isn't defined.

Can you give me an example of such a file so that I can adopt views.py to 
correctly sniff files created by glade3 ?

> For me I changed the views.py so that it does take libglade if no dtd is 
> defined, but I guess that isn't what you would call a nice solution. For 
> the time beeing I can at least continue development, but it would be 
> nice to know if the next Kiwi release is going to fix this issue or not.

Should be fine, I'd do the same.

> Besides that, I was wondering if kiwi is going to support the new 
> gtkBuilder files?

Oh, I completely forgot about that. I just committed support in SVN.
It should be included in the next release.

Johan

Gmane