Commit graph

284 commits

Author SHA1 Message Date
Colin Leroy
a95e1c0702 Fix 534 quick-search bar not accepting certain letters 2004-07-17 21:15:07 +00:00
Paul Mangan
353b10cda8 sync with 0.9.12cvs26 HEAD 2004-07-16 11:12:46 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
a8bbc966f2 replace deprecated gtk_signal... functions 2004-05-25 08:39:41 +00:00
Paul Mangan
2fcc6f1f56 sync with 0.9.10claws67 HEAD 2004-05-22 07:27:30 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
f9bf36e69f keypress fixes 2003-10-05 10:13:26 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Christoph Hohmann
407384b112 0.9.4claws72
* src/folder.c
* src/folderview.c
* src/mainwindow.c
        fix new folder notification

* src/mbox_folder.c
        fix cache path
2003-09-08 11:41:03 +00:00
Alfons Hoogervorst
662d7472c1 * src/mainwindow.c
* src/summaryviewc.
	re-enable Save As when multiple messages are selected
2003-09-01 18:36:27 +00:00
Paul Mangan
b3782f71d3 sync with 0.9.4cvs7 2003-08-21 08:45:43 +00:00
Christoph Hohmann
c0f102456a 0.9.4claws27
* src/mainwindow.c
        remember and restore window sizes and position when the main
        window is hidden or shown

(closes Bug 274 Window size in 0.9.4claws18 not remembered when
 minimised/reopened using trayicon)
2003-08-16 16:28:01 +00:00
Paul Mangan
bf3230804a sync with 0.9.4cvs6 2003-08-09 06:26:27 +00:00
Luke Plant
75c1e7c998 * src/mainwindow.c
o fixed visibility of icons/mimeview after toggling separate
	  message/folder view (factored out some similar code too).
2003-08-01 08:00:32 +00:00
Luke Plant
499d480711 * src/mainwindow.c
o changed sensitivity condition for 'Next new' and 'Next unread',
	  fixing bug 8
2003-07-30 01:14:39 +00:00
Christoph Hohmann
a4ff7ed49e 0.9.3claws34
* src/Makefile.am
* src/account.c
* src/folder.[ch]
* src/folder_item_prefs.[ch]            ** NEW **
* src/folderview.c
* src/mainwindow.c
* src/mh.c
* src/prefs_gtk.c
* src/prefs_scoring.c
* src/summaryview.c
* src/prefs_folder_item.[ch]
        o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
          Properties dialog
        o use prefswindow for folder properties

* src/gtk/prefswindow.[ch]
        change implementation to use an invisible notebook instead
        of unparenting widgets
2003-07-20 01:15:54 +00:00
Paul Mangan
dddb0a214c add link to the Claws site's FAQ page in Help menu 2003-07-17 08:55:55 +00:00
Alfons Hoogervorst
a14210510e remove stupid debug print 2003-07-14 13:16:16 +00:00
Alfons Hoogervorst
29b9a1a529 * src/mainwindow.c
make correct menu items sensitive
2003-07-14 11:22:44 +00:00
Christoph Hohmann
b2d674c483 0.9.3claws5
* src/mainwindow.c
        group "Add mailbox *..." menu items in submenu
2003-07-13 18:53:15 +00:00
Christoph Hohmann
5a29f454b6 0.9.0claws40
* src/main.c
        don't popup main window on --receive or --receive-all

