modest
17 years ago* first hackish implementation of *sending* mail
Dirk-Jan C. Binnema [Fri, 12 May 2006 12:37:40 +0000 (12:37 +0000)]
* first hackish implementation of *sending* mail

pmo-trunk-r50

17 years ago* small cleanups, and modest-tny-header-tree-view does not use
Dirk-Jan C. Binnema [Fri, 12 May 2006 12:34:38 +0000 (12:34 +0000)]
* small cleanups, and modest-tny-header-tree-view does not use
  async headers anymore, as that does not seem to work now.

pmo-trunk-r49

17 years ago* fix the issues with account-store and account-mgr:
Dirk-Jan C. Binnema [Fri, 12 May 2006 12:28:00 +0000 (12:28 +0000)]
* fix the issues with account-store and account-mgr:
  - all the account name are now only the account names, not the full gconf path
  - fixed confusion between server_accounts and accounts
  - fixed the problems with the above in modest-tny-account-store
  - added the _store_get_device function; it returns NULL though, which causes
   the GLib-GObject warning at startup
  - modest-tny-account-store now *replaces* tny-account-store.c with a modest-specific
  implementation. In practice it means that it implements the _get_session.
  - all should work now with the latest tinymail

pmo-trunk-r48

17 years ago* Removed tny-password-dialog.* again, no longer needed.
Nils Faerber [Fri, 12 May 2006 11:59:22 +0000 (11:59 +0000)]
* Removed tny-password-dialog.* again, no longer needed.

pmo-trunk-r47

17 years ago* Modified to adapt for new tinymail gnome-ui with firefox HTML rendering -
Nils Faerber [Fri, 12 May 2006 10:58:47 +0000 (10:58 +0000)]
* Modified to adapt for new tinymail gnome-ui with firefox HTML rendering -
  not necessary for Modest but at the moment needed to be able to make
  Modest at all.
* remove gtk-doc.make since it will be automatically re-created when running
  autogen.sh

pmo-trunk-r46

17 years agoHACK ALERT!
Nils Faerber [Thu, 11 May 2006 18:18:47 +0000 (18:18 +0000)]
HACK ALERT!
Since libtinymail-gnome-desktop now requires tny-password-dialog() functions
which are implemented as externals (I guess this will change!) we have to
provide them too - else modest will not link at all.

So this *hack* will go away ASAP is only good for making modest to compile
again.

pmo-trunk-r45

17 years ago* modest-tny-account-store.c:
Dirk-Jan C. Binnema [Thu, 11 May 2006 15:39:55 +0000 (15:39 +0000)]
* modest-tny-account-store.c:
  - keep some ptr around in ModestTnyAccountStorePrivate* so we don't leak
  - update all the data returning functions to use that
  - free them in the finalize, add some cleanup functions
  - add TnyDevice get_device stub
  - add some sanity checks
  - I merged my changes with the ones from Nils/Silvan

Still, it still *crashes*, like it does in the version without these changes.
  So I'm still checking this is, as things have not gotten *worse*.

  Both old and new versions do:

   (modest:17203): GLib-GObject-WARNING **: invalid cast from `ModestTnyAccountStore' to `TnyAccountStore'

(modest:17203): GLib-GObject-WARNING **: attempt to retrieve private data for invalid type 'TnyAccountStore'

   Will research this further.

pmo-trunk-r44

17 years ago* --debug cmdline arg to modestnow works, it will abort in case of
Dirk-Jan C. Binnema [Thu, 11 May 2006 15:25:44 +0000 (15:25 +0000)]
* --debug cmdline arg to modestnow works, it will abort in case of
  GLib warnings, this is quite handy for debugging
 Note (to self and others): g_message can be used for messages that
 should cause aborts.

pmo-trunk-r43

17 years ago* fixed get_account_keyname(), not adding MODEST_ACCOUNT_NAMESPACE to keys anymore
Nils Faerber [Thu, 11 May 2006 15:10:36 +0000 (15:10 +0000)]
* fixed get_account_keyname(), not adding MODEST_ACCOUNT_NAMESPACE to keys anymore

pmo-trunk-r42

