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.
- Timestamp:
-
May 4, 2008, 5:28:30 PM (16 years ago)
- Author:
-
ecoffey
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 1 | 1 | == Completed == |
| 2 | 2 | |
| 3 | | * <Needs info> |
| | 3 | * !PurpleCipher |
| | 4 | * !PurpleDesktopItem |
| | 5 | * !PurpleObject |
| 4 | 6 | |
| 5 | 7 | == In Progress == |
| 6 | 8 | |
| 7 | 9 | * !PurpleConnection |
| | 10 | * Create default implementation of virtual methods (or explicitly make them pure) |
| | 11 | * Replace purple_signal_emit with g_signal_emit |
| | 12 | * Inherit from PurpleObject instead of GObject |
| | 13 | * use g_return_if_fail(PURPLE_IS_CONNECTION(gc)) instead of g_return_if_fail(gc != null) |
| | 14 | |
| 8 | 15 | * !PurpleAccount |
| | 16 | |
| | 17 | * !PurpleAccountManager |
| | 18 | |
| | 19 | * !PurpleNotify |
| | 20 | |
| | 21 | * !PurpleRequest and friends |
| 9 | 22 | |
| 10 | 23 | == ecoffey's horribly ill-informed gobjectification checklist == |
| 11 | 24 | |
| 12 | | * Update methods to use priv |
| | 25 | * Update methods to use priv (g_type_class_add_private) |
| 13 | 26 | * s/purple_signal_emit/g_signal_emit |
| | 27 | * Inherit from !PurpleObject |
| 14 | 28 | * More to come! |
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!