* src/mainwindow.[ch]
* src/plugins/trayicon/trayicon.c
        allow hiding of main window by clicking on the trayicon
        (doesn't work correctly in seperate window mode and may
         cause unexpected GTK problems I couldn't find yet)

* src/common/ssl.c
        remove incorrect warning
2003-06-16 19:02:35 +00:00
Thorsten Maerz
3ae8567298 fix possible compile issues: C++ comments, non-int function 2003-05-03 12:31:47 +00:00
Paul Mangan
6b2b79197b sync with 0.8.11cvs29 2003-04-18 09:10:32 +00:00
Paul Mangan
a245ea5c06 sync with 0.8.11cvs27 2003-04-17 08:18:15 +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
Oliver Haertel
8d0bd74fc2 remove selective download 2003-03-26 23:16:01 +00:00
Oliver Haertel
6505a3f61a remove selective download 2003-03-26 22:28:43 +00:00
Christoph Hohmann
1887ae907d 0.8.11claws7
* src/account.c
* src/folder.[ch]
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/setup.c
        replace more folder type stuff with folder class stuff
2003-03-13 15:31:22 +00:00
Christoph Hohmann
db37c9c749 0.8.11claws1
* src/account.c
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/procmsg.c
* src/setup.c
* src/summaryview.c
        initial restructuring of folder system, seperating
        folders and folder classes
2003-03-12 15:40:51 +00:00
Christoph Hohmann
1e54657b1c 0.8.10claws76
* src/mainwindow.[ch]
* src/common/Makefile.am
* src/common/progressindicator.[ch]
        add UI independent progress indicator handling

* src/news.[ch]
        use new progress indicator for message info fetching

* src/common/hooks.h
        code cleanup
2003-03-03 20:45:57 +00:00
Oliver Haertel
145c8d84b6 toolbar reply refactoring: part 1 2003-03-03 19:03:23 +00:00
Oliver Haertel
cb4b04818a fix bugs introduced while fixing messageview reply 2003-03-01 09:45:14 +00:00
Paul Mangan
aa3ee3f3ed add tooltips to online/offline button and account selector button 2003-02-19 17:31:07 +00:00
Paul Mangan
77dc914c07 make blue the default new mail colour 2003-02-18 05:55:38 +00:00
Paul Mangan
15b3953f2f rename the 'Unread' column to 'Status' 2003-01-26 12:56:56 +00:00
Christoph Hohmann
546fa5756d 0.8.8claws113
* src/mainwindow.c
        reorder Configuration menu
2003-01-18 14:16:08 +00:00
Colin Leroy
d6b2678bb5 * src/mainwindow.c
* src/summaryview.c
	Quicksearch bugfixes:
	- hide help button at startup if not extended
	- switch to extended when looking for replies
2003-01-17 14:53:11 +00:00
Paul Mangan
1c9cf5d447 sync with 0.8.8cvs5 2003-01-12 17:59:21 +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
Colin Leroy
a7ce8b1a70 * src/mainwindow.c
src/mainwindow.h
	Add mainwindow_get_mainwindow()
* src/alertpanel.c
  src/alertpanel.h
	Add alertpanel_error_log()
  src/compose.c
  src/inc.c
  src/messageview.c
  src/toolbar.c
  src/main.c
  src/procmsg.c
	Network errors get a View Log button
2003-01-11 10:50:29 +00:00
Christoph Hohmann
475d578702 0.8.8claws63
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

	Note: - Please verify that no updates are missing
	      - Check where freeze/thaws should be added
2003-01-07 21:49:44 +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
Alfons Hoogervorst
3e3e6f1b0f fine tune solution to focus problems (bug #7)
* src/mainwindow.c
	mainwindow_focus_in_event(): remove grab event check
* src/summaryview.c
	summary_button_pressed(): move selection on right-click
	too. we can't possibly move the selection back after
	canceling a dialog, because gtk's incomplete focus
	management. whether this is a good solution, only time
	will tell.
2003-01-05 13:02:43 +00:00
Paul Mangan
9c4b0d395f fix bug 605957 'shortcuts in popup-menu' 2003-01-05 12:28:18 +00:00
Alfons Hoogervorst
72c7198479 * src/mainwindow.c
focus_in_event handler should not select summary view row
	when another window (menu, dialog) grabbed for events
	(bug #7, "[0.8.8claws42] Message summary focus")
2003-01-05 00:07:28 +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
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