-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
240 lines (197 loc) · 8.26 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
3.5.90 - "From My Dreams"
=========================
- Add a Properties dialog for documents (Meg Ford)
- Clear searches when the entry becomes hidden
- Improve the selection toolbar appearance
- Improve searchbar appearance
- Port to use the libgd git submodule
0.5.5 - "All the Leaves Are Gone"
=================================
- Add a find as you type implementation for Preview mode
- Add a menu button with common actions in Preview mode (Anna Zacchi)
- Add a Search button on the toolbar
- Add Rotate and Zoom options in Preview
- Move the search entry below the toolbar
- Support Google Drawings
- Remember documents' last page viewed
- Fix thumbnails for non-serializable GIcons (Florian Muellner)
- Use GDataGoaAuthorizer from libgdata
- Port some JS classes to GDBus (Jasper St. Pierre)
- Split a GdMiner base class and share code between miners (Jasper St. Pierre)
- Use GResource
0.5.4
=====
- Avoid leaking file descriptors when reading document thumbnails
- Set new use_layout flag_size on the GtkClutterEmbed
- Don't hardcode /bin/bash in the launcher scripts (Antoine Jacoutot)
0.5.3
=====
- Fix thumbnails not showing in fullscreen preview with recent GTK
- Use new GJS API to detect cancellations
- Use GtkSearchEntry
- Initial work on overview performance improvements
- Lot of code refactoring
0.5.2.1
=======
- Fix problem at startup
- Index entire SkyDrive root
0.5.2 - "The Great Salt Lake"
=============================
- Add support for Microsoft SkyDrive document sources using libzapojit
and gnome-online-accounts (Debarshi Ray)
- Port to Lang.Class (Anna Zacchi)
- Make "View As" app menu action insensitive when previewing
- Add missing tooltip text to Print button
- Switch to overview on Alt+Left/Backspace
- Toggle fullscreen in preview with F11
- Fix some layouting issues in RTL layouts
0.4.2 - "Not a Martial Art Demonstration"
=========================================
- Don't store the active source in GSettings
- Make sure a collection is created when the text field name
is confirmed by clicking on the OK button
- Make button press/release tracking code less strict
- Fix "Open" button showing up for collections under some circumstances
- Fix thumbnails preview bar not fading in under some circumstances
- Fix toolbar button spacing in RTL layouts
- Show the search entry when going back from preview to search results
- Hide the search entry when switching to a collection
- Fix type filter not cleaning up when switching to a collection
- Fix some critical warnings
0.5.1 - "Mr. Turtle"
====================
- Change about dialog string to Documents (Anna Zacchi)
- Use GTK OSD style class for selection toolbar
- Update CSS syntax for GTK master
- Fix thumbbar failing fade in in fullscreen under some circumstances
- Add more keybindings in preview mode
- Don't store the active source in GSettings
0.4.1 - "I Mean It"
===================
- Support %Id conversion characters for formatted strings
- Cancel old queries from the Shell search provider (Florian Müllner)
- Escape user input before pushing it down to Tracker (Meg Ford)
- Handle exceptions when calling Gtk.show_uri() (Feroze Naina)
- Avoid segfaults in the miner when an error happens (Alban Browaeys)
- Don't crash for missing symbolic icons in the theme
- Update the license of some library components to LGPL v2+
0.4.0.1 - "Fixer"
=================
- Fix a crasher when switching to List view on certain systems
0.4.0 - "M Train"
=================
- Fix crashes when clicking Back from preview under some circumstances
- Fix spinner not moving out when going back to overview while a document
is still loading
- Translation updates
0.3.92 - "Shiny Little Things"
==============================
- Improve startup query performance
- Don't perform initial query when activated to preview a search result
- Remove items from selection when we get a delete event
- Fix collections not showing up properly in Shell search results
- Don't refresh the Google cache when spawned as a Shell search provider
- Use a fixed icon size when spawned as a Shell search provider
- Clear selection when exiting selection mode
- Fix crasher in Shell search provider mode
- Fix selection toolbar when changing selection
- Fix text layout in grid view for RTL languages
- Fix scrolling in preview page chooser to work with latest GTK
- Fix crash and inconsistencies when trying to add a new collection
- Rely on Tracker 0.14's notification for DataContainer to track collection
changes/addition/deletions
0.3.91 - "Cheesy Ghost"
=======================
- Add a thumbnail list OSD in preview
- Add support for DnD of items out of the view
- Add support for printing documents
- Use checkboxes to render selections
- Add an About dialog
- Display date/time information in list view
- Improve toolbar labels when searching or restricting search criteria
- Add keywords to the desktop file for identification by desktop shells
- Hide unavailable collections from the Organize collections dialog
- Show source name for non-local collections in the Organize dialog
- Don't fade out overlay controls when hovering over them in preview
- Use ngettext() for plural strings where appropriate
- Don't allow circular references in collections
- Fix search by uppercase letters (Adel Gadllah)
- Scroll down on space bar press in preview (Felipe Borges)
0.3.90 - "Saved Soul"
=====================
- Ship a ShellSearchProvider DBus service (Florian Müllner)
- Fix interaction with the "Load more" button
- Fix alignment of tags in GdTaggedEntry
- Fix selection mode toolbar not showing under some cicrumstances
- Support building against Tracker 0.14 (Vincent Untz)
0.3.4 - "Six Packs"
===================
- Add a shell-style application menu (Colin Walters)
0.3.3 - "We Got the Beat"
=========================
- Add a tagged entry implementation for search filtering
- Port to GtkApplication (Florian Müllner)
- Split search into words (Florian Müllner)
- Open previews from command line (Florian Müllner)
- Hide titlebar when maximized (Florian Müllner)
- Enter selection mode with Ctrl+Click
- Rewrite main view and toolbar with generic C classes
- Don't install libgdprivate in $libdir (Michael Biebl)
0.3.2 - "Steady Diet of Nothing"
================================
- Initial support for Google Docs collections
- Initial support for user-defined collections
- Major UI revamp:
* removed the sidebar
* moved the search entry beneath the top bar in a hiding container
* use single-click activation mode in the overview
* first implementation of a "Selection" mode
* animate state changes
- Improve query and loading speed
- Field selection support for search filtering (author, title)
- Fix loading of cached documents
- Many, many minor improvements and fixes
0.2.1 - "Paper Cut"
===================
- Quote the file path before passing it out to unoconv
- Remember window state and size across app restarts
- Fix some UI flickering and useless refreshs
0.2.0 - "Dropping Out"
======================
- First stable release
- Limit a printf scope to avoid conflicts with URI-escaped strings
in some locales (Alban Browaeys)
- Huge list of translation updates
0.1.92 - "Tony's Theme"
=======================
- Listen to changes in the system GOA accounts configuration
- Support multiple GOA accounts
- Style symbolic emblems like in the mockups
- Remove deleted Google Docs from the DB when mining
- Update on the fly for changes in the tracker DB
- Add a compact context menu in preview mode
- Look for results in ~/Downloads as well (Colin Walters)
- Require Tracker 0.12.1
0.1.91 - "Mexicola"
===================
- Hide/show documents on the fly for disabled GOA sources
- Add a fullscreen preview mode
- Extend search to look into document authors
- Add a hi-res application icon
- Use symbolic emblems
- Display more file details in list view
- Use a nicer thumbnail frame from Nautilus for document thumbnails
- Sanitize and remove extensions from filenames
- Add keybindings for quit/fullscreen/search
- Fix parallel builds
- Add translator comments
- Fix license files and headers
- Require GLib 2.29.90 and g-o-a 3.1.90
0.1.90 - "Vintage Hardware"
===========================
- Initial release of GNOME Documents
- Ships with a GOA/GData/Tracker miner to index Google Docs
- Support for favorite and shared categories
- Support for preview
- Support for grid and list views
- Support for title search