Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 29 and Version 30 of Roadmap3.0.0


Ignore:
Timestamp:
Oct 16, 2011, 2:34:05 AM (12 years ago)
Author:
QuLogic
Comment:

Update list with completed items.

Legend:

Unmodified
Added
Removed
Modified
  • Roadmap3.0.0

    v29 v30  
    1313   * See #3034, #3239, #4459
    1414  * Remove deprecated API
    15    * Remove {{{purple_network_map_external}}} (replace with a parameter to {{{purple_network_listen}}}) (#3967)
    16    * Merge {{{purple_network_listen}}} and {{{purple_network_listen_family}}} to a single function
    17    * Merge {{{purple_network_listen_range}}} and {{{purple_network_listen_range_family}}} to a single function
     15   * ~~Remove {{{purple_network_map_external}}} (replace with a parameter to {{{purple_network_listen}}}) (#3967)~~
     16   * ~~Merge {{{purple_network_listen}}} and {{{purple_network_listen_family}}} to a single function~~
     17   * ~~Merge {{{purple_network_listen_range}}} and {{{purple_network_listen_range_family}}} to a single function~~
    1818   * Remove {{{purple_blist_new}}} (should be handled by {{{purple_blist_init}}})
    1919   * Remove {{{purple_set_blist}}} (should be handled by {{{purple_blist_init}}})
    2020   * Remove {{{purple_blist_destroy}}}
    21    * Remove {{{purple_blist_update_buddy_icon}}}
    22    * Remove {{{purple_contact_set_alias}}}
    23    * Remove {{{purple_buddy_get_local_alias}}}
    24    * Remove {{{purple_buddy_icons_has_custom_icon}}}
    25    * Remove {{{purple_buddy_icons_find_custom_icon}}}
    26    * Remove {{{purple_buddy_icons_set_custom_icon}}}
    27    * Merge {{{purple_certificate_check_signature_chain_with_failing}}} and {{{purple_certificate_check_signature_chain}}}
     21   * ~~Remove {{{purple_blist_update_buddy_icon}}}~~
     22   * ~~Remove {{{purple_buddy_get_local_alias}}}~~
     23   * ~~Remove {{{purple_buddy_icons_has_custom_icon}}}~~
     24   * ~~Remove {{{purple_buddy_icons_find_custom_icon}}}~~
     25   * ~~Remove {{{purple_buddy_icons_set_custom_icon}}}~~
     26   * ~~Merge {{{purple_certificate_check_signature_chain_with_failing}}} and {{{purple_certificate_check_signature_chain}}}~~
    2827   * Remove {{{PurpleConnectionUIOps::report_disconnect}}}
    29    * Hide {{{purple_connection_new}}} (should be an internal function)
    30    * Hide {{{purple_connection_new_unregister}}} (should be an internal function)
    31    * Hide {{{purple_connection_destroy}}} (should be an internal function)
    32    * Replace {{{purple_connection_error}}} with {{{purple_connection_error_reason}}}
     28   * ~~Hide {{{purple_connection_new}}} (should be an internal function)~~
     29   * ~~Hide {{{purple_connection_new_unregister}}} (should be an internal function)~~
     30   * ~~Hide {{{purple_connection_destroy}}} (should be an internal function)~~
     31   * ~~Replace {{{purple_connection_error}}} with {{{purple_connection_error_reason}}}~~
    3332   * Remove {{{PURPLE_CONNECTION_IS_VALID}}}
    34    * Remove {{{purple_notify_searchresults_get_rows_count}}}
    35    * Remove {{{purple_notify_searchresults_get_columns_count}}}
    36    * Remove {{{purple_notify_searchresults_row_get}}}
    37    * Remove {{{purple_notify_searchresults_column_get_title}}}
     33   * ~~Remove {{{purple_contact_set_alias}}}~~
     34   * ~~Remove {{{purple_notify_searchresults_get_rows_count}}}~~
     35   * ~~Remove {{{purple_notify_searchresults_get_columns_count}}}~~
     36   * ~~Remove {{{purple_notify_searchresults_row_get}}}~~
     37   * ~~Remove {{{purple_notify_searchresults_column_get_title}}}~~
    3838   * Remove {{{purple_notify_user_info_remove_entry}}}
    39    * Remove {{{purple_plugins_register_probe_notify_cb}}}
    40    * Remove {{{purple_plugins_unregister_probe_notify_cb}}}
    41    * Remove {{{purple_plugins_register_load_notify_cb}}}
    42    * Remove {{{purple_plugins_unregister_load_notify_cb}}}
    43    * Remove {{{purple_plugins_register_unload_notify_cb}}}
    44    * Remove {{{purple_plugins_unregister_unload_notify_cb}}}
     39   * ~~Remove {{{purple_plugins_register_probe_notify_cb}}}~~
     40   * ~~Remove {{{purple_plugins_unregister_probe_notify_cb}}}~~
     41   * ~~Remove {{{purple_plugins_register_load_notify_cb}}}~~
     42   * ~~Remove {{{purple_plugins_unregister_load_notify_cb}}}~~
     43   * ~~Remove {{{purple_plugins_register_unload_notify_cb}}}~~
     44   * ~~Remove {{{purple_plugins_unregister_unload_notify_cb}}}~~
    4545   * Remove {{{purple_prefs_set_generic}}} (and {{{struct purple_pref->value.generic}}}
    46    * Remove {{{PurpleProtocolPluginInfo::get_cb_info}}}
    47    * Remove {{{PurpleProtocolPluginInfo::get_cb_away}}}
    48    * Remove {{{purple_request_field_list_add}}}
    49    * Remove {{{serv_send_attention}}}
    50    * Remove {{{serv_got_attention}}}
    51    * Remove {{{purple_ssl_connect_fd}}}
    52    * Remove {{{purple_status_type_set_primary_attr}}}
    53    * Remove {{{purple_status_type_add_attr}}}
    54    * Remove {{{purple_status_type_add_attrs}}}
    55    * Remove {{{purple_status_type_add_attrs_vargs}}}
    56    * Remove {{{purple_status_type_get_primary_attr}}}
    57    * Hide {{{purple_status_set_attr_boolean}}}
    58    * Hide {{{purple_status_set_attr_int}}}
    59    * Hide {{{purple_status_set_attr_string}}}
    60    * Remove {{{purple_presence_add_status}}}
    61    * Remove {{{purple_presence_add_list}}}
    62    * Merge {{{purple_util_fetch_url}}} and {{{purple_util_fetch_url_len}}}
    63    * Remove {{{purple_util_fetch_url_request_len}}}
    64    * Remove {{{purple_ip_address_is_valid}}}
    65    * Remove {{{_purple_oscar_convert}}}
    66    * Remove {{{xmlnode_set_attrib_with_prefix}}}
    67    * Remove {{{xmlnode_set_attrib_with_namespace}}}
     46   * Remove {{{PurplePluginProtocolInfo::get_cb_info}}}
     47   * ~~Remove {{{PurplePluginProtocolInfo::get_cb_away}}}~~
     48   * ~~Remove {{{purple_request_field_list_add}}}~~
     49   * ~~Remove {{{serv_send_attention}}}~~
     50   * ~~Remove {{{serv_got_attention}}}~~
     51   * ~~Remove {{{purple_ssl_connect_fd}}}~~
     52   * ~~Remove {{{purple_status_type_set_primary_attr}}}~~
     53   * ~~Remove {{{purple_status_type_add_attr}}}~~
     54   * ~~Remove {{{purple_status_type_add_attrs}}}~~
     55   * ~~Remove {{{purple_status_type_add_attrs_vargs}}}~~
     56   * ~~Remove {{{purple_status_type_get_primary_attr}}}~~
     57   * ~~Hide {{{purple_status_set_attr_boolean}}}~~
     58   * ~~Hide {{{purple_status_set_attr_int}}}~~
     59   * ~~Hide {{{purple_status_set_attr_string}}}~~
     60   * ~~Remove {{{purple_presence_add_status}}}~~
     61   * ~~Remove {{{purple_presence_add_list}}}~~
     62   * ~~Merge {{{purple_util_fetch_url}}} and {{{purple_util_fetch_url_len}}}~~
     63   * ~~Remove {{{purple_util_fetch_url_request_len}}}~~
     64   * ~~Remove {{{_purple_oscar_convert}}}~~
     65   * ~~Remove {{{xmlnode_set_attrib_with_prefix}}}~~
     66   * ~~Remove {{{xmlnode_set_attrib_with_namespace}}}~~
    6867
    6968 * Pidgin
    7069  * Port to GTK+ 3 (going on in branch im.pidgin.cpw.qulogic.gtk3) [wiki:GTK3]
    71   * Replace GtkIMHtml with Webkit (going on in branch im.pidgin.soc.2009.webkitmessageview)
     70  * ~~Replace GtkIMHtml with Webkit (going on in branch im.pidgin.soc.2009.webkitmessageview)~~ (development is already in im.pidgin.pidgin)
    7271  * (Maybe) use libcanberra for sound events?
    7372
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!