forked from gottcode/focuswriter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
451 lines (334 loc) · 13.4 KB
/
Copy pathChangeLog
File metadata and controls
451 lines (334 loc) · 13.4 KB
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
2010-11-04 Jakub Kowalski <jakowalski@gmail.com>
* Update Polish translation.
2010-11-02 Graeme Gott <graeme@gottcode.org>
* Allow text to use full width.
* Use nearest spinbox values.
2010-10-31 Graeme Gott <graeme@gottcode.org>
* Add minimize window action.
* FIXED: Could not add words with smart quotes to personal dictionary.
* FIXED: Could add word to personal dictionary multiple times.
* FIXED: Played typewriter sounds for non-printing keys.
* FIXED: Did not center for themes with padding.
2010-10-29 Graeme Gott <graeme@gottcode.org>
* Use compressed dictionaries.
2010-10-28 Graeme Gott <graeme@gottcode.org>
* Tag version 1.3.1.
2010-10-26 Márcio Massula Jr. <marciomassulajr@gmail.com>
* Add Brazilian Portuguese translation.
2010-10-24 Luis Osa <luis.osa.gdc@googlemail.com>
* Update Spanish translation.
2010-10-24 Jérôme Borme <jerome.borme@gmail.com>
* Update French translation.
* Update Portuguese translation.
2010-10-22 Graeme Gott <graeme@gottcode.org>
* Add selectively disabling smart quotes by pressing Control.
2010-10-21 Jakub Kowalski <jakowalski@gmail.com>
* Add Polish translation.
2010-10-21 Graeme Gott <graeme@gottcode.org>
* FIXED: Could not update smart quotes for plain text files.
2010-10-20 Graeme Gott <graeme@gottcode.org>
* Add typewriter sound effects.
* FIXED: Could not switch to rich text.
2010-10-19 Graeme Gott <graeme@gottcode.org>
* FIXED: Informed user of Read-Only status of already open files.
2010-10-18 Graeme Gott <graeme@gottcode.org>
* FIXED: Crashed if preview image was not created.
* FIXED: Font size was not always listed.
* FIXED: Panels were visible when mouse was over padding.
2010-10-17 Graeme Gott <graeme@gottcode.org>
* Prevent opening unsupported files.
* FIXED: Save As completed even if saving failed.
2010-10-16 Graeme Gott <graeme@gottcode.org>
* Open files dropped on main window.
2010-10-15 Graeme Gott <graeme@gottcode.org>
* FIXED: Preferences dialog was too big for small screens.
2010-10-14 Graeme Gott <graeme@gottcode.org>
* Prevent modifying Read-Only files.
* FIXED: Closed even when unable to save files.
2010-10-12 Luis Osa <luis.osa.gdc@googlemail.com>
* Add Spanish translation.
2010-10-07 Graeme Gott <graeme@gottcode.org>
* FIXED: Did not handle opening Read-Only files.
* FIXED: Did not prompt when there was an error saving files.
2010-10-06 Graeme Gott <graeme@gottcode.org>
* FIXED: Replace required clicking twice.
* FIXED: Text indents were different sizes.
2010-10-05 Graeme Gott <graeme@gottcode.org>
* FIXED: Sometimes segfaulted when scrolling.
* FIXED: The C locale was assumed to be UTF-8.
* FIXED: New documents were always centered.
2010-09-22 Graeme Gott <graeme@gottcode.org>
* Tag version 1.3.0.
* Add dictionaries for supported languages.
2010-09-12 Jérôme Borme <jerome.borme@gmail.com>
* Update French translation.
* Update Portuguese translation.
2010-09-12 Graeme Gott <graeme@gottcode.org>
* FIXED: Tab focus was incorrect in some dialogs.
2010-09-10 Graeme Gott <graeme@gottcode.org>
* FIXED: Text direction was broken with Qt 4.7.
* Work around QToolBar bug on the Mac.
2010-09-08 Graeme Gott <graeme@gottcode.org>
* Unify coding style.
* FIXED: Smart quotes didn't work with selections.
2010-09-07 Graeme Gott <graeme@gottcode.org>
* Fallback to closest dictionary.
* FIXED: Default theme font was incorrect.
* Refactor code for enabling formatting actions.
2010-09-06 Graeme Gott <graeme@gottcode.org>
* Track filenames separately from save location.
* FIXED: Created empty tabs for unreadable files.
* Improve RTF conversion from unicode.
2010-09-05 Graeme Gott <graeme@gottcode.org>
* FIXED: Warned about losing formatting of empty files.
* Show selected statistics.
* Speed up word count.
2010-09-04 Graeme Gott <graeme@gottcode.org>
* FIXED: Could not open symlinked files.
2010-09-02 Graeme Gott <graeme@gottcode.org>
* FIXED: Could always change background image.
2010-09-01 Graeme Gott <graeme@gottcode.org>
* FIXED: Could open empty recent timers menu.
2010-08-29 Graeme Gott <graeme@gottcode.org>
* Only save preferences and themes when they change.
* Add smart quotes.
* Replace provided English dictionary.
* FIXED: Window background was visible during resize.
* FIXED: Window could be made smaller than theme.
2010-08-26 Graeme Gott <graeme@gottcode.org>
* Switch to using RTF for rich text files.
2010-08-23 Graeme Gott <graeme@gottcode.org>
* Add text margin to themes.
* Add text padding to themes.
2010-08-17 Graeme Gott <graeme@gottcode.org>
* Replace minizip with libzip.
* Make hunspell an external dependency.
2010-08-14 Graeme Gott <graeme@gottcode.org>
* Inform user when unable to open files.
* Prompt for filename when changing file type.
2010-08-08 Graeme Gott <graeme@gottcode.org>
* Add RTL support.
2010-08-07 Graeme Gott <graeme@gottcode.org>
* Add importing themes.
* Add exporting themes.
2010-08-06 Graeme Gott <graeme@gottcode.org>
* Store images with themes.
2010-08-04 Graeme Gott <graeme@gottcode.org>
* Share rendering theme background.
* Allow opening multiple files.
* Add new session menu and toolbar actions.
2010-08-03 Graeme Gott <graeme@gottcode.org>
* FIXED: Default session was ignored.
2010-08-02 Graeme Gott <graeme@gottcode.org>
* Add option for icons in menus.
* Move icons out of executable.
2010-08-01 Graeme Gott <graeme@gottcode.org>
* Improve handling of fullscreen.
* Add load screen.
2010-07-31 Graeme Gott <graeme@gottcode.org>
* Add session management.
2010-07-19 Graeme Gott <graeme@gottcode.org>
* Remember cursor position for open files.
2010-07-18 Graeme Gott <graeme@gottcode.org>
* FIXED: File name was not updated in interface when changed.
2010-07-17 Graeme Gott <graeme@gottcode.org>
* FIXED: Allowed opening the same document twice.
* FIXED: Save dialog was permanently stealing mouse focus.
2010-07-16 Graeme Gott <graeme@gottcode.org>
* Allow undo across text mode changes.
* Add file extension to filtered files.
* Improve handling of untitled documents.
2010-07-15 Graeme Gott <graeme@gottcode.org>
* Add rich text support.
2010-07-13 Graeme Gott <graeme@gottcode.org>
* Switch to QTextEdit.
2010-07-12 Graeme Gott <graeme@gottcode.org>
* Rewrite find support.
2010-07-09 Graeme Gott <graeme@gottcode.org>
* Remove icons from menus.
* Add timers.
* Add alerts.
* Switch to using Qt 4.6.
2010-07-02 Graeme Gott <graeme@gottcode.org>
* Make documents overlay main window.
2010-07-01 Graeme Gott <graeme@gottcode.org>
* Tag version 1.2.2.
2010-06-30 Graeme Gott <graeme@gottcode.org>
* Use native icons in Linux.
2010-06-29 Graeme Gott <graeme@gottcode.org>
* Use standard keyboard shortcuts.
* Add keyboard navigation for tabs.
* Use Qt file dialog for selecting backgrounds.
* Add support for storing data with executable.
2010-06-12 Graeme Gott <graeme@gottcode.org>
* Update included minizip version to 1.01h.
* Update included hunspell version to 1.2.11.
2010-01-22 Graeme Gott <graeme@gottcode.org>
* Tag version 1.2.1.
2010-01-21 Graeme Gott <graeme@gottcode.org>
* FIXED: Scrolling to top didn't work properly in Linux.
2010-01-19 Graeme Gott <graeme@gottcode.org>
* FIXED: Scrollbar wasn't tracking properly.
* FIXED: Highlight was removed when right-clicking.
* FIXED: Only focused document was centered on launch.
2010-01-17 Jérôme Borme <jerome.borme@gmail.com>
* Add French translation.
* Add Portuguese translation.
2010-01-14 Graeme Gott <graeme@gottcode.org>
* FIXED: Program would crash if dictionary couldn't be found.
2010-01-11 Graeme Gott <graeme@gottcode.org>
* FIXED: Prompted user about replacing a removed dictionary.
* FIXED: Dictionary added most recently was not selected.
* FIXED: Dictionaries couldn't be used immediately.
2010-01-08 Graeme Gott <graeme@gottcode.org>
* Include minizip for extracting dictionaries.
2010-01-02 Graeme Gott <graeme@gottcode.org>
* FIXED: Dictionary was assumed to use UTF-8 encoding.
2009-12-08 Graeme Gott <graeme@gottcode.org>
* FIXED: Mouse cursor sometimes disappeared when opening files.
2009-12-05 Graeme Gott <graeme@gottcode.org>
* FIXED: Interface was not hidden when mouse left window.
2009-12-03 Graeme Gott <graeme@gottcode.org>
* FIXED: Margins were not correct when using Qt 4.6.0.
2009-12-02 Graeme Gott <graeme@gottcode.org>
* Allow user to change text area position.
2009-09-12 Graeme Gott <graeme@gottcode.org>
* FIXED: Clock did not respect user's locale.
* FIXED: Time daily goal increased when preferences changed.
2009-08-29 Graeme Gott <graeme@gottcode.org>
* Allow user to disable antialiasing.
2009-07-12 Graeme Gott <graeme@gottcode.org>
* Tag version 1.2.0.
2009-07-11 Graeme Gott <graeme@gottcode.org>
* FIXED: Was not properly centering opened documents.
2009-07-10 Graeme Gott <graeme@gottcode.org>
* Add estimated word count algorithm.
* Allow any character in theme names.
* Make page size adjustable.
2009-07-09 Graeme Gott <graeme@gottcode.org>
* Reduce text jittering when scrolling.
* Use threaded file saving.
* FIXED: Changing themes increased progress on daily goals.
* FIXED: Newly created themes were not loaded.
2009-07-06 Graeme Gott <graeme@gottcode.org>
* Add option to use a block insertion cursor.
2009-07-05 Graeme Gott <graeme@gottcode.org>
* Split preferences loading out of preferences dialog.
2009-07-04 Graeme Gott <graeme@gottcode.org>
* Improve document saving.
2009-07-01 Graeme Gott <graeme@gottcode.org>
* Add menubar.
* Add toolbar customization.
2009-06-29 Graeme Gott <graeme@gottcode.org>
* Add unsaved changes indicator.
2009-06-28 Graeme Gott <graeme@gottcode.org>
* Move background loading to separate thread.
2009-06-27 Graeme Gott <graeme@gottcode.org>
* Add document tabs.
* Store open documents across runs.
2009-06-25 Graeme Gott <graeme@gottcode.org>
* Add document statistics.
2009-06-18 Graeme Gott <graeme@gottcode.org>
* Speed up spell checking.
2009-06-17 Graeme Gott <graeme@gottcode.org>
* FIXED: Changing all misspelled words didn't start at beginning.
2009-06-16 Graeme Gott <graeme@gottcode.org>
* Add spell checking.
2009-06-14 Graeme Gott <graeme@gottcode.org>
* FIXED: Infinite loop when replacing all instances of a word.
2009-05-31 Graeme Gott <graeme@gottcode.org>
* Tag version 1.1.2.
* Use UTF-8 character encoding for files.
2009-05-10 Graeme Gott <graeme@gottcode.org>
* Tag version 1.1.1.
* FIXED: Was always launching with time based goals.
2009-04-19 Graeme Gott <graeme@gottcode.org>
* Tag version 1.1.0.
2009-04-18 Graeme Gott <graeme@gottcode.org>
* Add find dialog.
2009-04-17 Graeme Gott <graeme@gottcode.org>
* Cache theme backgrounds.
* Change theme immediately.
2009-04-16 Graeme Gott <graeme@gottcode.org>
* Show progress on daily goals.
2009-04-15 Graeme Gott <graeme@gottcode.org>
* Track daily progress.
2009-04-14 Graeme Gott <graeme@gottcode.org>
* FIXED: Crashed when first sentence was deleted.
2009-04-13 Graeme Gott <graeme@gottcode.org>
* Add interface for goals.
2009-04-12 Graeme Gott <graeme@gottcode.org>
* Allow user to disable always center on type.
* Load theme in window class.
2009-04-11 Graeme Gott <graeme@gottcode.org>
* Create default theme from old settings.
* Add theme manager class.
* Add drop shadow to theme previews.
* Save theme previews to disk.
2009-04-10 Graeme Gott <graeme@gottcode.org>
* Allow user to rename themes.
* Read and write themes to disk.
* Add theme editor dialog.
* Add theme class.
2009-02-27 Graeme Gott <graeme@gottcode.org>
* Refactor preferences code.
* Allow file extensions other than txt.
2008-11-03 Graeme Gott <graeme@gottcode.org>
* Add double click support to image selection dialog.
* FIXED: Image selection dialog was not showing last visited path.
2008-10-29 Graeme Gott <graeme@gottcode.org>
* FIXED: Highlighted text used page alpha.
2008-10-23 Graeme Gott <graeme@gottcode.org>
* Tag version 1.0.0.
2008-10-22 Graeme Gott <graeme@gottcode.org>
* Add application icon.
2008-10-18 Graeme Gott <graeme@gottcode.org>
* Arrange preferences dialog.
2008-10-17 Graeme Gott <graeme@gottcode.org>
* Add toolbar icons.
* Add support for changing page opacity.
2008-10-16 Graeme Gott <graeme@gottcode.org>
* Add clock to details.
* Add filename to details.
2008-10-13 Graeme Gott <graeme@gottcode.org>
* Add image selection dialog.
2008-10-12 Graeme Gott <graeme@gottcode.org>
* Add setting background image.
* Add background image.
2008-10-11 Graeme Gott <graeme@gottcode.org>
* Add intelligent word count algorithm.
2008-10-10 Graeme Gott <graeme@gottcode.org>
* Store non-fullscreen size.
* Add closing files.
* Store fullscreen status across runs.
* Fullscreen applies to all windows.
* Save changes on program close.
* Add auto save.
2008-10-08 Graeme Gott <graeme@gottcode.org>
* Center cursor when entering text.
* Store active document across runs.
* Add renaming files.
* Add saving files.
* Add opening files.
* Add creating files.
* Add support for multiple windows.
2008-10-04 Graeme Gott <graeme@gottcode.org>
* Store preferences across runs.
2008-10-03 Graeme Gott <graeme@gottcode.org>
* Add toggling auto-save.
* Add setting default file path.
* Add changing page width.
* Add changing font.
* Add changing colors.
* Add color button class.
2008-10-02 Graeme Gott <graeme@gottcode.org>
* Hide mouse over text edit.
* Add printing support.
* Set text area colors.
* Autohide toolbar, scrollbar, and wordcount.
* Add toolbar.
2008-10-01 Graeme Gott <graeme@gottcode.org>
* Add dynamic wordcount.
* Move scrollbar out of text edit.
* Add text edit to window.
* Add window class.