Search
lxdream.org :: lxdream/po/POTFILES.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename po/POTFILES.in
changeset 1072:d82e04e6d497
prev1034:7044e01148f0
next1085:0be1958dd207
author nkeynes
date Tue Jul 21 20:33:21 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Heavy configuration management refactor
- Configuration groups now take both an on_change event handler and a
default keybinding handler, making most keybinding tasks quite simple
- GUI configuration all merged into a unified model, drastically reducing
the amount of GUI config code.

Bonuses
- OSX now has a hotkey preference pane
- GTK keybinding editor is much more usable
file annotate diff log raw
1.1 --- a/po/POTFILES.in Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/po/POTFILES.in Tue Jul 21 20:33:21 2009 +1000
1.3 @@ -13,9 +13,9 @@
1.4 src/bootstrap.c
1.5 src/bootstrap.h
1.6 src/clock.h
1.7 +src/cocoaui/cocoa_cfg.m
1.8 src/cocoaui/cocoa_ctrl.m
1.9 src/cocoaui/cocoa_gd.m
1.10 -src/cocoaui/cocoa_path.m
1.11 src/cocoaui/cocoa_prefs.m
1.12 src/cocoaui/cocoaui.h
1.13 src/cocoaui/cocoaui.m
1.14 @@ -84,13 +84,12 @@
1.15 src/gdrom/packet.h
1.16 src/gettext.h
1.17 src/gtkui/gtkcb.c
1.18 +src/gtkui/gtk_cfg.c
1.19 src/gtkui/gtk_ctrl.c
1.20 src/gtkui/gtk_debug.c
1.21 src/gtkui/gtk_dump.c
1.22 src/gtkui/gtk_gd.c
1.23 -src/gtkui/gtk_hotkeys.c
1.24 src/gtkui/gtk_mmio.c
1.25 -src/gtkui/gtk_path.c
1.26 src/gtkui/gtkui.c
1.27 src/gtkui/gtkui.h
1.28 src/gtkui/gtk_win.c
.