Re: [Geany-devel] Geany-Plugins: MAINTAINERS file

2012-01-08 Thread Enrico Tröger
On 07/01/12 17:53, Eugene Arshinov wrote:
 On Sat, 07 Jan 2012 17:34:03 +0100
 Thomas Martitz thomas.mart...@student.htw-berlin.de wrote:
 
 Am 07.01.2012 17:34, schrieb Eugene Arshinov:
 Hi.

 Here's xmlsnippets' maintainer info (e.g., mine)


 I suggest you to use git format-patch, as to preserve author and
 commit message information. Probably not a big deal for this one
 though.

 Best regards.

 
 Thanks for the suggestion!  The updated patch is attached.


And now committed.
Thanks.



Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc



signature.asc
Description: OpenPGP digital signature
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] Empty project properties dialog

2012-01-08 Thread Matthew Brush

On 12/26/2011 01:37 PM, Jiří Techet wrote:

Hi,

I'm experiencing a bug where the project properties dialog is empty
when opened for the second time. Steps to reproduce:

1. Open project properties dialog.
2. Close it.
3. Open it for the second time.

Result: the project properties dialog is much smaller and it's empty.

I suspect it's related to the GtkBuiler transition. I haven't looked
into it because I guess Matthew knows better what might be wrong.



I fixed this in:
https://github.com/geany/geany/commit/0755b44db1a238a65d7b3cec7f8b11430c8b2f1e

If you don't mind to test around the project preferences dialog a bit to 
see if you can spot any more problems it would great.


Cheers,
Matthew Brush
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


[Geany-devel] Adding some Glade widgets

2012-01-08 Thread Matthew Brush

Hi,

I was wondering about making a Glade XML catalog for Geany widgets, 
existing and some new ones, so they can be used through the Glade GUI. 
Some possible widgets for the catalog include:


Existing:
=

- GeanyWrapLabel - Nice little existing GtkWidget that fixes broken 
GtkLabel text wrapping in GTK+ 2. Should work fine in a glade catalog 
and should even fix wrapping of labels in Glade.


- GeanyEntryAction - Existing helper class for adding an entry 
(find/goto I guess) to a toolbar, should work fine in a glade catalog.


- GeanyMenuButtonAction - Existing helper class for adding a button to a 
toolbar. I didn't look too much where it's used, but should be fine in a 
Glade catalog.


- GeanyObject, others?

Done with functions in UI Utils file (ie. could be little widgets)
==

- GeanyPathBox - A GtkEntry and GtkButton in a GtkHBox (so it would be a 
GtkBox subclass). The entry has a clear icon to the right (and so could 
be a subclass of the next widget I'll mention). The button has a 
GtkImage packed inside and could be improved by more tightly packing the 
image in the button (like is done in notebook.c for the tab close 
button). An alternative to this is to switch to GtkFileChooserButton, 
but I'm not personally convinced that it's any better than the existing 
path boxes like there is now.


- GeanyClearableEntry - A GtkEntry subclass which has a clear icon 
packed into the secondary icon position. When the icon is clicked the 
text of the entry is set to  (cleared). This is used all over.


- Probably other stuff?

Entirely New (future/long term)
===

- GeanyScintilla - Subclass of ScintillaObject, all functions in 
sciwrappers moved to methods of this class. In future, could be combined 
with GeanyEditor since both are somewhat redundant.


There's probably other ones too. But anyway I thought I'd ask about it 
since it'd be useful for working in Glade to have first class widgets 
to add from the catalog and would make Geany's code a little more clean 
and modular (if not bigger/slightly slower).


Thoughts, comments, else?

Cheers,
Matthew Brush
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel