* add HACKING
[modest] / ChangeLog
1 2007-01-29 23:15  djcb
2
3         * src/Makefile.am, src/modest-tny-send-queue.c,
4           src/modest-tny-send-queue.h: * modest-tny-send-queue.[ch]:
5           - compiles now
6
7 2007-01-29 20:52  djcb
8
9         * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c,
10           src/modest-icon-factory.c, src/modest-ui.c: * modest-ui.c:
11           - use icon for online/offline status
12           - cosmetics
13
14 2007-01-29 20:26  djcb
15
16         * src/widgets/modest-folder-view.c,
17           src/widgets/modest-folder-view.h,
18           src/widgets/modest-header-view.c: * modest-folder-view.[ch]:
19           - add some function documentation
20           - automatically expand root items
21           * modest-header-view.c:
22           - enable search functionality
23
24 2007-01-29 18:57  svillar
25
26         * src/modest-mail-operation.c, src/modest-ui.c,
27           src/widgets/modest-folder-view.c,
28           src/widgets/modest-folder-view.h: Added support to handle
29           accounts-reloaded signal
30
31 2007-01-29 17:59  djcb
32
33         * src/Makefile.am, src/modest-mail-operation.c, tests/Makefile.am:
34           * all:
35           - use the new modest-tny-account stuff
36
37 2007-01-29 17:44  djcb
38
39         * src/modest-tny-account.c, src/modest-tny-account.h: *
40           modest-tny-account.[ch]:
41           - new modest decorator for TnyAccount
42
43 2007-01-29 14:50  djcb
44
45         * src/modest-singletons.h, src/modest-widget-factory.c: *
46           modest-widget-factory.c:
47           - ellipsize progressbar contents
48
49 2007-01-29 14:49  djcb
50
51         * tests/Makefile.am, tests/check_folder-transfer.c,
52           tests/check_update-account.c: * tests/<all>:
53           - make unit tests work again after modest_runtime changes
54
55 2007-01-29 14:04  svillar
56
57         * src/modest-ui.c: Show connection requested dialog when the
58           message is not found
59
60 2007-01-29 13:15  djcb
61
62         * src/maemo/modest-main-window.c,
63           src/maemo/pixmaps/qgn_addr_icon_user_group.png,
64           src/maemo/ui/modest-ui.xml: * maemo/:
65           - improve UI a bit: make progress bar as expected,
66           add missing icons, clear up toolbar
67
68 2007-01-29 13:04  djcb
69
70         * src/maemo/pixmaps/back.png, src/maemo/pixmaps/forward.png,
71           src/maemo/pixmaps/qgn_toolb_gene_stop.png,
72           src/maemo/pixmaps/qgn_toolb_gene_stop_pressed.png: * add missing
73           pixmaps
74
75 2007-01-29 10:28  djcb
76
77         * src/maemo/modest-account-view-window.c,
78           src/maemo/modest-edit-msg-window.c,
79           src/maemo/modest-main-window.c, src/modest-runtime.c: * maemo/,
80           modest-runtime.c:
81           - update maemo/ things to use modest_runtime
82           - fix bug in hildon_init in modest_runtime
83
84 2007-01-29 09:10  djcb
85
86         * src/Makefile.am, src/modest-mail-operation.c: * Makefile.am,
87           modest-mail-operation.c:
88           - temp hack because modest-tny-account.[ch] is not checked in yet
89
90 2007-01-29 08:37  svillar
91
92         * src/gtk/modest-edit-msg-window.c, src/modest-formatter.c,
93           src/modest-mail-operation.c, src/modest-text-utils.c: * Updated
94           to the new implementation of tny_camel_header_get_xxx methods
95
96 2007-01-29 07:19  djcb
97
98         * src/modest-mail-operation.c: * modest-mail-operation.c:
99           - use the modest-tny-account functions to get special folders
100
101 2007-01-29 07:19  djcb
102
103         * src/modest-tny-send-queue.c: * modest-tny-send-queue.c:
104           - some more work done, not ready yet
105
106 2007-01-29 07:18  djcb
107
108         * src/modest-singletons.c: * modest-singletons.c:
109           - when finalizing, double-check there are no outstanding
110           references for the singleton objects
111
112 2007-01-29 07:17  djcb
113
114         * src/modest-main.c, src/modest-runtime.c, src/modest-runtime.h: *
115           modest-main.c, modest-runtime.[ch]:
116           - some further cleanups
117
118 2007-01-28 17:36  djcb
119
120         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
121           - set dummy get/forget password funcs for our local folders,
122           so tinymail won't complain
123
124 2007-01-28 13:50  djcb
125
126         * src/Makefile.am, src/gtk/modest-account-view-window.c,
127           src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c,
128           src/modest-debug.c, src/modest-debug.h,
129           src/modest-icon-factory.c, src/modest-init.c, src/modest-init.h,
130           src/modest-main.c, src/modest-runtime.c, src/modest-runtime.h,
131           src/modest-singletons.c, src/modest-singletons.h,
132           src/modest-text-utils.c, src/modest-tny-account-store.c,
133           src/modest-tny-account-store.h, src/modest-tny-folder.h,
134           src/modest-tny-platform-factory.c,
135           src/modest-tny-platform-factory.h, src/modest-ui-priv.h,
136           src/modest-ui.c, src/modest-ui.h, src/modest-widget-factory.c,
137           src/modest-widget-factory.h,
138           src/widgets/modest-edit-msg-window.h,
139           src/widgets/modest-main-window.h,
140           src/widgets/modest-window-priv.h, src/widgets/modest-window.c,
141           src/widgets/modest-window.h: * all:
142           - move all singletons (such as account mgr, conf, widget factory)
143           to ModestSingletons, and they are accessed through to
144           ModestRuntime. This removes the need for many classes to
145           keep the singletons in their *Private, and move around the
146           same ptrs to functions.
147           
148           ModestRuntime keeps maintains these singletons, and also takes
149           care of the stuff that was previously in ModestDebug and
150           ModestInit, and some of the other initialization in modest-main,
151           which is significantly cleaned-up as well
152
153 2007-01-26 16:41  djcb
154
155         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
156           modest-tny-account-store.[ch]:
157           - fix some compile warnings
158
159 2007-01-26 16:40  djcb
160
161         * src/modest-text-utils.c: * modest-text-utils.c:
162           - move modest_text_utils_strftime back to plain-old strftime,
163           as some of the GDate stuff is only available since Gtk+ 2.10
164
165 2007-01-26 09:00  djcb
166
167         * src/modest-mail-operation.c, src/widgets/modest-folder-view.c: *
168           modest-mail-operation.c, modest-folder-view.c:
169           - s/tny_folder_expunge/tny_folder_sync/
170
171 2007-01-25 23:34  djcb
172
173         * src/modest-tny-send-queue.c, src/modest-tny-send-queue.h: *
174           modest-tny-send-queue.[ch]:
175           - stub for modest TnySendQueue implementation
176
177 2007-01-25 16:13  djcb
178
179         * src/modest-account-mgr-helpers.h, src/modest-ui.c: * cosmetics
180
181 2007-01-25 16:13  djcb
182
183         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
184           modest-tny-account-store.[ch]:
185           - partly implemented getting special folder TnyFolders per
186           account
187
188 2007-01-25 11:55  svillar
189
190         * src/gtk/modest-edit-msg-window.c, src/modest-mail-operation.c,
191           src/modest-text-utils.c, src/modest-text-utils.h,
192           src/modest-ui.c: * Added comparisons with "Invalid" string <-
193           should be fixed in tinymail
194           * Replaced the date generation code, now it creates valid UTF8
195           strings
196
197 2007-01-25 09:17  djcb
198
199         * src/modest-defs.h, src/modest-init.c,
200           src/modest-local-folder-info.c, src/modest-local-folder-info.h,
201           src/modest-tny-folder.c, src/modest-tny-folder.h,
202           src/widgets/modest-folder-view.c: * modest-tny-folder.[ch]:
203           - add modest_tny_folder_is_local_folder, and
204           - add modest_tny_folder_local_folder_type
205           * modest-local-folder-info.[ch]:
206           - remove ModestLocalFolderType, use TnyFolderType instead
207           - add some extra folder types
208           * modest-defs.h:
209           - add display name for local folders (N_("Local Folders")
210           * modest-init.c:
211           - adapt to these changes
212           * widgets/modest-folder-view.c:
213           - display the display names for local folders
214
215 2007-01-25 09:08  djcb
216
217         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
218           - cosmetics
219
220 2007-01-25 09:08  djcb
221
222         * src/modest-text-utils.c: * modest-text-utils.c:
223           - small cleanups
224
225 2007-01-25 09:00  svillar
226
227         * src/gtk/modest-edit-msg-window.c, src/modest-formatter.c,
228           src/modest-mail-operation.c, src/widgets/modest-folder-view.c: *
229           Some initializations
230           * Removed unused code
231
232 2007-01-24 19:44  svillar
233
234         * src/gtk/modest-edit-msg-window.c, src/modest-tny-account-store.c,
235           src/modest-ui.c, src/modest-widget-factory.c: * Fixed a
236           segmentation fault when creating combo boxes
237           * Delete unused commented code
238           * Added an if to not return the local account when asking for
239           transport accounts
240
241 2007-01-24 16:41  djcb
242
243         * src/modest-init.c, src/modest-init.h, src/modest-main.c: * all:
244           - set default account on startup if it hasn't been set yet
245
246 2007-01-24 15:06  svillar
247
248         * src/modest-ui.c: * Added a missing break
249           * Added some error management code
250
251 2007-01-24 11:26  svillar
252
253         * src/modest-account-mgr-helpers.c,
254           src/modest-account-mgr-helpers.h, src/modest-account-mgr.c,
255           src/modest-account-mgr.h, src/modest-marshal.list,
256           src/modest-tny-account-store.c, src/modest-tny-account-store.h,
257           src/modest-ui.c, src/widgets/modest-folder-view.c,
258           src/widgets/modest-header-view.c: * Removed the password_selected
259           signal
260           * Added a g_main_depth check before setting a critical section
261           with g_threads_*
262           * Removed an unused marshaller (because the password_selected
263           signal removal)
264           * Added the options located in the configuration to the
265           TnyAccount
266           * Removed the view_is_empty field from the ModestFolderView
267           * Moved the get_pass, forget_pass functions to the account store
268
269 2007-01-24 09:41  djcb
270
271         * src/widgets/modest-account-view.c: * modest-account-view.c:
272           - update with account mgr changes
273
274 2007-01-24 09:36  svillar
275
276         * tests/Makefile.am: * Added missing files
277
278 2007-01-24 09:36  djcb
279
280         * autogen.sh: * fix
281
282 2007-01-24 08:13  djcb
283
284         * src/modest-account-mgr-helpers.c,
285           src/modest-account-mgr-helpers.h, src/modest-account-mgr-priv.h,
286           src/modest-account-mgr.c, src/modest-defs.h: * all:
287           - implemented 'default' account concept
288
289 2007-01-24 07:38  djcb
290
291         * src/modest-ui.c: * modest-ui.c:
292           - update for modest account mgr changes
293           - small improvements in progressbar
294
295 2007-01-24 07:38  djcb
296
297         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
298           - update for modest account mgr changes
299           - fix some compiler warnings
300
301 2007-01-24 07:37  djcb
302
303         * src/Makefile.am, src/gtk/modest-edit-msg-window.c,
304           src/maemo/modest-edit-msg-window.c, src/modest-widget-factory.c:
305           * all:
306           - updates for modest account mgr changes
307
308 2007-01-24 07:35  djcb
309
310         * src/modest-account-mgr-helpers.c,
311           src/modest-account-mgr-helpers.h, src/modest-account-mgr-priv.c,
312           src/modest-account-mgr-priv.h, src/modest-account-mgr.c,
313           src/modest-account-mgr.h: * modest-account-mgr*.[ch]:
314           - split ModestAccount mgr in the core
315           functionality and 'helpers', to keep things manageable
316
317 2007-01-23 22:05  djcb
318
319         * autogen.sh: * autogen.sh:
320           - remove the ugliness, it should be fixed by adding the m4 files
321           in the right place
322
323 2007-01-23 22:04  djcb
324
325         * src/modest-icon-factory.c, src/modest-icon-factory.h: *
326           modest-icon-factory.[ch]:
327           - remove the small icon stuff
328
329 2007-01-23 22:03  djcb
330
331         * src/modest-main.c: * modest-main.c:
332           - do threads_init earlier
333
334 2007-01-23 22:02  djcb
335
336         * src/modest-widget-memory.c: * modest-widget-memory.c:
337           - don't save column widths for empty widgets
338
339 2007-01-23 22:01  djcb
340
341         * src/modest-text-utils.c, src/modest-text-utils.h: *
342           modest-text-utils.[ch]:
343           - compile warning fixes
344
345 2007-01-23 22:00  djcb
346
347         * src/modest-ui.c: * modest-ui.c:
348           - improve & cleanup statusbar, progressbar
349
350 2007-01-23 22:00  djcb
351
352         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
353           - don't set the name for the local account store;
354           let the folder name handling deal with that
355
356 2007-01-23 21:58  djcb
357
358         * src/widgets/modest-header-view-render.c,
359           src/widgets/modest-header-view.c: * modest-header-view-render.c:
360           - remove useless 'optimizations'
361           * modest-header-view.c:
362           - remove buggy 'empty' stuff for now
363           - work around funny tinymail behaviour with folder updates
364
365 2007-01-23 16:36  djcb
366
367         * configure.ac: * configure.ac:
368           - bora does not like overwriting defined stuff
369
370 2007-01-23 16:06  djcb
371
372         * tests/Makefile.am: * Makefile.am:
373           - remove presets
374
375 2007-01-23 15:58  djcb
376
377         * src/maemo/modest.desktop.in, src/maemo/modest.service.in: * add
378           files for maemo
379
380 2007-01-23 15:46  djcb
381
382         * src/modest-defs.h: * modest-defs.h:
383           - add local folder account name
384
385 2007-01-23 15:42  djcb
386
387         * scripts, src/Makefile.am, src/modest-presets.c,
388           src/modest-presets.h, tests/Makefile.am,
389           tests/check_modest-presets.c, tests/provider-data-test.keyfile: *
390           all:
391           - remove the presets stuff for now
392
393 2007-01-23 15:37  djcb
394
395         * Makefile.am, autogen.sh, configure.ac: * configure.ac,
396           Makefile.am, autogen.sh:
397           - updates for maemo
398
399 2007-01-23 15:36  djcb
400
401         * po/POTFILES.in, po/en_GB.po, po/gl.po, po/nl.po: * po/:
402           - updates
403
404 2007-01-23 15:35  djcb
405
406         * debian/docs, debian/files, debian/modest.substvars: * debian/*:
407           - update
408
409 2007-01-23 15:05  djcb
410
411         * src/maemo/Makefile.am: * Makefile.am:
412           - update for maemo-integration
413
414 2007-01-23 15:03  djcb
415
416         * src/maemo/modest-store-widget.c, src/maemo/modest-store-widget.h,
417           src/maemo/modest-transport-widget.c,
418           src/maemo/modest-transport-widget.h: * modest-store-widget.[ch]
419           modest-transport-widget.[ch]
420           - get updated version from gtk/
421
422 2007-01-23 14:59  djcb
423
424         * debian/changelog: * fix
425
426 2007-01-23 12:02  djcb
427
428         * debian/changelog, debian/control, debian/copyright, debian/rules:
429           * debian/*:
430           - some updates for packaging
431
432 2007-01-23 07:47  djcb
433
434         * autogen.sh: * autogen.sh:
435           - require automake 1.8, so it won't overwrite our COPYING
436           with the GPL one anymore
437
438 2007-01-23 07:41  djcb
439
440         * src/modest-text-utils.c, src/modest-text-utils.h,
441           src/widgets/modest-header-view-render.c: *
442           modest-header-view-render.c, modest-text-utils.[ch]:
443           - move the size display string stuff to text utils
444
445 2007-01-23 07:39  djcb
446
447         * src/widgets/modest-folder-view.c: * modest-folder-view.c:
448           - always place local_folders as the last item
449
450 2007-01-23 07:39  djcb
451
452         * src/widgets/modest-header-view.c: * modest-header-view.c:
453           - remove g_warnings
454
455 2007-01-22 13:27  djcb
456
457         * src/modest-cache-mgr.c: * modest-cache-mgr.c:
458           - glib < 2.12 does not support g_hash_table_remove_all, therefore
459           use g_hash_table_foreach_remove instead
460
461 2007-01-22 12:24  djcb
462
463         * src/modest-init.c: * modest-init.c:
464           - improve default sizes a bit
465
466 2007-01-22 12:23  djcb
467
468         * src/modest-widget-factory.c: * modest-widget-factory.c:
469           - follow header-view api change
470
471 2007-01-22 12:22  djcb
472
473         * src/widgets/modest-header-view-render.c,
474           src/widgets/modest-header-view.c,
475           src/widgets/modest-header-view.h: * modest-header-view.[ch],
476           modest-header-view-render.c:
477           - optimizations (caching)
478           - crash fixes (use time_t columns...)
479
480 2007-01-22 09:02  svillar
481
482         * docs/reference/Makefile.am, tests/Makefile.am: * Added missing
483           object name
484
485 2007-01-22 00:12  djcb
486
487         * src/modest-conf.h, src/modest-ui.c: * modest-ui.c, modest-conf.h:
488           - cosmetics
489
490 2007-01-22 00:12  djcb
491
492         * src/modest-defs.h, src/modest-icon-factory.c,
493           src/modest-icon-factory.h, src/modest-main.c: * modest-defs.h,
494           modest-main.c:
495           - move exit codes from main->defs
496           * modest-main.c, modest-icon-factory.[ch]:
497           - use the new ModestCacheMgr, no need for init/uninit funcs
498           anymore
499
500 2007-01-22 00:10  djcb
501
502         * src/modest-mail-operation-queue.c: * modest-mail-operation-queue:
503           - cosmetics
504
505 2007-01-22 00:09  djcb
506
507         * src/modest-debug.c, src/modest-debug.h: * modest-debug.[ch]:
508           - fix typo
509
510 2007-01-22 00:09  djcb
511
512         * src/modest-text-utils.c, src/modest-text-utils.h: *
513           modest-text-utils.[ch]:
514           - cache the date display strings
515
516 2007-01-22 00:08  djcb
517
518         * src/modest-tny-platform-factory.c,
519           src/modest-tny-platform-factory.h: *
520           modest-tny-platform-factory.[ch]:
521           - add support for the ModestCacheMgr
522
523 2007-01-22 00:07  djcb
524
525         * src/widgets/modest-header-view-priv.h,
526           src/widgets/modest-header-view-render.c,
527           src/widgets/modest-header-view.c,
528           src/widgets/modest-header-view.h: * modest-header-view-*
529           - the display string for dates is const now
530           - make special display function for dates
531
532 2007-01-22 00:05  djcb
533
534         * src/Makefile.am, src/modest-cache-mgr.c, src/modest-cache-mgr.h:
535           * Makefile.am, modest-cache-mgr.[ch]:
536           - add the modest cache manager
537
538 2007-01-19 18:42  svillar
539
540         * src/gtk/modest-edit-msg-window.c,
541           src/gtk/ui/modest-edit-msg-window-ui.xml,
542           src/maemo/modest-edit-msg-window.c,
543           src/maemo/modest-main-window.c,
544           src/maemo/ui/modest-edit-msg-window-ui.xml,
545           src/maemo/ui/modest-ui.xml, src/modest-main.c, src/modest-ui.c: *
546           Added toolbar and menubar for the Maemo UI
547           * Ported the Maemo edit window to ModestWindow
548
549 2007-01-19 15:16  svillar
550
551         * src/maemo/Makefile.am, src/maemo/modest-account-view-window.c,
552           src/maemo/modest-edit-msg-window.c,
553           src/maemo/modest-main-window.c,
554           src/maemo/ui/modest-edit-msg-window-ui.xml,
555           src/maemo/ui/modest-ui.xml, src/modest-mail-operation.c,
556           src/widgets/modest-account-view.c: * Migration to GtkUIManager
557           * Migration to use the new ModestWindow
558           * Fixed an issue with a variable incorrectly used
559
560 2007-01-19 14:34  svillar
561
562         * src/widgets/modest-main-window.h: * Added two new functions
563
564 2007-01-19 14:20  djcb
565
566         * src/modest-ui.c: * modest-ui.c:
567           - be resilient agains NULL folders
568
569 2007-01-19 14:19  djcb
570
571         * src/widgets/modest-account-view.c: * modest-account-view:
572           - use the display name instead of the (internal) name
573
574 2007-01-19 12:56  svillar
575
576         * src/gtk/ui/modest-ui.xml: * Added the missing </ui> final tag
577
578 2007-01-19 12:51  svillar
579
580         * src/gtk/modest-main-window.c, src/gtk/ui/modest-ui.xml,
581           src/modest-mail-operation.c, src/modest-ui-actions.h,
582           src/modest-ui.c, src/widgets/modest-main-window-ui.h,
583           tests/Makefile.am: * Added some more UI actions implementations
584           * Fixed some problems with the tests
585
586 2007-01-19 12:29  svillar
587
588         * docs/reference/Makefile.am, docs/reference/modest-sections.txt,
589           docs/reference/tmpl/modest-account-keys.sgml,
590           docs/reference/tmpl/modest-account-mgr.sgml,
591           docs/reference/tmpl/modest-conf-keys.sgml,
592           docs/reference/tmpl/modest-conf.sgml,
593           docs/reference/tmpl/modest-debug.sgml,
594           docs/reference/tmpl/modest-defs.sgml,
595           docs/reference/tmpl/modest-edit-msg-window-ui.sgml,
596           docs/reference/tmpl/modest-edit-msg-window.sgml,
597           docs/reference/tmpl/modest-folder-view.sgml,
598           docs/reference/tmpl/modest-header-view.sgml,
599           docs/reference/tmpl/modest-icon-names.sgml,
600           docs/reference/tmpl/modest-init.sgml,
601           docs/reference/tmpl/modest-local-folder-info.sgml,
602           docs/reference/tmpl/modest-mail-operation.sgml,
603           docs/reference/tmpl/modest-main-window-ui.sgml,
604           docs/reference/tmpl/modest-main-window.sgml,
605           docs/reference/tmpl/modest-msg-view.sgml,
606           docs/reference/tmpl/modest-pair.sgml,
607           docs/reference/tmpl/modest-proto.sgml,
608           docs/reference/tmpl/modest-protocol-info.sgml,
609           docs/reference/tmpl/modest-protocol-mgr.sgml,
610           docs/reference/tmpl/modest-store-widget.sgml,
611           docs/reference/tmpl/modest-text-utils.sgml,
612           docs/reference/tmpl/modest-tny-account-store.sgml,
613           docs/reference/tmpl/modest-tny-attachment.sgml,
614           docs/reference/tmpl/modest-tny-folder.sgml,
615           docs/reference/tmpl/modest-tny-msg-view.sgml,
616           docs/reference/tmpl/modest-tny-platform-factory.sgml,
617           docs/reference/tmpl/modest-tny-store-actions.sgml,
618           docs/reference/tmpl/modest-tny-transport-actions.sgml,
619           docs/reference/tmpl/modest-toolbar.sgml,
620           docs/reference/tmpl/modest-transport-widget.sgml.bak,
621           docs/reference/tmpl/modest-ui-actions.sgml,
622           docs/reference/tmpl/modest-ui-priv.sgml,
623           docs/reference/tmpl/modest-ui.sgml,
624           docs/reference/tmpl/modest-unused.sgml,
625           docs/reference/tmpl/modest-widget-factory.sgml,
626           docs/reference/tmpl/modest-widget-memory-priv.sgml,
627           docs/reference/tmpl/modest-window-priv.sgml,
628           docs/reference/tmpl/modest-window.sgml,
629           docs/reference/tmpl/modest.glade.sgml, po/modest.pot,
630           src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c,
631           src/gtk/ui/modest-ui.xml, src/modest-mail-operation.h,
632           src/modest-ui-actions.h, src/modest-ui.c,
633           src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h,
634           src/widgets/modest-folder-view.c,
635           src/widgets/modest-folder-view.h,
636           src/widgets/modest-header-view.c,
637           src/widgets/modest-header-view.h,
638           src/widgets/modest-main-window-ui.h,
639           src/widgets/modest-main-window.h,
640           src/widgets/modest-window-priv.h, src/widgets/modest-window.c,
641           src/widgets/modest-window.h: * Added ModestWindow object
642           * Migrated the toplevel windows to the new ModestWindow
643           * Added some new UI actions
644           * Added context-sensitive menus
645           * Added and deleted some sgml
646           * Added support to do make dist
647
648 2007-01-19 12:29  djcb
649
650         * src/modest-protocol-info.c, src/modest-tny-account-store.c: *
651           small correctness fixes
652
653 2007-01-19 01:21  djcb
654
655         * src/modest-widget-memory.c, src/widgets/modest-header-view.c,
656           src/widgets/modest-header-view.h: * all:
657           - start of the 'empty headers'-support
658
659 2007-01-19 00:17  djcb
660
661         * src/modest-widget-memory.c: * modest-widget-memory.c:
662           - remove debugging g_warnings
663
664 2007-01-19 00:11  djcb
665
666         * src/gtk/modest-main-window.c, src/gtk/ui/modest-ui.xml,
667           src/modest-marshal.list, src/modest-ui-actions.h,
668           src/modest-ui.c, src/widgets/modest-main-window-ui.h: * all:
669           - add extra toolbar button to toggle the view
670           from 'two-line' to 'detailed' mode
671
672 2007-01-19 00:10  djcb
673
674         * src/modest-conf.c: * modest-conf.c:
675           - fix compile warning
676
677 2007-01-19 00:09  djcb
678
679         * src/modest-init.c: * modest-init.c:
680           - set the new per-style per-folder-type header-view-columns
681           - remove the #define for maemo/gtk
682
683 2007-01-19 00:08  djcb
684
685         * src/modest-widget-memory-priv.h, src/modest-widget-memory.c: *
686           modest-widget-memory*:
687           - save header view settings per style
688
689 2007-01-19 00:07  djcb
690
691         * src/widgets/modest-header-view.c,
692           src/widgets/modest-header-view.h: * modest-header-view.[ch]:
693           - remove the state stuff for now
694           - implement efficient style changes
695
696 2007-01-18 18:49  djcb
697
698         * src/Makefile.am, src/modest-account-mgr.h, src/modest-defs.h: *
699           all:
700           - forgotten stuff to check in (regarding modest-defs.h). [sorry]
701
702 2007-01-18 15:29  djcb
703
704         * src/modest-account-keys.h, src/modest-account-mgr.c,
705           src/modest-conf-keys.h, src/modest-conf.h, src/modest-init.c,
706           src/modest-local-folder-info.c, src/modest-local-folder-info.h,
707           src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
708           all:
709           - modest global #defines to modest-defs.h
710
711 2007-01-18 12:01  svillar
712
713         * src/maemo/modest-account-view-window.c,
714           src/maemo/modest-edit-msg-window.c,
715           src/maemo/modest-main-window.c: * Updated files to fit the last
716           Modest APIs
717
718 2007-01-18 11:32  svillar
719
720         * src/widgets/modest-account-view.c: * Added missing header
721
722 2007-01-18 11:21  svillar
723
724         * configure.ac: * Replaced IT_PROG_INTLTOOL by AC_PROG_INTLTOOL
725           * Downgraded intltool required version to 0.33
726
727 2007-01-17 20:47  djcb
728
729         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
730           - remove some unused code
731
732 2007-01-17 14:13  djcb
733
734         * src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c,
735           src/maemo/modest-main-window.c, src/modest-ui.h,
736           src/widgets/modest-folder-view.c: * all:
737           - compile fixes for maemo frontend
738
739 2007-01-17 11:22  djcb
740
741         * src/widgets/modest-header-view.c: * modest-header-view.c:
742           - the set_state code gets into infinite recursion somehow, turned
743           off for now
744
745 2007-01-17 11:02  djcb
746
747         * tests/Makefile.am, tests/check_modest-conf.c,
748           tests/check_modest-presets.c, tests/check_text-utils.c,
749           tests/check_update-account.c: * unit tests:
750           - fix compile warnings
751
752 2007-01-17 09:10  djcb
753
754         * src/modest-init.c, src/modest-init.h,
755           src/modest-local-folder-info.c, src/modest-local-folder-info.h,
756           src/modest-tny-account-store.c, src/modest-tny-account-store.h,
757           src/modest-tny-folder.c, src/modest-tny-folder.h,
758           src/modest-tny-platform-factory.h: * all:
759           - implement local folders; still needs some work though
760
761 2007-01-17 08:02  djcb
762
763         * src/Makefile.am, src/modest-init.c,
764           src/modest-local-folder-info.c, src/modest-local-folder-info.h: *
765           all:
766           - move local folder stuff to modest-local-folder-info.[ch]
767           - document the functions
768
769 2007-01-17 00:21  djcb
770
771         * src/modest-init.c, src/modest-main.c, src/modest-tny-folder.c,
772           src/modest-tny-folder.h: * all:
773           - create the local folders at startup if the do not yet exist
774
775 2007-01-16 23:19  djcb
776
777         * src/widgets/modest-folder-view.c,
778           src/widgets/modest-header-view.c: *
779           modest-(folder|header)-view.c:
780           - handle updates correctly
781
782 2007-01-16 23:18  djcb
783
784         * src/modest-ui.c: * modest-ui.c:
785           - clear headers when folders change
786           - clear msg when headers change
787
788 2007-01-16 23:17  djcb
789
790         * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c: *
791           (gtk|maemo)/modest-main-window.c:
792           - no need to set the column headers anymore, after the
793           modest-init stuff
794
795 2007-01-16 23:16  djcb
796
797         * src/Makefile.am, src/modest-init.c, src/modest-init.h,
798           src/modest-main.c, src/modest-widget-memory-priv.h,
799           src/modest-widget-memory.c, src/modest-widget-memory.h: *
800           modest-main:
801           - set header column settings if they're not there, or
802           simply overwrite them if started with --factory-settings
803           * modest-widget-memory-*
804           - make the _PARAM and the 'get_key' stuff available for
805           modest-init (using -priv)
806           * modest-init.[ch]:
807           - implement header column defaults, differentiated per folder
808           type and for gtk/maemo
809
810 2007-01-16 19:35  djcb
811
812         * src/modest-debug.h: * modest-debug.h:
813           - add proper guards end DECLs
814
815 2007-01-16 19:23  djcb
816
817         * configure.ac: * configure.ac:
818           - fix for my system, it does not know 'no-dist-gzip'
819
820 2007-01-16 19:22  djcb
821
822         * docs/reference/Makefile.am: * Makefile.am:
823           - compile fix, content_files = \ was followed by #'d next line
824
825 2007-01-16 14:55  svillar
826
827         * Makefile.am, configure.ac, docs/reference/Makefile.am,
828           docs/reference/modest-docs.sgml, src/Makefile.am,
829           src/gtk/Makefile.am, src/maemo/Makefile.am,
830           src/widgets/Makefile.am: * Updated the SOURCES sections of
831           Makefile.am's
832           * Added IT_PROG_INTLTOOL macro to configure.ac
833           * Fixed some problems with the documentation
834           * "make dist" is now working again
835
836 2007-01-16 13:36  djcb
837
838         * src/modest-ui.c: - modest-ui.c:
839           - show folder name in window title
840
841 2007-01-16 13:36  djcb
842
843         * src/widgets/Makefile.am, src/widgets/modest-header-view-priv.h,
844           src/widgets/modest-header-view-render.c,
845           src/widgets/modest-header-view.c,
846           src/widgets/modest-header-view.h: * modest-header-x:
847           - move cell renderers to -render.c, to keep line count < 1000
848           - fix making header view empty
849           - add 'size' column
850           - small cleanups
851
852 2007-01-16 12:52  svillar
853
854         * src/gtk/modest-edit-msg-window.c,
855           src/maemo/modest-edit-msg-window.c, src/modest-mail-operation.c,
856           src/modest-tny-account-store.c: * The reply/fw stuff now uses the
857           text/plain part of the original message
858           * Deleted an unused lock from the ModestTnyAccountStore
859
860 2007-01-16 08:56  svillar
861
862         * docs/reference/Makefile.am, docs/reference/modest-docs.sgml: *
863           Some fixes, files added and removed
864
865 2007-01-16 08:55  svillar
866
867         * tests/Makefile.am, tests/check_folder-transfer.c,
868           tests/check_update-account.c: * Fixed some compilation warnings
869           * Modified the Makefile with the new file additions and removals
870
871 2007-01-16 08:53  svillar
872
873         * src/modest-tny-platform-factory.c: * Fixed a compilation warning
874
875 2007-01-16 00:58  djcb
876
877         * src/modest-mail-operation.c: * modest-mail-operation.c:
878           - fix some compile warnings
879
880 2007-01-16 00:57  djcb
881
882         * src/modest-main.c, src/modest-ui.c, src/modest-widget-factory.c,
883           src/modest-widget-memory.c: * all:
884           - small cleanups
885
886 2007-01-16 00:55  djcb
887
888         * src/widgets/modest-header-view.c,
889           src/widgets/modest-header-view.h: * modest-header-view.[ch]:
890           - make colums a little bit better
891           - export 'protected' function to fix compiler warning
892
893 2007-01-16 00:54  djcb
894
895         * src/modest-account-mgr.c, src/modest-account-mgr.h,
896           src/modest-tny-account-store.c: * modest-tny-account-store:
897           - some big cleanups
898
899 2007-01-16 00:53  djcb
900
901         * src/gtk/modest-account-view-window.c,
902           src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c,
903           src/modest-tny-platform-factory.c,
904           src/modest-tny-platform-factory.h: * some tiny changes in
905           modest-tny-platform-factory
906
907 2007-01-15 19:44  svillar
908
909         * src/gtk/modest-account-assistant.c, src/modest-protocol-info.c,
910           src/modest-text-utils.c, src/modest-text-utils.h,
911           src/modest-tny-folder.c: * Added an email validation function
912           * Added some documentation
913           * Initialized some variables that were causing crashes
914           * Added some error handling code at ModestAccountAssistant
915
916 2007-01-15 18:20  svillar
917
918         * docs/reference/modest-docs.sgml, src/widgets/Makefile.am,
919           src/widgets/modest-toolbar.c: * Deleted some remaining
920           ModestToolbar stuff
921
922 2007-01-15 17:21  svillar
923
924         * src/modest-tny-msg-actions.h,
925           src/widgets/modest-edit-msg-window.h,
926           src/widgets/modest-folder-view.h,
927           src/widgets/modest-main-window.h,
928           src/widgets/modest-tny-stream-gtkhtml.h,
929           src/widgets/modest-toolbar.h: * Deleted an unusued file
930           * Added some documentation
931
932 2007-01-15 16:57  svillar
933
934         * src/modest-tny-store-actions.c, src/modest-tny-store-actions.h: *
935           Deleted unused files
936
937 2007-01-15 16:48  svillar
938
939         * docs/reference/modest-docs.sgml: * Added and removed some files
940
941 2007-01-15 16:47  svillar
942
943         * src/modest-tny-account-store.c, src/modest-tny-folder.c,
944           src/modest-widget-factory.c, src/widgets/modest-header-view.c: *
945           Fixed some compilation warnings
946           * Added the TnyLockable support to the account store
947
948 2007-01-15 10:51  djcb
949
950         * tests/Makefile.am, tests/check_account-mgr.c: * update for
951           ModestProtocolInfo stuff, and yes, checks pass
952
953 2007-01-15 10:41  djcb
954
955         * src/gtk/modest-account-assistant.c, src/gtk/modest-main-window.c,
956           src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h,
957           src/gtk/modest-transport-widget.c,
958           src/gtk/modest-transport-widget.h: * gtk/*:
959           - update to new ModestProtocolManager
960
961 2007-01-15 10:39  djcb
962
963         * src/gtk/pixmaps/stock-stop.png, src/gtk/pixmaps/stock_stop.png,
964           src/gtk/pixmaps/view-refresh.png: * pixmaps: update
965
966 2007-01-15 10:39  djcb
967
968         * src/widgets/Makefile.am, src/widgets/modest-window.h: * small
969           cleanups
970
971 2007-01-15 10:38  djcb
972
973         * src/Makefile.am: * Makefile.am:
974           - compile modest-protocol-info.[ch]
975
976 2007-01-15 10:37  djcb
977
978         * src/modest-conf.h, src/modest-main.c,
979           src/modest-tny-account-store.c: * modest-conf.h, modest-main.c:
980           - small cleanups
981           * modest-tny-account-store.c:
982           - update to ModestProtocolInfo
983
984 2007-01-15 10:33  djcb
985
986         * src/modest-pair.c, src/modest-pair.h: * modest-pair.[ch]:
987           - small cleanups, documentation
988
989 2007-01-15 10:32  djcb
990
991         * src/modest-account-mgr.c, src/modest-account-mgr.h,
992           src/modest-widget-factory.c: * update to new ModestProtocolInfo
993
994 2007-01-15 10:30  djcb
995
996         * src/modest-proto.c, src/modest-proto.h,
997           src/modest-protocol-info.c, src/modest-protocol-info.h,
998           src/modest-protocol-mgr.c, src/modest-protocol-mgr.h: *
999           modest-proto*:
1000           replace modest-proto and modest-protocol-mgr with
1001           modest-protocol-info. changes to other code in next commits.
1002
1003 2007-01-13 21:29  djcb
1004
1005         * src/Makefile.am, src/modest-tny-folder.c,
1006           src/modest-tny-folder.h, src/modest-widget-memory.c,
1007           src/widgets/modest-folder-view.c,
1008           src/widgets/modest-folder-view.h: * all:
1009           - move folder type guessing capability to a TnyFolder decorator:
1010           in modest-tny-folder.[ch]. Also, the folder rules will be
1011           implemented
1012           here.
1013
1014 2007-01-13 14:47  djcb
1015
1016         * src/gtk/modest-main-window.c, src/widgets/modest-header-view.c,
1017           src/widgets/modest-header-view.h: *
1018           widgets/modest-header-view.[ch], gtk/modest-main-window.c
1019           - make the main window resizing due to column expansion a bit
1020           less annoying
1021
1022 2007-01-13 14:44  djcb
1023
1024         * src/modest-tny-stream-gtkhtml.c, src/modest-tny-stream-gtkhtml.h,
1025           src/widgets/modest-tny-stream-gtkhtml.c,
1026           src/widgets/modest-tny-stream-gtkhtml.h: *
1027           modest-tny-stream-gtkhtml.[ch]:
1028           - move to the widgets/ dir
1029
1030 2007-01-13 13:38  djcb
1031
1032         * src/modest-protocol-mgr.c: * modest-protocol-mgr.c:
1033           - add copyright header
1034
1035 2007-01-13 13:27  djcb
1036
1037         * src/gtk/modest-icon-names.h: * fix the typo, now the correct icon
1038           is found
1039
1040 2007-01-13 13:26  djcb
1041
1042         * src/Makefile.am, src/modest-debug.c, src/modest-debug.h,
1043           src/modest-main.c: * modest-main, modest-debug.[ch], Makefile.am
1044           - cleaned up modest-main a bit, moved debugging stuff to
1045           modest-debug.[ch]
1046
1047 2007-01-12 16:12  djcb
1048
1049         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
1050           - explicitly use tny_camel_(pop|imap)_store_account_new
1051           => now both imap and pop work, hurrah
1052           - fix some warnings
1053
1054 2007-01-12 14:29  svillar
1055
1056         * docs/reference/Makefile.am: * Removed the attachment stuff
1057
1058 2007-01-12 14:24  svillar
1059
1060         * src/gtk/ui, src/gtk/ui/modest-edit-msg-window-ui.xml,
1061           src/gtk/ui/modest-ui.xml, src/maemo/ui,
1062           src/maemo/ui/modest-edit-msg-window-ui.xml,
1063           src/maemo/ui/modest-ui.xml: * Added UI specifications XML files
1064
1065 2007-01-12 14:15  svillar
1066
1067         * docs/reference/modest-docs.sgml: * Removed the attachments stuff
1068
1069 2007-01-12 14:13  svillar
1070
1071         * src/Makefile.am, src/gtk/Makefile.am,
1072           src/gtk/modest-account-assistant.h,
1073           src/gtk/modest-account-view-window.h,
1074           src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c,
1075           src/gtk/modest-store-widget.h, src/gtk/modest-transport-widget.h,
1076           src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c,
1077           src/modest-formatter.c, src/modest-icon-factory.h,
1078           src/modest-main.c, src/modest-tny-msg-actions.c,
1079           src/modest-ui-actions.h, src/modest-ui-priv.h, src/modest-ui.c,
1080           src/modest-ui.h, src/modest-widget-memory.h, src/ui,
1081           src/widgets/modest-account-view.c,
1082           src/widgets/modest-account-view.h,
1083           src/widgets/modest-edit-msg-window-ui.h,
1084           src/widgets/modest-edit-msg-window.h,
1085           src/widgets/modest-header-view.h,
1086           src/widgets/modest-main-window-ui.h,
1087           src/widgets/modest-main-window.h, src/widgets/modest-msg-view.h:
1088           * Cleaned some header files, deleting unused includes
1089           * Migrated the edit msg window to GtkUIManager
1090           * Added modest-ui-actions.h with the signatures of the ui actions
1091           * Added modest-main-window-ui.h and modest-edit-msg-window-ui.h
1092           with the ui action entries of the windows
1093           * Removed the action entries and actions from modest-ui-priv.h
1094           * Moved the GtkUIManager creation to the windows
1095           * Added some getter methods to the windows
1096
1097 2007-01-11 07:52  djcb
1098
1099         * src/modest-main.c, src/modest-tny-account-store.c: *
1100           modest-main.c, modest-tny-account-store.c:
1101           - fix two leaks
1102
1103 2007-01-10 19:08  djcb
1104
1105         * tests/check_text-utils.c: * solve merge conflict
1106
1107 2007-01-10 15:46  djcb
1108
1109         * src/maemo/modest-icon-names.h: * modest-icon-names.h:
1110           - use modest-icon.png
1111
1112 2007-01-10 15:45  djcb
1113
1114         * src/widgets/modest-header-view.c: * modest-header-view.c:
1115           - enable the hiding of the GtkTreeView heading
1116
1117 2007-01-10 15:44  djcb
1118
1119         * src/modest-widget-factory.c, src/modest-widget-factory.h: *
1120           modest-widget-factory.[ch]:
1121           - first stab of combobox of non-local stores; not finished yet
1122
1123 2007-01-10 13:40  djcb
1124
1125         * src/maemo/pixmaps/modest-icon.png,
1126           src/maemo/pixmaps/qgn_list_gene_attacpap.png,
1127           src/maemo/pixmaps/qgn_list_gene_fldr_cls.png,
1128           src/maemo/pixmaps/qgn_list_gene_fldr_opn.png,
1129           src/maemo/pixmaps/qgn_list_messagin.png,
1130           src/maemo/pixmaps/qgn_list_messagin_drafts.png,
1131           src/maemo/pixmaps/qgn_list_messagin_editor.png,
1132           src/maemo/pixmaps/qgn_list_messagin_inbox.png,
1133           src/maemo/pixmaps/qgn_list_messagin_mail.png,
1134           src/maemo/pixmaps/qgn_list_messagin_mail_unread.png,
1135           src/maemo/pixmaps/qgn_list_messagin_outbox.png,
1136           src/maemo/pixmaps/qgn_list_messagin_sent.png,
1137           src/maemo/pixmaps/qgn_list_messagin_viewer.png,
1138           src/maemo/pixmaps/qgn_toolb_messagin.png,
1139           src/maemo/pixmaps/qgn_toolb_messagin_delete.png,
1140           src/maemo/pixmaps/qgn_toolb_messagin_forward.png,
1141           src/maemo/pixmaps/qgn_toolb_messagin_new.png,
1142           src/maemo/pixmaps/qgn_toolb_messagin_reply.png,
1143           src/maemo/pixmaps/qgn_toolb_messagin_replytoall.png,
1144           src/maemo/pixmaps/qgn_toolb_messagin_send.png,
1145           src/maemo/pixmaps/qgn_toolb_messagin_sendreceive.png,
1146           src/maemo/pixmaps/stock_stop.png,
1147           src/maemo/pixmaps/view-refresh.png: * added some icons
1148
1149 2007-01-10 10:51  svillar
1150
1151         * src/ui/modest-edit-msg-window-ui.xml:
1152
1153 2007-01-10 09:00  svillar
1154
1155         * src/Makefile.am, src/modest-mail-operation.h,
1156           src/modest-tny-attachment.c, src/modest-tny-attachment.h: *
1157           Removed the ModestTnyAttachment stuff
1158
1159 2007-01-10 07:11  djcb
1160
1161         * src/modest-widget-memory.c, src/widgets/modest-header-view.c,
1162           src/widgets/modest-header-view.h: * modest-header-view.[ch],
1163           modest-widget-memory.c:
1164           - widget state management, first round
1165
1166 2007-01-09 22:40  djcb
1167
1168         * src/widgets/modest-folder-view.h: * modest-folder-view.h:
1169           - extra tny folder types are moved to tinymail
1170
1171 2007-01-09 16:03  djcb
1172
1173         * src/modest-tny-platform-factory.c, src/modest-ui.c,
1174           src/modest-widget-factory.c, src/widgets/modest-folder-view.h: *
1175           all:
1176           - cosmetics
1177
1178 2007-01-09 16:02  djcb
1179
1180         * src/Makefile.am: * Makefile.am:
1181           - include maemo in dist
1182
1183 2007-01-09 16:01  djcb
1184
1185         * src/gtk/Makefile.am, src/gtk/modest-main-window.c: * all:
1186           - small stuff
1187
1188 2007-01-09 16:00  djcb
1189
1190         * src/maemo/Makefile.am, src/maemo/modest-main-window.c: *
1191           Makefile.am:
1192           - put pixmaps in right dir
1193           * modest-main-window.c:
1194           - remaemoize a bit + compile fixes
1195
1196 2007-01-09 15:59  djcb
1197
1198         * src/gtk/modest-icon-names.h, src/maemo/modest-icon-names.h,
1199           src/widgets/modest-icon-names.h: * all:
1200           - move modest-icon-names back to platform dirs
1201
1202 2007-01-09 15:56  djcb
1203
1204         * src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h,
1205           src/widgets/modest-main-window.h, src/widgets/modest-window.h: *
1206           all:
1207           - use GtkWindow for gtk, HildonWindow for maemo
1208           - add header files to Makefile.am, so make dist will work
1209
1210 2007-01-09 14:21  djcb
1211
1212         * src/maemo/Makefile.am, src/maemo/modest-account-assistant.c,
1213           src/maemo/modest-account-assistant.h,
1214           src/maemo/modest-edit-msg-window.c,
1215           src/maemo/modest-main-window.c, src/maemo/pixmaps/back.png,
1216           src/maemo/pixmaps/folder-closed.png,
1217           src/maemo/pixmaps/folder-open.png, src/maemo/pixmaps/forward.png,
1218           src/maemo/pixmaps/gnome-stock-mail-fwd.png,
1219           src/maemo/pixmaps/gnome-stock-mail-new.png,
1220           src/maemo/pixmaps/gnome-stock-mail-rpl.png,
1221           src/maemo/pixmaps/go-next.png, src/maemo/pixmaps/go-previous.png,
1222           src/maemo/pixmaps/gtk-refresh.png,
1223           src/maemo/pixmaps/internet-mail.png,
1224           src/maemo/pixmaps/mail-forward.png,
1225           src/maemo/pixmaps/mail-mark-junk.png,
1226           src/maemo/pixmaps/mail-message-new.png,
1227           src/maemo/pixmaps/mail-reply-all.png,
1228           src/maemo/pixmaps/mail-reply-sender.png,
1229           src/maemo/pixmaps/modest.png, src/maemo/pixmaps/process-stop.png,
1230           src/maemo/pixmaps/qgn_addr_icon_user_group.png,
1231           src/maemo/pixmaps/qgn_list_gene_attacpap.png,
1232           src/maemo/pixmaps/qgn_list_gene_fldr_clp.png,
1233           src/maemo/pixmaps/qgn_list_gene_fldr_cls.png,
1234           src/maemo/pixmaps/qgn_list_gene_fldr_exp.png,
1235           src/maemo/pixmaps/qgn_list_gene_fldr_opn.png,
1236           src/maemo/pixmaps/qgn_list_messagin.png,
1237           src/maemo/pixmaps/qgn_list_messagin_drafts.png,
1238           src/maemo/pixmaps/qgn_list_messagin_editor.png,
1239           src/maemo/pixmaps/qgn_list_messagin_hdr.png,
1240           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted.png,
1241           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_high.png,
1242           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_low.png,
1243           src/maemo/pixmaps/qgn_list_messagin_hdr_high.png,
1244           src/maemo/pixmaps/qgn_list_messagin_hdr_high_unread.png,
1245           src/maemo/pixmaps/qgn_list_messagin_hdr_low.png,
1246           src/maemo/pixmaps/qgn_list_messagin_hdr_low_unread.png,
1247           src/maemo/pixmaps/qgn_list_messagin_hdr_signed.png,
1248           src/maemo/pixmaps/qgn_list_messagin_hdr_signed_high.png,
1249           src/maemo/pixmaps/qgn_list_messagin_hdr_signed_low.png,
1250           src/maemo/pixmaps/qgn_list_messagin_hdr_unread.png,
1251           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png,
1252           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png,
1253           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png,
1254           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed.png,
1255           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png,
1256           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png,
1257           src/maemo/pixmaps/qgn_list_messagin_inbox.png,
1258           src/maemo/pixmaps/qgn_list_messagin_mail.png,
1259           src/maemo/pixmaps/qgn_list_messagin_mail_deleted.png,
1260           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read.png,
1261           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png,
1262           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png,
1263           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread.png,
1264           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png,
1265           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png,
1266           src/maemo/pixmaps/qgn_list_messagin_mail_high.png,
1267           src/maemo/pixmaps/qgn_list_messagin_mail_high_unread.png,
1268           src/maemo/pixmaps/qgn_list_messagin_mail_low.png,
1269           src/maemo/pixmaps/qgn_list_messagin_mail_low_unread.png,
1270           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read.png,
1271           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_high.png,
1272           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_low.png,
1273           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread.png,
1274           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_high.png,
1275           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_low.png,
1276           src/maemo/pixmaps/qgn_list_messagin_mail_unread.png,
1277           src/maemo/pixmaps/qgn_list_messagin_outbox.png,
1278           src/maemo/pixmaps/qgn_list_messagin_sent.png,
1279           src/maemo/pixmaps/qgn_list_messagin_viewer.png,
1280           src/maemo/pixmaps/qgn_list_messaging_high.png,
1281           src/maemo/pixmaps/qgn_list_messaging_low.png: * all:
1282           - fix maemo compilation
1283           - cleanups icons
1284
1285 2007-01-09 12:53  djcb
1286
1287         * src/modest-widget-memory.c: * modest-widget-memory.c:
1288           - don't save header view when it's empty
1289
1290 2007-01-09 12:52  djcb
1291
1292         * src/widgets/modest-header-view.c,
1293           src/widgets/modest-header-view.h: * modest-header-view.[ch]
1294           - add support for empty folders (they show a message)
1295           - small cleanups / merge with sergio
1296
1297 2007-01-09 10:36  svillar
1298
1299         * docs/reference/Makefile.am, docs/reference/modest-docs.sgml,
1300           docs/reference/modest-sections.txt,
1301           docs/reference/tmpl/modest-account-mgr.sgml,
1302           docs/reference/tmpl/modest-conf.sgml,
1303           docs/reference/tmpl/modest-error.sgml,
1304           docs/reference/tmpl/modest-folder-view.sgml,
1305           docs/reference/tmpl/modest-header-view.sgml,
1306           docs/reference/tmpl/modest-icon-names.sgml,
1307           docs/reference/tmpl/modest-mail-operation.sgml,
1308           docs/reference/tmpl/modest-main-window.sgml,
1309           docs/reference/tmpl/modest-msg-view.sgml,
1310           docs/reference/tmpl/modest-store-widget.sgml,
1311           docs/reference/tmpl/modest-text-utils.sgml,
1312           docs/reference/tmpl/modest-tny-account-store.sgml,
1313           docs/reference/tmpl/modest-toolbar.sgml,
1314           docs/reference/tmpl/modest-ui.sgml,
1315           docs/reference/tmpl/modest-unused.sgml,
1316           docs/reference/tmpl/modest-widget-factory.sgml, src/Makefile.am,
1317           src/gtk/Makefile.am, src/gtk/modest-account-assistant.c,
1318           src/gtk/modest-edit-msg-window.c,
1319           src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h,
1320           src/gtk/modest-main-window.c, src/gtk/modest-main-window.h,
1321           src/gtk/modest-store-widget.c, src/gtk/modest-ui.c,
1322           src/maemo/modest-edit-msg-window.h,
1323           src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c,
1324           src/maemo/modest-main-window.h, src/maemo/modest-ui.c,
1325           src/modest-error.h, src/modest-mail-operation.c,
1326           src/modest-main.c, src/modest-text-utils.h,
1327           src/modest-tny-account-store.c,
1328           src/modest-tny-platform-factory.c, src/modest-ui.c,
1329           src/modest-ui.h, src/modest-widget-factory.c,
1330           src/modest-widget-factory.h, src/ui, src/ui/modest-ui.xml,
1331           src/widgets/Makefile.am, src/widgets/modest-edit-msg-window.h,
1332           src/widgets/modest-folder-view.c,
1333           src/widgets/modest-header-view.c,
1334           src/widgets/modest-header-view.h,
1335           src/widgets/modest-icon-names.h,
1336           src/widgets/modest-main-window.h, tests/check_text-utils.c: *
1337           Migration to GtkUIManager almost completed
1338           * Added a modest-ui.xml file with the interface description
1339           * Moved modest-icon-names.h modest-edit-msg-window.h
1340           modest-main-window.h to widgets/
1341           * Moved modest-ui.c to src/
1342           * ModestUI now manages all the UI signals
1343           * ModestWidgetFactory is now just a factory
1344
1345 2007-01-07 11:39  djcb
1346
1347         * COPYING: * re-add the correct COPYING file.
1348
1349 2007-01-04 15:18  djcb
1350
1351         * tests/check_modest-presets.c, tests/check_text-utils.c,
1352           tests/provider-data-test.keyfile: * fix unit tests. all tests
1353           pass now.
1354
1355 2007-01-04 15:17  djcb
1356
1357         * src/modest-presets.c, src/modest-presets.h,
1358           src/modest-text-utils.c, src/modest-text-utils.h: *
1359           modest-text-utils.[ch], modest-presets.[ch]:
1360           - fix some bugs in presets 'get_providers' function
1361           - add preconditions to functions (g_return_if_fail etc.)
1362           - update documentation
1363           - unit tests work now (after next commit)
1364
1365 2007-01-03 08:31  djcb
1366
1367         * tests/check_account-mgr.c: * check_account-mgr.c:
1368           - cleanup garbage from older tests, so tests pass now
1369           - cosmetic
1370
1371 2007-01-02 23:06  djcb
1372
1373         * tests/check_text-utils.c: * check_text-utils.c:
1374           - fix compilation
1375
1376 2007-01-02 14:50  djcb
1377
1378         * src/modest-text-utils.c, src/modest-text-utils.h,
1379           src/widgets/modest-header-view.c: * modest-text-utils.[ch],
1380           modest-header-view.c:
1381           - move some string functions to text-utils
1382
1383 2006-12-26 17:43  svillar
1384
1385         * docs/reference/Makefile.am,
1386           docs/reference/modest-architecture.sgml,
1387           docs/reference/modest-coding-guidelines.sgml,
1388           docs/reference/modest-design.sgml,
1389           docs/reference/modest-docs.sgml,
1390           docs/reference/modest-preface.sgml,
1391           docs/reference/modest-sections.txt,
1392           docs/reference/tmpl/modest-account-assistant.sgml,
1393           docs/reference/tmpl/modest-account-keys.sgml,
1394           docs/reference/tmpl/modest-account-mgr.sgml,
1395           docs/reference/tmpl/modest-account-view-window.sgml,
1396           docs/reference/tmpl/modest-account-view.sgml,
1397           docs/reference/tmpl/modest-combo-box.sgml,
1398           docs/reference/tmpl/modest-conf.sgml,
1399           docs/reference/tmpl/modest-edit-msg-window.sgml,
1400           docs/reference/tmpl/modest-error.sgml,
1401           docs/reference/tmpl/modest-folder-view.sgml,
1402           docs/reference/tmpl/modest-formatter.sgml,
1403           docs/reference/tmpl/modest-header-view.sgml,
1404           docs/reference/tmpl/modest-icon-factory.sgml,
1405           docs/reference/tmpl/modest-icon-names.sgml,
1406           docs/reference/tmpl/modest-mail-operation-queue.sgml,
1407           docs/reference/tmpl/modest-mail-operation.sgml,
1408           docs/reference/tmpl/modest-msg-view.sgml,
1409           docs/reference/tmpl/modest-pair.sgml,
1410           docs/reference/tmpl/modest-presets.sgml,
1411           docs/reference/tmpl/modest-protocol-mgr.sgml,
1412           docs/reference/tmpl/modest-store-widget.sgml,
1413           docs/reference/tmpl/modest-text-utils.sgml,
1414           docs/reference/tmpl/modest-tny-account-store.sgml,
1415           docs/reference/tmpl/modest-tny-platform-factory.sgml,
1416           docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml,
1417           docs/reference/tmpl/modest-toolbar.sgml,
1418           docs/reference/tmpl/modest-transport-widget.sgml,
1419           docs/reference/tmpl/modest-widget-factory.sgml,
1420           docs/reference/tmpl/modest-widget-memory.sgml,
1421           src/modest-account-mgr.h, src/modest-formatter.h,
1422           src/modest-mail-operation.c, src/modest-mail-operation.h: *
1423           Splitted the main documentation file in some smaller ones
1424           * Updated documentation
1425           * Migrated the transfer_msgs function to the async version
1426
1427 2006-12-26 10:52  svillar
1428
1429         * docs/reference/Makefile.am,
1430           docs/reference/tmpl/modest-account-keys.sgml,
1431           docs/reference/tmpl/modest-account-mgr.sgml,
1432           docs/reference/tmpl/modest-conf-keys.sgml,
1433           docs/reference/tmpl/modest-conf.sgml,
1434           docs/reference/tmpl/modest-main-window.sgml,
1435           docs/reference/tmpl/modest-proto.sgml,
1436           docs/reference/tmpl/modest-tny-account-store.sgml,
1437           docs/reference/tmpl/modest-ui.sgml,
1438           docs/reference/tmpl/modest-unused.sgml, src/Makefile.am,
1439           src/gtk/modest-account-assistant.c,
1440           src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h,
1441           src/gtk/modest-transport-widget.c,
1442           src/gtk/modest-transport-widget.h, src/modest-account-keys.h,
1443           src/modest-account-mgr.c, src/modest-formatter.c,
1444           src/modest-mail-operation.c, src/modest-proto.h,
1445           src/modest-tny-platform-factory.c, tests/Makefile.am: * Added a
1446           new account key called type for server accounts
1447           * Added "data_changed" signal to the store widget
1448           * Added username entry to the transport widget
1449           * Added _get_requires_auth method to the transport widget
1450           * Added support to check completeness of some pages in the
1451           account assistant
1452           * The transport account is now created with the account assistant
1453           * The account manager now stores the type configuration key for
1454           server accounts
1455           * Updated the platform factory to the new tinymail API (added 3
1456           new methods)
1457           * Replaced camel calls by the new platform factory calls in
1458           ModestFormatter &
1459           ModestMailOperation
1460           * Added ModestProto to the Makefiles
1461
1462 2006-12-22 15:37  svillar
1463
1464         * docs/reference/tmpl/modest-account-assistant.sgml,
1465           docs/reference/tmpl/modest-account-keys.sgml,
1466           docs/reference/tmpl/modest-account-mgr.sgml,
1467           docs/reference/tmpl/modest-account-view-window.sgml,
1468           docs/reference/tmpl/modest-account-view.sgml,
1469           docs/reference/tmpl/modest-combo-box.sgml,
1470           docs/reference/tmpl/modest-conf-keys.sgml,
1471           docs/reference/tmpl/modest-conf.sgml,
1472           docs/reference/tmpl/modest-edit-msg-window.sgml,
1473           docs/reference/tmpl/modest-edit-window.sgml,
1474           docs/reference/tmpl/modest-error.sgml,
1475           docs/reference/tmpl/modest-folder-view.sgml,
1476           docs/reference/tmpl/modest-formatter.sgml,
1477           docs/reference/tmpl/modest-header-view.sgml,
1478           docs/reference/tmpl/modest-icon-factory.sgml,
1479           docs/reference/tmpl/modest-icon-names.sgml,
1480           docs/reference/tmpl/modest-mail-operation-queue.sgml,
1481           docs/reference/tmpl/modest-mail-operation.sgml,
1482           docs/reference/tmpl/modest-main-window.sgml,
1483           docs/reference/tmpl/modest-msg-view.sgml,
1484           docs/reference/tmpl/modest-pair.sgml,
1485           docs/reference/tmpl/modest-presets.sgml,
1486           docs/reference/tmpl/modest-proto.sgml,
1487           docs/reference/tmpl/modest-protocol-mgr.sgml,
1488           docs/reference/tmpl/modest-store-widget.sgml,
1489           docs/reference/tmpl/modest-text-utils.sgml,
1490           docs/reference/tmpl/modest-tny-account-store.sgml,
1491           docs/reference/tmpl/modest-tny-folder-tree-view.sgml,
1492           docs/reference/tmpl/modest-tny-header-tree-view.sgml,
1493           docs/reference/tmpl/modest-tny-msg-view.sgml,
1494           docs/reference/tmpl/modest-tny-platform-factory.sgml,
1495           docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml,
1496           docs/reference/tmpl/modest-toolbar.sgml,
1497           docs/reference/tmpl/modest-transport-widget.sgml,
1498           docs/reference/tmpl/modest-ui.sgml,
1499           docs/reference/tmpl/modest-widget-factory.sgml,
1500           docs/reference/tmpl/modest-widget-memory.sgml,
1501           docs/reference/tmpl/modest-window-mgr.sgml: * Removed some old
1502           templates for old files
1503           * Added a short description for all the objects
1504
1505 2006-12-22 14:49  svillar
1506
1507         * docs/reference/tmpl/modest-account-assistant.sgml,
1508           docs/reference/tmpl/modest-account-mgr.sgml,
1509           docs/reference/tmpl/modest-account-view-window.sgml,
1510           docs/reference/tmpl/modest-account-view.sgml,
1511           docs/reference/tmpl/modest-combo-box.sgml,
1512           docs/reference/tmpl/modest-conf.sgml,
1513           docs/reference/tmpl/modest-edit-msg-window.sgml,
1514           docs/reference/tmpl/modest-error.sgml,
1515           docs/reference/tmpl/modest-folder-view.sgml,
1516           docs/reference/tmpl/modest-formatter.sgml,
1517           docs/reference/tmpl/modest-header-view-priv.sgml,
1518           docs/reference/tmpl/modest-header-view.sgml,
1519           docs/reference/tmpl/modest-icon-factory.sgml,
1520           docs/reference/tmpl/modest-icon-names.sgml,
1521           docs/reference/tmpl/modest-mail-operation-queue.sgml,
1522           docs/reference/tmpl/modest-mail-operation.sgml,
1523           docs/reference/tmpl/modest-marshal.sgml,
1524           docs/reference/tmpl/modest-msg-view.sgml,
1525           docs/reference/tmpl/modest-pair.sgml,
1526           docs/reference/tmpl/modest-presets.sgml,
1527           docs/reference/tmpl/modest-protocol-mgr.sgml,
1528           docs/reference/tmpl/modest-store-widget.sgml,
1529           docs/reference/tmpl/modest-text-utils.sgml,
1530           docs/reference/tmpl/modest-tny-account-store.sgml,
1531           docs/reference/tmpl/modest-tny-attachment.sgml,
1532           docs/reference/tmpl/modest-tny-msg-actions.sgml,
1533           docs/reference/tmpl/modest-tny-platform-factory.sgml,
1534           docs/reference/tmpl/modest-tny-store-actions.sgml,
1535           docs/reference/tmpl/modest-tny-stream-gtkhtml.sgml,
1536           docs/reference/tmpl/modest-toolbar.sgml,
1537           docs/reference/tmpl/modest-transport-widget.sgml,
1538           docs/reference/tmpl/modest-widget-factory.sgml,
1539           docs/reference/tmpl/modest-widget-memory.sgml: * Added the
1540           missing tmpl
1541
1542 2006-12-22 13:21  svillar
1543
1544         * autogen.sh, configure.ac, docs/reference/Makefile.am,
1545           docs/reference/modest-docs.sgml,
1546           docs/reference/modest-sections.txt,
1547           docs/reference/tmpl/modest-account-mgr.sgml,
1548           docs/reference/tmpl/modest-conf.sgml,
1549           docs/reference/tmpl/modest-tny-account-store.sgml,
1550           docs/reference/tmpl/modest-ui.sgml,
1551           docs/reference/tmpl/modest-unused.sgml, src/modest-account-mgr.h,
1552           src/modest-mail-operation.c, src/modest-mail-operation.h,
1553           src/modest-pair.h, src/modest-presets.h, src/modest-text-utils.h,
1554           src/modest-tny-account-store.h,
1555           src/modest-tny-platform-factory.h, src/modest-widget-factory.h,
1556           src/modest-widget-memory.h, src/widgets/modest-header-view.h: *
1557           Fixed comments with errors
1558           * Removed gtkdocize call from autogen.sh
1559           * Added an index to the generated documentation
1560           * Added widgets and gtk directories to the documentation
1561
1562 2006-12-21 19:24  svillar
1563
1564         * docs/reference/modest-docs.sgml: * Replaced a some <chapter> by
1565           <reference>
1566
1567 2006-12-21 19:06  svillar
1568
1569         * src/modest-mail-operation.c, src/modest-mail-operation.h: * Added
1570           documentation for the public interfaces
1571
1572 2006-12-21 17:43  svillar
1573
1574         * docs/reference/Makefile.am, docs/reference/modest-docs.sgml,
1575           docs/reference/modest-sections.txt, src/modest-formatter.c,
1576           src/modest-formatter.h: * Added documentation to ModestFormatter
1577           * Modified the modest docs documentation
1578           * Added some missing paths do the documentation scan path
1579
1580 2006-12-21 08:28  svillar
1581
1582         * src/modest-error.h: * Moved error stuff to this new file
1583
1584 2006-12-20 18:52  svillar
1585
1586         * src/gtk/modest-edit-msg-window.c,
1587           src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c,
1588           src/modest-mail-operation.c: * Modified the API of the message
1589           window
1590           * Replaced the old _new method by a new one
1591           * Added some error support to the ModestMailOperation
1592
1593 2006-12-20 16:51  svillar
1594
1595         * src/Makefile.am, src/gtk/modest-account-view-window.c,
1596           src/modest-mail-operation.c: * Added the error stuff
1597           * Modified the appearance of the button box of the account view
1598           window
1599
1600 2006-12-20 12:40  svillar
1601
1602         * src/gtk/modest-store-widget.c, src/modest-account-mgr.c,
1603           src/modest-account-mgr.h, src/modest-conf.c, src/modest-conf.h: *
1604           Stored the reference to the security widget in the private
1605           structure of ModestStoreWidget
1606           * Added the new method modest_conf_set_list
1607           * Added the new method modest_account_mgr_set_list
1608
1609 2006-12-20 08:39  svillar
1610
1611         * src/modest-account-mgr.c: * Exchanged the two first parameters of
1612           the memmove call
1613
1614 2006-12-20 08:17  djcb
1615
1616         * src/modest-text-utils.c, src/modest-text-utils.h: *
1617           modest-text-utils.[ch]:
1618           - fixed modest_text_utils_remove_address (impl and doc)
1619
1620 2006-12-19 09:45  djcb
1621
1622         * src/gtk/modest-edit-msg-window.c: * gtk/modest-edit-msg-window.c:
1623           - fix for modest-widget-memory change
1624
1625 2006-12-19 09:44  djcb
1626
1627         * src/modest-mail-operation.c: * modest-mail-operation.c:
1628           - use g_return_val_if_fail instead of g_return_if_fail
1629
1630 2006-12-19 09:43  djcb
1631
1632         * src/modest-widget-memory.c: * modest-widget-memory.c:
1633           - update for modest-conf change
1634
1635 2006-12-19 09:41  djcb
1636
1637         * src/modest-account-mgr.c, src/modest-account-mgr.h,
1638           src/modest-conf.c, src/modest-conf.h, tests/check_account-mgr.c:
1639           * all:
1640           - allow also non-ASCII account names
1641           - all but NULL and '/' in names is allowed
1642
1643 2006-12-18 18:42  djcb
1644
1645         * src/modest-conf.c, src/modest-conf.h: * modest-conf.[ch]:
1646           - re-add modest_conf_get_list
1647           - remove ModestConf* param from escape/unescape functions
1648
1649 2006-12-15 18:40  svillar
1650
1651         * src/gtk/modest-account-assistant.c,
1652           src/gtk/modest-account-view-window.c, src/modest-conf.c,
1653           src/modest-widget-factory.c, src/widgets/modest-account-view.c: *
1654           Added support in the interface to remove accounts
1655           * Fixed the bug in the account assintant when trying to create
1656           new accounts
1657           * Added a forced synchronization in ModestConf when deleting keys
1658           * Added the parent window to some dialogs
1659
1660 2006-12-15 15:08  svillar
1661
1662         * src/gtk/modest-account-view-window.c,
1663           src/modest-mail-operation-queue.c,
1664           src/modest-mail-operation-queue.h, src/modest-mail-operation.c,
1665           src/modest-tny-msg-actions.c, src/modest-tny-platform-factory.c,
1666           src/modest-tny-platform-factory.h,
1667           src/widgets/modest-account-view.c,
1668           src/widgets/modest-account-view.h, tests/Makefile.am,
1669           tests/check_account-mgr.c, tests/check_text-utils.c,
1670           tests/check_update-account.c: * Added some unit tests for
1671           ModestTextUtils
1672           * Added unit tests for ModestAccountMgr
1673           * Added code to manage accounts removal
1674           * Added the ModestMailOperationQueue to the platform factory
1675           * ModestMailOperationQueue is no longer a singleton by itself
1676           * Added code to support mail operations cancels
1677           * Added a lot of API documentation
1678           * Added a new method to the ModestAccountView to retrieve the
1679           selected account
1680
1681 2006-12-15 10:28  svillar
1682
1683         * src/modest-widget-factory.c, src/widgets/Makefile.am,
1684           src/widgets/modest-header-view-priv.h,
1685           src/widgets/modest-header-view.c,
1686           src/widgets/modest-header-view.h: * Added support to better
1687           handle online/offline status
1688
1689 2006-12-14 16:08  svillar
1690
1691         * src/modest-marshal.list, src/modest-widget-factory.c,
1692           src/widgets/modest-header-view.c: * Reverted a previous change in
1693           the signal item_not_found
1694
1695 2006-12-14 15:22  djcb
1696
1697         * src/modest-presets.c: * modest-presets.c:
1698           - only return all providers when 'include_globals' is true
1699
1700 2006-12-14 15:21  djcb
1701
1702         * tests/check_modest-presets.c, tests/provider-data-test.keyfile: *
1703           extended modest-presets testcases
1704
1705 2006-12-14 13:33  svillar
1706
1707         * src/gtk/modest-account-assistant.c, src/modest-marshal.list,
1708           src/modest-widget-factory.c, src/widgets/modest-header-view.c: *
1709           Added support to reload a msg when the device gets online
1710
1711 2006-12-14 12:15  svillar
1712
1713         * src/gtk/modest-main-window.c, src/modest-account-mgr.c,
1714           src/modest-account-mgr.h, src/modest-conf.h,
1715           src/modest-marshal.list, src/modest-tny-account-store.c,
1716           src/modest-widget-factory.c: * Removed an invalid separator in
1717           the File menu
1718           * Added a function to unset account keys
1719           * Modified a marshaller
1720           * Added some documentation to ModestConf
1721           * Added support to remember the password
1722           * Fixed the problem with the password dialog
1723           * Fixed a problem when trying to read messages being offline
1724
1725 2006-12-13 18:18  svillar
1726
1727         * src/modest-main.c, src/modest-tny-account-store.c,
1728           src/modest-widget-factory.c, src/widgets/modest-folder-view.c: *
1729           Added gtk_threads_init
1730           * Modified the password dialog code
1731           * Fixed some leaks
1732
1733 2006-12-13 15:31  djcb
1734
1735         * src/Makefile.am, src/modest-presets.c, src/modest-presets.h,
1736           tests/Makefile.am, tests/check_modest-presets.c,
1737           tests/provider-data-test.keyfile: * modest-presets:
1738           - added first trivial test cases
1739           - enabled build
1740
1741 2006-12-13 14:14  djcb
1742
1743         * src/modest-tny-msg-actions.c: modest-tny-msg-actions.c:
1744           - fix for messages which have their content-type in
1745           non-lower-case
1746           tny_mime_part_content_type_is does not match case-insentively...
1747
1748 2006-12-12 17:32  svillar
1749
1750         * src/gtk/modest-main-window.c, src/modest-mail-operation.c,
1751           src/widgets/modest-header-view.c, tests/check_update-account.c: *
1752           Rewritten some async calls
1753           * Update account does not longer hang
1754
1755 2006-12-12 17:17  djcb
1756
1757         * src/modest-widget-memory.c: * modest-widget-memory.c:
1758           - fix for runtime warning
1759
1760 2006-12-12 17:16  djcb
1761
1762         * COPYING: * this is the real one
1763
1764 2006-12-12 15:54  djcb
1765
1766         * tests/check_folder-transfer.c: * check_folder-transfer.c:
1767           - fix for maemo usage
1768
1769 2006-12-12 15:52  djcb
1770
1771         * src/maemo/modest-edit-msg-window.c,
1772           src/maemo/modest-main-window.c: * maemo/modest-edit-msg-window.c,
1773           maemo/modest-main-window.c:
1774           - update for the new API
1775
1776 2006-12-12 15:51  djcb
1777
1778         * src/modest-conf.c, src/modest-conf.h: * modest-conf.[ch]:
1779           - remove unused functions
1780
1781 2006-12-12 15:50  djcb
1782
1783         * src/modest-main.c: * modest-main.c:
1784           - remove some old crap
1785
1786 2006-12-12 15:50  djcb
1787
1788         * src/modest-widget-memory.c: * modest-widget-memory.c:
1789           - fix warning
1790
1791 2006-12-12 15:49  djcb
1792
1793         * src/widgets/modest-folder-view.c,
1794           src/widgets/modest-header-view.c, src/widgets/modest-toolbar.c: *
1795           modest-header-view.c, modest-toolbar.c, modest-folder-view.c:
1796           - fix widgets for maemo usage (and desktop still works)
1797
1798 2006-12-11 17:53  svillar
1799
1800         * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c,
1801           src/modest-formatter.c, src/modest-mail-operation.c,
1802           src/modest-text-utils.c, src/widgets/modest-header-view.c: *
1803           Replaced tny_folder_get_msg by its async version
1804           * Replaced tny_folder_refresh by its async version
1805           * Replaced tny_folder_store_get_folders by its async version
1806
1807 2006-12-11 16:06  djcb
1808
1809         * src/modest-text-utils.c, src/modest-text-utils.h,
1810           tests/check_text-utils.c: * updated test case, code cleanup,
1811           documentation fixes
1812
1813 2006-12-11 12:42  djcb
1814
1815         * src/modest-text-utils.c, src/modest-text-utils.h: *
1816           modest-text-utils.[ch]:
1817           - modest_text_utils_display_address:
1818           small cleanup, clarifications --> unit tests work
1819
1820 2006-12-11 12:40  djcb
1821
1822         * tests/Makefile.am, tests/check_modest-conf.c,
1823           tests/check_text-utils.c: * added some tests cases for ModestConf
1824           and ModestTextUtils
1825
1826 2006-12-10 18:31  djcb
1827
1828         * src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c: *
1829           all:
1830           - update for the other changes
1831
1832 2006-12-10 18:30  djcb
1833
1834         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
1835           - add warning about freeing pwd
1836
1837 2006-12-10 18:25  djcb
1838
1839         * src/modest-tny-platform-factory.c,
1840           src/modest-tny-platform-factory.h: *
1841           modest-tny-platform-factory.[ch]:
1842           - small cleanups
1843
1844 2006-12-10 18:24  djcb
1845
1846         * src/modest-widget-factory.c, src/modest-widget-factory.h: *
1847           modest-widget-factory.[ch]:
1848           - update for new ModestFolderView signals
1849           - update for ModestWidgetMemory changes
1850           - misc cleanups
1851
1852 2006-12-10 18:22  djcb
1853
1854         * src/modest-widget-memory.c, src/modest-widget-memory.h: *
1855           modest-widget-memory.[ch]:
1856           - implement saving for header views
1857           - add stubs for folder view / msg view
1858           - clenups here and there
1859
1860 2006-12-10 18:17  djcb
1861
1862         * src/modest-text-utils.c, src/modest-text-utils.h: *
1863           modest-text-utils.[ch]:
1864           - add modest_text_utils_display_address
1865
1866 2006-12-10 18:16  djcb
1867
1868         * src/modest-marshal.list: * modest-marshal.list
1869           - add support for the new ModestFolderView signal
1870
1871 2006-12-10 18:09  djcb
1872
1873         * src/widgets/modest-folder-view.c,
1874           src/widgets/modest-folder-view.h,
1875           src/widgets/modest-header-view.c,
1876           src/widgets/modest-header-view.h, src/widgets/modest-toolbar.c: *
1877           modest-header-view.[ch]:
1878           - refactoring (move display_address -> text_utils)
1879           - add modest_header_view_get_folder
1880           * modest-folder-view.[ch]
1881           - change signal from 'folder_selected' ->
1882           'folder_selected_changed',
1883           so we get also a signal for the folder that is unselected, and
1884           can save it's settings etc.
1885           - make modest_folder_guess_folder_type a public and *class*
1886           function
1887           * modest-toolbar.c:
1888           - small cleanups
1889
1890 2006-12-10 18:00  djcb
1891
1892         * Makefile.am, configure.ac, tests/Makefile.am,
1893           tests/check_folder-transfer.c, tests/check_modest-conf.c,
1894           tests/check_update-account.c, tests/folder-transfer.c,
1895           tests/update-account.c: * all:
1896           - add "check"-based automated testing framework
1897           - make tests and documentation configurable
1898
1899 2006-12-08 17:58  djcb
1900
1901         * src/modest-account-mgr.c: * call the parent finalizer
1902
1903 2006-12-08 17:57  djcb
1904
1905         * src/gtk/modest-ui.c, src/modest-conf.c: * call the parent
1906           finalizer
1907
1908 2006-12-08 17:56  djcb
1909
1910         * src/modest-marshal.list: * update
1911
1912 2006-12-08 17:55  djcb
1913
1914         * src/modest-widget-factory.c, src/widgets/modest-header-view.c,
1915           src/widgets/modest-header-view.h: * update for new progress
1916           update in tinymail
1917
1918 2006-12-08 16:40  djcb
1919
1920         * src/gtk/modest-main-window.c: * remove favorites for now
1921
1922 2006-12-08 16:40  djcb
1923
1924         * src/modest-formatter.c: * clean up compiler warnings
1925
1926 2006-12-07 12:50  svillar
1927
1928         * src/gtk/modest-edit-msg-window.c, src/gtk/modest-main-window.c,
1929           src/modest-mail-operation.c, src/modest-text-utils.c: * Modified
1930           the maximum size of the entries of the edit msg window
1931           * Fixed some leaks
1932           * Exchanged the order of argument of
1933           modest_text_utils_remove_address
1934           * Added support to add the reply to field in the header of a msg
1935
1936 2006-12-07 08:03  svillar
1937
1938         * src/Makefile.am, src/gtk/modest-edit-msg-window.c,
1939           src/modest-formatter.c, src/modest-formatter.h,
1940           src/modest-mail-operation-queue.c,
1941           src/modest-mail-operation-queue.h, src/modest-mail-operation.c,
1942           src/modest-mail-operation.h, src/modest-text-utils.c,
1943           src/modest-text-utils.h, src/modest-tny-msg-actions.c,
1944           src/modest-tny-msg-actions.h, tests/Makefile.am,
1945           tests/update-account.c: * Added ModestMailOperationQueue
1946           * Added ModestFormmatter
1947           * Reformatted the modest-text-utils
1948           * Added some HTML formatter methods to the text utils
1949           * Added support to reply/forward HTML messages
1950           * Modified the tests in order to fit well with the new queue API
1951           * Removed a redundant method in the msg actions stuff
1952           * Refactored the reply/forward methods
1953
1954 2006-12-05 06:02  djcb
1955
1956         * src/modest-widget-memory.c: * modest-widget-memory.c:
1957           - fix leak
1958
1959 2006-12-03 23:10  djcb
1960
1961         * src/widgets/modest-folder-view.h,
1962           src/widgets/modest-header-view.c: * modest-folder-view.h:
1963           - cosmetics
1964           * modest-header-view.c:
1965           - fire callback while sorting rows, so we can show progress
1966
1967 2006-12-03 19:59  djcb
1968
1969         * src/gtk/modest-main-window.c, src/maemo/modest-main-window.c: *
1970           [gtk|maemo]/modest-main-window.c:
1971           - update to new ModestHeaderView api
1972           - use the widget memory feature
1973
1974 2006-12-03 19:58  djcb
1975
1976         * src/modest-widget-memory.c, src/modest-widget-memory.h: *
1977           modest-widget-memory.[ch]:
1978           - implement the persistance of the order and size of the columns
1979           ModestHeaderViews. Still todo: make it folder type specific
1980
1981 2006-12-03 19:56  djcb
1982
1983         * src/modest-widget-factory.c: - cosmetic
1984
1985 2006-12-03 19:54  djcb
1986
1987         * src/widgets/modest-header-view.c,
1988           src/widgets/modest-header-view.h: * modest-header-view.[ch]:
1989           - cleanup/fix handling of columns
1990
1991 2006-12-03 19:53  djcb
1992
1993         * src/widgets/modest-msg-view.c, src/widgets/modest-msg-view.h: *
1994           modest-msg-view.ch]:
1995           - remove modest_msg_view_get_selected_text: it's ugly
1996
1997 2006-12-02 12:15  djcb
1998
1999         * src/widgets/modest-header-view.c: * modest-header-view.c:
2000           - don't crash when sorting broken headers
2001
2002 2006-12-01 12:19  svillar
2003
2004         * src/gtk/modest-main-window.c, src/modest-mail-operation.c: Fixed
2005           a bug when forwarding/replying to mails
2006
2007 2006-12-01 11:44  svillar
2008
2009         * src/modest-mail-operation.c, src/modest-mail-operation.h,
2010           tests/Makefile.am, tests/update-account.c: * Added support to
2011           asynchronously update an account
2012           * Added new test
2013
2014 2006-11-30 23:28  djcb
2015
2016         * src/modest-widget-memory.c: * added first steps toward widget
2017           memory for GtkTreeView widgets
2018
2019 2006-11-30 23:27  djcb
2020
2021         * src/gtk/modest-icon-names.h: * update the icon names
2022
2023 2006-11-30 23:27  djcb
2024
2025         * src/gtk/pixmaps/back.png, src/gtk/pixmaps/folder-closed.png,
2026           src/gtk/pixmaps/folder-open.png, src/gtk/pixmaps/forward.png,
2027           src/gtk/pixmaps/gnome-stock-mail-fwd.png,
2028           src/gtk/pixmaps/gnome-stock-mail-new.png,
2029           src/gtk/pixmaps/gnome-stock-mail-rpl.png,
2030           src/gtk/pixmaps/go-next.png, src/gtk/pixmaps/go-previous.png,
2031           src/gtk/pixmaps/gtk-refresh.png,
2032           src/gtk/pixmaps/internet-mail.png,
2033           src/gtk/pixmaps/mail-forward.png,
2034           src/gtk/pixmaps/mail-mark-junk.png,
2035           src/gtk/pixmaps/mail-message-new.png,
2036           src/gtk/pixmaps/mail-reply-all.png,
2037           src/gtk/pixmaps/mail-reply-sender.png,
2038           src/gtk/pixmaps/modest.png, src/gtk/pixmaps/process-stop.png,
2039           src/gtk/pixmaps/stock_stop.png, src/gtk/pixmaps/view-refresh.png:
2040           * add some icons
2041
2042 2006-11-30 16:08  djcb
2043
2044         * src/modest-widget-factory.c, src/widgets/modest-folder-view.c,
2045           src/widgets/modest-folder-view.h,
2046           src/widgets/modest-header-view.h: * unbreakage after name
2047           changing
2048
2049 2006-11-30 14:07  djcb
2050
2051         * src/widgets/modest-folder-view.c: * update for tinymail name
2052           change:
2053           -
2054           s/tny_gtk_account_tree_model_new/tny_gtk_account_tree_model_new/
2055           
2056
2057 2006-11-30 13:19  djcb
2058
2059         * src/modest-tny-account-store.c: * src/modest-tny-account-store.c:
2060           - set the 'display name' as the name, not the server name
2061
2062 2006-11-30 13:18  djcb
2063
2064         * src/maemo/modest-edit-msg-window.c,
2065           src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c: *
2066           updates:
2067           - use separate icon for root folders
2068           - maemoize the edit window
2069
2070 2006-11-30 13:17  djcb
2071
2072         * src/gtk/modest-icon-names.h: * separate icon for root folder
2073
2074 2006-11-30 13:16  djcb
2075
2076         * src/widgets/modest-folder-view.c,
2077           src/widgets/modest-folder-view.h: * - don't set a title column
2078           header, by default
2079           add function to do so
2080           - small fixes, add ROOT_FOLDER icon
2081
2082 2006-11-30 08:21  djcb
2083
2084         * COPYING: * update with Nokia licence
2085
2086 2006-11-29 16:30  djcb
2087
2088         * src/modest-icon-factory.c, src/modest-icon-factory.h,
2089           src/modest-main.c: * small cleanups in icon-factory
2090           * fix type in modest-main
2091
2092 2006-11-29 16:29  djcb
2093
2094         * src/maemo/Makefile.am, src/maemo/modest-edit-msg-window.c,
2095           src/maemo/modest-edit-msg-window.h,
2096           src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c,
2097           src/maemo/modest-main-window.h, src/maemo/modest-ui.c: * some
2098           small maemofications
2099
2100 2006-11-29 16:29  djcb
2101
2102         * src/maemo/pixmaps/back.png, src/maemo/pixmaps/back.svg,
2103           src/maemo/pixmaps/edit-delete.svg, src/maemo/pixmaps/forward.png,
2104           src/maemo/pixmaps/forward.svg,
2105           src/maemo/pixmaps/gnome-stock-mail-fwd.png,
2106           src/maemo/pixmaps/gnome-stock-mail-fwd.svg,
2107           src/maemo/pixmaps/gnome-stock-mail-new.png,
2108           src/maemo/pixmaps/gnome-stock-mail-new.svg,
2109           src/maemo/pixmaps/gnome-stock-mail-rpl.png,
2110           src/maemo/pixmaps/gnome-stock-mail-rpl.svg,
2111           src/maemo/pixmaps/go-next.png, src/maemo/pixmaps/go-next.svg,
2112           src/maemo/pixmaps/go-previous.png,
2113           src/maemo/pixmaps/go-previous.svg,
2114           src/maemo/pixmaps/gtk-refresh.png,
2115           src/maemo/pixmaps/gtk-refresh.svg,
2116           src/maemo/pixmaps/internet-mail.png,
2117           src/maemo/pixmaps/internet-mail.svg,
2118           src/maemo/pixmaps/mail-forward.png,
2119           src/maemo/pixmaps/mail-forward.svg,
2120           src/maemo/pixmaps/mail-mark-junk.png,
2121           src/maemo/pixmaps/mail-mark-junk.svg,
2122           src/maemo/pixmaps/mail-message-new.png,
2123           src/maemo/pixmaps/mail-message-new.svg,
2124           src/maemo/pixmaps/mail-reply-all.png,
2125           src/maemo/pixmaps/mail-reply-all.svg,
2126           src/maemo/pixmaps/mail-reply-sender.png,
2127           src/maemo/pixmaps/mail-reply-sender.svg,
2128           src/maemo/pixmaps/modest.png, src/maemo/pixmaps/process-stop.png,
2129           src/maemo/pixmaps/process-stop.svg,
2130           src/maemo/pixmaps/stock_stop.png,
2131           src/maemo/pixmaps/stock_stop.svg,
2132           src/maemo/pixmaps/view-refresh.png,
2133           src/maemo/pixmaps/view-refresh.svg: * maemo does not like svg
2134           icons
2135
2136 2006-11-29 10:10  djcb
2137
2138         * src/modest-ui.h: * modest-ui.h:
2139           - cleanup (removed unused prototypes)
2140           - added some documentation
2141
2142 2006-11-28 16:14  djcb
2143
2144         * COPYING:
2145
2146 2006-11-28 16:13  djcb
2147
2148         * COPYING, configure.ac, src/Makefile.am, src/maemo,
2149           src/maemo/Makefile.am, src/maemo/modest-account-assistant.c,
2150           src/maemo/modest-account-assistant.h,
2151           src/maemo/modest-account-view-window.c,
2152           src/maemo/modest-account-view-window.h,
2153           src/maemo/modest-edit-msg-window.c,
2154           src/maemo/modest-edit-msg-window.h,
2155           src/maemo/modest-icon-names.h, src/maemo/modest-main-window.c,
2156           src/maemo/modest-main-window.h, src/maemo/modest-store-widget.c,
2157           src/maemo/modest-store-widget.h,
2158           src/maemo/modest-transport-widget.c,
2159           src/maemo/modest-transport-widget.h, src/maemo/modest-ui.c,
2160           src/maemo/pixmaps, src/maemo/pixmaps/back.svg,
2161           src/maemo/pixmaps/edit-delete.svg,
2162           src/maemo/pixmaps/folder-closed.png,
2163           src/maemo/pixmaps/folder-open.png, src/maemo/pixmaps/forward.svg,
2164           src/maemo/pixmaps/gnome-stock-mail-fwd.svg,
2165           src/maemo/pixmaps/gnome-stock-mail-new.svg,
2166           src/maemo/pixmaps/gnome-stock-mail-rpl.svg,
2167           src/maemo/pixmaps/go-next.svg, src/maemo/pixmaps/go-previous.svg,
2168           src/maemo/pixmaps/gtk-refresh.svg,
2169           src/maemo/pixmaps/internet-mail.svg,
2170           src/maemo/pixmaps/mail-forward.svg,
2171           src/maemo/pixmaps/mail-mark-junk.svg,
2172           src/maemo/pixmaps/mail-message-new.svg,
2173           src/maemo/pixmaps/mail-reply-all.svg,
2174           src/maemo/pixmaps/mail-reply-sender.svg,
2175           src/maemo/pixmaps/process-stop.svg,
2176           src/maemo/pixmaps/qgn_addr_icon_user_group.png,
2177           src/maemo/pixmaps/qgn_list_gene_attacpap.png,
2178           src/maemo/pixmaps/qgn_list_gene_fldr_clp.png,
2179           src/maemo/pixmaps/qgn_list_gene_fldr_cls.png,
2180           src/maemo/pixmaps/qgn_list_gene_fldr_exp.png,
2181           src/maemo/pixmaps/qgn_list_gene_fldr_opn.png,
2182           src/maemo/pixmaps/qgn_list_messagin.png,
2183           src/maemo/pixmaps/qgn_list_messagin_drafts.png,
2184           src/maemo/pixmaps/qgn_list_messagin_editor.png,
2185           src/maemo/pixmaps/qgn_list_messagin_hdr.png,
2186           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted.png,
2187           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_high.png,
2188           src/maemo/pixmaps/qgn_list_messagin_hdr_encrypted_low.png,
2189           src/maemo/pixmaps/qgn_list_messagin_hdr_high.png,
2190           src/maemo/pixmaps/qgn_list_messagin_hdr_high_unread.png,
2191           src/maemo/pixmaps/qgn_list_messagin_hdr_low.png,
2192           src/maemo/pixmaps/qgn_list_messagin_hdr_low_unread.png,
2193           src/maemo/pixmaps/qgn_list_messagin_hdr_signed.png,
2194           src/maemo/pixmaps/qgn_list_messagin_hdr_signed_high.png,
2195           src/maemo/pixmaps/qgn_list_messagin_hdr_signed_low.png,
2196           src/maemo/pixmaps/qgn_list_messagin_hdr_unread.png,
2197           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png,
2198           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png,
2199           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png,
2200           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed.png,
2201           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png,
2202           src/maemo/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png,
2203           src/maemo/pixmaps/qgn_list_messagin_inbox.png,
2204           src/maemo/pixmaps/qgn_list_messagin_mail.png,
2205           src/maemo/pixmaps/qgn_list_messagin_mail_deleted.png,
2206           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read.png,
2207           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png,
2208           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png,
2209           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread.png,
2210           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png,
2211           src/maemo/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png,
2212           src/maemo/pixmaps/qgn_list_messagin_mail_high.png,
2213           src/maemo/pixmaps/qgn_list_messagin_mail_high_unread.png,
2214           src/maemo/pixmaps/qgn_list_messagin_mail_low.png,
2215           src/maemo/pixmaps/qgn_list_messagin_mail_low_unread.png,
2216           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read.png,
2217           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_high.png,
2218           src/maemo/pixmaps/qgn_list_messagin_mail_signed_read_low.png,
2219           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread.png,
2220           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_high.png,
2221           src/maemo/pixmaps/qgn_list_messagin_mail_signed_unread_low.png,
2222           src/maemo/pixmaps/qgn_list_messagin_mail_unread.png,
2223           src/maemo/pixmaps/qgn_list_messagin_outbox.png,
2224           src/maemo/pixmaps/qgn_list_messagin_sent.png,
2225           src/maemo/pixmaps/qgn_list_messagin_viewer.png,
2226           src/maemo/pixmaps/qgn_list_messaging_high.png,
2227           src/maemo/pixmaps/qgn_list_messaging_low.png,
2228           src/maemo/pixmaps/qgn_widg_datedit.png,
2229           src/maemo/pixmaps/stock_stop.svg,
2230           src/maemo/pixmaps/view-refresh.svg, src/modest-main.c,
2231           src/modest-tny-platform-factory.c,
2232           src/modest-tny-platform-factory.h, src/widgets/Makefile.am,
2233           src/widgets/modest-combo-box.c, tests/Makefile.am: * all:
2234           - re-enable maemo support. so far, this means the changes in the
2235           autoconf system, and some conditionals (ie. tny_maemo_device
2236           instead of
2237           tny_gnome_device), and some de-activating stuff like gtkassistant
2238           
2239           the src/maemo/ dir a copy of src/gtk/ with some minor changes,
2240           but will
2241           be 'maemofied'. it compiles, it runs, but there are still some
2242           problems
2243
2244 2006-11-28 14:08  djcb
2245
2246         * tests/folder-transfer.c: * tests/folder-transfer.c:
2247           - update to newest tinymail
2248           - warning fixes
2249
2250 2006-11-28 13:43  djcb
2251
2252         * src/gtk/modest-main-window.c, src/modest-mail-operation.c,
2253           src/widgets/modest-folder-view.c,
2254           src/widgets/modest-header-view.c: * all:
2255           - update to the latest tinymail (the GError stuff)
2256
2257 2006-11-27 20:27  djcb
2258
2259         * src/modest-tny-msg-actions.c: * modest-tny-msg-actions.c:
2260           - fix reading of none-MIME and multipart/ messages
2261
2262 2006-11-27 10:12  svillar
2263
2264         * Makefile.am, configure.ac, docs/reference/Makefile.am,
2265           docs/reference/modest-sections.txt,
2266           docs/reference/tmpl/modest-account-keys.sgml,
2267           docs/reference/tmpl/modest-account-mgr.sgml,
2268           docs/reference/tmpl/modest-conf-keys.sgml,
2269           docs/reference/tmpl/modest-conf.sgml,
2270           docs/reference/tmpl/modest-main-window.sgml,
2271           docs/reference/tmpl/modest-proto.sgml,
2272           docs/reference/tmpl/modest-tny-account-store.sgml,
2273           docs/reference/tmpl/modest-ui.sgml,
2274           docs/reference/tmpl/modest-unused.sgml, src/Makefile.am,
2275           src/gtk/modest-edit-msg-window.c,
2276           src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c,
2277           src/modest-account-keys.h, src/modest-account-mgr.c,
2278           src/modest-account-mgr.h, src/modest-conf.c, src/modest-conf.h,
2279           src/modest-mail-operation.c, src/modest-mail-operation.h,
2280           src/modest-main.c, src/modest-presets.h,
2281           src/modest-protocol-mgr.h, src/modest-tny-account-store.c,
2282           src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h,
2283           src/modest-widget-factory.c, src/modest-widget-factory.h,
2284           src/widgets/Makefile.am, src/widgets/modest-header-view.h,
2285           src/widgets/modest-toolbar.h, tests, tests/Makefile.am,
2286           tests/folder-transfer.c: * A lot of changes in the documentation,
2287           now it's generated correctly
2288           * Modified some enum type definitions to fit well with gtk-doc
2289           * Added msg-actions and folder-actions stuff to
2290           ModestMailOperation
2291           * Added the key options to the account namespace
2292           * Added a new method to retrieve lists to ModestConf
2293           * Changed the constructor of the MailOperation
2294           * Added some test code to the widget factory
2295           * Added a new tests/ directory to place functional tests
2296           * Added a new test to transfer folders
2297
2298 2006-11-26 21:25  djcb
2299
2300         * configure.ac, po/nl.po: * added dutch translation
2301
2302 2006-11-26 18:32  djcb
2303
2304         * src/Makefile.am, src/gtk/modest-main-window.c,
2305           src/gtk/pixmaps/internet-mail.svg, src/modest-mail-operation.c,
2306           src/modest-text-utils.c, src/modest-text-utils.h,
2307           src/modest-tny-msg-actions.c, src/widgets/modest-msg-view.c: *
2308           src/gtk/pixmaps/internet-mail.svg:
2309           - new icon
2310           * src/gtk/modest-main-window.c src/modest-text-utils.c
2311           src/modest-text-utils.h src/modest-mail-operation.c
2312           src/modest-tny-msg-actions.c src/widgets/modest-msg-view.c:
2313           - move text->html conversion from msgview to textutils
2314           - cleanup text utils incl. some renaming
2315           - add documentation to text utils
2316           - update other files for renaming
2317           * src/Makefile.am:
2318           - remove double-entry of modest-ui.h
2319
2320 2006-11-26 14:07  djcb
2321
2322         * src/widgets/modest-folder-view.c: * modest-folder-view.c:
2323           - ignore the query parameter for now, it's not working
2324           - some cleanups, refactoring
2325
2326 2006-11-24 08:11  djcb
2327
2328         * src/modest-tny-msg-actions.c: * modest-tny-msg-actions.c:
2329           - don't crash when there are MIME-parts (temp fix; need to update
2330           to new Tinymail MIME stuff)
2331           - fix compiler warning
2332
2333 2006-11-22 21:06  djcb
2334
2335         * src/widgets/modest-folder-view.c: * modest-folder-view.c:
2336           - don't crash when there are no accounts defined
2337
2338 2006-11-21 17:59  svillar
2339
2340         * src/Makefile.am, src/gtk/modest-edit-msg-window.c,
2341           src/gtk/modest-main-window.c, src/gtk/modest-store-widget.h,
2342           src/modest-account-keys.h, src/modest-account-mgr.c,
2343           src/modest-account-mgr.h, src/modest-mail-operation.c,
2344           src/modest-mail-operation.h, src/modest-tny-account-store.c,
2345           src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h,
2346           src/modest-tny-store-actions.c, src/modest-tny-store-actions.h,
2347           src/modest-widget-factory.c, src/widgets/modest-combo-box.c,
2348           src/widgets/modest-combo-box.h, src/widgets/modest-folder-view.c,
2349           src/widgets/modest-folder-view.h,
2350           src/widgets/modest-header-view.c, src/widgets/modest-msg-view.c:
2351           * Added new store actions: create/remove/rename/delete folder
2352           
2353           * Added two new account keys, forward_type, reply_type
2354           
2355           * src/gtk/modest-edit-msg-window.c: the From field is now
2356           selected
2357           from the combo selection
2358           
2359           * src/gtk/main-window.c: added reply/forward support through
2360           ModestConf. Updated to the new MailOperation API. Added a method
2361           to
2362           handle presses on to the delete button
2363           
2364           * src/widgets/modest-msg-view.c
2365           * src/modest-mail-operation.c: updated to the new TnyMimePart API
2366           
2367           * src/modest-widget-factory.c: added a new handler for key
2368           presses
2369           over the folder view. Updated to the new TnyGtkAccountTreeModel
2370           API.
2371           
2372           * src/widgets/modest-combo-box.c: added the inheritance from
2373           GtkComboBox. Added a new function to get the active display name.
2374           Some
2375           refactorings.
2376           
2377           * src/widgets/modest-folder-view: added/removed some members of
2378           the
2379           priv structure. Added get_selected_account method. Added handler
2380           for
2381           subscription_changed signal. Some other utility functions added.
2382           
2383           * src/modest-tny-msg-actions.c: added
2384           modest_tny_msg_actions_copy,
2385           modest_tny_msg_actions_move methods to transfer messages. Added
2386           modest_tny_msg_actions_remove to remove messages
2387
2388 2006-11-13 15:34  svillar
2389
2390         * src/modest-mail-operation.c: * modest-mail-operation.c:
2391           refactored some common code.
2392           (add_attachments): added, adds a list of attachments to a message
2393           (add_body_part): added, adds the body part to a msg if the
2394           message is multipart. If not sets the message as the body
2395           part
2396
2397 2006-11-13 10:15  svillar
2398
2399         * po/Makefile.in.in: * po/Makefile.in.in: removed, uploaded by
2400           error
2401
2402 2006-11-13 10:14  svillar
2403
2404         * Makefile.am, configure.ac, po, po/ChangeLog, po/Makefile.in.in,
2405           po/Makevars, po/POTFILES.in, po/en_GB.po, po/gl.po,
2406           po/modest.pot, src/Makefile.am,
2407           src/gtk/modest-account-assistant.c,
2408           src/gtk/modest-account-assistant.h,
2409           src/gtk/modest-account-view-window.c,
2410           src/gtk/modest-account-view-window.h,
2411           src/gtk/modest-edit-msg-window.c,
2412           src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c,
2413           src/gtk/modest-main-window.h, src/gtk/modest-store-widget.c,
2414           src/gtk/modest-store-widget.h, src/gtk/modest-transport-widget.c,
2415           src/modest-mail-operation.c, src/modest-mail-operation.h,
2416           src/modest-main.c, src/modest-protocol-mgr.c,
2417           src/modest-protocol-mgr.h, src/modest-text-utils.c,
2418           src/modest-text-utils.h, src/modest-tny-account-store.c,
2419           src/modest-tny-attachment.c, src/modest-tny-msg-actions.c,
2420           src/modest-tny-msg-actions.h, src/modest-widget-factory.c,
2421           src/modest-widget-factory.h, src/widgets/modest-account-view.c,
2422           src/widgets/modest-account-view.h,
2423           src/widgets/modest-folder-view.c,
2424           src/widgets/modest-header-view.c,
2425           src/widgets/modest-header-view.h, src/widgets/modest-toolbar.c,
2426           src/widgets/modest-toolbar.h: * src/modest-tny-store-actions.h
2427           * src/modest-tny-store-actions.c: removed from repository
2428           
2429           * src/gtk/modest-account-assistant.h
2430           * src/gtk/modest-account-view-window.h
2431           * src/gtk/modest-store-widget.h
2432           * src/gtk/modest-edit-msg-window.h
2433           * src/gtk/modest-main-window.h
2434           * src/modest-protocol-mgr.h
2435           * src/widgets/modest-toolbar.h
2436           * src/widgets/modest-account-view.h
2437           * src/modest-widget-factory.h: removed include statement for i18n
2438           
2439           * src/gtk/modest-account-view-window.c
2440           * src/gtk/modest-transport-widget.c
2441           * src/gtk/modest-store-widget.c
2442           * src/gtk/modest-edit-msg-window.c
2443           * src/gtk/modest-main-window.c
2444           * src/gtk/modest-account-assistant.c
2445           * src/modest-text-utils.c
2446           * src/modest-protocol-mgr.c
2447           * src/modest-mail-operation.c
2448           * src/modest-widget-factory.c
2449           * src/widgets/modest-toolbar.c
2450           * src/widgets/modest-account-view.c: added include statement for
2451           i18n
2452           
2453           * src/gtk/modest-edit-msg-window.h
2454           * src/gtk/modest-edit-msg-window.c: some changes in include
2455           statements.
2456           (send_mail): modified in order to fit new ModestMailOperation API
2457           (modest_edit_msg_window_new): added support to manage TnyMsg
2458           passed as
2459           arguments. Replaced TnyMsgIface by TnyMsg
2460           
2461           * src/gtk/modest-main-window.c: some include statement changes.
2462           (modest_main_window_class_init): Removed ModestConf and
2463           TnyAccountStore
2464           (on_menu_reply_forward): added function to manage clicks on
2465           Reply,
2466           Reply All and Forward buttons
2467           
2468           * src/modest-text-utils.h
2469           * src/modest-text-utils.c:
2470           (cite): added function to generate the a cite to other message in
2471           the
2472           body of another
2473           (modest_text_utils_quote): now uses the cite method
2474           (create_derivated_subject): creates the subject for a Re/Fw mail
2475           (modest_text_utils_create_reply_subject): creates a Re subject
2476           (modest_text_utils_create_forward_subject): creates a Fw subject
2477           (modest_text_utils_create_cited_text): creates a cited text
2478           (modest_text_utils_create_inlined_text): creates an inlined text
2479           (modest_text_utils_remove_mail_from_mail_list): removes a mail
2480           address
2481           from a comma-sepparated list of email addresses
2482           
2483           * src/modest-mail-operation.h
2484           * src/modest-mail-operation.c: added ModestMailOperationErrorCode
2485           enumerated type. Added a TnyAccount, ModestMailOperationStatus,
2486           and a
2487           GError to the private structure. Replaced the name
2488           modest_mail_operation_send_mail with
2489           modest_mail_operation_send_new_mail. Added
2490           ModestMailOperationForwardType, ModestMailOperationReplyType,
2491           ModestMailOperationReplyMode and ModestMailOperationStatus
2492           enumerated
2493           types.
2494           (modest_mail_operation_new): added TnyAccount as parameter to the
2495           constructor
2496           (modest_mail_operation_send_mail): added better error handling
2497           (set_error): added, method to add an error to a mail operation
2498           (status_update_cb): function to manage status changes during an
2499           async
2500           folder refresh mail operation
2501           (folder_refresh_cb): callback to asynchronously refresh account
2502           folders
2503           (modest_mail_operation_create_forward_mail): added, creates a
2504           forward
2505           mail
2506           (modest_mail_operation_create_reply_mail): added, creates a reply
2507           mail
2508           (modest_mail_operation_update_account): added, updates the
2509           folders of
2510           an account
2511           (modest_mail_operation_get_status): added, gets the status of a
2512           mail
2513           operation
2514           (modest_mail_operation_get_error): added, gets the error
2515           associated to
2516           a mail operation
2517           (modest_mail_operation_cancel): added, cancels a mail operation
2518           (modest_error_quark): returns
2519           
2520           * src/modest-main.c: added i18n calls. Replaced send mail calls
2521           with the new mail operations API.
2522           
2523           * src/modest-widget-factory.c: added a macro
2524           
2525           * src/widgets/modest-header-view.h
2526           * src/widgets/modest-header-view.c:
2527           (modest_header_view_get_selected_headers): added, gets the list
2528           of
2529           selected headers
2530           
2531           * src/widgets/modest-toolbar.c: added an if to prevent errors
2532           when
2533           there is no icon for the buttons
2534           
2535           * src/widgets/modest-folder-view.c:
2536           (on_selection_changed): added code to manage clicks on different
2537           situations
2538           
2539           * src/modest-tny-msg-actions.h
2540           * src/modest-tny-msg-actions.c: refactored some code.
2541           (modest_tny_msg_actions_find_body): added, returns the body of a
2542           message as text
2543           
2544           * src/modest-tny-account-store.c: removed invalid FIXME
2545           
2546           * src/Makefile.am: added i18n code
2547           
2548           * src/modest-tny-attachment.c: replaced interface class types
2549           (*Iface) by interface types in some method signatures.
2550           
2551           * po
2552           * po/gl.po
2553           * po/ChangeLog
2554           * po/en_GB.po
2555           * po/Makevars
2556           * po/POTFILES.in
2557           * po/modest.pot
2558           * configure.ac
2559           * Makefile.am: added i18n support
2560
2561 2006-11-06 12:31  svillar
2562
2563         * src/Makefile.am, src/modest-main.c,
2564           src/modest-tny-transport-actions.c,
2565           src/modest-tny-transport-actions.h: *
2566           src/modest-tny-transport-actions.h:
2567           * src/modest-tny-transport-actions.c: removed from the repository
2568           
2569           * src/modest-main.c:
2570           * src/Makefile.am: removed references to transport actionsx
2571
2572 2006-11-06 11:50  svillar
2573
2574         * src/Makefile.am, src/gtk/modest-account-view-window.c,
2575           src/gtk/modest-account-view-window.h,
2576           src/gtk/modest-edit-msg-window.c,
2577           src/gtk/modest-edit-msg-window.h, src/gtk/modest-main-window.c,
2578           src/gtk/modest-main-window.h, src/gtk/modest-ui.c,
2579           src/modest-mail-operation.c, src/modest-mail-operation.h,
2580           src/modest-main.c, src/modest-tny-account-store.c,
2581           src/modest-tny-attachment.c, src/modest-tny-attachment.h,
2582           src/modest-tny-platform-factory.c,
2583           src/modest-tny-platform-factory.h, src/modest-ui.h,
2584           src/modest-widget-factory.c, src/modest-widget-factory.h: *
2585           src/modest-tny-attachment.h:
2586           * src/modest-tny-attachment.c:
2587           (modest_tny_attachment_get_stream): replaced TnyStreamIface with
2588           TnyStream
2589           
2590           * src/gtk/modest-account-view-window.h:
2591           * src/gtk/modest-account-view-window.c: removed the
2592           ModestAccountMgr
2593           from the private structure. Added some platform factory needed
2594           calls.
2595           (modest_account_view_window_new): removed account manager from
2596           the
2597           method signature
2598           
2599           * src/gtk/modest-ui.h:
2600           * src/gtk/modest-ui.c: removed ModestAccountMgr and
2601           ModestTnyAccountStore from the private structure.
2602           (modest_ui_new): removed ModestConf from the method signature.
2603           Added
2604           some calls to the platform factory
2605           
2606           * src/gtk/modest-edit-msg-window.h:
2607           * src/gtk/modest-edit-msg-window.c: removed ModestConf from the
2608           private structure. Added ModestPlatformFactory to it.
2609           (send_mail): added some code just for testing purposes for
2610           sending mail
2611           (modest_edit_msg_window_new): modified method signature
2612           
2613           * src/gtk/modest-main-window.h:
2614           * src/gtk/modest-main-window.c: added the platform factory to the
2615           private structure. Change in the name of the widget factory.
2616           Removed
2617           ModestConf and ModestAccountMgr from it.
2618           (modest_main_window_new): removed ModestConf and ModestAccountMgr
2619           from
2620           the method signature. Added some calls to the platform factory
2621           
2622           * src/modest-tny-platform-factory.h:
2623           * src/modest-tny-platform-factory.c: New files in the repository
2624           
2625           * src/modest-mail-operation.h:
2626           * src/modest-mail-operation.c: New files in the repository
2627           
2628           * src/modest-main.c: Added some calls to the platform factory
2629           (start_ui): modified method signature, removed ModestConf
2630           (send_mail): modified method signature, removed ModestConf
2631           
2632           * src/modest-widget-factory.h:
2633           * src/modest-widget-factory.c: replaced ModestTnyAccountStore by
2634           TnyAccountStore, Removed ModestConf and ModestAccountMgr from the
2635           private structure. Added the platform factory.
2636           (modest_widget_factory_new (): modified method signature, removed
2637           all
2638           attributes.
2639           
2640           * src/modest-tny-account-store.c: replaced a call to the GNOME
2641           factory
2642           by a call to Modest factory
2643           
2644           * src/Makefile.am: added the new files
2645
2646 2006-11-03 16:12  djcb
2647
2648         * src/modest-pair.h: * modest-pair.h:
2649           - updated inline documentation
2650
2651 2006-11-03 15:12  djcb
2652
2653         * scripts, scripts/modest-parse-presets.pl, src/modest-presets.c,
2654           src/modest-presets.h: * added scripts/modest-parse-presets.pl,
2655           src/modest-presets.[ch]:
2656           imported first iteration of the presets system, which will allow
2657           modest
2658           to use preset provider info (mailservers etc.). the system uses
2659           an existing
2660           excel-sheet with this information, and the perl script translates
2661           this into
2662           a GKeyFile understood by modest-presets.[ch]. This excelsheet has
2663           not been
2664           checked-in yet.
2665
2666 2006-10-31 16:36  svillar
2667
2668         * configure.ac, src/modest-tny-store-actions.c,
2669           src/modest-tny-store-actions.h: configure.ac: removed dependency
2670           with camel-1.2.
2671           modest-tny-store-actions.h
2672           (modest_tny_store_actions_update_folders): replaced
2673           TnyStoreAccountIface by TnyStoreAccount in the method signature.
2674           modest-tny-store-actions.c
2675           (modest_tny_store_actions_update_folders): replaced
2676           TnyStoreAccountIface by TnyStoreAccount in the method signature.
2677           Updated the method code in order to support the new Tinymail API.
2678
2679 2006-10-29 09:15  djcb
2680
2681         * src/modest-pair.c, src/modest-pair.h, src/modest-protocol-mgr.c,
2682           src/modest-protocol-mgr.h: * src/modest-protocol-mgr.[ch],
2683           src/modest-pair.[ch]:
2684           - adding missing files
2685
2686 2006-10-26 08:14  djcb
2687
2688         * ChangeLog, README, docs/reference/modest-docs.sgml,
2689           docs/reference/tmpl/modest-proto.sgml,
2690           docs/reference/tmpl/modest-tny-transport-actions.sgml,
2691           docs/reference/tmpl/modest-unused.sgml,
2692           docs/reference/tmpl/modest-window-mgr.sgml, src/Makefile.am,
2693           src/gtk/modest-account-assistant.c,
2694           src/gtk/modest-account-view-window.c,
2695           src/gtk/modest-edit-msg-window.c,
2696           src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h,
2697           src/gtk/modest-main-window.c, src/gtk/modest-store-widget.c,
2698           src/gtk/modest-transport-widget.c, src/modest-account-mgr.c,
2699           src/modest-account-mgr.h, src/modest-conf.c, src/modest-main.c,
2700           src/modest-tny-account-store.c, src/modest-tny-attachment.c,
2701           src/modest-tny-attachment.h, src/modest-tny-msg-actions.c,
2702           src/modest-tny-msg-actions.h, src/modest-tny-store-actions.c,
2703           src/modest-tny-store-actions.h, src/modest-tny-stream-gtkhtml.c,
2704           src/modest-tny-stream-gtkhtml.h,
2705           src/modest-tny-transport-actions.c,
2706           src/modest-tny-transport-actions.h, src/modest-widget-factory.c,
2707           src/modest-widget-factory.h, src/widgets/modest-account-view.c,
2708           src/widgets/modest-combo-box.c, src/widgets/modest-combo-box.h,
2709           src/widgets/modest-folder-view.c,
2710           src/widgets/modest-folder-view.h,
2711           src/widgets/modest-header-view.c,
2712           src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c,
2713           src/widgets/modest-msg-view.h: * make it compile again with
2714           latest Tinymail; does not work yet though.
2715
2716 2006-08-11 12:22  djcb
2717
2718         * src/modest-main.c, src/modest-tny-transport-actions.c,
2719           src/modest-tny-transport-actions.h, src/modest-widget-factory.c:
2720           * small updates
2721           * modest-tny-transport-acctions.[ch] does not have to be a
2722           GObject
2723
2724 2006-08-11 12:21  djcb
2725
2726         * src/gtk/modest-edit-msg-window.c: * small updates
2727
2728 2006-08-11 12:21  djcb
2729
2730         * src/widgets/Makefile.am, src/widgets/modest-combo-box.c,
2731           src/widgets/modest-combo-box.h: * added ModestComboBox,
2732           convenience class for GtkComboBoxen
2733           with a "Friendly Name", referring to some key.
2734
2735 2006-08-09 13:22  djcb
2736
2737         * src/Makefile.am, src/modest-widget-memory.c: * don't include
2738           gtk2, hildon in DIST_SUBDIRS
2739           * cosmetics
2740
2741 2006-08-09 13:21  djcb
2742
2743         * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: * fix
2744           to comply with tinymail changes (I made patch for tinymail,
2745           which has not been applied yet). This is 'downward compatible'
2746           with the new old tinymail though
2747
2748 2006-08-09 13:19  djcb
2749
2750         * src/gtk/modest-edit-msg-window.c, src/gtk/modest-ui.c: * handle
2751           the save-settings in all cases, when quiting via menu
2752           and in modest-edit-msg-window
2753
2754 2006-08-08 09:32  djcb
2755
2756         * configure.ac, docs/reference/tmpl/modest-main-window.sgml,
2757           docs/reference/tmpl/modest-tny-account-store.sgml,
2758           src/Makefile.am, src/gtk, src/gtk/Makefile.am,
2759           src/gtk/modest-account-assistant.c,
2760           src/gtk/modest-account-assistant.h,
2761           src/gtk/modest-account-view-window.c,
2762           src/gtk/modest-account-view-window.h,
2763           src/gtk/modest-edit-msg-window.c,
2764           src/gtk/modest-edit-msg-window.h, src/gtk/modest-icon-names.h,
2765           src/gtk/modest-main-window.c, src/gtk/modest-main-window.h,
2766           src/gtk/modest-store-widget.c, src/gtk/modest-store-widget.h,
2767           src/gtk/modest-transport-widget.c,
2768           src/gtk/modest-transport-widget.h, src/gtk/modest-ui.c,
2769           src/gtk/pixmaps/internet-mail.svg, src/gtk2,
2770           src/modest-editor-window.c, src/modest-editor-window.h,
2771           src/modest-viewer-window.c, src/modest-viewer-window.h,
2772           src/widgets/Makefile.am, src/widgets/modest-msg-view.h: * rename
2773           gtk2 => gtk
2774           * remove some unneeded code
2775           * update build system
2776
2777 2006-08-08 09:10  djcb
2778
2779         * src/modest-identity-keys.h, src/modest-identity-mgr.c,
2780           src/modest-identity-mgr.h, src/modest-window-mgr.c,
2781           src/modest-window-mgr.h: * remove unneeded files
2782
2783 2006-08-08 09:09  djcb
2784
2785         * src/modest-account-keys.h, src/modest-widget-factory.c: * let
2786           frontend deal with toolbar clicks
2787           * fix type in account-keys
2788
2789 2006-08-08 09:08  djcb
2790
2791         * src/widgets/modest-header-view.c,
2792           src/widgets/modest-header-view.h: * smalll cleanup
2793
2794 2006-08-08 09:07  djcb
2795
2796         * src/gtk2/modest-edit-msg-window.c, src/gtk2/modest-main-window.c,
2797           src/gtk2/modest-ui.c: * small updates (send button in edit
2798           window)
2799
2800 2006-08-08 08:51  djcb
2801
2802         * src/hildon: * remove, does not compile anymore after tinymail
2803           changes
2804           to use this, one should use the branches/demo200607 version, and
2805           the corresponding tinymail
2806
2807 2006-08-08 08:51  djcb
2808
2809         * src/gtk: * remove, does not compile anymore after tinymail
2810           changes
2811           to use this, one should use the branches/demo200607 version, and
2812           the corresponding tinymail
2813
2814 2006-08-07 12:38  djcb
2815
2816         * src/gtk/modest-ui-account-setup.c, src/gtk/modest-ui.c: * compile
2817           fixes
2818
2819 2006-08-07 12:38  djcb
2820
2821         * src/gtk2/modest-edit-msg-window.c,
2822           src/gtk2/modest-edit-msg-window.h, src/gtk2/modest-icon-names.h,
2823           src/gtk2/modest-main-window.c,
2824           src/gtk2/modest-transport-widget.c, src/gtk2/modest-ui.c: * add
2825           the new toolbar to main-window and edit-msg-window
2826           * better deal with closing app
2827           * fix saving of settings
2828
2829 2006-08-07 12:37  djcb
2830
2831         * src/modest-main.c, src/modest-marshal.list,
2832           src/modest-tny-stream-gtkhtml.c: * tiny updates
2833
2834 2006-08-07 12:34  djcb
2835
2836         * src/modest-account-keys.h: * added MODEST_ACCOUNT_REMEMBER_PWD
2837
2838 2006-08-07 12:32  djcb
2839
2840         * src/modest-tny-attachment.c, src/modest-tny-attachment.h: *
2841           update to new TinyMail API
2842           * cleaned up a bit
2843
2844 2006-08-07 12:31  djcb
2845
2846         * src/modest-widget-factory.c, src/modest-widget-factory.h: *
2847           support main- and edt-toolbars
2848           * handle password requested signals
2849           * handle message_not_found signals (=> ask go online)
2850           * fixes for GtkWarnings
2851           * added widget with item num, unread item num in current folder
2852
2853 2006-08-07 12:28  djcb
2854
2855         * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h,
2856           src/modest-tny-store-actions.c,
2857           src/modest-tny-transport-actions.c: * cleanups, updates because
2858           of Tinymail changes
2859
2860 2006-08-07 12:27  djcb
2861
2862         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
2863           handle password requests
2864           * disconnect signals when being destroyed
2865
2866 2006-08-07 12:25  djcb
2867
2868         * src/modest-proto.c: * cosmetics
2869
2870 2006-08-07 12:24  djcb
2871
2872         * src/modest-icon-factory.c, src/modest-icon-factory.h: *
2873           rudimentary support for scaled icons (not cached yet)
2874
2875 2006-08-07 12:23  djcb
2876
2877         * src/widgets/Makefile.am, src/widgets/modest-folder-view.c,
2878           src/widgets/modest-folder-view.h,
2879           src/widgets/modest-header-view.c,
2880           src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c,
2881           src/widgets/modest-msg-view.h, src/widgets/modest-toolbar.c,
2882           src/widgets/modest-toolbar.h: * updated widgets/:
2883           - ModestToolbar:
2884           - added modest-toolbar, generic toolbar widget
2885           
2886           - ModestHeaderView:
2887           - added message_no_found signal
2888           - updated docs
2889           - updated for TinyMail API changes
2890           - disconnect signals in finalize
2891           - handle offline case (emit signal)
2892           
2893           - ModestFolderView:
2894           - update for Tinymail changes
2895           
2896           - ModestMsgView
2897           - use tny_list API
2898           - update other TinyMail API/naming changes
2899           - cleanup ref handling (gobject)
2900           
2901           - Makefile.am:
2902           chnangs for modest-toolbar
2903
2904 2006-08-01 07:38  djcb
2905
2906         * src/widgets/Makefile.am: * oops ==> this one was missing in svn
2907
2908 2006-07-31 13:09  djcb
2909
2910         * src/modest-main.c: * re-add debugging functionality (-d)
2911
2912 2006-07-31 13:08  djcb
2913
2914         * src/modest-widget-factory.c: * updates to the statusbar; auto
2915           clean messages after two seconds
2916
2917 2006-07-31 13:08  djcb
2918
2919         * src/modest-conf.c: * remove some ununsed vars
2920
2921 2006-07-31 13:07  djcb
2922
2923         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
2924           update handling of changes in configuration
2925
2926 2006-07-31 13:06  djcb
2927
2928         * src/modest-account-mgr.c, src/modest-account-mgr.h: * only
2929           support 'enabled/disabled' for accounts, not server accounts
2930
2931 2006-07-31 13:03  djcb
2932
2933         * src/widgets/modest-account-view.c: * correctly deal with changes
2934           in the account
2935           * unregister signal handlers when destroyed
2936
2937 2006-07-31 13:02  djcb
2938
2939         * src/widgets/modest-header-view.c: * deal with changes in the
2940           model (folder) correctly
2941           * re-enable column headers after showing empty folder / no folder
2942
2943 2006-07-31 13:01  djcb
2944
2945         * src/widgets/modest-folder-view.c,
2946           src/widgets/modest-folder-view.h: * handle changes in the model
2947           correctly, and propagate (emit signals)
2948
2949 2006-07-31 13:00  djcb
2950
2951         * src/gtk2/Makefile.am, src/gtk2/modest-icon-names.h,
2952           src/gtk2/modest-main-window.c,
2953           src/gtk2/pixmaps/internet-mail.svg: * add icon for main window
2954
2955 2006-07-31 06:44  djcb
2956
2957         * src/modest-main.c: * minor
2958
2959 2006-07-31 06:44  djcb
2960
2961         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
2962           remove some useless code
2963           * list accounts based on /apps/modest/accounts, and then look at
2964           the
2965           /apps/modest/server_accounts they refer to
2966
2967 2006-07-31 06:42  djcb
2968
2969         * src/modest-widget-memory.c: * add support for GtkWidget settings
2970
2971 2006-07-31 06:41  djcb
2972
2973         * src/modest-account-mgr.c: * small update (ignore ModestConf
2974           changes that are not for accounts)
2975
2976 2006-07-31 06:39  djcb
2977
2978         * src/modest-account-keys.h: * added some keys
2979
2980 2006-07-31 06:38  djcb
2981
2982         * src/widgets/modest-header-view.c,
2983           src/widgets/modest-header-view.h: * small updates
2984
2985 2006-07-31 06:38  djcb
2986
2987         * src/gtk2/Makefile.am, src/gtk2/modest-account-assistant.c,
2988           src/gtk2/modest-account-assistant.h,
2989           src/gtk2/modest-account-view-window.c,
2990           src/gtk2/modest-account-view-window.h,
2991           src/gtk2/modest-edit-msg-window.c, src/gtk2/modest-main-window.c,
2992           src/gtk2/modest-main-window.h, src/gtk2/modest-store-widget.c,
2993           src/gtk2/modest-store-widget.h,
2994           src/gtk2/modest-transport-widget.c,
2995           src/gtk2/modest-transport-widget.h, src/gtk2/modest-ui.c: *
2996           refactored account setup wizard (assistant), with specifics for
2997           transport/store
2998           going to modest-store-widget and modest-transport widget.
2999           * got assistant to work, still quite crude though
3000           * various other updates
3001
3002 2006-07-27 15:57  djcb
3003
3004         * src/modest-main.c: * work in console mode
3005
3006 2006-07-27 15:56  djcb
3007
3008         * src/modest-widget-factory.h: * updates (see .c changes for log)
3009
3010 2006-07-27 15:56  djcb
3011
3012         * src/modest-widget-factory.c: * add functions for easily getting
3013           various combo boxes
3014           * add 'online/offline'-widget, which syncs with the account store
3015           * auto_connect is not optional anymore
3016
3017 2006-07-27 15:54  djcb
3018
3019         * src/modest-proto.c, src/modest-proto.h: * added functions for
3020           getting authentication, security protocols
3021           * some convenience functions so I can create combos more easily
3022
3023 2006-07-27 15:52  djcb
3024
3025         * src/gtk2/modest-main-window.c, src/gtk2/modest-ui.c: * update to
3026           new ModestWidgetFactory API
3027
3028 2006-07-27 15:51  djcb
3029
3030         * src/gtk2/modest-account-assistant.c,
3031           src/gtk2/modest-account-assistant.h: * add some more
3032           implementation
3033           * license headers
3034
3035 2006-07-27 15:49  djcb
3036
3037         * src/widgets/modest-folder-view.c,
3038           src/widgets/modest-header-view.c: * minor, cosmetics
3039
3040 2006-07-25 14:41  djcb
3041
3042         * docs/reference/tmpl/modest-proto.sgml,
3043           docs/reference/tmpl/modest-tny-folder-tree-view.sgml,
3044           docs/reference/tmpl/modest-tny-header-tree-view.sgml,
3045           docs/reference/tmpl/modest-tny-msg-view.sgml,
3046           docs/reference/tmpl/modest-unused.sgml: * updates
3047
3048 2006-07-25 14:41  djcb
3049
3050         * src/modest-widget-factory.c, src/widgets/modest-header-view.c: *
3051           minor
3052
3053 2006-07-25 14:40  djcb
3054
3055         * src/gtk2/modest-account-assistant.c,
3056           src/gtk2/modest-main-window.c, src/gtk2/modest-main-window.h: *
3057           minor
3058
3059 2006-07-25 14:39  djcb
3060
3061         * src/gtk2/Makefile.am, src/gtk2/modest-edit-msg-window.c,
3062           src/gtk2/modest-edit-msg-window.h, src/gtk2/modest-msg-window.c,
3063           src/gtk2/modest-msg-window.h: modest-msg-window =>
3064           modest-edit-msg-window
3065
3066 2006-07-24 14:42  djcb
3067
3068         * src/gtk2/modest-account-wizard.c,
3069           src/gtk2/modest-account-wizard.h: * remove the old account wizard
3070           stuff
3071
3072 2006-07-24 14:41  djcb
3073
3074         * src/gtk2/modest-account-view-window.c: * make dependent windows
3075           transient
3076
3077 2006-07-24 14:41  djcb
3078
3079         * src/gtk2/modest-main-window.c: * upgrade to new generic widget
3080           setting system
3081           * do transient stuff with dependant windows
3082
3083 2006-07-24 14:40  djcb
3084
3085         * src/gtk2/Makefile.am, src/gtk2/modest-account-assistant.c,
3086           src/gtk2/modest-account-assistant.h: * new account wizard, based
3087           on GtkAssistant. Not finished yet.
3088
3089 2006-07-24 14:38  djcb
3090
3091         * src/modest-conf-keys.h: * add some comments, namespace for widget
3092           settings
3093
3094 2006-07-24 14:37  djcb
3095
3096         * src/modest-widget-factory.c, src/modest-widget-factory.h: * add
3097           combo box with store protocols
3098
3099 2006-07-24 14:36  djcb
3100
3101         * src/modest-proto.c, src/modest-proto.h: * add functions for
3102           getting lists of store/transport protocols
3103           * some cleanups / improvements
3104
3105 2006-07-24 14:35  djcb
3106
3107         * src/modest-conf.c: * fix for modest_conf_key_exists, which did
3108           not work correctly on leaf nodes
3109
3110 2006-07-24 14:34  djcb
3111
3112         * src/Makefile.am, src/modest-widget-memory.c,
3113           src/modest-widget-memory.h: * added ModestWidgetMemory, new
3114           generic system for saving/restoring widget
3115           properties.
3116
3117 2006-07-24 14:32  djcb
3118
3119         * src/widgets/modest-account-view.c: * fix for initialized priv ptr
3120           in modest_account_view initialisation
3121
3122 2006-07-23 15:23  djcb
3123
3124         * src/Makefile.am: * add widgets/ to DIST_SUBDIRS
3125
3126 2006-07-21 16:20  djcb
3127
3128         * src/widgets/modest-account-view.c,
3129           src/widgets/modest-account-view.h: * coding style
3130
3131 2006-07-21 16:20  djcb
3132
3133         * src/gtk2/modest-main-window.c, src/modest-conf-keys.h: *
3134           implement saving / restoring of window size
3135
3136 2006-07-21 16:19  djcb
3137
3138         * src/modest-widget-factory.c, src/modest-widget-factory.h,
3139           src/widgets/modest-msg-view.c, src/widgets/modest-msg-view.h: *
3140           implement status bar messages
3141
3142 2006-07-21 09:23  djcb
3143
3144         * src/modest-main.c: * oops
3145
3146 2006-07-21 09:14  djcb
3147
3148         * COPYING, Makefile.am, configure.ac, src/Makefile.am,
3149           src/gtk/Makefile.am, src/gtk/modest-ui-main-view.c,
3150           src/gtk/modest-ui-message-editor.c,
3151           src/gtk/modest-ui-message-viewer.c, src/gtk/modest-ui.c,
3152           src/gtk2/Makefile.am, src/gtk2/modest-account-view-window.c,
3153           src/gtk2/modest-main-window.c, src/gtk2/modest-msg-window.c,
3154           src/hildon/Makefile.am, src/hildon/modest-ui-main-view.c,
3155           src/hildon/modest-ui-message-editor.c,
3156           src/hildon/modest-ui-message-viewer.c, src/hildon/modest-ui.c,
3157           src/hildon/modest-ui_1.c, src/modest-account-mgr.c,
3158           src/modest-account-mgr.h, src/modest-account-view.c,
3159           src/modest-account-view.h, src/modest-editor-window.c,
3160           src/modest-main.c, src/modest-text-utils.c,
3161           src/modest-tny-account-store.c, src/modest-tny-attachment.c,
3162           src/modest-tny-folder-tree-view.c,
3163           src/modest-tny-folder-tree-view.h,
3164           src/modest-tny-header-tree-view.c,
3165           src/modest-tny-header-tree-view.h, src/modest-tny-msg-actions.c,
3166           src/modest-tny-msg-view.c, src/modest-tny-msg-view.h,
3167           src/modest-tny-store-actions.c, src/modest-ui.h,
3168           src/modest-viewer-window.c, src/modest-viewer-window.h,
3169           src/modest-widget-factory.c, src/modest-widget-factory.h,
3170           src/widgets, src/widgets/modest-account-view.c,
3171           src/widgets/modest-account-view.h,
3172           src/widgets/modest-folder-view.c,
3173           src/widgets/modest-folder-view.h,
3174           src/widgets/modest-header-view.c,
3175           src/widgets/modest-header-view.h, src/widgets/modest-msg-view.c,
3176           src/widgets/modest-msg-view.h: * ModestTnyFolderTreeView =>
3177           ModestFolderView
3178           * ModestTnyHeaderTreeView => ModestHeaderView
3179           * ModestTnyMsgView => ModestMsgView
3180           * moved these widgets to src/widgets/
3181           * update all dependencies
3182           * fixed compiler warnings all over the place
3183
3184 2006-07-20 15:21  djcb
3185
3186         * configure.ac: * don't depend on hildon when it's not there
3187
3188 2006-07-20 14:32  djcb
3189
3190         * docs/reference/modest-docs.sgml,
3191           docs/reference/tmpl/modest-account-keys.sgml,
3192           docs/reference/tmpl/modest-account-mgr.sgml,
3193           docs/reference/tmpl/modest-conf-keys.sgml,
3194           docs/reference/tmpl/modest-conf.sgml,
3195           docs/reference/tmpl/modest-edit-window.sgml,
3196           docs/reference/tmpl/modest-main-window.sgml,
3197           docs/reference/tmpl/modest-tny-header-tree-view.sgml,
3198           docs/reference/tmpl/modest-tny-transport-actions.sgml,
3199           docs/reference/tmpl/modest-ui.sgml,
3200           docs/reference/tmpl/modest-unused.sgml: * documentation updates
3201
3202 2006-07-20 14:32  djcb
3203
3204         * configure.ac: * default to hildon platform when running there
3205
3206 2006-07-20 14:25  djcb
3207
3208         * src/gtk2/Makefile.am, src/gtk2/modest-main-window.c,
3209           src/gtk2/modest-main-window.h, src/gtk2/modest-ui.c: * update to
3210           use the new widgets
3211           * get window size from modestconf
3212
3213 2006-07-20 14:24  djcb
3214
3215         * src/gtk2/modest-account-view-window.c,
3216           src/gtk2/modest-account-view-window.h,
3217           src/gtk2/modest-account-wizard.c,
3218           src/gtk2/modest-account-wizard.h, src/gtk2/modest-msg-window.c,
3219           src/gtk2/modest-msg-window.h: * add some new windows to the gtk2
3220           backend. very experimental
3221
3222 2006-07-20 14:20  djcb
3223
3224         * src/Makefile.am: * add modest-account-view to the build
3225
3226 2006-07-20 14:19  djcb
3227
3228         * src/modest-widget-factory.c, src/modest-widget-factory.h: * add
3229           support for the account view widget
3230           * do all creation lazily
3231
3232 2006-07-20 14:18  djcb
3233
3234         * src/modest-tny-folder-tree-view.c: * cosmetics
3235
3236 2006-07-20 14:16  djcb
3237
3238         * src/modest-icon-factory.c: * use g_printerr instead of g_warning
3239
3240 2006-07-20 14:16  djcb
3241
3242         * src/modest-account-mgr.c, src/modest-account-mgr.h: * do proper
3243           refcounting for ModestConf instances
3244           * API update for enable/disable API
3245           * some internal refactoring
3246
3247 2006-07-20 14:14  djcb
3248
3249         * src/modest-tny-msg-view.c: * call parent dtor
3250
3251 2006-07-20 14:13  djcb
3252
3253         * src/modest-tny-header-tree-view.c: * cosmetics
3254
3255 2006-07-20 14:13  djcb
3256
3257         * src/gtk/modest-ui-main-view.c,
3258           src/gtk/modest-ui-message-editor.c,
3259           src/gtk/modest-ui-message-viewer.c,
3260           src/hildon/modest-ui-main-view.c,
3261           src/hildon/modest-ui-message-viewer.c, src/modest-conf-keys.h: *
3262           some name changes in the conf keys, and updates to
3263           dependent platforms/backends
3264
3265 2006-07-20 14:11  djcb
3266
3267         * src/modest-conf.c, src/modest-conf.h: * added convenience
3268           functions
3269           modest_conf_get_string_or_default and
3270           modest_conf_get_int_or_default to get a (user-provided)
3271           default if there is no value in gconf
3272
3273 2006-07-20 14:09  djcb
3274
3275         * src/modest-account-view.c, src/modest-account-view.h: * added
3276           account view widget, a listview with the current
3277           accounts, and a toggle to enable/disable them.
3278           
3279
3280 2006-07-17 12:33  djcb
3281
3282         * docs/reference/modest-docs.sgml: * some documentation updates
3283
3284 2006-07-17 12:20  djcb
3285
3286         * src/hildon/Makefile.am: in.in => in
3287
3288 2006-07-17 12:20  djcb
3289
3290         * src/modest-tny-transport-actions.c,
3291           src/modest-tny-transport-actions.h: let _new return
3292           ModestTnyTransportActions, not GObject
3293
3294 2006-07-17 12:19  djcb
3295
3296         * src/modest-tny-folder-tree-view.c,
3297           src/modest-tny-folder-tree-view.h: * infrastructure for locking
3298           added, small cosmetics
3299
3300 2006-07-17 12:18  djcb
3301
3302         * src/gtk/modest-ui.c, src/hildon/modest-ui.c, src/modest-ui.h: *
3303           modest_ui_new now returns ModestUI* instead of GObject
3304
3305 2006-07-17 12:16  djcb
3306
3307         * src/modest-tny-msg-view.c: * small cleanups
3308
3309 2006-07-17 12:15  djcb
3310
3311         * src/modest-tny-header-tree-view.c: * improvements in display of
3312           address, refactored some code
3313
3314 2006-07-17 12:13  djcb
3315
3316         * src/modest-account-mgr.c, src/modest-account-mgr.h,
3317           src/modest-conf.c, src/modest-conf.h: let _new return
3318           ModestConf*, ModestAccountMgr* instead of GObject
3319
3320 2006-07-17 12:10  djcb
3321
3322         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
3323           the constructor now returns ModestTnyAccountStore instances,
3324           not GObjects
3325
3326 2006-07-17 12:09  djcb
3327
3328         * configure.ac, src/Makefile.am: * support the gtk2/ code, and make
3329           the platform configure-time selectable,
3330           with --with-platform=gtk or --with-platform=gtk2.
3331           The current UI code is the first one, and the default.
3332
3333 2006-07-17 12:08  djcb
3334
3335         * src/modest-main.c: * deal (optionally) with the gtk2 ui code
3336           * startings of cmdline handling
3337
3338 2006-07-17 12:06  djcb
3339
3340         * src/modest-widget-factory.c, src/modest-widget-factory.h: * added
3341           modest-widget-factory, which provides a way to get the widgets
3342           (folder, header, preview) and maintain the dependencies between
3343           them,
3344           in a frontend-independent way
3345
3346 2006-07-17 12:04  djcb
3347
3348         * src/gtk2, src/gtk2/Makefile.am, src/gtk2/modest-icon-names.h,
3349           src/gtk2/modest-main-window.c, src/gtk2/modest-main-window.h,
3350           src/gtk2/modest-ui.c, src/gtk2/pixmaps,
3351           src/gtk2/pixmaps/qgn_addr_icon_user_group.png,
3352           src/gtk2/pixmaps/qgn_list_gene_attacpap.png,
3353           src/gtk2/pixmaps/qgn_list_gene_fldr_clp.png,
3354           src/gtk2/pixmaps/qgn_list_gene_fldr_cls.png,
3355           src/gtk2/pixmaps/qgn_list_gene_fldr_exp.png,
3356           src/gtk2/pixmaps/qgn_list_gene_fldr_opn.png,
3357           src/gtk2/pixmaps/qgn_list_messagin.png,
3358           src/gtk2/pixmaps/qgn_list_messagin_drafts.png,
3359           src/gtk2/pixmaps/qgn_list_messagin_editor.png,
3360           src/gtk2/pixmaps/qgn_list_messagin_hdr.png,
3361           src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted.png,
3362           src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_high.png,
3363           src/gtk2/pixmaps/qgn_list_messagin_hdr_encrypted_low.png,
3364           src/gtk2/pixmaps/qgn_list_messagin_hdr_high.png,
3365           src/gtk2/pixmaps/qgn_list_messagin_hdr_high_unread.png,
3366           src/gtk2/pixmaps/qgn_list_messagin_hdr_low.png,
3367           src/gtk2/pixmaps/qgn_list_messagin_hdr_low_unread.png,
3368           src/gtk2/pixmaps/qgn_list_messagin_hdr_signed.png,
3369           src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_high.png,
3370           src/gtk2/pixmaps/qgn_list_messagin_hdr_signed_low.png,
3371           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread.png,
3372           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png,
3373           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png,
3374           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png,
3375           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed.png,
3376           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png,
3377           src/gtk2/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png,
3378           src/gtk2/pixmaps/qgn_list_messagin_inbox.png,
3379           src/gtk2/pixmaps/qgn_list_messagin_mail.png,
3380           src/gtk2/pixmaps/qgn_list_messagin_mail_deleted.png,
3381           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read.png,
3382           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png,
3383           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png,
3384           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread.png,
3385           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png,
3386           src/gtk2/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png,
3387           src/gtk2/pixmaps/qgn_list_messagin_mail_high.png,
3388           src/gtk2/pixmaps/qgn_list_messagin_mail_high_unread.png,
3389           src/gtk2/pixmaps/qgn_list_messagin_mail_low.png,
3390           src/gtk2/pixmaps/qgn_list_messagin_mail_low_unread.png,
3391           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read.png,
3392           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_high.png,
3393           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_read_low.png,
3394           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread.png,
3395           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_high.png,
3396           src/gtk2/pixmaps/qgn_list_messagin_mail_signed_unread_low.png,
3397           src/gtk2/pixmaps/qgn_list_messagin_mail_unread.png,
3398           src/gtk2/pixmaps/qgn_list_messagin_outbox.png,
3399           src/gtk2/pixmaps/qgn_list_messagin_sent.png,
3400           src/gtk2/pixmaps/qgn_list_messagin_viewer.png,
3401           src/gtk2/pixmaps/qgn_list_messaging_high.png,
3402           src/gtk2/pixmaps/qgn_list_messaging_low.png,
3403           src/gtk2/pixmaps/qgn_widg_datedit.png: * added beginnings of new
3404           experimental non-glade gtk+ UI
3405
3406 2006-07-12 12:40  djcb
3407
3408         * src/hildon/modest-ui-main-view.c: * use the tinymail iterator API
3409           correctly
3410           * use 770-optimized header display
3411
3412 2006-07-12 07:44  djcb
3413
3414         * src/Makefile.am, src/marshall.list, src/modest-marshal.list: *
3415           cosmetic
3416
3417 2006-07-12 06:18  djcb
3418
3419         * src/modest-tny-store-actions.c: * cosmetics
3420
3421 2006-07-12 06:17  djcb
3422
3423         * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: *
3424           update to new iterator API in tinymail
3425           * code cleanup / refactoring
3426           * added _nth_ method, to get the nth mime-part
3427
3428 2006-07-12 06:13  djcb
3429
3430         * src/modest-editor-window.c, src/modest-editor-window.h: *
3431           cosmetics
3432
3433 2006-07-12 06:11  djcb
3434
3435         * src/modest-tny-header-tree-view.h: * cosmetic
3436
3437 2006-07-12 06:09  djcb
3438
3439         * src/modest-viewer-window.c, src/modest-viewer-window.h: * coding
3440           style fixes
3441
3442 2006-07-12 06:07  djcb
3443
3444         * src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * update to
3445           the new iterator-API that tinymail now requires
3446           
3447           * refactored the code quite a bit:
3448           - simplified the handling of attachments
3449           - added the 'attachment clicked' signal
3450           - remove attachment-inline support for now
3451           - remove '_redraw' (it should not be needed)
3452
3453 2006-07-11 16:55  djcb
3454
3455         * src/modest-ui.h: * cosmetic
3456
3457 2006-07-11 16:54  djcb
3458
3459         * src/modest-account-keys.h: * add 'enabled' key
3460
3461 2006-07-11 16:53  djcb
3462
3463         * src/hildon/modest-ui-account-setup.c,
3464           src/hildon/modest-ui-main-view.c,
3465           src/hildon/modest-ui-message-editor.c,
3466           src/hildon/modest-ui-wizard.c, src/hildon/modest-ui.c: * update
3467           for the changes in the APIs, as well as for *some* compile
3468           warnings
3469
3470 2006-07-11 16:51  djcb
3471
3472         * src/modest-conf.h: * fix compile warning by moving enum up
3473
3474 2006-07-11 16:43  djcb
3475
3476         * src/modest-tny-folder-tree-view.c,
3477           src/modest-tny-folder-tree-view.h: * listen to updates in the
3478           account store, and refresh
3479
3480 2006-07-11 16:39  djcb
3481
3482         * src/marshall.list: * added some marshaller specs
3483
3484 2006-07-11 16:38  djcb
3485
3486         * src/modest-tny-stream-gtkhtml.c: * handle empty stream gracefully
3487           (even if gtkhtml doesn't)
3488
3489 2006-07-11 16:34  djcb
3490
3491         * src/gtk/modest-ui-account-setup.c, src/gtk/modest-ui-main-view.c,
3492           src/gtk/modest-ui-message-editor.c, src/gtk/modest-ui-wizard.c,
3493           src/gtk/modest-ui.c: * update for API changes. It compiles, but
3494           there might be conflicts,
3495           which will be dealt with shortly.
3496
3497 2006-07-11 16:31  djcb
3498
3499         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
3500           cleaned up, refactored code. there's a lot less now
3501           * update to use latest Tinymail (iterator stuff etc.)
3502           * do the signal propagation
3503
3504 2006-07-11 16:25  djcb
3505
3506         * src/modest-account-mgr.c, src/modest-account-mgr.h: * many
3507           changes:
3508           - merge separate account_ and server_account functions into one
3509           - fixed signals when changes take place in the backend (modest
3510           conf)
3511           - removed internal cache of account names, but always use
3512           modest-conf
3513           - cleaned up 'check_change'
3514           - implemented enabling/disabling of accounts, and signals
3515           understand this,
3516           as well as the 'search' function
3517           - simplified a lot of code, refactoring, cosmetics
3518           
3519           
3520
3521 2006-07-11 16:13  djcb
3522
3523         * src/modest-conf.c, src/modest-conf.h: * added
3524           modest_conf_key_escape and modest_conf_key_unescape, to
3525           escape strings to valid gconf key names.
3526
3527 2006-07-11 07:23  djcb
3528
3529         * src/modest-conf-gconf.c: - renamed into modest-conf.c
3530
3531 2006-07-11 07:22  djcb
3532
3533         * src/Makefile.am, src/modest-conf.c, src/modest-conf.h: *
3534           modest-conf-gconf.c => modest-conf.c
3535           * fixed signal handling, so:
3536           - also non-strings values will work
3537           - differentiate between NULL and having value unset
3538           * small code cleanups (cosmetic)
3539           * the new event stuff still needs to be added elsewhere in modest
3540
3541 2006-07-10 18:10  nils
3542
3543         * src/gtk/modest-icon-names.h, src/gtk/modest-ui-account-setup.c,
3544           src/gtk/modest-ui-account-setup.h, src/gtk/modest-ui-glade.h,
3545           src/gtk/modest-ui-main-view.c,
3546           src/gtk/modest-ui-message-editor.c,
3547           src/gtk/modest-ui-message-editor.h,
3548           src/gtk/modest-ui-message-viewer.c,
3549           src/gtk/modest-ui-message-viewer.h, src/gtk/modest-ui-wizard.c,
3550           src/gtk/modest-ui-wizard.h, src/gtk/modest-ui.c: * added
3551           licensing boiler plate to source files
3552
3553 2006-07-10 18:07  nils
3554
3555         * src/hildon/modest-icon-names.h,
3556           src/hildon/modest-ui-account-setup.c,
3557           src/hildon/modest-ui-account-setup.h,
3558           src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c,
3559           src/hildon/modest-ui-message-editor.c,
3560           src/hildon/modest-ui-message-editor.h,
3561           src/hildon/modest-ui-message-viewer.c,
3562           src/hildon/modest-ui-message-viewer.h,
3563           src/hildon/modest-ui-wizard.c, src/hildon/modest-ui-wizard.h,
3564           src/hildon/modest-ui.c: * added licensing boilerplate to source
3565           files
3566
3567 2006-07-10 18:02  nils
3568
3569         * src/modest-account-keys.h, src/modest-account-mgr.c,
3570           src/modest-account-mgr.h, src/modest-conf-gconf.c,
3571           src/modest-conf-keys.h, src/modest-conf.h,
3572           src/modest-editor-window.c, src/modest-editor-window.h,
3573           src/modest-icon-factory.c, src/modest-icon-factory.h,
3574           src/modest-identity-keys.h, src/modest-identity-mgr.c,
3575           src/modest-identity-mgr.h, src/modest-proto.c,
3576           src/modest-proto.h, src/modest-text-utils.c,
3577           src/modest-text-utils.h, src/modest-tny-account-store.c,
3578           src/modest-tny-account-store.h, src/modest-tny-attachment.c,
3579           src/modest-tny-attachment.h, src/modest-tny-folder-tree-view.c,
3580           src/modest-tny-folder-tree-view.h,
3581           src/modest-tny-header-tree-view.c,
3582           src/modest-tny-header-tree-view.h, src/modest-tny-msg-actions.c,
3583           src/modest-tny-msg-actions.h, src/modest-tny-msg-view.c,
3584           src/modest-tny-msg-view.h, src/modest-tny-store-actions.c,
3585           src/modest-tny-store-actions.h, src/modest-tny-stream-gtkhtml.c,
3586           src/modest-tny-stream-gtkhtml.h,
3587           src/modest-tny-transport-actions.c,
3588           src/modest-tny-transport-actions.h, src/modest-ui.h,
3589           src/modest-viewer-window.c, src/modest-viewer-window.h,
3590           src/modest-window-mgr.c, src/modest-window-mgr.h: * added
3591           licensing boilerplate to source files
3592
3593 2006-07-10 07:13  djcb
3594
3595         * src/modest-main.c: * lots of cleanups, removed destructive
3596           settings / test install settings
3597           (they can now be done using gconftool)
3598           * made the return codes well-defined
3599           * added license header
3600
3601 2006-07-05 09:39  djcb
3602
3603         * src/gtk: * renamed gtk-glade => gtk
3604
3605 2006-07-05 09:16  djcb
3606
3607         * src/gtk: * remove old stuff
3608
3609 2006-07-05 09:15  djcb
3610
3611         * src/gtk-glade: * remove the dead gtk-dir
3612
3613 2006-06-27 10:36  florian
3614
3615         * debian/files, debian/modest.substvars, debian/rules,
3616           src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c,
3617           src/hildon/modest-ui-message-editor.c, src/hildon/modest-ui.c,
3618           src/hildon/modest.glade, src/modest-editor-window.c,
3619           src/modest-editor-window.h: * Change deprecated
3620           HildonApp/HildonAppView to HildonProgram/HildonWindow.
3621           * Hacked hildon support for editor window (still not fully
3622           functional).
3623           * Several minor changes and updates.
3624           * Remove some files from the packages.
3625
3626 2006-06-23 16:51  arne
3627
3628         * debian/control, debian/dirs, debian/rules: * cosmetic changes
3629
3630 2006-06-23 14:46  arne
3631
3632         * src/modest-tny-folder-tree-view.c: * fixed message count in
3633           folder view
3634
3635 2006-06-23 14:29  arne
3636
3637         * src/modest-tny-header-tree-view.c: * bugfix: message flags (has
3638           attachment, ...) are displayed correctly now
3639
3640 2006-06-23 12:16  florian
3641
3642         * configure.ac: * Add libosso dependency.
3643
3644 2006-06-23 12:08  florian
3645
3646         * configure.ac, src/Makefile.am, src/modest-main.c: * Reggister
3647           application service.
3648
3649 2006-06-22 19:57  silvan
3650
3651         * src/gtk-glade/modest-ui.c, src/hildon/modest-ui.c,
3652           src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
3653           added function to register password_request method with
3654           modest_tny_account_store
3655           so that it may be called, if TnyAccountIface needs a password.
3656
3657 2006-06-22 17:57  arne
3658
3659         * src/gtk-glade/modest-ui-main-view.c,
3660           src/gtk-glade/modest-ui-message-editor.c,
3661           src/gtk-glade/modest-ui-message-editor.h,
3662           src/hildon/modest-ui-main-view.c,
3663           src/hildon/modest-ui-message-editor.c,
3664           src/hildon/modest-ui-message-editor.h, src/modest-tny-msg-view.c,
3665           src/modest-tny-msg-view.h: * added support for mailto: links in
3666           messages: when clicked, they open an new editor window.
3667
3668 2006-06-22 14:49  arne
3669
3670         * src/gtk-glade/modest-ui-message-editor.c,
3671           src/hildon/modest-ui-message-editor.c: * 2 bugs fixed, why didn't
3672           the compiler complain?
3673
3674 2006-06-22 13:45  florian
3675
3676         * src/hildon/modest.glade: * Make editor toolbar icon only.
3677
3678 2006-06-22 13:16  florian
3679
3680         * src/hildon/modest-ui-main-view.c: * Back to old API.
3681
3682 2006-06-22 13:11  florian
3683
3684         * src/hildon/modest-ui-main-view.c: * Pack toolbar in hildon
3685           specific way.
3686
3687 2006-06-22 11:36  florian
3688
3689         * src/hildon/Makefile.am, src/hildon/modest.desktop.in.in: * Remove
3690           i18n stuff from desktop file.
3691
3692 2006-06-22 11:34  silvan
3693
3694         * src/gtk-glade/modest-ui.c, src/hildon/modest-ui.c: * changed
3695           visibility of characters in password dialog (hildon + gtk-glade)
3696
3697 2006-06-22 10:57  florian
3698
3699         * src/hildon/Makefile.am: * Add installation if service/desktop
3700           files.
3701
3702 2006-06-22 10:48  florian
3703
3704         * debian/control: * Make modest package compatible with AI.
3705
3706 2006-06-22 10:45  florian
3707
3708         * src/hildon/Makefile.am, src/hildon/com.nokia.modest.service.in,
3709           src/hildon/modest.desktop.in.in, src/hildon/modest.sh: * Add
3710           script for automatic network connectivity.
3711
3712 2006-06-22 10:31  florian
3713
3714         * configure.ac, src/hildon/Makefile.am,
3715           src/hildon/com.nokia.modest.service.in,
3716           src/hildon/modest.desktop.in.in, src/hildon/modest.png: * Add
3717           support files for maemo desktop integration.
3718
3719 2006-06-21 23:13  florian
3720
3721         * src/hildon/modest.glade: * Move toolbar to the bottom, change
3722           layout.
3723
3724 2006-06-21 18:33  nils
3725
3726         * src/hildon/modest-ui-main-view.c: * huhu ... hack alert ;) sub
3727           menu items are now reparented to AppView's menu
3728
3729 2006-06-21 18:18  nils
3730
3731         * src/hildon/modest-ui-main-view.c: * first mods to move the menu
3732           into the HildonApp
3733
3734 2006-06-21 18:17  arne
3735
3736         * src/hildon/modest-ui-account-setup.c,
3737           src/hildon/modest-ui-message-editor.c, src/hildon/modest-ui.c: *
3738           apllied today's changes to the gtk-glade ui to the hildon ui
3739
3740 2006-06-21 18:04  nils
3741
3742         * src/hildon/modest-ui-main-view.c: * set HildonApp title
3743
3744 2006-06-21 17:59  nils
3745
3746         * src/hildon/modest.glade: * added HildonApp around main_view
3747           * changed main_view to HildonAppView
3748           * removed some non-working buttons and menuitems so that UI fits
3749           better on smaller screen
3750
3751 2006-06-21 17:48  arne
3752
3753         * src/gtk-glade/modest-ui-message-editor.c,
3754           src/modest-editor-window.c: * fixed bug which crashed modest
3755           after sending an email with attachment(s). The attachment-list
3756           was unref'd twice. d'oh!
3757
3758 2006-06-21 17:16  arne
3759
3760         * src/modest-tny-attachment.c: * mime-type-guessing for attachments
3761           is now case-insensitive and has a default
3762           (application/octet-stream)
3763
3764 2006-06-21 16:22  silvan
3765
3766         * src/gtk-glade/modest-ui.c, src/modest-account-mgr.c,
3767           src/modest-tny-account-store.c: * added better support for
3768           passwords
3769           - now get_password returns either the password from the
3770           corresponding account
3771           - or if triggered by the forget_password function emits the
3772           signal which
3773           leads to asking for a new password.
3774           * corrected some indentations / adopted coding style
3775
3776 2006-06-21 16:07  florian
3777
3778         * src/modest-tny-folder-tree-view.c: * Fix segfault caused by
3779           freeing uninitialized values.
3780
3781 2006-06-21 15:54  arne
3782
3783         * configure.ac: * added missing spaces in test call
3784
3785 2006-06-21 15:15  arne
3786
3787         * debian, debian/changelog, debian/compat, debian/control,
3788           debian/copyright, debian/dirs, debian/docs, debian/files,
3789           debian/menu, debian/modest.substvars, debian/rules: * a dh_make
3790           debian skeleton with only minimal changes, lots to do...
3791
3792 2006-06-21 15:12  arne
3793
3794         * src/hildon/Makefile.am, src/hildon/glade,
3795           src/hildon/glade/qgn_list_gene_attacpap.png,
3796           src/hildon/glade/qgn_list_gene_bold.png,
3797           src/hildon/glade/qgn_list_gene_contacts.png,
3798           src/hildon/glade/qgn_list_gene_italic.png,
3799           src/hildon/glade/qgn_list_messagin_mail.png,
3800           src/hildon/glade/qgn_list_messagin_mail_unread.png,
3801           src/hildon/glade/qgn_toolb_messagin.png,
3802           src/hildon/glade/qgn_toolb_messagin_bullets.png,
3803           src/hildon/glade/qgn_toolb_messagin_delete.png,
3804           src/hildon/glade/qgn_toolb_messagin_fontcolor.png,
3805           src/hildon/glade/qgn_toolb_messagin_forward.png,
3806           src/hildon/glade/qgn_toolb_messagin_moveto.png,
3807           src/hildon/glade/qgn_toolb_messagin_new.png,
3808           src/hildon/glade/qgn_toolb_messagin_next.png,
3809           src/hildon/glade/qgn_toolb_messagin_previous.png,
3810           src/hildon/glade/qgn_toolb_messagin_reply.png,
3811           src/hildon/glade/qgn_toolb_messagin_replytoall.png,
3812           src/hildon/glade/qgn_toolb_messagin_saveattachment.png,
3813           src/hildon/glade/qgn_toolb_messagin_send.png,
3814           src/hildon/glade/qgn_toolb_messagin_sendreceive.png,
3815           src/hildon/modest-icon-names.h,
3816           src/hildon/modest-ui-account-setup.c,
3817           src/hildon/modest-ui-account-setup.h,
3818           src/hildon/modest-ui-glade.h, src/hildon/modest-ui-main-view.c,
3819           src/hildon/modest-ui-main-view.h,
3820           src/hildon/modest-ui-message-editor.c,
3821           src/hildon/modest-ui-message-editor.h,
3822           src/hildon/modest-ui-message-viewer.c,
3823           src/hildon/modest-ui-message-viewer.h,
3824           src/hildon/modest-ui-wizard.c, src/hildon/modest-ui-wizard.h,
3825           src/hildon/modest-ui.c, src/hildon/modest-ui_1.c,
3826           src/hildon/modest.glade, src/hildon/pixmaps,
3827           src/hildon/pixmaps/qgn_addr_icon_user_group.png,
3828           src/hildon/pixmaps/qgn_list_gene_attacpap.png,
3829           src/hildon/pixmaps/qgn_list_gene_fldr_clp.png,
3830           src/hildon/pixmaps/qgn_list_gene_fldr_cls.png,
3831           src/hildon/pixmaps/qgn_list_gene_fldr_exp.png,
3832           src/hildon/pixmaps/qgn_list_gene_fldr_opn.png,
3833           src/hildon/pixmaps/qgn_list_messagin.png,
3834           src/hildon/pixmaps/qgn_list_messagin_drafts.png,
3835           src/hildon/pixmaps/qgn_list_messagin_editor.png,
3836           src/hildon/pixmaps/qgn_list_messagin_hdr.png,
3837           src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted.png,
3838           src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted_high.png,
3839           src/hildon/pixmaps/qgn_list_messagin_hdr_encrypted_low.png,
3840           src/hildon/pixmaps/qgn_list_messagin_hdr_high.png,
3841           src/hildon/pixmaps/qgn_list_messagin_hdr_high_unread.png,
3842           src/hildon/pixmaps/qgn_list_messagin_hdr_low.png,
3843           src/hildon/pixmaps/qgn_list_messagin_hdr_low_unread.png,
3844           src/hildon/pixmaps/qgn_list_messagin_hdr_signed.png,
3845           src/hildon/pixmaps/qgn_list_messagin_hdr_signed_high.png,
3846           src/hildon/pixmaps/qgn_list_messagin_hdr_signed_low.png,
3847           src/hildon/pixmaps/qgn_list_messagin_hdr_unread.png,
3848           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png,
3849           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png,
3850           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png,
3851           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed.png,
3852           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png,
3853           src/hildon/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png,
3854           src/hildon/pixmaps/qgn_list_messagin_inbox.png,
3855           src/hildon/pixmaps/qgn_list_messagin_mail.png,
3856           src/hildon/pixmaps/qgn_list_messagin_mail_deleted.png,
3857           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read.png,
3858           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png,
3859           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png,
3860           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread.png,
3861           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png,
3862           src/hildon/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png,
3863           src/hildon/pixmaps/qgn_list_messagin_mail_high.png,
3864           src/hildon/pixmaps/qgn_list_messagin_mail_high_unread.png,
3865           src/hildon/pixmaps/qgn_list_messagin_mail_low.png,
3866           src/hildon/pixmaps/qgn_list_messagin_mail_low_unread.png,
3867           src/hildon/pixmaps/qgn_list_messagin_mail_signed_read.png,
3868           src/hildon/pixmaps/qgn_list_messagin_mail_signed_read_high.png,
3869           src/hildon/pixmaps/qgn_list_messagin_mail_signed_read_low.png,
3870           src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread.png,
3871           src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread_high.png,
3872           src/hildon/pixmaps/qgn_list_messagin_mail_signed_unread_low.png,
3873           src/hildon/pixmaps/qgn_list_messagin_mail_unread.png,
3874           src/hildon/pixmaps/qgn_list_messagin_outbox.png,
3875           src/hildon/pixmaps/qgn_list_messagin_sent.png,
3876           src/hildon/pixmaps/qgn_list_messagin_viewer.png,
3877           src/hildon/pixmaps/qgn_list_messaging_high.png,
3878           src/hildon/pixmaps/qgn_list_messaging_low.png,
3879           src/hildon/pixmaps/qgn_widg_datedit.png: * initial check-in, a
3880           copy of the gtk-glade UI with minimal changes so far.
3881
3882 2006-06-21 13:39  florian
3883
3884         * src/modest-tny-header-tree-view.c: * Simple UTF8 support for
3885           string comparison.
3886
3887 2006-06-21 11:13  silvan
3888
3889         * src/gtk-glade/modest-ui-account-setup.c,
3890           src/modest-identity-mgr.c: * added support for propagating
3891           identity updates to modest-identity-mgr
3892           * activated callbacks in modest-ui-account-setup
3893
3894 2006-06-21 11:03  florian
3895
3896         * src/modest-account-mgr.c: * Remove some obsolete code.
3897
3898 2006-06-21 09:25  silvan
3899
3900         * src/gtk-glade/modest-ui-account-setup.c: * added filter_func to
3901           filter the server_accounts for transports to
3902           identity_edit_action
3903
3904 2006-06-21 09:09  silvan
3905
3906         * src/gtk-glade/modest-ui-account-setup.c: * fixed bugs:
3907           - ACCOUNT_PROT was used instead of ACCOUNT_NAME in
3908           account_edit_action
3909           - return values in write_account fixed
3910
3911 2006-06-20 17:17  silvan
3912
3913         * src/gtk-glade/modest-ui-account-setup.c: * added filtering for
3914           transport accounts to outgoing selection
3915
3916 2006-06-20 16:33  florian
3917
3918         * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c,
3919           src/modest-tny-header-tree-view.c: * Add common "AW:" to list of
3920           ignored subject prefixes.
3921           * Clean header view if folder is set to NULL.
3922           * Reset folder in header list if account is changed.
3923
3924 2006-06-20 16:22  silvan
3925
3926         * src/gtk-glade/modest-ui-account-setup.c,
3927           src/gtk-glade/modest-ui-account-setup.h,
3928           src/gtk-glade/modest-ui-wizard.h: * added some comments and
3929           handling of the Edit/Delete buttons sensitivity
3930
3931 2006-06-20 15:28  silvan
3932
3933         * src/gtk-glade/modest-ui-account-setup.c: * handlers for
3934           account/identity updates are now removed, if no longer needed
3935           for the dialog treeviews
3936
3937 2006-06-20 12:50  florian
3938
3939         * src/gtk-glade/modest-ui.c, src/modest-tny-folder-tree-view.c,
3940           src/modest-tny-folder-tree-view.h: * Add update method to
3941           ModestTnyFolderTreeView.
3942           * Use update method in case of account changes. Open: restore
3943           current view if possible.
3944
3945 2006-06-20 12:38  silvan
3946
3947         * src/gtk-glade/modest-ui-account-setup.c,
3948           src/gtk-glade/modest.glade: * implemented correct filling of
3949           fields in the edit-dialogs for accounts and identities
3950           * removed (currently) unsupported fields from glade-file
3951
3952 2006-06-19 17:39  florian
3953
3954         * src/gtk-glade/modest-ui.c, src/modest-account-mgr.c,
3955           src/modest-tny-account-store.c: * Implement account change and
3956           add signals and data.
3957           * Prepare function to update user interface.
3958           * Change order of some functions.
3959
3960 2006-06-19 17:23  silvan
3961
3962         * src/gtk-glade/modest-ui-account-setup.c,
3963           src/gtk-glade/modest.glade: * some changes for
3964           modest-ui-account-setup in modest.glade, mostly widget names
3965           * added account removal and creation to modest-ui-account-setup.c
3966
3967 2006-06-19 14:30  djcb
3968
3969         * src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h,
3970           src/modest-tny-msg-view.c: * cleanup find_body_part a bit, and
3971           check if a part is not an attachment,
3972           if so, it cannot be the body part (before this, a text/html
3973           attachment
3974           would be shown when there was only a text/plain body)
3975           
3976           * constify modest_tny_msg_actions_quote
3977
3978 2006-06-19 13:28  silvan
3979
3980         * src/gtk-glade/modest-ui-account-setup.c,
3981           src/modest-identity-mgr.c: * some more indentation fixed
3982           modest-identity-mgr.c
3983           * changed add_identity to write_identity and added support
3984           for changes to modest-ui-account-setup.c
3985
3986 2006-06-19 12:28  silvan
3987
3988         * src/modest-identity-mgr.c: * fixed typo in modest-identity-mgr.c
3989           (modest_identity_mgr_set_identity_bool)
3990
3991 2006-06-19 11:43  silvan
3992
3993         * src/gtk-glade/modest-ui-account-setup.c,
3994           src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade,
3995           src/modest-identity-mgr.h, src/modest-main.c: * adjusted
3996           indentation on modest-ui-wizard.c modest-identity-mgr.h and
3997           modest-main.c
3998           * changed some flags on modest.glade
3999           * added some serious functionality to modest-ui-account-setup.c
4000           (identities)
4001           (yet the edit dialog does not work properly)
4002
4003 2006-06-19 11:07  arne
4004
4005         * src/gtk-glade/modest-ui-message-viewer.c,
4006           src/modest-tny-attachment.c: * compile warning fixed
4007
4008 2006-06-19 10:35  silvan
4009
4010         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade,
4011           src/modest-identity-mgr.h, src/modest-main.c: * some changes in
4012           the account-dialog in modest.glade, for better handling
4013           * adopted modest-ui-wizard.c and modest-main.c to change in
4014           identity_add
4015           * added comment for "realname" parameter to modest-identity-mgr.h
4016
4017 2006-06-19 10:33  arne
4018
4019         * src/modest-account-mgr.c: * same bugs as in modest-identity-mgr.c
4020           fixed: ...get_bool was calling modest_conf_set_int instead of
4021           ...bool; the g_return_val_if_fail were returning -1 instead of
4022           FALSE
4023
4024 2006-06-19 10:26  arne
4025
4026         * src/modest-identity-mgr.c: * buglets fixed
4027
4028 2006-06-19 09:56  arne
4029
4030         * src/modest-identity-keys.h, src/modest-identity-mgr.c,
4031           src/modest-identity-mgr.h: * added REALNAME to identities
4032           
4033           * some reformat
4034
4035 2006-06-16 14:42  florian
4036
4037         * src/modest-tny-account-store.c: * Disconnect signals from account
4038           manager if account store is destroyed.
4039
4040 2006-06-16 13:41  djcb
4041
4042         * src/gtk-glade/modest-ui-main-view.c, src/gtk-glade/modest.glade,
4043           src/marshall.list, src/modest-tny-header-tree-view.c,
4044           src/modest-tny-header-tree-view.h: * add progress indication.
4045           - ModestTnyHeaderTree now emits a signal 'status_update' whenever
4046           the headers
4047           tree is being updated (and when that is over)
4048           - a new marshaller is created (marshall.list) for this
4049           - ModestUI connects to the signal, and updates the status bar...
4050           - ...which is added to the UI
4051
4052 2006-06-16 09:56  florian
4053
4054         * src/Makefile.am: * Add marshall.list to dependencies of resulting
4055           files to make sure they are updated.
4056
4057 2006-06-15 16:11  arne
4058
4059         * src/gtk-glade/modest-ui-wizard.c: * no longer force the user to
4060           enter a username for the outgoing (smtp) server. silvan, please
4061           check whether you agree.
4062
4063 2006-06-15 15:17  florian
4064
4065         * src/gtk-glade/modest-ui-glade.h,
4066           src/gtk-glade/modest-ui-main-view.c,
4067           src/gtk-glade/modest-ui-message-editor.c,
4068           src/gtk-glade/modest-ui.c, src/marshall.list,
4069           src/modest-account-mgr.c, src/modest-tny-account-store.c,
4070           src/modest-tny-header-tree-view.c,
4071           src/modest-tny-store-actions.c: * Update several UI bits to use
4072           internal pointers instead of searching widgets.
4073           * Keep a list of exiting accounts in ModestAccountMgr.
4074           * Check configuration changes in ModestAccountMgr and create
4075           according signals.
4076           * Provide better data in signal handlers.
4077           * Do not re-create account lists in ModestTnyAccountStore.
4078           * Connect handlers with test code to ModestAccountMgr signals in
4079           ModestTnyAccountStore.
4080           * Comment out some currently dangerous code.
4081           * Add new marshaller.
4082
4083 2006-06-14 17:05  arne
4084
4085         * src/modest-editor-window.c, src/modest-editor-window.h: * more
4086           private data for the editor window: identity and transport
4087
4088 2006-06-14 14:52  silvan
4089
4090         * src/gtk-glade/modest-ui-wizard.c: * added default transport to
4091           account creation through wizard
4092
4093 2006-06-14 14:12  arne
4094
4095         * src/modest-tny-attachment.c: * changed forward as attachment, see
4096           ml
4097
4098 2006-06-13 17:26  silvan
4099
4100         * src/gtk-glade/modest-ui-account-setup.c,
4101           src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest.glade: *
4102           added display of some identity/account data to identities and
4103           account dialog
4104           * corrected modest-ui-wizard.h (wrongly removed
4105           wizard_account_dialog)
4106           * adjusted some settings in the glade file
4107
4108 2006-06-13 17:20  arne
4109
4110         * src/gtk-glade/modest-ui-main-view.c,
4111           src/gtk-glade/modest-ui-message-editor.c,
4112           src/gtk-glade/modest-ui-message-editor.h,
4113           src/modest-editor-window.c, src/modest-editor-window.h,
4114           src/modest-tny-attachment.c, src/modest-tny-attachment.h,
4115           src/modest-tny-transport-actions.c: * some bugs fixed
4116           
4117           * forwarding now forwards the attachments as well
4118           
4119           * new menu->message->forward attached item in main window, will
4120           work on the implementation of that tomorrow
4121
4122 2006-06-13 16:44  silvan
4123
4124         * src/gtk-glade/modest.glade: * "Forward attached" added to menu
4125
4126 2006-06-13 15:57  arne
4127
4128         * src/modest-tny-msg-view.c: * remove more debug stuff
4129
4130 2006-06-13 15:57  arne
4131
4132         * src/modest-tny-msg-view.c: * remove debug stuff
4133
4134 2006-06-13 15:46  nils
4135
4136         * src/gtk-glade/modest-ui-message-editor.h: * added documentation
4137
4138 2006-06-13 14:36  silvan
4139
4140         * src/gtk-glade/modest.glade: * changed some identifiers
4141
4142 2006-06-13 14:35  silvan
4143
4144         * src/gtk-glade/modest-ui-wizard.c: * fixed includes
4145           (modest-identity-mgr.h was missing)
4146
4147 2006-06-13 14:33  silvan
4148
4149         * src/gtk-glade/modest-ui-glade.h: * fixed includes
4150           (modest-account-mgr.h was missing)
4151
4152 2006-06-13 14:29  arne
4153
4154         * src/Makefile.am, src/gtk-glade/modest-ui-message-editor.c,
4155           src/modest-editor-window.c, src/modest-editor-window.h,
4156           src/modest-tny-attachment.c, src/modest-tny-attachment.h,
4157           src/modest-tny-transport-actions.c: * add ModestTnyAttachment
4158           object
4159           
4160           * use it in the editor and for sending messages
4161
4162 2006-06-13 14:26  nils
4163
4164         * src/gtk-glade/modest-ui.c: * code cleanup -> coding style
4165
4166 2006-06-13 14:18  nils
4167
4168         * src/gtk-glade/modest-ui-main-view.c: * code cleanup, make signal
4169           callback functions conform to signal prototypes (gpointer instead
4170           of ModestUI)
4171
4172 2006-06-13 13:55  nils
4173
4174         * docs/reference/modest-docs.sgml: * added modest-viewer-window to
4175           documentation
4176
4177 2006-06-13 13:54  nils
4178
4179         * src/modest-viewer-window.c, src/modest-viewer-window.h: * code
4180           cleanup
4181           * added documentation
4182
4183 2006-06-13 13:46  florian
4184
4185         * src/Makefile.am, src/marshall.list, src/modest-account-mgr.c,
4186           src/modest-conf-gconf.c, src/modest-tny-account-store.c,
4187           src/modest-tny-account-store.h: * Move marshallers to external
4188           files generated by glib-genmarshal.
4189           * Add input file for glib-ganmarshal.
4190           * Introduce ModestAccountMgr signals.
4191           * Some minor cleanups.
4192
4193 2006-06-13 13:31  silvan
4194
4195         * src/gtk-glade/Makefile.am,
4196           src/gtk-glade/modest-ui-account-setup.c,
4197           src/gtk-glade/modest-ui-account-setup.h,
4198           src/gtk-glade/modest-ui-main-view.c,
4199           src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c: *
4200           some cleanup in modest-ui-wizzard.c/h
4201           * added modest-ui-account-setup.c/h and applied changes to
4202           Makefile.am
4203           * bound main account dialog to menu "Tools->Identities and
4204           accounts" in modest-ui-main-view.c
4205           * removed obsoleted account-settings function from modest-ui.c
4206
4207 2006-06-13 10:58  arne
4208
4209         * src/modest-tny-transport-actions.c: * when sending, messages with
4210           and without attachments are now handled differently: without
4211           attachments, the message text is the body (again).
4212
4213 2006-06-13 10:53  nils
4214
4215         * src/gtk-glade/modest.glade: * make labels in editor and viewer
4216           bold text (looks nicer and better distinguishable)
4217
4218 2006-06-13 10:45  silvan
4219
4220         * src/gtk-glade/modest.glade: * corrected visibility
4221
4222 2006-06-13 10:42  silvan
4223
4224         * src/gtk-glade/modest.glade: * AccountSetupDialog added to
4225           modest.glade
4226
4227 2006-06-13 10:31  silvan
4228
4229         * src/gtk-glade/modest.glade: * something went wrong between r234
4230           and r242. Checked changes from Nils and
4231           mine and resubmitted them. I have yet to retrieve one dialog from
4232           an older
4233           version.
4234           
4235           I think using revision control is like knitting: "Zwei links,
4236           zwei rechts,
4237           einen fallen lassen" (sorry, don't know how to translate this)
4238
4239 2006-06-12 20:06  nils
4240
4241         * src/modest-viewer-window.c: * added type cast macro to avoid gcc
4242           warning
4243
4244 2006-06-12 19:57  arne
4245
4246         * src/modest-tny-transport-actions.c: * sending of attachments
4247           works now for real
4248           
4249           * still limited to jpeg
4250
4251 2006-06-12 19:49  nils
4252
4253         * src/gtk-glade/modest-ui-message-editor.c,
4254           src/gtk-glade/modest-ui-message-editor.h,
4255           src/gtk-glade/modest-ui-message-viewer.c,
4256           src/gtk-glade/modest-ui-message-viewer.h,
4257           src/modest-viewer-window.c, src/modest-viewer-window.h: * message
4258           viewer window now also show message body
4259
4260 2006-06-12 19:06  nils
4261
4262         * src/gtk-glade/modest-ui-main-view.c,
4263           src/gtk-glade/modest-ui-message-viewer.c,
4264           src/gtk-glade/modest-ui-message-viewer.h: * double click on
4265           message header now also opens a new message view window
4266
4267 2006-06-12 19:00  nils
4268
4269         * src/gtk-glade/modest-ui-main-view.c,
4270           src/gtk-glade/modest-ui-message-editor.c,
4271           src/gtk-glade/modest-ui-message-viewer.c,
4272           src/gtk-glade/modest-ui-message-viewer.h,
4273           src/gtk-glade/modest.glade, src/modest-viewer-window.h,
4274           src/modest-window-mgr.c: * main-window menu->open now opens
4275           selected message in new message viewer window
4276           * message viewer window displays header correctly, message body
4277           still missing
4278           * modest window manager now also recognises MODEST_VIEW_WINDOW
4279           * small change to glade file, removed scrolled window from paned
4280           child2
4281
4282 2006-06-12 18:46  arne
4283
4284         * src/modest-tny-msg-view.c: * debug stuff added (temporarily)
4285
4286 2006-06-12 17:34  arne
4287
4288         * src/gtk-glade/modest-ui-main-view.c, src/modest-tny-msg-view.c,
4289           src/modest-tny-msg-view.h: * modest_tny_msg_view get an set
4290           functions for show_attachments_inline
4291           
4292           * use them where appropriate
4293
4294 2006-06-12 17:05  florian
4295
4296         * src/modest-account-mgr.c, src/modest-conf-gconf.c,
4297           src/modest-conf.h, src/modest-tny-account-store.c: * Create
4298           signal on gconf key change and propagate event to account
4299           manager.
4300
4301 2006-06-12 16:07  arne
4302
4303         * src/gtk-glade/modest-ui-main-view.c, src/modest-tny-msg-view.c,
4304           src/modest-tny-msg-view.h: * per-view storage of
4305           show_attachments_inline
4306
4307 2006-06-12 16:05  nils
4308
4309         * src/gtk-glade/modest-ui-message-viewer.c, src/modest-ui.h,
4310           src/modest-viewer-window.c, src/modest-viewer-window.h: * more
4311           implementation on message viewer
4312           * start of first interface function to create a message viewer
4313           instance and window
4314
4315 2006-06-12 15:24  nils
4316
4317         * src/Makefile.am, src/gtk-glade/modest-ui-message-editor.c,
4318           src/gtk-glade/modest-ui-message-viewer.c,
4319           src/modest-editor-window.h, src/modest-ui.h,
4320           src/modest-viewer-window.c, src/modest-viewer-window.h: * started
4321           work on modest-viewer-window
4322           * started filling modest-ui-message-viewer
4323
4324 2006-06-12 15:18  arne
4325
4326         * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c: *
4327           more security by only displaying images if the setting is on
4328           
4329           * better html for attachments
4330           
4331           * undo "static" change in modest-tny-stream-gtkhtml
4332           
4333           * no more warnings
4334           
4335           * i18n of "Attachments"
4336
4337 2006-06-12 14:48  silvan
4338
4339         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: *
4340           modest-ui-wizard.c and modest.glade adopted to modified
4341           layout/functionality of account wizard
4342
4343 2006-06-12 13:46  arne
4344
4345         * src/modest-tny-msg-view.c: * another g_return_... stomped
4346
4347 2006-06-12 13:24  nils
4348
4349         * docs/reference/modest-docs.sgml: * removed obsolete edit-window
4350           reference
4351
4352 2006-06-12 13:23  nils
4353
4354         * docs/reference/modest-docs.sgml: * added doc section for
4355           modest-editor-window object class
4356
4357 2006-06-12 13:05  djcb
4358
4359         * modest: * remove empty dir
4360
4361 2006-06-12 13:05  djcb
4362
4363         * src/gtk-glade/modest-icon-names.h,
4364           src/gtk-glade/pixmaps/qgn_addr_icon_user_group.png,
4365           src/gtk-glade/pixmaps/qgn_widg_datedit.png,
4366           src/modest-tny-folder-tree-view.c: * if we cannot get a valid
4367           folder type from the server, we can 'guess' the
4368           type by looking at it's name. This improves modest with eg.
4369           MS-Exchange
4370           quite a bit (when using IMAP). Also, added some icons.
4371
4372 2006-06-12 12:06  djcb
4373
4374         * src/modest-tny-stream-gtkhtml.c: * don't warn when trying to do
4375           zero-sized writes
4376
4377 2006-06-12 11:26  silvan
4378
4379         * src/gtk-glade/modest-ui-main-view.c: * reenabled account wizard
4380           menuentry
4381
4382 2006-06-12 11:05  nils
4383
4384         * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-main-view.c,
4385           src/gtk-glade/modest-ui-main-view.h,
4386           src/gtk-glade/modest-ui-message-editor.c,
4387           src/gtk-glade/modest-ui-message-editor.h,
4388           src/gtk-glade/modest-ui-message-viewer.c,
4389           src/gtk-glade/modest-ui-message-viewer.h,
4390           src/gtk-glade/modest-ui.c, src/modest-editor-window.h: * split up
4391           gtk-glade/modest-ui.c into several modules for functional element
4392           * code cleanups while splitting
4393           * added documentation for modest-editor-window object
4394
4395 2006-06-12 10:29  arne
4396
4397         * src/modest-tny-msg-view.c: * reformat
4398           
4399           * improper use of g_return_* eliminated
4400
4401 2006-06-12 09:44  arne
4402
4403         * src/modest-tny-msg-view.c: * 2 warnings fixed
4404
4405 2006-06-10 16:33  djcb
4406
4407         * src/gtk-glade/Makefile.am: * added modest-ui-glade.h and
4408           modest-ui-wizard.h to Makefile.am,
4409           so 'make dist' will produce something compilable
4410
4411 2006-06-10 15:45  djcb
4412
4413         * src/gtk-glade/modest-ui.c, src/modest-tny-store-actions.c,
4414           src/modest-tny-store-actions.h: * ModestTnyStoreAction doesn't
4415           have to be a GObject, because it's stateless
4416
4417 2006-06-09 18:09  arne
4418
4419         * src/gtk-glade/modest-ui.c, src/modest-editor-window.c,
4420           src/modest-editor-window.h, src/modest-tny-transport-actions.c,
4421           src/modest-tny-transport-actions.h, src/modest-ui.h: * sending of
4422           attachments works but has lots of bugs
4423
4424 2006-06-09 17:04  florian
4425
4426         * src/gtk-glade/modest-ui-glade.h: * Add missing header update.
4427
4428 2006-06-09 17:02  florian
4429
4430         * src/gtk-glade/modest-ui.c: * Enable sending mails again.
4431           * Add views to private data.
4432
4433 2006-06-09 14:45  silvan
4434
4435         * src/gtk-glade/modest-ui.c: * fixed warning
4436
4437 2006-06-09 14:40  arne
4438
4439         * src/gtk-glade/modest-ui-wizard.c, src/modest-identity-keys.h: *
4440           typos fixed
4441           
4442           * default identity renamed and actually used in wizard
4443
4444 2006-06-09 14:21  arne
4445
4446         * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade,
4447           src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * menu
4448           View->Attachments now controls whether attachment (images) are
4449           shown inline
4450           
4451           * new modest_tny_msg_view_redraw()
4452
4453 2006-06-09 14:03  silvan
4454
4455         * src/gtk-glade/modest-ui-wizard.c: * now the password is entered
4456           into modest_conf as well
4457
4458 2006-06-09 13:49  silvan
4459
4460         * src/gtk-glade/modest.glade: * "New account..." renamed to "New
4461           identity"
4462
4463 2006-06-09 13:07  silvan
4464
4465         * src/gtk-glade/modest.glade: * modified the radiobuttons active
4466           settings
4467
4468 2006-06-09 12:49  silvan
4469
4470         * src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c,
4471           src/modest-main.c: * install_test_account no longer used in
4472           modest-main.c
4473           * added wizard to modest_ui_new with some reasonable testing
4474           if no accounts are defined
4475           * the wizard_dialog methos has to be exported in
4476           modest-ui-wizard.h
4477
4478 2006-06-09 12:24  silvan
4479
4480         * src/modest-main.c: * reverted to 199
4481
4482 2006-06-09 10:37  arne
4483
4484         * src/modest-tny-msg-view.c: * fixed 2 memleaks
4485
4486 2006-06-09 10:15  silvan
4487
4488         * src/gtk-glade/modest-ui-wizard.c, src/modest-main.c: *
4489           modest-ui-wizard.c:
4490           - removed some debugging messages from modest-ui-wizard.c
4491           - corrected server_account detection in modest-ui-wizard.c
4492           - removed unnescessary instantiations of id_mgr and acc_mgr in
4493           wizard_add_account
4494           * modest-main.c
4495           - obsoleted install_test_account removed (for wizard to come)
4496           - g_type_init removed and gtk_init(...) moved up to this position
4497
4498 2006-06-09 09:50  florian
4499
4500         * src/modest-tny-store-actions.c: * Activate update code - finally.
4501
4502 2006-06-09 07:36  silvan
4503
4504         * src/modest-account-mgr.c: * some unapropriate german debugging
4505           output of mine removed ;-)
4506
4507 2006-06-08 20:26  silvan
4508
4509         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: *
4510           accounts are created with new identities and different
4511           store/transport accounts by the wizzard
4512
4513 2006-06-08 20:25  silvan
4514
4515         * src/modest-account-mgr.c: * in account_exists, the
4516           get_server_account_keyname and get_account_keyname were mixed
4517
4518 2006-06-08 19:57  nils
4519
4520         * src/gtk-glade/modest-ui.c: * Properly clear text-buffer for new
4521           mail in editor window
4522
4523 2006-06-08 19:53  nils
4524
4525         * src/gtk-glade/modest-ui.c: * dirty fix, mysterious problem with
4526           confirmation dialog
4527
4528 2006-06-08 19:52  nils
4529
4530         * src/gtk-glade/modest-ui.c: * added editor modified user
4531           confirmation dialog
4532
4533 2006-06-08 19:33  arne
4534
4535         * src/gtk-glade/modest-ui.c, src/modest-conf-keys.h,
4536           src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * whether
4537           attachment images are displayed inline is now in gconf
4538           
4539           * toggle is still by clicking the link, this will change
4540           
4541           * better sanity checks
4542           
4543           * small reformats
4544
4545 2006-06-08 19:03  nils
4546
4547         * src/gtk-glade/modest-ui-glade.h, src/gtk-glade/modest-ui.c,
4548           src/modest-editor-window.c, src/modest-editor-window.h,
4549           src/modest-main.c: * minor cleanup
4550           * added modfied detection for editor window, allows to implement
4551           dialog to ask user if he/she wants to discard changes
4552
4553 2006-06-08 17:49  nils
4554
4555         * src/modest-tny-account-store.c,
4556           src/modest-tny-header-tree-view.c, src/modest-tny-msg-view.c,
4557           src/modest-tny-store-actions.c: * code cleanups (removing unused
4558           variables)
4559           * tinymail API update for get_passowrd_func
4560           * code formatting cleanup
4561
4562 2006-06-08 17:28  silvan
4563
4564         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c,
4565           src/gtk-glade/modest.glade: * some cleanup in modest-ui-wizard
4566           and modest-ui
4567           * removed advanced_mailbox_setup dialog from glade file
4568
4569 2006-06-08 17:24  nils
4570
4571         * src/gtk-glade/modest-ui.c: * cleanup, removed unused variables to
4572           make -Wall happy
4573
4574 2006-06-08 17:14  nils
4575
4576         * src/gtk-glade/Makefile.am: * added -Wall to compiler flags
4577
4578 2006-06-08 17:05  nils
4579
4580         * src/gtk-glade/modest-ui.c, src/modest-editor-window.c,
4581           src/modest-editor-window.h, src/modest-ui.h: * further
4582           editor_window integration, new_mail, reply and forward should
4583           work now, multiple edit and reply windows are possible too
4584
4585 2006-06-08 17:02  silvan
4586
4587         * src/gtk-glade/modest.glade: * changed identity setups address to
4588           GtkEntry
4589           * added tabbed identity and account dialog
4590
4591 2006-06-08 16:34  nils
4592
4593         * src/gtk-glade/modest-ui.c, src/modest-editor-window.c: * bug
4594           fixes for editor window usage
4595
4596 2006-06-08 16:01  arne
4597
4598         * src/gtk-glade/modest-ui.c, src/modest-conf-keys.h: * fixed
4599           swapped width/heigth. Please fix it in your gconf!
4600
4601 2006-06-08 15:52  nils
4602
4603         * src/gtk-glade/modest-ui.c, src/modest-editor-window.c,
4604           src/modest-editor-window.h, src/modest-ui.h: * More
4605           implementation for modest-editor-window, added some supportin
4606           gtk-glade UI
4607
4608 2006-06-08 15:52  arne
4609
4610         * src/modest-account-mgr.c, src/modest-identity-keys.h,
4611           src/modest-identity-mgr.c, src/modest-main.c,
4612           src/modest-text-utils.c, src/modest-tny-account-store.c,
4613           src/modest-tny-folder-tree-view.c,
4614           src/modest-tny-header-tree-view.c, src/modest-tny-msg-actions.c,
4615           src/modest-tny-msg-view.c: * cleanup for -Wall: unused variables
4616           removed, some return types fixed, includes added, ...
4617
4618 2006-06-08 15:45  silvan
4619
4620         * src/gtk-glade/modest.glade: * fixed visibilty of identity dialog
4621
4622 2006-06-08 15:43  silvan
4623
4624         * src/gtk-glade/modest.glade: * fixed typo
4625           * added identity setup dialog
4626
4627 2006-06-08 13:56  silvan
4628
4629         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c,
4630           src/gtk-glade/modest.glade: * decided against the wizard to
4631           modify existing accounts. We are going to use it
4632           only to set up new ones.
4633
4634 2006-06-08 13:39  silvan
4635
4636         * src/gtk-glade/modest-ui-wizard.c,
4637           src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c,
4638           src/gtk-glade/modest.glade: * fixed some more typos
4639           * added Submenu "Account Wizardry" to glade file
4640           and "New Account..." As first menuitem thereof
4641           * added dynamic generation for this submenu (from the list of
4642           accounts)
4643           
4644           proposals for other names for "Account Wizardry" welcome :-)
4645
4646 2006-06-08 13:38  florian
4647
4648         * src/Makefile.am, src/gtk-glade/modest-ui.c,
4649           src/modest-tny-store-actions.c, src/modest-tny-store-actions.h: *
4650           Introduce ModestTnyStoreActions, simple update function.
4651           * Make Send/Recheive button trigger folder update.
4652
4653 2006-06-08 13:06  nils
4654
4655         * Makefile.am: * added -Wall CC option
4656
4657 2006-06-08 12:19  nils
4658
4659         * src/Makefile.am, src/gtk-glade/modest-ui.c,
4660           src/modest-editor-window.c, src/modest-editor-window.h,
4661           src/modest-ui.h: * create new object class modest-editor-window
4662           as abstraction for the editor sub window (in order to support
4663           more than one open sub-window)
4664
4665 2006-06-08 10:48  silvan
4666
4667         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest-ui.c,
4668           src/gtk-glade/modest.glade: * some renaming in the glade file
4669           and adaptions to the affected sources
4670
4671 2006-06-08 10:29  silvan
4672
4673         * src/gtk-glade/modest-ui-wizard.c,
4674           src/gtk-glade/modest-ui-wizard.h, src/gtk-glade/modest-ui.c: *
4675           renamed callback function to new_wizard_account
4676           * prepared modest-ui-wizzard to be used for already existing
4677           accounts
4678
4679 2006-06-08 10:08  silvan
4680
4681         * src/gtk-glade/modest.glade: * changed container names for top
4682           containers
4683           * changed default settings for some radio buttons
4684
4685 2006-06-08 08:17  silvan
4686
4687         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: *
4688           fixed compile problem from yesterday in modest-ui-wizard.c
4689           * changed predefined protocol-items to lower case in glade file
4690
4691 2006-06-07 18:45  arne
4692
4693         * src/gtk-glade/modest-ui-wizard.c: * compile fix, silvan: please
4694           check!
4695
4696 2006-06-07 18:36  arne
4697
4698         * src/modest-tny-msg-view.c: * attached images can now be shown
4699           when their link is clicked. (will expand and clean this up
4700           tomorrow)
4701
4702 2006-06-07 16:50  silvan
4703
4704         * src/gtk-glade/modest-ui-wizard.c: * account creation added to
4705           wizzard
4706
4707 2006-06-07 15:53  arne
4708
4709         * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c: *
4710           attachments are now shown below the message. now would be a good
4711           time to veto this method in case we are to handle attachments
4712           differently.
4713           
4714           * temporarily added a debug printf -- inline images in html
4715           emails do not work for me, although the cid is correct. is this
4716           our bug or tinymail's?
4717
4718 2006-06-07 15:41  silvan
4719
4720         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: *
4721           more changes to the glade file.
4722           * completed primitive sanity checks on account wizard.
4723
4724 2006-06-07 14:10  silvan
4725
4726         * src/gtk-glade/modest.glade: * More updates to the widget names
4727
4728 2006-06-07 13:51  silvan
4729
4730         * src/gtk-glade/modest-ui-wizard.c, src/gtk-glade/modest.glade: *
4731           added primitive sanity checks for page 2 of account wizard
4732
4733 2006-06-07 13:36  silvan
4734
4735         * src/gtk-glade/modest-ui.c: * typo
4736
4737 2006-06-07 13:31  silvan
4738
4739         * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-wizard.c,
4740           src/gtk-glade/modest-ui-wizard.h,
4741           src/gtk-glade/modest-ui-wizzard.c,
4742           src/gtk-glade/modest-ui-wizzard.h, src/gtk-glade/modest.glade: *
4743           corrected some more typos
4744
4745 2006-06-07 13:31  silvan
4746
4747         * src/gtk-glade/modest-ui-wizzard.c: * corrected some typos
4748
4749 2006-06-07 13:30  djcb
4750
4751         * src/modest-tny-header-tree-view.c: * make sorting of headers a
4752           bit smarter:
4753           - when sorting by Subject, ignore Re, Fwd: etc.
4754           - when the first sort criterium is equal, sort by sent-time
4755
4756 2006-06-07 13:13  silvan
4757
4758         * src/gtk-glade/modest-ui-wizzard.c, src/gtk-glade/modest-ui.c,
4759           src/gtk-glade/modest.glade: * missing free() added to
4760           on_account_selector_selection_changed() in modest_ui.c
4761           * primitive sanity checks for first page of account wizzard
4762           * more updates to modest.glade
4763
4764 2006-06-07 12:31  nils
4765
4766         * src/gtk-glade/modest-ui.c, src/modest-main.c, src/modest-ui.h: *
4767           renamed modest_ui_show_edit_window() to
4768           modest_ui_new_edit_window() in preparation to support multiple
4769           edit / view windows
4770
4771 2006-06-07 11:15  arne
4772
4773         * src/gtk-glade/modest-ui.c: * register edit win only once. this
4774           allows quitting after reply or forward was pressed more than
4775           once. we'll have to change this once we can have more than one
4776           edit window!
4777
4778 2006-06-07 10:41  silvan
4779
4780         * src/gtk-glade/modest-ui-wizzard.c, src/gtk-glade/modest-ui.c,
4781           src/gtk-glade/modest.glade: * enabled stepping through wizzard
4782           dialog
4783           * renamed some of the wizzards widgets in modest.glade
4784           * removed some debug messages from modest-ui.c
4785
4786 2006-06-06 16:08  nils
4787
4788         * src/gtk-glade/modest-ui.c: * shrinked reply-to and forward into
4789           one function
4790
4791 2006-06-06 16:01  silvan
4792
4793         * src/gtk-glade/modest-ui.c: * removed signal connection for
4794           "close_window" item, introduced with r158
4795           (doesn't work like this)
4796
4797 2006-06-06 15:58  nils
4798
4799         * src/gtk-glade/modest-ui.c: * message forward first cleanups...
4800
4801 2006-06-06 15:53  nils
4802
4803         * src/gtk-glade/modest-ui.c: * first rough cut at message
4804           forwarding
4805
4806 2006-06-06 15:50  silvan
4807
4808         * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui-glade.h,
4809           src/gtk-glade/modest-ui-wizzard.c,
4810           src/gtk-glade/modest-ui-wizzard.h, src/gtk-glade/modest-ui.c,
4811           src/gtk-glade/modest.glade: * modest-ui-wizzard.c/h added
4812           * account_wizzard-Dialog added to modest.glade
4813           and mailbox_setup1-4 removed from modest.glade
4814           * modest-ui-wizzard.c added to Makefile.am
4815           * moved some #defines, types and other data from
4816           gtk-glade/modest-ui.c to gtk-glade/modest-ui-glade.h
4817
4818 2006-06-06 15:41  djcb
4819
4820         * src/modest-tny-header-tree-view.c: * some cleanups, handle
4821           From/To display correctly.
4822
4823 2006-06-06 15:36  florian
4824
4825         * src/modest-tny-folder-tree-view.c: * Add deletion of mails.
4826           Currently this is done _without_ asking on folder change. We can
4827           easily modify
4828           this later to run on request only or ask using a dialog.
4829           Do _not_ use Modest with other than test accounts - you risk data
4830           loss.
4831
4832 2006-06-06 15:19  nils
4833
4834         * src/gtk-glade/modest-ui.c: * clear message view on folder change
4835           (effectively after folder change no message is selected anymore
4836           so the view should be empty)
4837
4838 2006-06-06 15:10  nils
4839
4840         * src/gtk-glade/modest-ui.c: * implemented some toolbar button
4841           set_sensitive TRUE/FALSE functions (make sensitive if message
4842           selected, make insensitive if no message is selected eps. on
4843           folder change)
4844
4845 2006-06-06 14:42  nils
4846
4847         * src/gtk-glade/modest-ui.c: * made window management work with
4848           edit window - modest exits only when there is no open window
4849           anymore
4850
4851 2006-06-06 14:22  nils
4852
4853         * src/gtk-glade/modest-ui.c: * fixed window close signals so that
4854           window decoration close button works on main window and sib
4855           windows like edit window
4856
4857 2006-06-06 14:08  florian
4858
4859         * src/gtk-glade/modest-icon-names.h, src/gtk-glade/modest-ui.c,
4860           src/gtk-glade/pixmaps/qgn_list_messagin_mail_deleted.png,
4861           src/modest-tny-header-tree-view.c: * Implement marking messages
4862           as deleted and show delete status in header list.
4863
4864 2006-06-06 12:14  djcb
4865
4866         * src/gtk-glade/modest-icon-names.h,
4867           src/modest-tny-folder-tree-view.c: * implement icons in the
4868           folder view
4869
4870 2006-06-06 12:13  djcb
4871
4872         * src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png: * forgot one
4873
4874 2006-06-06 12:12  djcb
4875
4876         * src/gtk-glade/Makefile.am, src/gtk-glade/glade,
4877           src/gtk-glade/glade/qgn_list_gene_attacpap.png,
4878           src/gtk-glade/glade/qgn_list_gene_bold.png,
4879           src/gtk-glade/glade/qgn_list_gene_contacts.png,
4880           src/gtk-glade/glade/qgn_list_gene_italic.png,
4881           src/gtk-glade/glade/qgn_list_messagin_mail.png,
4882           src/gtk-glade/glade/qgn_list_messagin_mail_unread.png,
4883           src/gtk-glade/glade/qgn_toolb_messagin.png,
4884           src/gtk-glade/glade/qgn_toolb_messagin_bullets.png,
4885           src/gtk-glade/glade/qgn_toolb_messagin_delete.png,
4886           src/gtk-glade/glade/qgn_toolb_messagin_fontcolor.png,
4887           src/gtk-glade/glade/qgn_toolb_messagin_forward.png,
4888           src/gtk-glade/glade/qgn_toolb_messagin_moveto.png,
4889           src/gtk-glade/glade/qgn_toolb_messagin_new.png,
4890           src/gtk-glade/glade/qgn_toolb_messagin_next.png,
4891           src/gtk-glade/glade/qgn_toolb_messagin_previous.png,
4892           src/gtk-glade/glade/qgn_toolb_messagin_reply.png,
4893           src/gtk-glade/glade/qgn_toolb_messagin_replytoall.png,
4894           src/gtk-glade/glade/qgn_toolb_messagin_saveattachment.png,
4895           src/gtk-glade/glade/qgn_toolb_messagin_send.png,
4896           src/gtk-glade/glade/qgn_toolb_messagin_sendreceive.png,
4897           src/gtk-glade/pixmaps/clip.xpm,
4898           src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png,
4899           src/gtk-glade/pixmaps/qgn_list_gene_bold.png,
4900           src/gtk-glade/pixmaps/qgn_list_gene_contacts.png,
4901           src/gtk-glade/pixmaps/qgn_list_gene_fldr_clp.png,
4902           src/gtk-glade/pixmaps/qgn_list_gene_fldr_cls.png,
4903           src/gtk-glade/pixmaps/qgn_list_gene_fldr_exp.png,
4904           src/gtk-glade/pixmaps/qgn_list_gene_fldr_opn.png,
4905           src/gtk-glade/pixmaps/qgn_list_gene_italic.png,
4906           src/gtk-glade/pixmaps/qgn_list_messagin.png,
4907           src/gtk-glade/pixmaps/qgn_list_messagin_drafts.png,
4908           src/gtk-glade/pixmaps/qgn_list_messagin_editor.png,
4909           src/gtk-glade/pixmaps/qgn_list_messagin_hdr.png,
4910           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted.png,
4911           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted_high.png,
4912           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_encrypted_low.png,
4913           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_high.png,
4914           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_high_unread.png,
4915           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_low.png,
4916           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_low_unread.png,
4917           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed.png,
4918           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed_high.png,
4919           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_signed_low.png,
4920           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread.png,
4921           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted.png,
4922           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted_high.png,
4923           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_encrypted_low.png,
4924           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed.png,
4925           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed_high.png,
4926           src/gtk-glade/pixmaps/qgn_list_messagin_hdr_unread_signed_low.png,
4927           src/gtk-glade/pixmaps/qgn_list_messagin_inbox.png,
4928           src/gtk-glade/pixmaps/qgn_list_messagin_mail.png,
4929           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read.png,
4930           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read_high.png,
4931           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_read_low.png,
4932           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread.png,
4933           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread_high.png,
4934           src/gtk-glade/pixmaps/qgn_list_messagin_mail_encrypted_unread_low.png,
4935           src/gtk-glade/pixmaps/qgn_list_messagin_mail_high.png,
4936           src/gtk-glade/pixmaps/qgn_list_messagin_mail_high_unread.png,
4937           src/gtk-glade/pixmaps/qgn_list_messagin_mail_low.png,
4938           src/gtk-glade/pixmaps/qgn_list_messagin_mail_low_unread.png,
4939           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read.png,
4940           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read_high.png,
4941           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_read_low.png,
4942           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread.png,
4943           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread_high.png,
4944           src/gtk-glade/pixmaps/qgn_list_messagin_mail_signed_unread_low.png,
4945           src/gtk-glade/pixmaps/qgn_list_messagin_mail_unread.png,
4946           src/gtk-glade/pixmaps/qgn_list_messagin_outbox.png,
4947           src/gtk-glade/pixmaps/qgn_list_messagin_sent.png,
4948           src/gtk-glade/pixmaps/qgn_list_messagin_viewer.png,
4949           src/gtk-glade/pixmaps/qgn_list_messaging_high.png,
4950           src/gtk-glade/pixmaps/qgn_list_messaging_low.png,
4951           src/gtk-glade/pixmaps/qgn_toolb_messagin.png,
4952           src/gtk-glade/pixmaps/qgn_toolb_messagin_bullets.png,
4953           src/gtk-glade/pixmaps/qgn_toolb_messagin_delete.png,
4954           src/gtk-glade/pixmaps/qgn_toolb_messagin_fontcolor.png,
4955           src/gtk-glade/pixmaps/qgn_toolb_messagin_forward.png,
4956           src/gtk-glade/pixmaps/qgn_toolb_messagin_moveto.png,
4957           src/gtk-glade/pixmaps/qgn_toolb_messagin_new.png,
4958           src/gtk-glade/pixmaps/qgn_toolb_messagin_next.png,
4959           src/gtk-glade/pixmaps/qgn_toolb_messagin_previous.png,
4960           src/gtk-glade/pixmaps/qgn_toolb_messagin_reply.png,
4961           src/gtk-glade/pixmaps/qgn_toolb_messagin_replytoall.png,
4962           src/gtk-glade/pixmaps/qgn_toolb_messagin_saveattachment.png,
4963           src/gtk-glade/pixmaps/qgn_toolb_messagin_send.png,
4964           src/gtk-glade/pixmaps/qgn_toolb_messagin_sendreceive.png,
4965           src/gtk-glade/pixmaps/read.xpm, src/gtk-glade/pixmaps/unread.xpm:
4966           * put glade pixmaps in special glade dir
4967           * add a bunch of pixmaps in pixmaps
4968           * update Makefile.am
4969
4970 2006-06-06 08:51  djcb
4971
4972         * src/Makefile.am, src/gtk-glade/Makefile.am,
4973           src/gtk-glade/modest-icon-names.h, src/modest-main.c,
4974           src/modest-tny-header-tree-view.c: * use the modest_icon_factory:
4975           - init/unit in modest-main.c
4976           - front-end specific list of names=>icons in
4977           gtk-glade/modest-icon-names.h
4978           - use the icon factory in modest-tny-header-tree-view instead of
4979           the ad-hack
4980           which was there. modest-tny-folder-tree-view will follow later
4981           - Makefile.am's: add the new files / include paths
4982
4983 2006-06-06 08:37  djcb
4984
4985         * src/modest-icon-factory.c, src/modest-icon-factory.h: * add
4986           ModestIconFactory implementation
4987
4988 2006-06-02 15:24  djcb
4989
4990         * src/modest-tny-account-store.c: * update for tinymail changes
4991           (don't include tny-device.h)
4992
4993 2006-06-02 15:22  djcb
4994
4995         * src/modest-tny-header-tree-view.h: * actually *declare* the
4996           compact header view.... *d'oh*
4997
4998 2006-06-02 15:21  djcb
4999
5000         * src/gtk-glade/Makefile.am, src/gtk-glade/modest-ui.c,
5001           src/gtk-glade/pixmaps/qgn_list_messagin_mail.png,
5002           src/gtk-glade/pixmaps/qgn_list_messagin_mail_unread.png: * add
5003           compact display as default, some icons
5004
5005 2006-06-02 15:19  djcb
5006
5007         * src/modest-tny-header-tree-view.c: * add a compact display of a
5008           header (ie. from/date/subject in one column)
5009
5010 2006-06-02 15:17  djcb
5011
5012         * src/Makefile.am: * update for new configure.ac, hildon support
5013
5014 2006-06-02 15:16  djcb
5015
5016         * src/modest-text-utils.h: * add missing include for time.h
5017
5018 2006-06-02 15:16  djcb
5019
5020         * configure.ac: * support hildon
5021
5022 2006-06-01 08:42  djcb
5023
5024         * src/modest-account-mgr.c, src/modest-tny-account-store.c: *
5025           cosmetics
5026
5027 2006-06-01 08:38  djcb
5028
5029         * src/modest-tny-header-tree-view.c: * update for latest tinymail
5030
5031 2006-05-31 16:27  djcb
5032
5033         * src/gtk-glade/modest-ui.c, src/gtk/modest-main-window.c,
5034           src/modest-tny-header-tree-view.c,
5035           src/modest-tny-header-tree-view.h: * all:
5036           - first step of configurable headers in the header view.
5037           now, the headers to be shown and their order is a setting
5038           on the header view
5039           - added support for styles; which we will need for the
5040           Maemo-version
5041
5042 2006-05-31 14:28  arne
5043
5044         * src/modest-conf.h, src/modest-tny-account-store.h,
5045           src/modest-tny-msg-actions.h, src/modest-tny-msg-view.h,
5046           src/modest-tny-transport-actions.h, src/modest-ui.h: * doc
5047           updates / fixes
5048
5049 2006-05-31 13:44  arne
5050
5051         * src/modest-account-mgr.h: * doc fixes
5052
5053 2006-05-31 11:59  djcb
5054
5055         * src/gtk-glade/modest-ui.c, src/modest-tny-header-tree-view.c: *
5056           improve header-view a bit. make columns reorderable. o
5057           ptimized display of names, ie. "foo bar <foo@bar>" will
5058           be shown as foo bar
5059
5060 2006-05-30 19:45  arne
5061
5062         * src/Makefile.am, src/gtk-glade/modest-ui.c,
5063           src/modest-account-keys.h, src/modest-account-mgr.c,
5064           src/modest-account-mgr.h, src/modest-identity-keys.h,
5065           src/modest-identity-mgr.c, src/modest-identity-mgr.h,
5066           src/modest-main.c: * moved identity-related functionality from
5067           modest-account-mgr to the new modest-identity-mgr (which is a
5068           basically a copy of the account-mgr)
5069           
5070           * my anjuta reformatted modest-account-*, if this bothers
5071           anybody, we should be able to revert to the 2nd previous version.
5072           I think I only changed some typos.
5073           
5074           * implemented (i.e. copied) the missing modest-identity-mgr-*
5075           methods
5076           
5077           * changed to using the identity-mgr where aprropriate
5078
5079 2006-05-30 17:18  arne
5080
5081         * src/modest-text-utils.c, src/modest-text-utils.h,
5082           src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h: * got
5083           rid of most GtkTextBuffers in quote code
5084           
5085           * some cleanup / reformatting
5086
5087 2006-05-30 14:38  arne
5088
5089         * src/gtk-glade/modest-ui.c, src/modest-text-utils.c,
5090           src/modest-text-utils.h, src/modest-tny-msg-actions.c,
5091           src/modest-tny-msg-actions.h, src/modest-tny-msg-view.c,
5092           src/modest-tny-msg-view.h: * moded find_body_part from
5093           modest-tny-msg-view to modest-tny-msg-actions
5094           
5095           * modest_tny_msg_actions_quote & co now pass and take char*
5096           instead of GtkTextBuffers (but there's still one layer of
5097           wrapping left -> TODO)
5098
5099 2006-05-30 12:11  djcb
5100
5101         * src/modest-tny-msg-view.c: * fix leak
5102
5103 2006-05-30 12:09  djcb
5104
5105         * src/modest-tny-header-tree-view.c: * update for changes in
5106           tinymail API
5107
5108 2006-05-30 11:03  arne
5109
5110         * src/modest-tny-msg-view.c: * fixed leak
5111
5112 2006-05-30 09:46  djcb
5113
5114         * src/modest-tny-msg-view.c: * modest-tny-msg-view.c:
5115           - don't try to unref the priv->gtkhtml, we don't own it
5116           this gets rid of the G_OBJECT error when we exit
5117
5118 2006-05-30 09:02  djcb
5119
5120         * src/gtk-glade/Makefile.am, src/gtk-glade/pixmaps/clip.xpm,
5121           src/gtk-glade/pixmaps/read.xpm, src/gtk-glade/pixmaps/unread.xpm,
5122           src/modest-tny-header-tree-view.c: * all:
5123           - add icons support to the header view
5124           - add icons
5125           - install icons
5126
5127 2006-05-29 15:10  arne
5128
5129         * src/Makefile.am, src/gtk-glade/modest-ui.c,
5130           src/modest-tny-msg-actions.c, src/modest-tny-msg-actions.h,
5131           src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * moved
5132           most of the quote code from modest-ui to (new)
5133           modest-tny-msg-actions
5134           
5135           * general cleanup (still some left to do)
5136
5137 2006-05-29 12:24  djcb
5138
5139         * src/modest-tny-folder-tree-view.c,
5140           src/modest-tny-folder-tree-view.h,
5141           src/modest-tny-header-tree-view.c,
5142           src/modest-tny-header-tree-view.h: *
5143           modest-tny-folder-tree-view.c:
5144           - make folder names bold and append (<number>) with the number
5145           of unread messages for the folder, if there are any. Sadly,
5146           TNY_ACCOUNT_TREE_MODEL_UNREAD_COLUMN never contains anything
5147           but 0
5148           * modest-tny-header-tree-view.c:
5149           - make message which don't have the 'SEEN'-flag display in bold.
5150           - added also the the setting of this flags when you select the
5151           message, but tinymail does not like that (crash), so that code
5152           has been disabled
5153           * all:
5154           - fix the macro-mistake due to spuug
5155
5156 2006-05-26 15:55  djcb
5157
5158         * src/gtk-glade/modest-ui.c, src/modest-tny-folder-tree-view.c: *
5159           move folder tree decoration to ModestTnyFolderTreeView
5160
5161 2006-05-26 15:40  djcb
5162
5163         * src/modest-tny-account-store.c,
5164           src/modest-tny-folder-tree-view.c: *
5165           modest-tny-folder-tree-view.c:
5166           - update for latest tinymail. We don't need to implement
5167           TnyMsgSummaryIface
5168           * modest-tny-account-store.c:
5169           - provide the account name to through the AccountStoreIface*. Now
5170           this name will be shown
5171           the UI as well
5172
5173 2006-05-26 12:38  arne
5174
5175         * src/gtk-glade/modest-ui.c, src/modest-tny-msg-view.c,
5176           src/modest-tny-msg-view.h: * began work on quoting html messages.
5177           I use an ugly hack to get the text from the GtkHTML; I need help
5178           to do it right. -> mailing list
5179
5180 2006-05-26 12:36  arne
5181
5182         * src/modest-text-utils.c: * bugfix: text not ending with a newline
5183           was not quoted correctly
5184           
5185           * bugfix: text ending with a very long line was not quoted
5186           correctly
5187
5188 2006-05-25 18:37  arne
5189
5190         * src/modest-tny-transport-actions.c: * when sending mail, check
5191           the charset and set it to "utf-8" in the header, if appropriate.
5192           Can anybody tell my why the content-type has to be set *4* times?
5193
5194 2006-05-25 18:32  arne
5195
5196         * src/modest-account-mgr.c: * commented out the overwrite checks in
5197           modest_account_mgr_add_server_account and
5198           modest_account_mgr_add_identity for now. It was a PITA to do
5199           --reinstall-factory-settings before.
5200
5201 2006-05-24 19:10  arne
5202
5203         * src/gtk-glade/modest-ui.c, src/modest-account-keys.h,
5204           src/modest-account-mgr.c, src/modest-account-mgr.h,
5205           src/modest-main.c: * began work on identities storage. right now,
5206           this is a ugly hack into modest-account-mgr. Please do a modest
5207           --reinstall-factory-settings.
5208           
5209           * email could now be sent without patching the source as the from
5210           address is stored in gconf
5211
5212 2006-05-24 18:55  arne
5213
5214         * src/modest-text-utils.c: * add comment
5215
5216 2006-05-24 16:02  florian
5217
5218         * src/modest-tny-header-tree-view.c: * Add basic message flags
5219           support, still looks ugly.
5220
5221 2006-05-24 14:40  arne
5222
5223         * src/modest-text-utils.c: * (quote) utf8 actually works now
5224           
5225           * reformatting stops at the signature (marked by "-- ")
5226
5227 2006-05-24 13:47  djcb
5228
5229         * src/modest-tny-msg-view.h: * improved documentation, fix spuug
5230           mistake
5231
5232 2006-05-24 13:44  arne
5233
5234         * src/Makefile.am, src/gtk-glade/modest-ui.c,
5235           src/modest-text-utils.c, src/modest-text-utils.h: * moved most
5236           quote-related funtions to (new) modest-text-utils.[ch]
5237
5238 2006-05-24 13:36  arne
5239
5240         * src/modest-ui.h: * some typos fixed
5241
5242 2006-05-24 10:19  arne
5243
5244         * src/gtk-glade/modest-ui.c: * (quote) some cleanup, should work
5245           correctly on UTF-8 now (please test!)
5246           
5247
5248 2006-05-22 20:09  arne
5249
5250         * src/gtk-glade/modest-ui.c: * (reply) rewrote the quote code. now
5251           feature-complete. still needs documentation and cleanup, but
5252           works fine (here)
5253
5254 2006-05-22 14:41  djcb
5255
5256         * src/modest-tny-msg-view.c, src/modest-tny-stream-gtkhtml.c,
5257           src/modest-tny-stream-gtkhtml.h: *
5258           modest-tny-stream-gtkhtml.[ch]:
5259           - use GtkHTMLStream as the wrapped type, not GTKHtml. Simplifies
5260           things
5261           * modest-tny-msg-view.c:
5262           - implemented embedded images in HTML mails. Now we can read spam
5263           effectively :-)
5264           (external images are not supported, as they are a privacy risk,
5265           but maybe
5266           later, when user asks for it)
5267
5268 2006-05-22 14:18  arne
5269
5270         * src/gtk-glade/modest-ui.c: * (reply) fixed some memleaks; cleanup
5271
5272 2006-05-22 11:47  djcb
5273
5274         * src/modest-tny-account-store.c, src/modest-tny-msg-view.c,
5275           src/modest-tny-stream-gtkhtml.c: * modest-tny-account-store.c:
5276           - remove some annoying g_message's
5277           * modest-tny-msg-view.c:
5278           - fix gtk warnings, crash when clicked on empty
5279           * modest-tny-stream-gtkhtml.c:
5280           - remove annoying warning
5281           
5282
5283 2006-05-22 09:27  djcb
5284
5285         * src/modest-tny-msg-view.c: * clear the message view first - thus,
5286           empty messages will be shown correctly
5287
5288 2006-05-22 09:02  djcb
5289
5290         * src/modest-tny-header-tree-view.c: * use alternating background
5291           colours for header rows
5292
5293 2006-05-21 15:04  florian
5294
5295         * src/gtk-glade/modest-ui.c, src/modest-tny-header-tree-view.c: *
5296           Implement searching and sorting with GtkTreeView and
5297           GtkTreeViewColumn mechanisms.
5298           Sorting needs some addintional investigation and performance
5299           improvements.
5300           * Minor formating change.
5301
5302 2006-05-19 19:10  nils
5303
5304         * src/modest-tny-account-store.c: * minor indent fix
5305
5306 2006-05-19 18:18  silvan
5307
5308         * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade,
5309           src/modest-account-mgr.c, src/modest-main.c,
5310           src/modest-tny-account-store.c: * So, now I think I finally got
5311           all changes from Arne and myself together.
5312
5313 2006-05-19 18:08  silvan
5314
5315         * src/gtk-glade/modest-ui.c: * I hate revision control systems
5316
5317 2006-05-19 17:55  arne
5318
5319         * src/gtk-glade/modest-ui.c: * reply and quote code complete
5320           (feature-wise), less bugs. Still lots to fix.
5321
5322 2006-05-19 17:45  arne
5323
5324         * src/gtk-glade/modest-ui.c: * oops, revert to previous version
5325
5326 2006-05-19 17:36  arne
5327
5328         * src/gtk-glade/modest-ui.c: * reply and quote code complete
5329           (feature-wise), less bugs. Still lots to fix.
5330
5331 2006-05-19 16:14  silvan
5332
5333         * src/gtk-glade/modest-ui.c: * advanced setup dialog now shows
5334           different accounts in selector
5335
5336 2006-05-19 15:53  arne
5337
5338         * src/gtk-glade/modest-ui.c: * added reply: quote message. still
5339           buggy but shouldn't break anything else.
5340
5341 2006-05-18 18:19  florian
5342
5343         * src/gtk-glade/modest-ui.c, src/gtk/modest-main-window.c,
5344           src/modest-tny-header-tree-view.c: * Move tree column creation
5345           from UI implementations to modest-tny-header-tree-view.c.
5346           * Add file header draft to modest-tny-header-tree-view.c.
5347           * Remove some obsolete comments.
5348
5349 2006-05-18 15:30  nils
5350
5351         * src/gtk-glade/modest.glade: * removed "allow shrink" property
5352           from table in mail-view and mail-edit (those caused UI L&F bug
5353           hiding header fields)
5354
5355 2006-05-18 15:23  djcb
5356
5357         * docs/Makefile.am, docs/design, docs/reference/modest-docs.sgml: *
5358           move the LaTex-based documentation to the gtk-doc files
5359
5360 2006-05-18 14:10  silvan
5361
5362         * src/gtk-glade/modest.glade: * set advanced setup dialog to
5363           position "center on parent"
5364
5365 2006-05-18 14:07  silvan
5366
5367         * src/gtk-glade/modest-ui.c: * account setup dialog is now handled
5368           correctly after it is closed
5369
5370 2006-05-18 13:42  silvan
5371
5372         * src/gtk-glade/modest-ui.c: * advanced account setup dialog bound
5373           to menu
5374
5375 2006-05-17 15:53  silvan
5376
5377         * src/gtk-glade/modest.glade: * added account selector to advanced
5378           account setup dialog
5379
5380 2006-05-17 15:48  djcb
5381
5382         * src/modest-tny-msg-view.c: * implement TnyMsgView using the new
5383           GtkHTML-based TnyStreamIface
5384           This means that HTML-emails are now supported as well.
5385
5386 2006-05-17 15:46  djcb
5387
5388         * configure.ac, src/Makefile.am: * build the new GtkHTML-based
5389           TnyMsgStreamIface
5390
5391 2006-05-17 15:45  djcb
5392
5393         * src/modest-tny-stream-gtkhtml.c, src/modest-tny-stream-gtkhtml.h:
5394           * add TnyStreamIface implementation using gtkhtml
5395
5396 2006-05-17 07:16  djcb
5397
5398         * src/gtk-glade/Makefile.am, src/gtk-glade/modest.glade.h: * remove
5399           the .glade.h-stuff; we don't need that
5400
5401 2006-05-16 17:47  arne
5402
5403         * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade: * the
5404           message view is now a scrollwindow which is linked directly into
5405           the mail paned
5406
5407 2006-05-16 16:18  nils
5408
5409         * TODO: * removed TODO file, todos now managed through GForge
5410           tasks/todo
5411
5412 2006-05-16 15:50  florian
5413
5414         * src/modest-tny-account-store.c: Create device object, get rid of
5415           nasty warning at startup.
5416
5417 2006-05-16 14:36  silvan
5418
5419         * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c: *
5420           fixed some typos / comments
5421           * add FIXMEs:
5422           - append the prompt to the emitted signal, so the password dialog
5423           shows the
5424           prompt supplied by the caller of this function.
5425           - handling of cancel event in password dialog
5426
5427 2006-05-16 11:57  arne
5428
5429         * src/gtk-glade/modest.glade, src/modest-tny-msg-view.c,
5430           src/modest-tny-msg-view.h: * changed parent class of
5431           ModestTnyMsgView (again) to GtkScrolledWindow
5432           
5433           * changed type of (glade) mail_view from GtkScrolledWindow to
5434           GtkFrame
5435
5436 2006-05-16 11:20  nils
5437
5438         * src/gtk-glade/modest-ui.c: * removed not longer needed fake
5439           password dialog
5440
5441 2006-05-16 11:16  arne
5442
5443         * src/gtk-glade/modest-ui.c: * began work on the reply dialog (non
5444           functional as of now)
5445
5446 2006-05-16 11:13  arne
5447
5448         * src/modest-tny-msg-view.c, src/modest-tny-msg-view.h: * changed
5449           the parent class of ModestTnyMsgView from GtkFrame to GtkTextView
5450           to get rid of a gtk warning.
5451
5452 2006-05-16 11:12  silvan
5453
5454         * src/modest-tny-account-store.c: * I hate revision control
5455           systems...
5456
5457 2006-05-16 11:08  silvan
5458
5459         * src/gtk-glade/modest-ui.c, src/modest-tny-account-store.c,
5460           src/modest-tny-account-store.h: * password dialog implemented and
5461           bound to "password_requested" signal
5462           * corrected type of modest_tny_account_store_get_accout_mgr
5463
5464 2006-05-16 11:01  nils
5465
5466         * src/modest-tny-account-store.c: * minor indentation fix
5467
5468 2006-05-16 10:43  silvan
5469
5470         * src/modest-tny-account-store.h:
5471           modest_tny_account_store_get_accout_mgr() added to
5472           modest-tny-account-store.h
5473
5474 2006-05-15 19:36  florian
5475
5476         * TODO: Remove finished gtk-doc task.
5477
5478 2006-05-15 17:53  arne
5479
5480         * src/modest-tny-msg-view.c: * clear the message text view before
5481           displaying the selected message
5482
5483 2006-05-15 17:51  nils
5484
5485         * src/modest-tny-account-store.c, src/modest-tny-account-store.h: *
5486           added GTKdoc documentation - maybe wrong, please review!
5487
5488 2006-05-15 17:06  florian
5489
5490         * docs/reference/tmpl/modest-account-keys.sgml: Some basic
5491           information about modest-account-keys.
5492
5493 2006-05-15 16:51  nils
5494
5495         * src/modest-proto.h: * added GTKdoc compliant documentation
5496
5497 2006-05-15 16:44  nils
5498
5499         * src/modest-window-mgr.h: * added GTKdoc compliant documentation
5500
5501 2006-05-15 16:09  florian
5502
5503         * docs/reference/tmpl,
5504           docs/reference/tmpl/modest-account-keys.sgml,
5505           docs/reference/tmpl/modest-account-mgr.sgml,
5506           docs/reference/tmpl/modest-conf-keys.sgml,
5507           docs/reference/tmpl/modest-conf.sgml,
5508           docs/reference/tmpl/modest-edit-window.sgml,
5509           docs/reference/tmpl/modest-main-window.sgml,
5510           docs/reference/tmpl/modest-proto.sgml,
5511           docs/reference/tmpl/modest-tny-account-store.sgml,
5512           docs/reference/tmpl/modest-tny-folder-tree-view.sgml,
5513           docs/reference/tmpl/modest-tny-header-tree-view.sgml,
5514           docs/reference/tmpl/modest-tny-msg-view.sgml,
5515           docs/reference/tmpl/modest-tny-transport-actions.sgml,
5516           docs/reference/tmpl/modest-ui.sgml,
5517           docs/reference/tmpl/modest-unused.sgml,
5518           docs/reference/tmpl/modest-window-mgr.sgml,
5519           docs/reference/tmpl/modest.glade.sgml: Add documentation template
5520           files in order to add some global documentation.
5521
5522 2006-05-15 15:36  florian
5523
5524         * ChangeLog, docs/reference/modest-docs.sgml,
5525           docs/reference/modest-sections.txt: make gtk-doc work for all
5526           modules.
5527           sgml includes currently deactivated.
5528
5529 2006-05-15 08:27  djcb
5530
5531         * TODO: * minor clarifications
5532
5533 2006-05-12 16:18  djcb
5534
5535         * docs/design/modest-account-mgr.png,
5536           docs/design/modest-design.tex: * Update the documentation, in
5537           particular about ModestAccountMgr
5538
5539 2006-05-12 15:32  silvan
5540
5541         * src/modest-account-mgr.c: * Added MODEST_ACCOUNT_NAMESPACE again
5542           to get_account_keyname
5543
5544 2006-05-12 13:54  arne
5545
5546         * src/gtk-glade/modest.glade, src/gtk-glade/modest.glade.h: *
5547           "Finnish" -> "Finish" (though I liked that one :-)
5548
5549 2006-05-12 13:35  arne
5550
5551         * configure.ac: * added camel-1.2 and libtinymail-gnome-desktop-1.0
5552
5553 2006-05-12 12:40  djcb
5554
5555         * src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade: * some
5556           small fixes in the glade file
5557           * first test implementation of sending mail; just click on the
5558           new
5559           mail icon. Anyway. This is not very robust, and you'll need
5560           to (manually) close modest after trying. So consider this as
5561           a pre-view version
5562
5563 2006-05-12 12:37  djcb
5564
5565         * src/Makefile.am, src/modest-tny-transport-actions.c,
5566           src/modest-tny-transport-actions.h: * first hackish
5567           implementation of *sending* mail
5568
5569 2006-05-12 12:34  djcb
5570
5571         * src/modest-tny-folder-tree-view.c,
5572           src/modest-tny-header-tree-view.c: * small cleanups, and
5573           modest-tny-header-tree-view does not use
5574           async headers anymore, as that does not seem to work now.
5575
5576 2006-05-12 12:28  djcb
5577
5578         * src/modest-account-mgr.c, src/modest-tny-account-store.c,
5579           src/modest-tny-account-store.h: * fix the issues with
5580           account-store and account-mgr:
5581           - all the account name are now only the account names, not the
5582           full gconf path
5583           - fixed confusion between server_accounts and accounts
5584           - fixed the problems with the above in modest-tny-account-store
5585           - added the _store_get_device function; it returns NULL though,
5586           which causes
5587           the GLib-GObject warning at startup
5588           - modest-tny-account-store now *replaces* tny-account-store.c
5589           with a modest-specific
5590           implementation. In practice it means that it implements the
5591           _get_session.
5592           - all should work now with the latest tinymail
5593
5594 2006-05-12 11:59  nils
5595
5596         * src/Makefile.am, src/tny-password-dialog.c,
5597           src/tny-password-dialog.h: * Removed tny-password-dialog.* again,
5598           no longer needed.
5599
5600 2006-05-12 10:58  nils
5601
5602         * configure.ac, gtk-doc.make, src/Makefile.am: * Modified to adapt
5603           for new tinymail gnome-ui with firefox HTML rendering -
5604           not necessary for Modest but at the moment needed to be able to
5605           make
5606           Modest at all.
5607           * remove gtk-doc.make since it will be automatically re-created
5608           when running
5609           autogen.sh
5610
5611 2006-05-11 18:18  nils
5612
5613         * src/Makefile.am, src/tny-password-dialog.c,
5614           src/tny-password-dialog.h: HACK ALERT!
5615           Since libtinymail-gnome-desktop now requires
5616           tny-password-dialog() functions
5617           which are implemented as externals (I guess this will change!) we
5618           have to
5619           provide them too - else modest will not link at all.
5620           
5621           So this *hack* will go away ASAP is only good for making modest
5622           to compile
5623           again.
5624
5625 2006-05-11 15:39  djcb
5626
5627         * src/modest-tny-account-store.c: * modest-tny-account-store.c:
5628           - keep some ptr around in ModestTnyAccountStorePrivate* so we
5629           don't leak
5630           - update all the data returning functions to use that
5631           - free them in the finalize, add some cleanup functions
5632           - add TnyDevice get_device stub
5633           - add some sanity checks
5634           - I merged my changes with the ones from Nils/Silvan
5635           
5636           Still, it still *crashes*, like it does in the version without
5637           these changes.
5638           So I'm still checking this is, as things have not gotten *worse*.
5639           
5640           Both old and new versions do:
5641           
5642           (modest:17203): GLib-GObject-WARNING **: invalid cast from
5643           `ModestTnyAccountStore' to `TnyAccountStore'
5644           
5645           (modest:17203): GLib-GObject-WARNING **: attempt to retrieve
5646           private data for invalid type 'TnyAccountStore'
5647           
5648           Will research this further.
5649
5650 2006-05-11 15:25  djcb
5651
5652         * src/modest-main.c: * --debug cmdline arg to modestnow works, it
5653           will abort in case of
5654           GLib warnings, this is quite handy for debugging
5655           Note (to self and others): g_message can be used for messages
5656           that
5657           should cause aborts.
5658           
5659
5660 2006-05-11 15:10  nils
5661
5662         * src/modest-account-mgr.c, src/modest-tny-account-store.c: * fixed
5663           get_account_keyname(), not adding MODEST_ACCOUNT_NAMESPACE to
5664           keys anymore
5665
5666 2006-05-11 12:53  silvan
5667
5668         * src/modest-tny-account-store.c: * removed duplicated #includes
5669           * get_password reads passwd from modest_conf
5670
5671 2006-05-11 12:25  djcb
5672
5673         * src/modest-account-mgr.c, src/modest-account-mgr.h: * this adds
5674           modest_account_server_(get|set)_(string|bool|int) so we don't
5675           need to tricks anymore.
5676
5677 2006-05-11 11:33  florian
5678
5679         * html/module.html: change module status
5680
5681 2006-05-11 11:29  florian
5682
5683         * html/module.html: Add module list.
5684
5685 2006-05-11 08:39  djcb
5686
5687         * TODO: * added non-exhaustive :( list of todo items
5688
5689 2006-05-10 19:42  silvan
5690
5691         * src/modest-account-mgr.c: reinserted accidentally removed methods
5692           in modest-account-mgr
5693
5694 2006-05-10 15:43  silvan
5695
5696         * src/modest-account-mgr.c: "corrected get_account_keyname" again
5697           and modified
5698           "modest_account_mgr_add_account", to user correct keynames to
5699           access conf entries.
5700
5701 2006-05-10 14:49  silvan
5702
5703         * src/modest-account-mgr.c: MODEST_ACCOUNT_NAMESPACE in
5704           get_account_keyname added
5705           -> corrects access of account-Keys
5706
5707 2006-05-10 14:43  nils
5708
5709         * src/modest-tny-account-store.c: Fixed g_strconcat() bug in cache
5710           dirname creation (forgot trailing NULL).
5711
5712 2006-05-10 12:14  nils
5713
5714         * src/modest-tny-account-store.c: Added proper comment
5715
5716 2006-05-10 12:07  nils
5717
5718         * src/modest-tny-account-store.c: Added proper return of cache dir
5719           pathname in
5720           modest_tny_account_store_get_cache_dir()
5721
5722 2006-05-10 11:49  nils
5723
5724         * src/gtk-glade/Makefile.am: Added pixmaps install target
5725
5726 2006-05-10 11:42  florian
5727
5728         * ChangeLog, src/Makefile.am, src/gtk-glade/Makefile.am,
5729           src/gtk-glade/modest-ui.c: Install glade file.
5730           Use installed glade file.
5731
5732 2006-05-10 11:07  nils
5733
5734         * html/index.html: Removed double references from the links section
5735
5736 2006-05-10 10:46  djcb
5737
5738         * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
5739           autogen.sh, configure.ac, gtk-doc.make, src, src/Makefile.am,
5740           src/gtk, src/gtk-glade, src/gtk-glade/Makefile.am,
5741           src/gtk-glade/modest-ui.c, src/gtk-glade/modest.glade,
5742           src/gtk-glade/modest.glade.h, src/gtk-glade/modest.gladep,
5743           src/gtk-glade/pixmaps,
5744           src/gtk-glade/pixmaps/qgn_list_gene_attacpap.png,
5745           src/gtk-glade/pixmaps/qgn_list_gene_bold.png,
5746           src/gtk-glade/pixmaps/qgn_list_gene_contacts.png,
5747           src/gtk-glade/pixmaps/qgn_list_gene_italic.png,
5748           src/gtk-glade/pixmaps/qgn_toolb_messagin.png,
5749           src/gtk-glade/pixmaps/qgn_toolb_messagin_bullets.png,
5750           src/gtk-glade/pixmaps/qgn_toolb_messagin_delete.png,
5751           src/gtk-glade/pixmaps/qgn_toolb_messagin_fontcolor.png,
5752           src/gtk-glade/pixmaps/qgn_toolb_messagin_forward.png,
5753           src/gtk-glade/pixmaps/qgn_toolb_messagin_moveto.png,
5754           src/gtk-glade/pixmaps/qgn_toolb_messagin_new.png,
5755           src/gtk-glade/pixmaps/qgn_toolb_messagin_next.png,
5756           src/gtk-glade/pixmaps/qgn_toolb_messagin_previous.png,
5757           src/gtk-glade/pixmaps/qgn_toolb_messagin_reply.png,
5758           src/gtk-glade/pixmaps/qgn_toolb_messagin_replytoall.png,
5759           src/gtk-glade/pixmaps/qgn_toolb_messagin_saveattachment.png,
5760           src/gtk-glade/pixmaps/qgn_toolb_messagin_send.png,
5761           src/gtk-glade/pixmaps/qgn_toolb_messagin_sendreceive.png,
5762           src/gtk/Makefile.am, src/gtk/modest-edit-window.c,
5763           src/gtk/modest-edit-window.h, src/gtk/modest-main-window.c,
5764           src/gtk/modest-main-window.h, src/gtk/modest-ui.c, src/hildon,
5765           src/hildon/Makefile.am, src/modest-account-keys.h,
5766           src/modest-account-mgr.c, src/modest-account-mgr.h,
5767           src/modest-conf-gconf.c, src/modest-conf-keys.h,
5768           src/modest-conf.h, src/modest-main.c, src/modest-proto.c,
5769           src/modest-proto.h, src/modest-tny-account-store.c,
5770           src/modest-tny-account-store.h,
5771           src/modest-tny-folder-tree-view.c,
5772           src/modest-tny-folder-tree-view.h,
5773           src/modest-tny-header-tree-view.c,
5774           src/modest-tny-header-tree-view.h, src/modest-tny-msg-view.c,
5775           src/modest-tny-msg-view.h, src/modest-ui.h,
5776           src/modest-window-mgr.c, src/modest-window-mgr.h: * initial code
5777           dump into SVN; needs some work
5778
5779 2006-05-10 10:21  djcb
5780
5781         * docs, docs/Makefile.am, docs/design,
5782           docs/design/modest-design.tex, docs/reference,
5783           docs/reference/Makefile.am, docs/reference/modest-docs.sgml,
5784           docs/reference/modest-overrides.txt,
5785           docs/reference/modest-sections.txt: * add documentation
5786
5787 2006-05-10 10:09  djcb
5788
5789         * html/index.html: * updated webpage; i guess the webpage needs
5790           some more love...
5791
5792 2006-05-10 08:30  djcb
5793
5794         * experimental, experimental: * moved 'experimental' outside the
5795           trunk
5796
5797 2006-05-09 15:59  florian
5798
5799         * experimental/ChangeLog, experimental/accountpresets,
5800           experimental/accountpresets/Makefile,
5801           experimental/accountpresets/modest-account-presets.c,
5802           experimental/accountpresets/modest-account-presets.h,
5803           experimental/accountpresets/test-modest-account-presets.c: Add
5804           account preset object draft.
5805
5806 2006-05-09 14:53  nils
5807
5808         * html/linkres.html: Added reference to Camel (libcamel)
5809
5810 2006-05-09 14:37  nils
5811
5812         * experimental/util, experimental/util/tinycfg.sh: Added utility
5813           dir and helper script to prime some gconf values
5814
5815 2006-05-09 13:17  nils
5816
5817         * experimental/modest/Makefile.in, experimental/modest/aclocal.m4,
5818           experimental/modest/configure, experimental/modest/depcomp,
5819           experimental/modest/docs/Makefile.in,
5820           experimental/modest/docs/reference/Makefile.in,
5821           experimental/modest/gtk-doc.make, experimental/modest/install-sh,
5822           experimental/modest/missing, experimental/modest/mkinstalldirs,
5823           experimental/modest/src/Makefile.in,
5824           experimental/modest/src/gtk-glade/Makefile.in,
5825           experimental/modest/src/gtk/Makefile.in,
5826           experimental/modest/src/gtk/modest-main-window.c,
5827           experimental/modest/src/hildon/Makefile.in: Removed automatically
5828           built files, added gtk_quit() to gtk UI
5829
5830 2006-05-09 13:03  nils
5831
5832         * experimental/modest/src/modest-tny-header-tree-view.c: Update to
5833           changed Tinymail API
5834
5835 2006-05-09 12:51  silvan
5836
5837         * experimental/UI/modest.glade: added visible-properties to main,
5838           viewer and new_mail
5839
5840 2006-05-09 12:48  silvan
5841
5842         * experimental/display_glade, experimental/display_glade/Makefile,
5843           experimental/display_glade/showme.c: display_glade/showme shows
5844           the widgets of a glade file specified on the command line
5845           or all widgets (if visible)
5846
5847 2006-05-09 12:11  nils
5848
5849         * html/emailx_main_sm.png, html/index.html: Smaller pixmap on main
5850           page
5851
5852 2006-05-09 12:05  nils
5853
5854         * html/index.html, html/linkres.html: Added links and resources
5855           page.
5856
5857 2006-05-09 11:49  nils
5858
5859         * experimental/modest, experimental/modest/AUTHORS,
5860           experimental/modest/COPYING, experimental/modest/ChangeLog,
5861           experimental/modest/INSTALL, experimental/modest/Makefile.am,
5862           experimental/modest/Makefile.in, experimental/modest/NEWS,
5863           experimental/modest/README, experimental/modest/aclocal.m4,
5864           experimental/modest/autogen.sh, experimental/modest/config.guess,
5865           experimental/modest/config.h.in, experimental/modest/config.sub,
5866           experimental/modest/configure, experimental/modest/configure.ac,
5867           experimental/modest/depcomp, experimental/modest/docs,
5868           experimental/modest/docs/Makefile.am,
5869           experimental/modest/docs/Makefile.in,
5870           experimental/modest/docs/reference,
5871           experimental/modest/docs/reference/Makefile.am,
5872           experimental/modest/docs/reference/Makefile.in,
5873           experimental/modest/docs/reference/html,
5874           experimental/modest/docs/reference/html/home.png,
5875           experimental/modest/docs/reference/html/index.html,
5876           experimental/modest/docs/reference/html/index.sgml,
5877           experimental/modest/docs/reference/html/ix01.html,
5878           experimental/modest/docs/reference/html/left.png,
5879           experimental/modest/docs/reference/html/modest-ModestConf.html,
5880           experimental/modest/docs/reference/html/modest-core.html,
5881           experimental/modest/docs/reference/html/modest.devhelp,
5882           experimental/modest/docs/reference/html/modest.devhelp2,
5883           experimental/modest/docs/reference/html/pr01.html,
5884           experimental/modest/docs/reference/html/right.png,
5885           experimental/modest/docs/reference/html/rn01.html,
5886           experimental/modest/docs/reference/html/rn02.html,
5887           experimental/modest/docs/reference/html/style.css,
5888           experimental/modest/docs/reference/html/up.png,
5889           experimental/modest/docs/reference/modest-docs.sgml,
5890           experimental/modest/docs/reference/modest-overrides.txt,
5891           experimental/modest/docs/reference/modest-sections.txt,
5892           experimental/modest/docs/reference/tmpl,
5893           experimental/modest/docs/reference/tmpl/modest-account-keys.sgml,
5894           experimental/modest/docs/reference/tmpl/modest-account-mgr.sgml,
5895           experimental/modest/docs/reference/tmpl/modest-conf-defs.sgml,
5896           experimental/modest/docs/reference/tmpl/modest-conf-keys.sgml,
5897           experimental/modest/docs/reference/tmpl/modest-conf.sgml,
5898           experimental/modest/docs/reference/tmpl/modest-edit-window.sgml,
5899           experimental/modest/docs/reference/tmpl/modest-main-window.sgml,
5900           experimental/modest/docs/reference/tmpl/modest-tny-account-store.sgml,
5901           experimental/modest/docs/reference/tmpl/modest-tny-folder-tree-view.sgml,
5902           experimental/modest/docs/reference/tmpl/modest-ui.sgml,
5903           experimental/modest/docs/reference/tmpl/modest-unused.sgml,
5904           experimental/modest/docs/reference/tmpl/modest-window-mgr.sgml,
5905           experimental/modest/docs/reference/xml,
5906           experimental/modest/docs/reference/xml/modest-account-keys.xml,
5907           experimental/modest/docs/reference/xml/modest-account-mgr.xml,
5908           experimental/modest/docs/reference/xml/modest-conf-defs.xml,
5909           experimental/modest/docs/reference/xml/modest-conf-keys.xml,
5910           experimental/modest/docs/reference/xml/modest-conf.xml,
5911           experimental/modest/docs/reference/xml/modest-edit-window.xml,
5912           experimental/modest/docs/reference/xml/modest-main-window.xml,
5913           experimental/modest/docs/reference/xml/modest-tny-account-store.xml,
5914           experimental/modest/docs/reference/xml/modest-tny-folder-tree-view.xml,
5915           experimental/modest/docs/reference/xml/modest-ui.xml,
5916           experimental/modest/docs/reference/xml/modest-window-mgr.xml,
5917           experimental/modest/gtk-doc.make, experimental/modest/install-sh,
5918           experimental/modest/ltmain.sh, experimental/modest/missing,
5919           experimental/modest/mkinstalldirs, experimental/modest/src,
5920           experimental/modest/src/Makefile.am,
5921           experimental/modest/src/Makefile.in, experimental/modest/src/gtk,
5922           experimental/modest/src/gtk-glade,
5923           experimental/modest/src/gtk-glade/Makefile.am,
5924           experimental/modest/src/gtk-glade/Makefile.in,
5925           experimental/modest/src/gtk/Makefile.am,
5926           experimental/modest/src/gtk/Makefile.in,
5927           experimental/modest/src/gtk/modest-edit-window.c,
5928           experimental/modest/src/gtk/modest-edit-window.h,
5929           experimental/modest/src/gtk/modest-main-window.c,
5930           experimental/modest/src/gtk/modest-main-window.h,
5931           experimental/modest/src/gtk/modest-ui.c,
5932           experimental/modest/src/hildon,
5933           experimental/modest/src/hildon/Makefile.am,
5934           experimental/modest/src/hildon/Makefile.in,
5935           experimental/modest/src/modest-account-keys.h,
5936           experimental/modest/src/modest-account-mgr.c,
5937           experimental/modest/src/modest-account-mgr.h,
5938           experimental/modest/src/modest-conf-gconf.c,
5939           experimental/modest/src/modest-conf-keys.h,
5940           experimental/modest/src/modest-conf.h,
5941           experimental/modest/src/modest-main.c,
5942           experimental/modest/src/modest-tny-account-store.c,
5943           experimental/modest/src/modest-tny-account-store.h,
5944           experimental/modest/src/modest-tny-folder-tree-view.c,
5945           experimental/modest/src/modest-tny-folder-tree-view.h,
5946           experimental/modest/src/modest-tny-header-tree-view.c,
5947           experimental/modest/src/modest-tny-header-tree-view.h,
5948           experimental/modest/src/modest-tny-msg-view.c,
5949           experimental/modest/src/modest-tny-msg-view.h,
5950           experimental/modest/src/modest-ui.h,
5951           experimental/modest/src/modest-window-mgr.c,
5952           experimental/modest/src/modest-window-mgr.h: Added first
5953           experimental Modest code.
5954
5955 2006-05-09 11:33  nils
5956
5957         * experimental/UI, experimental/UI/modest.glade,
5958           experimental/UI/modest.gladep, experimental/UI/pixmaps,
5959           experimental/UI/pixmaps/qgn_list_gene_attacpap.png,
5960           experimental/UI/pixmaps/qgn_list_gene_bold.png,
5961           experimental/UI/pixmaps/qgn_list_gene_contacts.png,
5962           experimental/UI/pixmaps/qgn_list_gene_italic.png,
5963           experimental/UI/pixmaps/qgn_toolb_messagin.png,
5964           experimental/UI/pixmaps/qgn_toolb_messagin_bullets.png,
5965           experimental/UI/pixmaps/qgn_toolb_messagin_delete.png,
5966           experimental/UI/pixmaps/qgn_toolb_messagin_fontcolor.png,
5967           experimental/UI/pixmaps/qgn_toolb_messagin_forward.png,
5968           experimental/UI/pixmaps/qgn_toolb_messagin_moveto.png,
5969           experimental/UI/pixmaps/qgn_toolb_messagin_new.png,
5970           experimental/UI/pixmaps/qgn_toolb_messagin_next.png,
5971           experimental/UI/pixmaps/qgn_toolb_messagin_previous.png,
5972           experimental/UI/pixmaps/qgn_toolb_messagin_reply.png,
5973           experimental/UI/pixmaps/qgn_toolb_messagin_replytoall.png,
5974           experimental/UI/pixmaps/qgn_toolb_messagin_saveattachment.png,
5975           experimental/UI/pixmaps/qgn_toolb_messagin_send.png,
5976           experimental/UI/pixmaps/qgn_toolb_messagin_sendreceive.png: Added
5977           user interface design from UI designers.
5978
5979 2006-05-08 16:49  florian
5980
5981         * html/module.html: Fix typo.
5982
5983 2006-05-08 16:47  florian
5984
5985         * html/module.html: Add module intformation draft.
5986
5987 2006-05-08 14:25  florian
5988
5989         * html/index.html: Add some information and start project info
5990           section.
5991
5992 2006-04-30 19:53  nils
5993
5994         * html/emailx_main.png, html/emailx_new_message.png,
5995           html/index.html, html/screenshot.png: OK, take the more official
5996           "screenshots".
5997
5998 2006-04-30 19:49  nils
5999
6000         * html/index.html, html/screenshot.png: Nicer homepage ;)
6001
6002 2006-04-30 19:46  nils
6003
6004         * experimental, modest: ../svn-commit.2.tmp
6005
6006 2006-04-28 15:23  nils
6007
6008         * html/index.html: Added first index.html start page.
6009
6010 2006-04-28 15:22  nils
6011
6012         * html: Added html subdirectory, containing the project homepage.
6013           This directory will automatically be copied over to the homepage
6014           location.
6015
6016 2006-04-28 15:21  nils
6017
6018         * .: Added trunk
6019