~snaggen/rhythmbox/bpm

« back to all changes in this revision

Viewing changes to doc/reference/Makefile.am

  • Committer: Jonathan Matthew
  • Author(s): Jonathan Matthew
  • Date: 2007-01-07 12:16:12 UTC
  • Revision ID: git-v1:5b6958ea3cf24f2c8bcfa15b9cab1fc7798b7305
Moved lots of files around. Now everything should be in the directory it's

2007-01-07  Jonathan Matthew  <jonathan@kaolin.wh9.net>

        Moved lots of files around.  Now everything should be in the directory
        it's built in and all plugin-specific files should be installed into
        the plugin directory.

        * plugins/audioscrobbler/rb-audioscrobbler-plugin.c:
        (impl_create_configure_dialog):
        * plugins/audioscrobbler/rb-audioscrobbler.c:
        (rb_audioscrobbler_class_init), (rb_audioscrobbler_dispose),
        (rb_audioscrobbler_finalize),
        (rb_audioscrobbler_get_config_widget):
        * plugins/audioscrobbler/rb-audioscrobbler.h:
        Use rb_plugin_find_file where needed.

        * widgets/rb-uri-dialog.c: (rb_uri_dialog_class_init),
        (rb_uri_dialog_init), (rb_uri_dialog_finalize),
        (rb_uri_dialog_new), (rb_uri_dialog_response_cb),
        (rb_uri_dialog_text_changed):
        * widgets/rb-uri-dialog.h:
        New common 'enter a URI' dialog, used by iradio and podcast code.

        * plugins/iradio/rb-iradio-plugin.c: (impl_activate):
        * plugins/iradio/rb-iradio-source.c:
        (rb_iradio_source_constructor), (rb_iradio_source_new),
        (impl_song_properties), (rb_iradio_source_first_time_changed),
        (new_station_location_added), (rb_iradio_source_cmd_new_station):
        * plugins/iradio/rb-iradio-source.h:
        * plugins/iradio/rb-station-properties-dialog.c:
        (rb_station_properties_dialog_class_init),
        (rb_station_properties_dialog_init),
        (rb_station_properties_dialog_constructor),
        (rb_station_properties_dialog_set_property),
        (rb_station_properties_dialog_get_property),
        (rb_station_properties_dialog_new):
        * plugins/iradio/rb-station-properties-dialog.h:
        Use the common URI dialog, use rb_plugin_find_file where needed.

        * sources/rb-podcast-source.c:
        (rb_podcast_source_location_added_cb),
        (rb_podcast_source_cmd_new_podcast):
        Use the common URI dialog.

svn path=/trunk/; revision=4725

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        -I$(top_srcdir)/sources \
31
31
        -I$(top_srcdir)/shell \
32
32
        -I$(top_srcdir)/rhythmdb \
33
 
        -I$(top_srcdir)/player \
34
33
        -I$(top_srcdir)/metadata \
35
34
        -I$(top_srcdir)/widgets \
36
35
        -I$(top_srcdir)/lib \
37
 
        -I$(top_srcdir)/daapsharing \
38
36
        -I$(top_srcdir)/plugins \
39
37
        -I$(top_srcdir)/backends \
40
38
        $(DBUS_CFLAGS) \
51
49
        $(top_builddir)/widgets/librbwidgets.la         \
52
50
        $(top_builddir)/lib/librb.la                    \
53
51
        $(top_builddir)/backends/librbbackends.la       \
54
 
        $(top_builddir)/daapsharing/libdaapsharing.la   \
55
52
        $(top_builddir)/plugins/librbplugins.la         \
56
53
        $(TOTEM_PLPARSER_LIBS)                          \
57
54
        $(HAL_LIBS)                                     \