17 years ago* removed duplicated #includes
Silvan Marco Fin [Thu, 11 May 2006 12:53:26 +0000 (12:53 +0000)]
* removed duplicated #includes
* get_password reads passwd from modest_conf

pmo-trunk-r41

17 years ago* this adds modest_account_server_(get|set)_(string|bool|int) so we don't
Dirk-Jan C. Binnema [Thu, 11 May 2006 12:25:53 +0000 (12:25 +0000)]
* this adds modest_account_server_(get|set)_(string|bool|int) so we don't
  need to tricks anymore.

pmo-trunk-r40

17 years agochange module status
Florian Boor [Thu, 11 May 2006 11:33:24 +0000 (11:33 +0000)]
change module status

pmo-trunk-r39

17 years agoAdd module list.
Florian Boor [Thu, 11 May 2006 11:29:08 +0000 (11:29 +0000)]
Add module list.

pmo-trunk-r38

17 years ago* added non-exhaustive :( list of todo items
Dirk-Jan C. Binnema [Thu, 11 May 2006 08:39:24 +0000 (08:39 +0000)]
* added non-exhaustive :( list of todo items

pmo-trunk-r35

17 years agoreinserted accidentally removed methods in modest-account-mgr
Silvan Marco Fin [Wed, 10 May 2006 19:42:14 +0000 (19:42 +0000)]
reinserted accidentally removed methods in modest-account-mgr

pmo-trunk-r34

17 years ago"corrected get_account_keyname" again and modified
Silvan Marco Fin [Wed, 10 May 2006 15:43:50 +0000 (15:43 +0000)]
"corrected get_account_keyname" again and modified
"modest_account_mgr_add_account", to user correct keynames to
access conf entries.

pmo-trunk-r33

17 years agoMODEST_ACCOUNT_NAMESPACE in get_account_keyname added
Silvan Marco Fin [Wed, 10 May 2006 14:49:57 +0000 (14:49 +0000)]
MODEST_ACCOUNT_NAMESPACE in get_account_keyname added
-> corrects access of account-Keys

pmo-trunk-r32

17 years agoFixed g_strconcat() bug in cache dirname creation (forgot trailing NULL).
Nils Faerber [Wed, 10 May 2006 14:43:52 +0000 (14:43 +0000)]
Fixed g_strconcat() bug in cache dirname creation (forgot trailing NULL).

pmo-trunk-r31

17 years agoAdded proper comment
Nils Faerber [Wed, 10 May 2006 12:14:25 +0000 (12:14 +0000)]
Added proper comment

pmo-trunk-r29

17 years agoAdded proper return of cache dir pathname in
Nils Faerber [Wed, 10 May 2006 12:07:08 +0000 (12:07 +0000)]
Added proper return of cache dir pathname in
  modest_tny_account_store_get_cache_dir()

pmo-trunk-r28

17 years agoAdded pixmaps install target
Nils Faerber [Wed, 10 May 2006 11:49:35 +0000 (11:49 +0000)]
Added pixmaps install target

pmo-trunk-r27

17 years agoInstall glade file.
Florian Boor [Wed, 10 May 2006 11:42:40 +0000 (11:42 +0000)]
Install glade file.
Use installed glade file.

pmo-trunk-r26

17 years agoRemoved double references from the links section
Nils Faerber [Wed, 10 May 2006 11:07:32 +0000 (11:07 +0000)]
Removed double references from the links section

pmo-trunk-r25

17 years ago* initial code dump into SVN; needs some work
Dirk-Jan C. Binnema [Wed, 10 May 2006 10:46:37 +0000 (10:46 +0000)]
* initial code dump into SVN; needs some work

pmo-trunk-r24

17 years ago* add documentation
Dirk-Jan C. Binnema [Wed, 10 May 2006 10:21:03 +0000 (10:21 +0000)]
* add documentation

pmo-trunk-r23

17 years ago* updated webpage; i guess the webpage needs some more love...
Dirk-Jan C. Binnema [Wed, 10 May 2006 10:09:55 +0000 (10:09 +0000)]
* updated webpage; i guess the webpage needs some more love...

pmo-trunk-r22

17 years ago* moved 'experimental' outside the trunk
Dirk-Jan C. Binnema [Wed, 10 May 2006 08:30:13 +0000 (08:30 +0000)]
* moved 'experimental' outside the trunk

pmo-trunk-r21

17 years agoAdd account preset object draft.
Florian Boor [Tue, 9 May 2006 15:59:20 +0000 (15:59 +0000)]
Add account preset object draft.

pmo-trunk-r20

17 years agoAdded reference to Camel (libcamel)
Nils Faerber [Tue, 9 May 2006 14:53:34 +0000 (14:53 +0000)]
Added reference to Camel (libcamel)

pmo-trunk-r19

17 years agoAdded utility dir and helper script to prime some gconf values
Nils Faerber [Tue, 9 May 2006 14:37:34 +0000 (14:37 +0000)]
Added utility dir and helper script to prime some gconf values

pmo-trunk-r18

17 years agoRemoved automatically built files, added gtk_quit() to gtk UI
Nils Faerber [Tue, 9 May 2006 13:17:37 +0000 (13:17 +0000)]
Removed automatically built files, added gtk_quit() to gtk UI

pmo-trunk-r17

17 years agoUpdate to changed Tinymail API
Nils Faerber [Tue, 9 May 2006 13:03:50 +0000 (13:03 +0000)]
Update to changed Tinymail API

pmo-trunk-r16

17 years agoadded visible-properties to main, viewer and new_mail
Silvan Marco Fin [Tue, 9 May 2006 12:51:17 +0000 (12:51 +0000)]
added visible-properties to main, viewer and new_mail

pmo-trunk-r15

17 years agodisplay_glade/showme shows the widgets of a glade file specified on the command line
Silvan Marco Fin [Tue, 9 May 2006 12:48:19 +0000 (12:48 +0000)]
display_glade/showme shows the widgets of a glade file specified on the command line
or all widgets (if visible)

pmo-trunk-r14

17 years agoSmaller pixmap on main page
Nils Faerber [Tue, 9 May 2006 12:11:03 +0000 (12:11 +0000)]
Smaller pixmap on main page

pmo-trunk-r13

17 years agoAdded links and resources page.
Nils Faerber [Tue, 9 May 2006 12:05:08 +0000 (12:05 +0000)]
Added links and resources page.

pmo-trunk-r12

17 years agoAdded first experimental Modest code.
Nils Faerber [Tue, 9 May 2006 11:49:50 +0000 (11:49 +0000)]
Added first experimental Modest code.

pmo-trunk-r11

17 years agoAdded user interface design from UI designers.
Nils Faerber [Tue, 9 May 2006 11:33:14 +0000 (11:33 +0000)]
Added user interface design from UI designers.

pmo-trunk-r10

17 years agoFix typo.
Florian Boor [Mon, 8 May 2006 16:49:57 +0000 (16:49 +0000)]
Fix typo.

pmo-trunk-r9

17 years agoAdd module intformation draft.
Florian Boor [Mon, 8 May 2006 16:47:55 +0000 (16:47 +0000)]
Add module intformation draft.

pmo-trunk-r8

17 years agoAdd some information and start project info section.
Florian Boor [Mon, 8 May 2006 14:25:43 +0000 (14:25 +0000)]
Add some information and start project info section.

pmo-trunk-r7

17 years agoOK, take the more official "screenshots".
Nils Faerber [Sun, 30 Apr 2006 19:53:16 +0000 (19:53 +0000)]
OK, take the more official "screenshots".

pmo-trunk-r6

17 years agoNicer homepage ;)
Nils Faerber [Sun, 30 Apr 2006 19:49:47 +0000 (19:49 +0000)]
Nicer homepage ;)

pmo-trunk-r5

17 years agoAdded first index.html start page.
Nils Faerber [Fri, 28 Apr 2006 15:23:53 +0000 (15:23 +0000)]
Added first index.html start page.

pmo-trunk-r3

17 years agoInitial commit
Jose Dapena Paz [Fri, 28 Apr 2006 15:23:00 +0000 (15:23 +0000)]
Initial commit