Commit graph

24 commits

Author SHA1 Message Date
Christoph Hohmann
4289a33ed4 0.8.8claws84
* src/compose.c
        fix 2 warnings

* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        changed the call of the widget create function
        for PrefsPages, because sometimes the widget
        create function needs a widget that already has
        been attached to a window (to create GDK pixmaps
        for exmaple). So we simply pass the GtkWindow as
        the second parameter now.

* src/main.c
* src/mainwindow.c
* src/prefs_toolbar.[ch]
        rewrite Toolbar Preferences using the new
        prefs window
2003-01-12 01:01:26 +00:00
Christoph Hohmann
e5c38a05bf 0.8.8claws71
* src/compose.c
* src/gtk/menu.[ch]
        fix wrong selecting of mime encoding type, when
        opening property dialog of attachments in the
        compose window. 7bit was always selected and that
        destoryed files with 8bit data.
        (closes bug #9 Sylpheed-claws destroys attachments when
         changing MIME-types)
2003-01-09 20:38:38 +00:00
Christoph Hohmann
1a68c0bd6a 0.8.8claws59
* src/prefs_actions.c
        use new description window for syntax help
* src/gtk/description_window.c
        fix display of descriptions with column count != 2

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 22:01:43 +00:00
Christoph Hohmann
cd2e20e644 0.8.8claws58
* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch]       ** NEW **
        use a generic window to display syntax descriptions
        currently used in quote_fmt and summaryview (new description
        for extended quick search)

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 21:16:17 +00:00
Christoph Hohmann
0732d727ff 0.8.8claws56
* src/mainwindow.c
* src/prefs_gtk.[ch]
* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        o remove page management from prefswindow, pages
          will be an argument to prefswindow_open
        o prefswindow_open gets a datapointer that is
          passed to the widget_create function to allow
          creation of prefswindow for specific items
2003-01-06 18:54:30 +00:00
Paul Mangan
9c4b0d395f fix bug 605957 'shortcuts in popup-menu' 2003-01-05 12:28:18 +00:00
Christoph Hohmann
5e3cd1571b 0.8.8claws42
* src/common/plugin.c
        fix unloading of all plugins and unload
        plugins in reverse order

* src/gtk/pluginwindow.c
        implement function of load and unload button

* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
        rename register function and add new unregister
        function

* src/plugins/spamassassin/spamassassin_gtk.c
        unregister prefs page and update for changes in
        src/gtk/prefswindow.c
2003-01-02 22:16:35 +00:00
Christoph Hohmann
f37726a51d 0.8.8claws33
* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/pluginwindow.c                ** NEW **
* src/gtk/pluginwindow.h                ** NEW **
        add plugin window

* src/plugins/demo/demo.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
        write better plugin descriptions
2003-01-01 16:30:29 +00:00
Christoph Hohmann
9baf5095a6 0.8.8claws32
* src/gtk/prefswindow.c
* src/plugins/spamassassin/spamassassin_gtk.c
        some small improvements to GTK code
2002-12-31 17:02:45 +00:00
Christoph Hohmann
e855d20cd5 0.8.8claws30
* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/prefswindow.c                         ** NEW **
* src/gtk/prefswindow.h                         ** NEW **
        add new prefs window

* src/common/plugin.c
        don't try to load empty config lines

* src/plugins/spamassassin/Makefile.am
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h       ** NEW **
* src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
        GTK config for SpamAssassin Plugin using
        the new prefs window
2002-12-31 14:43:41 +00:00
Christoph Hohmann
d91ac18502 0.8.8claws23
* src/Makefile.am
* src/menu.[ch]                 ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/menu.[ch]             ** NEW **
        move menu files to gtk directory
2002-12-29 15:03:46 +00:00
Christoph Hohmann
f4a6678a8f 0.8.6claws109
* src/Makefile.am
* src/manage_window.[ch]
* src/gtk/Makefile.am
* src/gtk/manage_window.[ch]
        move manage_window files to gtk directory
2002-12-13 20:44:59 +00:00
Christoph Hohmann
5191c4ff94 0.8.6claws108
* src/Makefile.am
* src/gtkshruler.[ch]
* src/gtk/Makefile.am
* src/gtk/gtkshruler.[ch]
        move gtkshruler files to gtk directory
2002-12-13 20:19:50 +00:00
Christoph Hohmann
b07ad749aa 0.8.6claws107
* src/Makefile.am
* src/compose.c
* src/gtkstext.[ch]             ** REMOVE **
* src/gtkutils.[ch]
* src/textview.c
* src/gtk/gtkstext.[ch]         ** NEW **
* src/gtk/Makefile.am
        o move stext functions to gtkstext.c to remove
          dependency of gtkutils
        o move gtkstext files to common

* src/gtk/Makefile.am
* src/gtk/sslcertwindow.[ch]
        UI stuff can always depend on common code so
        it's ok to add ../common to include path
2002-12-13 17:43:59 +00:00
Colin Leroy
27c23aa0ce warning fixes 2002-12-09 09:46:39 +00:00
Colin Leroy
1427df95d0 moved ssl_certificate.[ch] to common 2002-12-09 09:05:48 +00:00
Colin Leroy
bb9cb53236 hook for certificate acception 2002-12-09 08:54:56 +00:00
Colin Leroy
0bcf8332a4 put back includes, cleaner ssl certs popups 2002-12-08 15:57:35 +00:00
Christoph Hohmann
8be360c0b1 0.8.6claws75
* src/gtk/sslcertwindow.h
	use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL
2002-12-08 15:39:04 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
Colin Leroy
ee65ffbefa warning fixes 2002-12-08 12:40:36 +00:00
Colin Leroy
f5307d0d0b new certificate presentation
(easier ui separation for ssl cert check, only hook missing)
2002-12-08 03:15:44 +00:00
Christoph Hohmann
5ceeec8b74 0.8.6claws57
* src/Makefile.am
* src/gtksctree.[ch]            ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/gtksctree.[ch]        ** NEW **
        move gtksctree files to gtk directory
2002-12-03 21:06:31 +00:00
Christoph Hohmann
cfd60223b5 0.8.6claws41
* src/common                    ** NEW **
        new directory for UI independent code
* src/gtk                       ** NEW **
        new directory for GTK frontend
* src/common/.cvsignore         ** NEW **
* src/gtk/.cvsignore            ** NEW **
        ignore build files
* src/common/Makefile.am        ** NEW **
* src/gtk/Makefile.am           ** NEW **
        automake files to build new seperated stuff
* src/Makefile.am
        the binary will currently still be build with the
        files in src, so we include the code from the
        subdirs for now after building the libs there
2002-11-30 17:26:51 +00:00