~reviczky/inkscape/+git/debian-gtk4:and471_gallery

Last commit made on 2011-07-02
Get this branch:
git clone -b and471_gallery https://git.launchpad.net/~reviczky/inkscape/+git/debian-gtk4

Branch merges

Branch information

Name:
and471_gallery
Repository:
lp:~reviczky/inkscape/+git/debian-gtk4

Recent commits

1802a84... by "Andrew <email address hidden>" <>

removed mkinstalldirs
updated icon SVGs with trunk to remove conflicts

(bzr r10110)

26deb16... by "Andrew <email address hidden>" <>

Correct ustring syntax

(bzr r10109)

0869c6e... by "Andrew <email address hidden>" <>

Added test for is being a regular file, so directories
like .dia (where .dia is a supported file extension)
are not listed

(bzr r10108)

4cf4c80... by "Andrew <email address hidden>" <>

add verb to share/keys/default.xml

added mnemonic as requested by su-v

(bzr r10107)

67765cc... by "Andrew <email address hidden>" <>

changed verb name to DialogGallery

(bzr r10106)

687babe... by "Andrew <email address hidden>" <>

Add back the Refresh button...
Remove monitoring stuff until it works on all platforms

(bzr r10105)

fa8ced9... by "Andrew <email address hidden>" <>

Move all initialization of class members to top of construct

Gtk::manage all widgets that should be

(bzr r10104)

3826af7... by "Andrew <email address hidden>" <>

Added tooltip to filchooserbutton showing current
directory path

(bzr r10103)

196abaa... by "Andrew <email address hidden>" <>

Added tooltip functionality - shows tooltip of full filename
when hovered over, useful for when filenames are truncated
due to width of dialog (thanks for the idea su-v)

(bzr r10102)

c41d799... by "Andrew <email address hidden>" <>

Removed Refresh button in favour of using a Gio::FileMonitor to watch
the directory for changes and update when neccessary
 - Thanks for the idea doctormo ;)

Prevented simultaneous editing of the Model (was neccessary to avoid
a bug with the changes above)

(bzr r10101)