]> Pileus Git - ~andy/gtk/commit - tests/Makefile.am
app-chooser: rename GtkOpenWith to GtkAppChooser
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 16:23:37 +0000 (17:23 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 16:50:15 +0000 (17:50 +0100)
commit05bb715c51d8963e47a8b34f94b14f0748f6b8d8
tree51c7877d323de62ff889973b082a3c016f72695d
parent6f0a60589125842294579536e62eb099903a0632
app-chooser: rename GtkOpenWith to GtkAppChooser
24 files changed:
gtk/Makefile.am
gtk/gtk.h
gtk/gtkappchooser.c [moved from gtk/gtkopenwith.c with 72% similarity]
gtk/gtkappchooser.h [moved from gtk/gtkopenwith.h with 61% similarity]
gtk/gtkappchooserdialog.c [moved from gtk/gtkopenwithdialog.c with 70% similarity]
gtk/gtkappchooserdialog.h [new file with mode: 0644]
gtk/gtkappchoosermodule.c [moved from gtk/gtkopenwithmodule.c with 71% similarity]
gtk/gtkappchoosermodule.h [moved from gtk/gtkopenwithmodule.h with 80% similarity]
gtk/gtkappchooseronline.c [moved from gtk/gtkopenwithonline.c with 55% similarity]
gtk/gtkappchooseronline.h [new file with mode: 0644]
gtk/gtkappchooseronlinedummy.c [moved from gtk/gtkopenwithonlinedummy.c with 66% similarity]
gtk/gtkappchooseronlinedummy.h [new file with mode: 0644]
gtk/gtkappchooseronlinepk.c [moved from gtk/gtkopenwithonlinepk.c with 72% similarity]
gtk/gtkappchooseronlinepk.h [new file with mode: 0644]
gtk/gtkappchooserprivate.h [moved from gtk/gtkopenwithprivate.h with 62% similarity]
gtk/gtkappchooserwidget.c [moved from gtk/gtkopenwithwidget.c with 76% similarity]
gtk/gtkappchooserwidget.h [new file with mode: 0644]
gtk/gtkopenwithdialog.h [deleted file]
gtk/gtkopenwithonline.h [deleted file]
gtk/gtkopenwithonlinedummy.h [deleted file]
gtk/gtkopenwithonlinepk.h [deleted file]
gtk/gtkopenwithwidget.h [deleted file]
tests/Makefile.am
tests/testappchooser.c [moved from tests/testopenwith.c with 90% similarity]