Ignore:
Timestamp:
08/04/07 23:18:11 (6 years ago)
Author:
zecke
Message:

2007-08-04 Holger Hans Peter Freyther <zecke@…>

First version that can fetch feeds again and display some part of the
message to the user.

Some how scrolling with MokoFingerScrollView? and WebKitGtkPage? does not
work.

The application is still very raw, beginning with missing icons, to missing
configuration possibilities to missing features.

  • src/Makefile.am:
  • src/feed-data.c: (feed_sort_init): (feed_data_load_from_cache): (feed_filter_new): (feed_sort_new):
  • src/feed-item-view.c: (do_highlight): (search_entry_changed_closure): (feed_item_view_init): (feed_item_view_highlight):
  • src/feed-item-view.h:
  • src/feed-selection-view.c: Added. (treeview_selection_changed): (treeview_keypress_event): (refresh_feeds_closure): (feed_selection_view_init): (feed_selection_view_class_init): (feed_selection_view_new): (feed_selection_view_add_column): (feed_selection_view_get_search_string):
  • src/feed-selection-view.h:
  • src/main.c: (feed_selection_changed): (create_feed_view): (create_configuration_ui): (create_ui):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog

    r2635 r2637  
     12007-08-04  Holger Hans Peter Freyther  <zecke@selfish.org> 
     2 
     3        First version that can fetch feeds again and display some part of the 
     4        message to the user. 
     5 
     6        Some how scrolling with MokoFingerScrollView and WebKitGtkPage does not 
     7        work. 
     8 
     9        The application is still very raw, beginning with missing icons, to missing 
     10        configuration possibilities to missing features. 
     11 
     12        * src/Makefile.am: 
     13        * src/feed-data.c: 
     14        (feed_sort_init): 
     15        (feed_data_load_from_cache): 
     16        (feed_filter_new): 
     17        (feed_sort_new): 
     18        * src/feed-item-view.c: 
     19        (do_highlight): 
     20        (search_entry_changed_closure): 
     21        (feed_item_view_init): 
     22        (feed_item_view_highlight): 
     23        * src/feed-item-view.h: 
     24        * src/feed-selection-view.c: Added. 
     25        (treeview_selection_changed): 
     26        (treeview_keypress_event): 
     27        (refresh_feeds_closure): 
     28        (feed_selection_view_init): 
     29        (feed_selection_view_class_init): 
     30        (feed_selection_view_new): 
     31        (feed_selection_view_add_column): 
     32        (feed_selection_view_get_search_string): 
     33        * src/feed-selection-view.h: 
     34        * src/main.c: 
     35        (feed_selection_changed): 
     36        (create_feed_view): 
     37        (create_configuration_ui): 
     38        (create_ui): 
     39 
    1402007-08-04  Holger Hans Peter Freyther  <zecke@selfish.org> 
    241 
Note: See TracChangeset for help on using the changeset viewer.