~ubuntu-branches/ubuntu/quantal/gwibber/quantal

1.1.76 by Ken VanDine
Import upstream version 3.4.1
1
NEW in 3.4.1 (04/25/2012)
2
============
3
  * Use matching icons for unity lens categories
4
  * catch GLib.GError instead of GLib.Error (LP: #940182)
5
  * fallback to displaying full sender's name if the nickname is empty, 
6
    even if show-fullname is false (LP: #985801)
7
  * foursquare: Don't crash on unicode characters in a users fullname, thanks 
8
    to Raza Sayed (LP: #975437)
9
  * Defer calling unset on the seen HashMap until after we are done iterating 
10
    it, it will resize making the iterator invalid.  (LP: #959068)
11
    This is fixed in the 0.7 series of libgee
12
  * Specify /usr/bin/python in gwibber-accounts instead of relying on 
13
    env (LP: #988385)
14
1.1.75 by Ken VanDine
Import upstream version 3.4.0
15
NEW in 3.4.0 (04/03/2012)
16
============
17
  * Check shorten-urls setting in the dispatcher before attempting to 
18
    shorten, patch thanks to Martin T. (LP: #896639)
19
  * Removing unnecessary 'Image' link from entries with images obtained 
20
    through imgpreview() (Mark Tully) (LP: #966285)
21
  * Replace all instances of a hashtag's occurance in a tweet at once 
22
    rather than one at a time (Mark Tully) (LP: #966467)
23
  * Replace all instances of a nick's occurance in a tweet at once rather 
24
    than one at a time (Mark Tully) (LP: #966467)
25
  * Catch errors from creating the pixbuf separately from sending the 
26
    notification (LP: #940182)
27
  * Encode URLs to UTF8 before using them. (LP: #954374)
28
1.1.74 by Ken VanDine
Import upstream version 3.3.93
29
NEW in 3.3.93 (03/21/2012)
30
============
31
  * more fallbacks for dupe detection, try with link_name, image_name, 
32
    and video_name (LP: #826323)
33
  * Protect against trying to create a pixbuf from an icon that doesn't 
34
    exist (LP: #949395)
35
1.1.73 by Ken VanDine
Import upstream version 3.3.92
36
NEW in 3.3.92 (03/15/2012)
37
============
38
  * determine if we are DST or not, and set isdst in the time struct.  This 
39
    fixes the time delta being off by an hour for DST.
40
  * Make sure we don't keep references to Dee.ModelIter that has been 
41
    removed (LP: #937607)
42
  * Use the SHA1 hash of the avatar URL instead of simply stripping the 
43
    slashes, to avoid the resulting filename being too long to be created 
44
    on ecryptfs volumes.  (James Tait) (LP: #845374)
45
  * improved error handling to UrlLib2Downloader (David Klasinc) (LP: #946049)
46
  * facebook: try to handle data from facebook of type=question to 
47
    prevent empty posts in the feed
48
  * since gtk+ 3.3.18 scroll events are getting blocked in the Gtk.Label 
49
    for message, so we need to add the event mask for it.
50
51
1.1.72 by Ken VanDine
Import upstream version 3.3.91
52
NEW in 3.3.91 (03/08/2012)
53
============
54
 * Fix duplicate detection by falling back to comparing html, 
55
   link_description, image_url and video_url (LP: #933694)
56
 * Fixed account migration path from 2.32 (desktopcouch) to 
57
   3.4 (sqlite) (LP: #740494) 
58
 * gwibber-accounts crashed with TypeError in function(): Item 0: must 
59
   be a subtype of gi.Boxed  (LP: #936071)
60
 * Fixed position tracking so page down and page up move the 
61
   appropriate number of tiles (LP: #629420)
62
 * more escaping of text that pango markup can't support
63
 * twitter: Use Twitter entities, improves getting hashtags, mentions,
64
   links, images, and videos.  Thanks to Mark Tully (LP: #948092)
65
66
1.1.71 by Ken VanDine
Import upstream version 3.3.90
67
NEW in 3.3.90 (02/23/2012)
68
============
69
70
 * foursquare: display comments on checkins (Mark Tully)
71
 * Update LINGUAS to use all the provided translations (Robert Ancell)
72
 * make the messages stream default on startup
73
 * Updated favorite information to include if you liked a post
74
 * facebook: fixed dupes and empty posts (LP: #826323)
75
76
77
NEW in 3.3.6 (02/16/2012)
1.1.70 by Ken VanDine
Import upstream version 3.3.6
78
============
79
80
 * Translation fixes from Gabor Kelemen (LP: #926665)
81
 * Shutdown the service when using Quit from the menu if the unity lens
82
   isn't running. (LP: #923863)
83
 * Make searching in the lens faster using Dee's TreeIndex (Michal Hruby)
84
 * New StatusBar widget that will be used for displaying errors and other
85
   information in the future, right now it is only wired up to the 
86
   LoadingStarted and LoadingComplete signals.
87
88
1.1.69 by Ken VanDine
Import upstream version 3.3.5
89
NEW in 3.3.5 (02/15/2012)
90
============
91
92
No more dependency on the static python bindings for webkit-gtk2, 
93
gwibber-accounts now uses GIR and webkit-gtk3
94
95
Now requires gir1.2-gnomekeyring-1.0 and gir1.2-webkit-3.0
96
97
1.1.68 by Ken VanDine
Import upstream version 3.3.4
98
NEW in 3.3.4 (02/14/2012)
99
============
100
101
Completed dropped python multiprocessing and refactored the service threading. 
102
Including improving ability to catch individual operation failures.
103
104
Bugs fixed:
105
 - Can't response or write to someone from their user information 
106
   page (LP: #926081)
107
 - "Repeat"ing a status on StatusNet fails silently (Scott Sweeny) (LP: #923144)
108
109
1.1.67 by Ken VanDine
Import upstream version 3.3.3
110
NEW in 3.3.3 (01/30/2012)
111
============
112
1.1.68 by Ken VanDine
Import upstream version 3.3.4
113
Greatly improved scrolling, but still not smooth scrolling.  Inline comments 
114
and image previews are now enclosed in a Gtk.Expander and only load when 
115
expanded.  This prevents the tiles resizing while scrolling and 
116
greatly improves performance while scrolling.
1.1.67 by Ken VanDine
Import upstream version 3.3.3
117
118
Cleaned up all the Gtk 3.3 deprecations
119
120
Now requires valac-0.16
121
122
Bugs fixed:
123
 - Fixed a memory leak in ActionBoxItem (LP: #909085)
124
 - Fixed race conditions in async image loading while scrolling (LP: #911619)
125
 - Hide window while gwibber exits (Michal Hruby) 
126
 - Improved scrolling by enclosing comments and image previews in a
127
   Gtk.Expander, this fixes the tiles resizing while scrolling (LP: #875348)
128
129
1.1.66 by Ken VanDine
Import upstream version 3.3.2
130
NEW in 3.3.2 (01/13/2012)
131
============
132
133
Now requires libunity >= 5.0.0 and libdee >= 1.0.0
134
135
* The gwibber-service now uses significantly less power by ensuring the 
136
  multiprocessing pool is closed when operations are complete.  
137
* GtkSpell pkgconfig name has been renamed to gtkspell-3.0
138
139
Bugs fixed:
140
 - Cancel async image loading on tile reset, this actually breaks image 
141
   loading but prevents crashing with gtk >= 3.3.6 (LP: #911619)
142
 - The x people liked this string should use plurals. (LP: #863039)
143
 - gwibber-service has a child that polls at 10Hz which is causing a lot 
144
   of wakeup events Remove (LP: #906916)
145
 - Fixed disabling of gtkspell in build system (LP: #834780)
146
 - Renamed gtkspell-3.0 pkgconfig now that upstream has merged gtk3 
147
   support (LP: #860648)