Commit graph

43 commits

Author SHA1 Message Date
Paul Mangan
09f798825a correct strange float value 2003-04-25 10:53:07 +00:00
Christoph Hohmann
c48ed9f6d2 0.8.11claws109
* src/folder.c
        freeze folder item updates when unsetting new flags

* src/gtk/pluginwindow.c
        correct strange float value
2003-04-24 18:49:29 +00:00
Christoph Hohmann
07dfa9ac0b 0.8.11claws97
* src/common/socket.h
* src/gtk/sslcertwindow.h
        rename old USE_SSL to USE_OPENSSL
2003-04-17 17:02:07 +00:00
Paul Mangan
70d5f679fa sync with 0.8.11cvs21 2003-04-12 00:28:06 +00:00
Christoph Hohmann
62446ff785 0.8.11claws72
* src/account.c
* src/folder.[ch]
* src/folderview.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/mimeview.h
* src/msgcache.[ch]
* src/news.c
* src/procmime.h
* src/procmsg.[ch]
* src/setup.c
* src/gtk/gtkutils.c
        o rename structure field names class and new to klass and
          new_msgs, to allow including files in C++
        o add 'extern "C"' block to some header files
        o add MsgInfoList and MsgNumberList as alias for GSList for
          developers to know what type of list is expected

* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.[ch]
* src/plugins/image_viewer/viewerprefs.[ch]
        rename function names to prevent conflicts
2003-04-05 20:38:53 +00:00
Paul Mangan
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Paul Mangan
65301a8ab5 remove 'Compiled-plugins' section 2003-03-17 11:34:22 +00:00
Christoph Hohmann
42018d42a3 * src/gtk/prefswindow.c
fix translation of "Page Index"
2003-03-12 16:19:28 +00:00
Paul Mangan
96bda947fa make some strings translatable 2003-03-10 22:58:52 +00:00
Paul Mangan
30e85ee1b2 list 'Compiled plugins' in 'About' window 2003-03-04 10:06:57 +00:00
Christoph Hohmann
5e8ae32426 0.8.10claws64
* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework
2003-02-28 23:11:56 +00:00
Christoph Hohmann
bfb61585f4 0.8.10claws53
* src/Makefile.am
* src/colorlabel.[ch]           ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/colorlabel.[ch]       ** NEW **
        move colorlabel files to gtk directory

* src/esmtp.[ch]                ** REMOVE **
        has been merged into smtp.[ch] in 0.7.5
2003-02-25 17:33:28 +00:00
Christoph Hohmann
06a989f6cb 0.8.10claws52
* src/Makefile.am
* src/about.[ch]                ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/about.[ch]            ** NEW **
        move about files to gtk directory
2003-02-25 17:07:25 +00:00
Paul Mangan
4b29462baf sync with 0.8.10cvs2 2003-02-05 09:23:13 +00:00
Paul Mangan
32db20d5e9 sync with 0.8.9cvs3 2003-01-30 11:27:22 +00:00
Melvin Hadasht
07ae66009e Description window: allow resizing/horizontal scroll bar;do not expand/fill vertically 2003-01-26 13:31:26 +00:00
Christoph Hohmann
6f486e8598 0.8.9claws11
* src/Makefile.am
* src/gtkutils.[ch]             ** REMOVE **
* src/common/sylpheed.c
* src/gtk/Makefile.am
* src/gtk/description_window.c
* src/gtk/gtkutils.[ch]         ** NEW **
* src/gtk/prefswindow.c
        move gtkutils to gtk directory
2003-01-26 13:24:09 +00:00
Christoph Hohmann
93a452694c 0.8.9claws5
* src/gtk/description_window.c
        o allow description texts to expand over multiple columns
        o translate all columns
* src/prefs_actions.c
        change syntax description to use new multi column feature

Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2003-01-25 15:23:38 +00:00
Christoph Hohmann
95e7aa1fcb 0.8.8claws106
* src/prefs_gtk.c
* src/prefs_toolbar.c
* src/gtk/prefswindow.h
* src/plugins/spamassassin/spamassassin_gtk.c
        remove page destroy function that is not used anymore
2003-01-16 18:35:59 +00:00
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