Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Migration from libglade to gtk builder is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Maselli committed Apr 29, 2009
1 parent f4c0563 commit 5c8908c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 435 deletions.
8 changes: 3 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
see: http://grigio.org/xmp_manager
Xmp Manager is a Gui to write xmp metadata on .png, .jpeg files.

Regenerate the UI
------------------
Xmp Manager uses Gtk::Builder, but Glade doesn't support it natively so you need to regenerate the Gtk GUI everytime you do a change:

$ gtk-builder-convert data/xmpmanager/nautilus-xmp-manager.glade data/xmpmanager/nautilus-xmp-manager.ui
more info on: http://grigio.org/xmp_manager

5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ Spec::Rake::SpecTask.new do |t|
t.spec_opts = ['--options', 'spec/spec.opts']
end

task :RegenerateUi do
puts "Regenerate the Gtk GUI"
system 'gtk-builder-convert data/xmpmanager/nautilus-xmp-manager.glade data/xmpmanager/nautilus-xmp-manager.ui'
end

task :RegeneratePot do
puts "Regenerate the Pot"
system 'rgettext xmp-manager data/xmpmanager/nautilus-xmp-manager.glade > po/xmpmanager.pot'
Expand Down
Loading

0 comments on commit 5c8908c

Please sign in to comment.