aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* make the name of menuitem/toolitem's the same as the verb to save us fromChris Toshok2001-05-222-23/+25
| | | | | | | | | | 2001-05-22 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: make the name of menuitem/toolitem's the same as the verb to save us from having to specify both, and move some more accels into the <commands>. svn path=/trunk/; revision=9920
* remove ViewAsTable menu item.Chris Toshok2001-05-222-7/+4
| | | | | | | | 2001-05-21 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: remove ViewAsTable menu item. svn path=/trunk/; revision=9913
* Added a Delete button on the toolbar.Federico Mena Quintero2001-05-222-17/+13
| | | | | | | | 2001-05-21 Federico Mena Quintero <federico@ximian.com> * evolution-tasks.xml: Added a Delete button on the toolbar. svn path=/trunk/; revision=9909
* Add a button and an icon to toggle between online and offlineEttore Perazzoli2001-05-212-0/+6
| | | | | | operation. svn path=/trunk/; revision=9900
* Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got theEttore Perazzoli2001-05-192-1/+6
| | | | | | `File -> Folder -> Open in New Window' menu item to work. svn path=/trunk/; revision=9893
* Added items to the `File -> Folder' submenu.Ettore Perazzoli2001-05-192-15/+112
| | | | svn path=/trunk/; revision=9883
* add <commands> for the toolbar/menu items we set the sensitivity on.Chris Toshok2001-05-182-7/+27
| | | | | | | | | 2001-05-17 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add <commands> for the toolbar/menu items we set the sensitivity on. svn path=/trunk/; revision=9875
* Reformat a bit and add the folder context menu definition.Ettore Perazzoli2001-05-172-149/+173
| | | | svn path=/trunk/; revision=9866
* Added S/MIME menu items.Jeffrey Stedfast2001-05-172-3/+18
| | | | | | | | 2001-05-16 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Added S/MIME menu items. svn path=/trunk/; revision=9854
* Add an "Evolution FAQ" entry to the Help menu, and update the existingEttore Perazzoli2001-05-162-0/+9
| | | | | | entries for the guide's chapters to match the new paths. svn path=/trunk/; revision=9835
* Create a "Message Display" submenu in View, move source/fullDan Winship2001-05-162-6/+28
| | | | | | | | * evolution-mail.xml: Create a "Message Display" submenu in View, move source/full headers/normal there and make it a radio group. Add "Load Images" there. svn path=/trunk/; revision=9819
* Clean this up A LOT. In addition to cosmetic changes, now every commandDan Winship2001-05-162-313/+324
| | | | | | | | | * evolution-mail.xml: Clean this up A LOT. In addition to cosmetic changes, now every command appears in the <commands> section, and has a tooltip. Also, move "Search" to the "Edit" menu for consistency with other apps. svn path=/trunk/; revision=9815
* Remove Help->About.Jeffrey Stedfast2001-05-152-2/+4
| | | | | | | | 2001-05-14 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Remove Help->About. svn path=/trunk/; revision=9794
* Redo forwarding stuff so there's "Forward", "ForwardAttached",Dan Winship2001-05-152-16/+25
| | | | | | | | | | * evolution-mail.xml: Redo forwarding stuff so there's "Forward", "ForwardAttached", "ForwardInline" (not "inlined"), and "ForwardQuoted", where the first uses a default style. Make Actions->Forward and the toolbar Forward button use the default style. svn path=/trunk/; revision=9793
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-122-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | 2001-05-12 Gediminas Paulauskas <menesis@delfi.lt> * folder-browser-factory.c: load pixmaps for MessageCopy and MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu> for a patch. 2001-05-12 Gediminas Paulauskas <menesis@delfi.lt> * evolution-mail.xml: add pixmaps for MessageCopy and MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu> for a patch. 2001-05-12 Gediminas Paulauskas <menesis@delfi.lt> * po/POTFILES.in: update with new/moved files. also: Removed duplicated DATADIR in mail/Makefile.am fixed warning in e-search-bar.c in my recent code there svn path=/trunk/; revision=9783
* Added command entry for 'ToggleOffline'.Jon Trowbridge2001-05-082-0/+7
| | | | | | | | | | | | | 2001-05-07 Jon Trowbridge <trow@ximian.com> * evolution.xml: Added command entry for 'ToggleOffline'. 2001-05-07 Jon Trowbridge <trow@ximian.com> * e-shell-view-menu.c (update_offline_menu_item): Changed some references to /commands/WorkOffline to /commands/ToggleOffline. svn path=/trunk/; revision=9699
* Rename `WorkOffline' to `ToggleOffline' as needed by the new offlineEttore Perazzoli2001-05-052-1/+5
| | | | | | code. svn path=/trunk/; revision=9677
* Rename `WorkOffLine' into `WorkOffline'.Ettore Perazzoli2001-05-032-1/+5
| | | | svn path=/trunk/; revision=9657
* Added Next/Previous toolbar buttons.Jeffrey Stedfast2001-04-272-1/+20
| | | | | | | | 2001-04-26 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Next/Previous toolbar buttons. svn path=/trunk/; revision=9607
* Added "MessageSearch" verb.Jon Trowbridge2001-04-262-0/+9
| | | | | | | | | | | | | | | | | | 2001-04-26 Jon Trowbridge <trow@ximian.com> * folder-browser-factory.c: Added "MessageSearch" verb. * mail-callbacks.c (search_msg): Added search callback. (are_you_sure): Added some casts to fix compiler warnings. * mail-search.c: Added. A simple search-in-message widget, that uses GtkHTML's searching capabilities. 2001-04-26 Jon Trowbridge <trow@ximian.com> * evolution-mail.xml: Added "Search Message" to "View" menu. svn path=/trunk/; revision=9575
* Commit the stupid "File -> New Evolution Window" change that got lostEttore Perazzoli2001-04-191-3/+2
| | | | | | yesterday. svn path=/trunk/; revision=9445
* Re-commit ChangeLog for yesterday's changes to the "New" menu. It wasEttore Perazzoli2001-04-181-0/+9
| | | | | | not committed due to a conflict. svn path=/trunk/; revision=9440
* toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg.Gediminas Paulauskas2001-04-172-5/+10
| | | | | | | | | 2001-04-16 Gediminas Paulauskas <menesis@delfi.lt> * evolution-calendar.xml: toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg. Now *View buttons show up again. svn path=/trunk/; revision=9389
* Added Filter/VFolder on mailing list. Yay. I also figured I'd expand thisJeffrey Stedfast2001-04-152-18/+32
| | | | | | | | | | | 2001-04-14 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Filter/VFolder on mailing list. Yay. I also figured I'd expand this like MessageFilterSubj to MessageFilterSubject, what's with the abreviation? It makes no sense when the verb is that long anyway... svn path=/trunk/; revision=9316
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-142-3/+75
| | | | | | | | | | Do this everywhere, also fixup CLEANFILES 2001-04-14 Michael Meeks <michael@ximian.com> * Makefile.am (dist-hook): remove built sources from dist. svn path=/trunk/; revision=9309
* Added a space after an attribute to make libxml happy.Anders Carlsson2001-04-032-1/+5
| | | | | | | | 2001-04-02 Anders Carlsson <andersca@codefactory.se> * evolution-mail.xml: Added a space after an attribute to make libxml happy. svn path=/trunk/; revision=9107
* Blessed by Ettore.Gediminas Paulauskas2001-04-026-27/+28
| | | | | | | | | | | | | | Guided by Jacub Stener's mail, where he explaned which icons were renamed or added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash and Executive summary folder type icons. Fixed art/Makefile.am for these changes. Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made all components and dialogs use cache and not load pixmaps every time. Accidentally got a couple of includes fix in, but they won't break anything. svn path=/trunk/; revision=9092
* Move the 'hide deleted' to the option list under the view menu.Not Zed2001-03-292-2/+9
| | | | | | | | | 2001-03-29 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Move the 'hide deleted' to the option list under the view menu. svn path=/trunk/; revision=9010
* Change "mark as read" to be C-k instead of C-q, which is a standardEttore Perazzoli2001-03-292-1/+6
| | | | | | GNOME binding for "quit". svn path=/trunk/; revision=8990
* Rename "Send and Receive" to "Send / Receive".Ettore Perazzoli2001-03-212-2/+7
| | | | svn path=/trunk/; revision=8860
* Added new icons.Miguel de Icaza2001-03-214-24/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-20 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Added new icons. 2001-03-18 Miguel de Icaza <miguel@ximian.com> * folder-browser-factory.c: Remove duplicated verb. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * gui/component/addressbook.c (update_pixmaps): Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * evolution-addressbook.xml: Added artwork from Jakub. 2001-03-20 Miguel de Icaza <miguel@ximian.com> * art/Makefile.am (images_DATA): Added all the new icons to the distribution. svn path=/trunk/; revision=8859
* Add Resend Message under the File menu.Jeffrey Stedfast2001-03-192-26/+34
| | | | | | | | 2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Add Resend Message under the File menu. svn path=/trunk/; revision=8817
* Flatten out View menu again by popular demandMiguel de Icaza2001-03-191-13/+8
| | | | svn path=/trunk/; revision=8797
* Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-184-6/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-17 Miguel de Icaza <miguel@ximian.com> * evolution-calendar.xml: Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu. * evolution.xml, evolution-mail.xml: Provide "Actions" in the toplevel evolution. Fill in Actions/Component in Evolution-mail (no visual changes, just internal changes). * evolution-calendar.xml: Added Actions menu. Added New Verb EditNewEvent. 2001-03-17 Miguel de Icaza <miguel@ximian.com> * gui/e-day-view.c (e_day_view_on_new_event, e_day_view_on_new_appointment): Simplifed this function to use the shared code. * gui/e-week-view.c (e_week_view_on_new_event, e_week_view_on_new_appointment): ditto. * gui/gnome-cal.c (gnome_calendar_new_appointment_for): New function used to launch editor components with a time range. A bunch of functions use this code now instead of duplicating code all over the place svn path=/trunk/; revision=8794
* Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-173-7/+17
| | | | | | | | | | | | | | | | | | 2001-03-16 Miguel de Icaza <miguel@ximian.com> * evolution-mail.xml: Added accelerator to elements missing accelerators (Reply, Inline, Quoted, Attachments, Empty Trash, Full Headers). * evolution.xml: Added a placeholder for the beginning of the view. 2001-03-16 Miguel de Icaza <miguel@ximian.com> * menus/gal-view-menus.c (build_menus): Hook this up under the "ViewBegin" node. svn path=/trunk/; revision=8772
* Added Reply-To field.Jeffrey Stedfast2001-03-132-0/+9
| | | | | | | | 2001-03-12 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Added Reply-To field. svn path=/trunk/; revision=8656
* Add an ActionsEmptyTrash menu item.Jeffrey Stedfast2001-03-122-0/+7
| | | | | | | | 2001-03-11 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Add an ActionsEmptyTrash menu item. svn path=/trunk/; revision=8634
* Took out the "IMPLEMENT ME"'s from the forward menu items since I've codedJeffrey Stedfast2001-03-092-3/+9
| | | | | | | | | 2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the forward menu items since I've coded them now. svn path=/trunk/; revision=8612
* Rename the "Get Mail" button to "Send and Receive".Ettore Perazzoli2001-03-082-2/+7
| | | | svn path=/trunk/; revision=8593
* New function. Used to store integer values into the configuration engine.Miguel de Icaza2001-03-082-14/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-06 Miguel de Icaza <miguel@ximian.com> * e-msg-composer.c (set_config): New function. Used to store integer values into the configuration engine. Handles the case of Bonobo-conf being installed, or falls back to gnome_config. * e-msg-composer-hdrs.c (add_header): Renamed to be header_new_recipient(). Now we take care of the other cases in create_headers, which is a lot nicer now. (create_optionmenu): Removed extra "name" argument which was not being used anyways (the only arg passed was From:). (init): Removed all the redundant NULL initialization by using nice g_new0 (create_headers): New function, much cleaner. Use of Pair structure everywhere instead of individual widgets to keep track of which ones are visible and which ones are not. * e-msg-composer.c (setup_ui): Handle ViewFrom and ViewBCC commands. (menu_view_bcc_cb, menu_view_from_cb): New functions that implement the features described. (menu_format_html_cb): Removed unrequired test, as e_msg_composer_set_send_html already optimizes the case of the state being the same. (menu_security_pgp_encrypt_cb): Remove redundant code. (menu_security_pgp_sign_cb): ditto. 2001-03-06 Miguel de Icaza <miguel@ximian.com> * evolution-message-composer.xml: Reorder menus to be File, Edit, View, Insert, Format (instead of File, Edit, Format, View, Insert). Add View/From Field and View/From BCC Add Insert/File. Add File/Send menu item. Change the look to follow the "mailer" look (thiner display). svn path=/trunk/; revision=8590
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-078-215/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-27 Miguel de Icaza <miguel@ximian.com> * gui/e-day-view.c (e_day_view_on_event_right_click): Reorganize the menus to have entries always in a consistent fashion, as reported to the genepool mailing list. (e_day_view_on_event_right_click): Added a FIXME comment to the FIXME comment without a FIXME. Now we use e_popup_menu. This allows us to hide/show items on demand, and to sensitize/de-sensitize items depending on their state. This will also let us add icon support (when we get nice icons for this) * gui/e-week-view.c (e_week_view_show_popup_menu): Ditto. The files popup-menu.c and popup-menu.h can now be removed. 2001-03-01 Miguel de Icaza <miguel@ximian.com> * folder-browser.c (on_right_click): Move the context menus to the toplevel code; Use enumerations for the various bitfield constants. Add support for hiding items that are not required (read/unread and delete/undelete). This requires my previous patch, as it assumes "Open" does the right thing instead of having two operations: Open and Edit. 2001-02-28 Miguel de Icaza <miguel@ximian.com> * folder-browser.c (on_right_click): Removed draft folders op here, since open_msg now does the right thing (edit or view). * folder-browser-factory.c (update_pixmaps): Removed MessageEdit from here. * mail-callbacks.c (open_msg): New function, does the "right thing" to a message (either, edit or open). * folder-browser-factory.c: Register new command here. (update_pixmaps): Rename keys that have been shuffled around. (update_pixmaps): Rename to match new updates on xml file. Rename MessageOpenNewWindow to MessageOpen. Change action from "view_message" to "open_message". * mail-callbacks.c (mark_all_as_seen): New command. Marks all messages as seen. 2001-03-06 Miguel de Icaza <miguel@ximian.com> * evolution-tasks.xml: Added "File/New/Task" as well. * evolution-mail.xml: Added "File/New/Mail Message" at the top with binding C-n. * evolution-calendar.xml: Set the binding for New Appointment to C-n * evolution-contact-editor.xml: Set the toolbar to hlook=text vlook=icon; Set all icons priority-text to 1. * evolution-addressbook.xml: Added "Contact" to the New menu. * evolution.xml: Provide an entry point to put "New" items on the first level. We are going to need some Bonobo support to "hide" objects when other objects appear (like, having Mail Message bound to C-S-X in the global space, and when we switch to Mail, we only show the entry that has C-n as the binding). 2001-02-28 Miguel de Icaza <miguel@ximian.com> * evolution.xml: Moved Importer after the Folder operations per Dan's proposal. * evolution-addressbook.xml: Renamed Settings/AddressBook Configuration to Tools/Settings. Make all the items have "Print" items that use the same icon instead of a collection of icons. * evolution-calendar.xml: Moved "Calendar Preferences" from "Settings" to "Tools/Settings". * evolution-mail.xml: Settings menu is fully gone. All things that run a dialog now end up in "Tools" while actions end up in "Actions". Hence I am right. Renamed "Mail Configuration..." to "Identieies and Servers" Move MessageMarkAsRead, MessageMarkAsUnRead to Edit menu. Add MessageMarkAllAsRead. Remove "Print Message" from Message menu. Remove "Print Preview Message" from Message menu. Leave them on the "File" menu. Renamed "Reply to Sender" to "Reply" (awaiting Ettore's permission). Renamed "Messages" to "Actions". Open Message renamed to "Open Selected Items" (as this is what it actually does). Moved "Save Message As" to "File" menu. Added "Properties" to the File/Folder submenu. Edit menu now looks like this: Message Move, Message Copy, Select All, Invert Selection, Delete, Undelete, Mark as Read, Mark as Unread. Some of them were moved from the "Messages" menu. "Forward message" shortcut changed to C-f Tools menu created. Create Rule From message moved to "Tools". * evolution.xml: Added Tools menu. Moved Edit/Customize to Tools/Customize Toolbar. Added File/Folder submenu. Duplicate "New Folder" in here. 2001-02-28 Miguel de Icaza <miguel@ximian.com> * menus/gal-view-menus.c (build_menus): Add translation string here. svn path=/trunk/; revision=8572
* "New" -> "New Task".Damon Chaplin2001-03-053-3/+10
| | | | | | | | | | | 2001-03-04 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: "New" -> "New Task". * evolution-calendar.xml: "New appointment" -> "New Appointment", "Go to" -> "Go To". svn path=/trunk/; revision=8545
* Setup a command for MailStop.Not Zed2001-02-222-4/+9
| | | | | | | | 2001-02-21 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Setup a command for MailStop. svn path=/trunk/; revision=8323
* Add a priorityIain Holmes2001-02-062-1/+5
| | | | svn path=/trunk/; revision=7972
* Kill whitespace at end.Michael Meeks2001-02-041-17/+0
| | | | svn path=/trunk/; revision=7948
* cmd / widgetify.Michael Meeks2001-02-023-48/+44
| | | | | | | | 2001-02-02 Michael Meeks <michael@helixcode.com> * evolution-calendar.xml: cmd / widgetify. svn path=/trunk/; revision=7937
* Use hlook and vlook so by default we get no text in vertical mode, andMichael Meeks2001-01-303-7/+7
| | | | | | | | | | 2001-01-30 Michael Meeks <michael@helixcode.com> * evolution.xml: Use hlook and vlook so by default we get no text in vertical mode, and priority only in horizontal mode. svn path=/trunk/; revision=7901
* Menu cleanupsJP Rosevear2001-01-273-315/+84
| | | | | | | | | | 2001-01-27 JP Rosevear <jpr@ximian.com> * evolution-event-editor.xml: Menu cleanups * evolution-task-editor-dialog.xml: ditto svn path=/trunk/; revision=7850
* Missing ChangeLog.Ettore Perazzoli2001-01-261-16/+6
| | | | svn path=/trunk/; revision=7827
* Change the toolbars to only display some labels, on the right of theEttore Perazzoli2001-01-265-30/+13
| | | | | | icons. svn path=/trunk/; revision=7826
* More happy icons for the mailer.Ettore Perazzoli2001-01-252-4/+18
| | | | svn path=/trunk/; revision=7807
* Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-252-2/+8
| | | | svn path=/trunk/; revision=7805
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-252-3/+9
| | | | svn path=/trunk/; revision=7804
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-252-7/+6
| | | | svn path=/trunk/; revision=7802
* Change Security* to SecurityPGP* as we may someday have S/MIMEJeffrey Stedfast2001-01-252-49/+9
| | | | | | | | | 2001-01-24 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Change Security* to SecurityPGP* as we may someday have S/MIME sign/encrypt. svn path=/trunk/; revision=7792
* (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-252-1/+13
| | | | | | | | | | | | | | | | | | | | 2001-01-24 Jason Leach <jasonleach@usa.net> (Fix #1252: Need a File->Close way to close a view) * evolution.xml: new File->Close menu item and associated command. 2001-01-24 Jason Leach <jasonleach@usa.net> (Fix #1252: Need a File->Close way to close a view) * e-shell-view-menu.c (command_close): New function, destroys the current view. * e-shell.c (view_destroy_cb): Make sure shell settings get saved when the last view is destroyed. svn path=/trunk/; revision=7787
* Removed the temporary get mail button.Not Zed2001-01-222-6/+4
| | | | | | | | 2001-01-22 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Removed the temporary get mail button. svn path=/trunk/; revision=7704
* Added a temporary button to test new receive code.Not Zed2001-01-192-0/+11
| | | | | | | | | 2001-01-19 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Added a temporary button to test new receive code. svn path=/trunk/; revision=7634
* Added Next/Previous toolbar buttons.Jeffrey Stedfast2001-01-192-0/+12
| | | | | | | | 2001-01-18 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Next/Previous toolbar buttons. svn path=/trunk/; revision=7631
* ellipses for menu items that need dialogs.Jacob Leach2001-01-181-1/+1
| | | | svn path=/trunk/; revision=7615
* progressive cmd/widgetization and add the 'Customize' entry.Michael Meeks2001-01-172-12/+34
| | | | | | | | | 2001-01-15 Michael Meeks <michael@helixcode.com> * evolution.xml: progressive cmd/widgetization and add the 'Customize' entry. svn path=/trunk/; revision=7559
* Add a stop button to the toolbar.Not Zed2001-01-162-0/+8
| | | | | | | | 2001-01-16 Not Zed <NotZed@Ximian.com> * evolution-mail.xml: Add a stop button to the toolbar. svn path=/trunk/; revision=7528
* (Bug #1143: Add elipses to more menu items that lead to dialogs)Jason Leach2001-01-163-2/+9
| | | | | | | | | | | 2001-01-15 Jason Leach <jasonleach@usa.net> (Bug #1143: Add elipses to more menu items that lead to dialogs) * evolution-mail.xml: "Folder/Configure Folder..." * evolution.xml: "File/Import file..." svn path=/trunk/; revision=7510
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-13/+12
| | | | | | all the message hiding options to the View menu. svn path=/trunk/; revision=7456
* Remove fixme from NewMailMessage.Miguel de Icaza2001-01-122-0/+21
| | | | | | | | 2001-01-10 Miguel de Icaza <miguel@helixcode.com> * evolution.xml: Remove fixme from NewMailMessage. svn path=/trunk/; revision=7414
* this tooIain Holmes2001-01-121-16/+5
| | | | svn path=/trunk/; revision=7402
* Added SaveDraft bonobo menu verb thingy.Jeffrey Stedfast2001-01-112-0/+7
| | | | | | | | | 2001-01-11 Jeffrey Stedfast <fejj@helixcode.com> * evolution-message-composer.xml: Added SaveDraft bonobo menu verb thingy. svn path=/trunk/; revision=7380
* new file for the Tasks controls.Damon Chaplin2001-01-083-1/+78
| | | | | | | | | | 2001-01-08 Damon Chaplin <damon@helixcode.com> * evolution-tasks.xml: new file for the Tasks controls. * Makefile.am (XML_FILES): added the above file. svn path=/trunk/; revision=7296
* Make the ordering of the toolbar items consistent.Federico Mena Quintero2001-01-033-4/+16
| | | | | | | | | | 2001-01-02 Federico Mena Quintero <federico@helixcode.com> * evolution-event-editor.xml: * evolution-task-editor-dialog.xml: Make the ordering of the toolbar items consistent. svn path=/trunk/; revision=7210
* remove evolution-addressbook-ldap.xml so we build again.Michael Meeks2001-01-022-1/+5
| | | | | | | | | 2001-01-01 Michael Meeks <michael@helixcode.com> * Makefile.am: remove evolution-addressbook-ldap.xml so we build again. svn path=/trunk/; revision=7201
* add "Settings/Addressbook Configuration..." Analogous to "Settings/MailChris Toshok2000-12-303-15/+14
| | | | | | | | | | | | 2000-12-29 Chris Toshok <toshok@helixcode.com> * evolution-addressbook.xml: add "Settings/Addressbook Configuration..." Analogous to "Settings/Mail Configuration..." in evolution-mail. * evolution-addressbook-ldap.xml: removed. svn path=/trunk/; revision=7196
* Added ellipsis to Settings menu entries that bring up dialogs. Bug #1019.Jason Leach2000-12-252-4/+9
| | | | | | | | | 2000-12-23 Jason Leach <jasonleach@usa.net> * evolution-mail.xml: Added ellipsis to Settings menu entries that bring up dialogs. Bug #1019. svn path=/trunk/; revision=7158
* s/<menuitem\/>/<separator\/>/Michael Meeks2000-12-243-11/+17
| | | | | | | | | | 2000-12-23 Michael Meeks <michael@helixcode.com> * evolution-mail.xml: s/<menuitem\/>/<separator\/>/ * evolution.xml: ditto. svn path=/trunk/; revision=7147
* remove wierd extraneous '>' - thanks to Jeff.Michael Meeks2000-12-212-1/+5
| | | | | | | | 2000-12-21 Michael Meeks <michael@helixcode.com> * evolution.xml: remove wierd extraneous '>' - thanks to Jeff. svn path=/trunk/; revision=7110
* stop executive summary making the UI flicker when switching to / from it.Michael Meeks2000-12-212-1/+8
| | | | | | | | | 2000-12-14 Michael Meeks <michael@helixcode.com> * evolution-executive-summary.xml: stop executive summary making the UI flicker when switching to / from it. svn path=/trunk/; revision=7103
* Fix bug #635JP Rosevear2000-12-202-1/+5
| | | | | | | | 2000-12-19 JP Rosevear <jpr@helixcode.com> * evolution-calendar.xml: Fix bug #635 svn path=/trunk/; revision=7094
* give View->As Table its verb back so it works.Chris Toshok2000-12-192-1/+6
| | | | | | | | | 2000-12-18 Chris Toshok <toshok@helixcode.com> * evolution-addressbook.xml: give View->As Table its verb back so it works. svn path=/trunk/; revision=7075
* Added message hiding items.Not Zed2000-12-162-1/+16
| | | | | | | | 2000-12-14 Not Zed <NotZed@HelixCode.com> * evolution-mail.xml: Added message hiding items. svn path=/trunk/; revision=7060
* Added Security menuJeffrey Stedfast2000-12-162-0/+18
| | | | | | | | 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * evolution-message-composer.xml: Added Security menu svn path=/trunk/; revision=7057
* Make the "forward" button in the toolbar forward the current messageEttore Perazzoli2000-12-142-1/+6
| | | | | | as an attachment, instead of inline. svn path=/trunk/; revision=6968
* redone shortcutsRadek Doulik2000-12-142-18/+17
| | | | | | | | 2000-12-13 Radek Doulik <rodo@helixcode.com> * evolution-message-composer.xml: redone shortcuts svn path=/trunk/; revision=6967
* removed Bold item from toolbarRadek Doulik2000-12-122-4/+4
| | | | | | | | 2000-12-12 Radek Doulik <rodo@helixcode.com> * evolution-message-composer.xml: removed Bold item from toolbar svn path=/trunk/; revision=6941
* Opps, forgot about this...Iain Holmes2000-12-121-0/+15
| | | | svn path=/trunk/; revision=6913
* Fix typoDan Winship2000-12-052-1/+5
| | | | | | * evolution-mail.xml: Fix typo svn path=/trunk/; revision=6775
* Make inline forwarding not be the default anymore.Ettore Perazzoli2000-12-042-4/+12
| | | | svn path=/trunk/; revision=6771
* Redid all the keyboard shortcuts to comply with GNOME standards. RemovedAnna Marie Dirks2000-12-025-62/+71
| | | | | | | | | | | | 2000-12-01 Anna Marie Dirks <anna@helixcode.com> * evolution.xml: Redid all the keyboard shortcuts to comply with GNOME standards. Removed unnecessary shortcuts from less commonly used menu items, changed all references to "alt", etc. * evolution-addressbook.xml: see above * evolution-mail.xml: see above * evolution-calendar.xml: Same as above, but I also reorganized menus slightly by moving "new appointment" from the edit menu to the file menu. svn path=/trunk/; revision=6757
* ShushJP Rosevear2000-11-291-0/+1
| | | | svn path=/trunk/; revision=6709
* Added Save As...Jeffrey Stedfast2000-11-292-0/+8
| | | | | | | | 2000-11-28 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added Save As... svn path=/trunk/; revision=6700
* Make the behavior of the toolbars for the message composer and theEttore Perazzoli2000-11-253-2/+8
| | | | | | task editor "exclusive". svn path=/trunk/; revision=6666
* Moved ViewSource to the View menu and made it a toggle menu.Jeffrey Stedfast2000-11-222-4/+10
| | | | | | | | | 2000-11-21 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Moved ViewSource to the View menu and made it a toggle menu. svn path=/trunk/; revision=6640
* Added View Message Source.Jeffrey Stedfast2000-11-172-0/+8
| | | | | | | | 2000-11-16 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added View Message Source. svn path=/trunk/; revision=6595
* Added Forward as Attachment.Jeffrey Stedfast2000-11-162-2/+10
| | | | | | | | 2000-11-15 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added Forward as Attachment. svn path=/trunk/; revision=6586
* Added Send contact as attachment and Send to contact to menus.Christopher James Lahey2000-11-122-0/+13
| | | | | | | | | 2000-11-11 Christopher James Lahey <clahey@helixcode.com> * evolution-contact-editor.xml: Added Send contact as attachment and Send to contact to menus. svn path=/trunk/; revision=6545
* Added (and cleaned up) keyboard shortcuts. Added keyboard shortcuts.Anna Marie Dirks2000-11-103-9/+36
| | | | | | | | 2000-11-09 Anna Marie Dirks <anna@helixcode.com> * evolution-calendar.xml: Added (and cleaned up) keyboard shortcuts. * evolution-addressbook.xml: Added keyboard shortcuts. svn path=/trunk/; revision=6525
* Added keyboard shortcuts to all shell menus. Added keyboard shortcuts toAnna Marie Dirks2000-11-093-46/+90
| | | | | | | | 2000-11-08 Anna Marie Dirks <anna@helixcode.com> * evolution.xml: Added keyboard shortcuts to all shell menus. * evolution-mail.xml: Added keyboard shortcuts to all shell menus. svn path=/trunk/; revision=6516
* Added keyboard bindings to the composer.Anna Marie Dirks2000-11-091-1/+20
| | | | | | | | 2000-11-08 Anna Marie Dirks <anna@helixcode.com> * evolution-message-composer.xml: Added keyboard bindings to the composer. svn path=/trunk/; revision=6513
* Added keyboard shortcuts to all of the composer menus.Anna Marie Dirks2000-11-091-17/+75
| | | | | | | | 2000-11-08 Anna Marie Dirks <anna@helixcode.com> * evolution-message-composer.xml: Added keyboard shortcuts to all of the composer menus. svn path=/trunk/; revision=6512
* Another schedule change.Jesse Pavel2000-11-081-1/+1
| | | | svn path=/trunk/; revision=6493
* removed ``FIXME'' from the ``Schedule Meeting'' menu.Jesse Pavel2000-11-082-2/+7
| | | | | | | * evolution-event-editor.xml: removed ``FIXME'' from the ``Schedule Meeting'' menu. svn path=/trunk/; revision=6492
* Fixed cvs conflicts.Anna Marie Dirks2000-11-081-2/+7
| | | | | | | 2000-11-07 Anna Marie Dirks <anna@helixcode.com> * Fixed cvs conflicts. svn path=/trunk/; revision=6485
* Dunno why these files changed, but they have, checking in anyway.Michael Zucci2000-11-072-0/+73
| | | | svn path=/trunk/; revision=6478
* Updated Message menu.Jeffrey Stedfast2000-11-071-13/+17
| | | | | | | | 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Updated Message menu. svn path=/trunk/; revision=6471
* Updated Message menu.Jeffrey Stedfast2000-11-072-4/+15
| | | | | | | | 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Updated Message menu. svn path=/trunk/; revision=6418
* Added print envelope menus. Added ...s.Christopher James Lahey2000-11-062-5/+14
| | | | | | | | | 2000-11-05 Christopher James Lahey <clahey@helixcode.com> * evolution-contact-editor.xml: Added print envelope menus. Added ...s. svn path=/trunk/; revision=6409
* kill all the bonob-ui-extract crud.Michael Meeks2000-11-0513-560/+5
| | | | | | | | 2000-11-05 Michael Meeks <michael@helixcode.com> * Makefile.am (uidir): kill all the bonob-ui-extract crud. svn path=/trunk/; revision=6400
* Removed QuickSearch widget.Christopher James Lahey2000-11-032-2/+4
| | | | | | | | 2000-11-02 Christopher James Lahey <clahey@helixcode.com> * evolution-addressbook.xml: Removed QuickSearch widget. svn path=/trunk/; revision=6357
* added accel="*Control*Return" to FileSend replace FileSendNow withRadek Doulik2000-11-022-2/+8
| | | | | | | | | | 2000-11-01 Radek Doulik <rodo@helixcode.com> * evolution-message-composer.xml: added accel="*Control*Return" to FileSend replace FileSendNow with FileSend as FileSendNow wasn't defined svn path=/trunk/; revision=6319
* User bonobo_control_get_remote_uid_container, not the old version52000-10-261-0/+1
| | | | | | | | | 2000-10-25 <jpr@helixcode.com> * component/e-summary-factory.c (control_activate): User bonobo_control_get_remote_uid_container, not the old version svn path=/trunk/; revision=6196
* Added a MessageApplyFilters menu item.Jeffrey Stedfast2000-10-263-10/+13
| | | | | | | | | | | 2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added a MessageApplyFilters menu item. * evolution-subscribe.xml: Don't have a Unselect All, use Invert Selection instead. svn path=/trunk/; revision=6189
* Don't have a Unselect All, use Invert Selection instead.Jeffrey Stedfast2000-10-262-2/+7
| | | | | | | | | 2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> * evolution-subscribe.xml: Don't have a Unselect All, use Invert Selection instead. svn path=/trunk/; revision=6182
* Actions -> New Directory Server added.Aaron Weber2000-10-266-127/+125
| | | | | | | | | | | | | | | | | 2000-10-25 Aaron Weber <aaron@helixcode.com> * C/menuref.sgml: Actions -> New Directory Server added. * C/config-prefs.sgml: Actions -> New Directory Server added. * C/usage-contact.sgml: Actions -> New Directory Server added. * C/menuref.sgml: Added mail Settings->Manage Subscriptions menu. * C/usage-mail.sgml: Subscriptions section added. Quite incomplete, though. svn path=/trunk/; revision=6179
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-202-1/+16
| | | | svn path=/trunk/; revision=6035
* change default state on 'view attachments'Michael Meeks2000-10-191-1/+1
| | | | svn path=/trunk/; revision=6017
* add.Michael Meeks2000-10-1914-0/+673
| | | | | | | | | | | 2000-10-19 Michael Meeks <michael@helixcode.com> * evolution-message-composer.xml: add. * checking all generated .h files ( sim. to glade ) to make translator's lives easier. svn path=/trunk/; revision=6014
* added.Michael Meeks2000-10-193-2/+357
| | | | | | | | 2000-10-19 Michael Meeks <michael@helixcode.com> * evolution-event-editor.xml: added. svn path=/trunk/; revision=6007
* added.Michael Meeks2000-10-183-1/+367
| | | | | | | | 2000-10-18 Michael Meeks <michael@helixcode.com> * evolution-task-editor-dialog.xml: added. svn path=/trunk/; revision=5972
* Add rule to use bonobo-ui-extract to build translatable files.Michael Meeks2000-10-152-0/+11
| | | | | | | | | 2000-10-14 Michael Meeks <michael@helixcode.com> * Makefile.am: Add rule to use bonobo-ui-extract to build translatable files. svn path=/trunk/; revision=5921
* drasticaly shrink to just the new features available with ldap; don'tMichael Meeks2000-10-156-82/+25
| | | | | | | | | | | | | 2000-10-14 Michael Meeks <michael@helixcode.com> * evolution-addressbook-ldap.xml: drasticaly shrink to just the new features available with ldap; don't duplicate stuff. * evolution-addressbook.xml: fix tooltips. * *.xml: remove redundant attributes causing toolber rebuilds. svn path=/trunk/; revision=5919
* make the error message more friendly.Michael Meeks2000-10-144-10/+14
| | | | | | | | | 2000-10-14 Michael Meeks <michael@helixcode.com> * bonobo/bonobo-win.c (put_hint_in_statusbar, menu_sync_state), (toolbar_sync_state): make the error message more friendly. svn path=/trunk/; revision=5908
* Added toolbar buttons to switch views. We'll use plain buttons for theDamon Chaplin2000-10-122-0/+22
| | | | | | | | | | 2000-10-12 Damon Chaplin <damon@helixcode.com> * evolution-calendar.xml: Added toolbar buttons to switch views. We'll use plain buttons for the view buttons for now, until Bonobo toolbars support radio buttons. svn path=/trunk/; revision=5888
* Change the behavior of all the toolbars to be "exclusive".Ettore Perazzoli2000-10-129-8/+18
| | | | svn path=/trunk/; revision=5863
* moved the calendar settings menu item to the Settings menu and renamed itDamon Chaplin2000-10-122-1/+10
| | | | | | | | | 2000-10-08 Damon Chaplin <damon@helixcode.com> * evolution-calendar.xml: moved the calendar settings menu item to the Settings menu and renamed it to "Calendar Preferences". svn path=/trunk/; revision=5857
* s/Menu_//Michael Meeks2000-10-097-16/+20
| | | | svn path=/trunk/; revision=5802
* fix the mess with separators.Michael Meeks2000-10-097-17/+21
| | | | | | | | 2000-10-09 Michael Meeks <michael@helixcode.com> * fix the mess with separators. svn path=/trunk/; revision=5796
* s/descr/tip/Michael Meeks2000-10-098-50/+64
| | | | | | | | 2000-10-09 Michael Meeks <michael@helixcode.com> * evolution-subscribe.xml: s/descr/tip/ svn path=/trunk/; revision=5791
* remove redundant separator.Michael Meeks2000-10-065-14/+16
| | | | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * evolution-mail.xml: remove redundant separator. * *.xml: Remove replicated attributes from structural elements. svn path=/trunk/; revision=5751
* Add the executive summary ui fileIain Holmes2000-10-052-1/+11
| | | | svn path=/trunk/; revision=5733
* fix from Darin toolbar -> dockitem.Michael Meeks2000-10-052-1/+5
| | | | | | | | 2000-10-05 Michael Meeks <michael@helixcode.com> * evolution.xml: fix from Darin toolbar -> dockitem. svn path=/trunk/; revision=5727
* Add Invert SelectionJeffrey Stedfast2000-10-052-2/+6
| | | | | | | | 2000-10-04 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Add Invert Selection svn path=/trunk/; revision=5726
* ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,Matt Bissiri2000-10-044-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * ui/evolution-addressbook-ldap.xml, * ui/evolution-addressbook.xml, * ui/evolution-calendar.xml, * ui/evolution-contact-editor.xml: Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. Also fixed some typos in descr values. From shell/ChangeLog: 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * e-shell-view-menu.c (e_shell_view_menu_setup): Use `bonobo_ui_component_add_verb_list' instead of `bonobo_ui_component_add_verb_list_with_data' for help_verbs, so that `command_help' gets an html filename as user_data, instead of a ptr to EShellView. (menu_do_misc): Move DumpXML from help_verbs to here, because `command_xml_dump' needs to get EShellView as user_data. svn path=/trunk/; revision=5703
* bind 'D' to MessageDelete; a proto binding.Michael Meeks2000-10-042-2/+13
| | | | | | | | 2000-10-04 Michael Meeks <michael@helixcode.com> * evolution-mail.xml: bind 'D' to MessageDelete; a proto binding. svn path=/trunk/; revision=5700
* move Open, Save into FileOpsMichael Meeks2000-10-043-6/+29
| | | | | | | | | | 2000-10-04 Michael Meeks <michael@helixcode.com> * evolution-calendar.xml: move Open, Save into FileOps * evolution.xml: add FileOps placeholder. svn path=/trunk/; revision=5699
* Add Print PreviewMiguel de Icaza2000-09-301-0/+7
| | | | svn path=/trunk/; revision=5642
* Install the new subscribe UI xml filePeter Williams2000-09-301-1/+2
| | | | svn path=/trunk/; revision=5640
* add a Settings/Manage Subscriptions... menu item.Chris Toshok2000-09-302-0/+10
| | | | | | | | | | | 2000-09-29 Chris Toshok <toshok@helixcode.com> * ui/evolution-mail.xml: add a Settings/Manage Subscriptions... menu item. * ui/evolution-subscribe.xml: add a File/Close menu item. svn path=/trunk/; revision=5638
* add a FolderSearch control, and change "Refresh" to "RefreshList".Chris Toshok2000-09-291-1/+5
| | | | | | | | | 2000-09-28 Chris Toshok <toshok@helixcode.com> * ui/evolution-subscribe.xml: add a FolderSearch control, and change "Refresh" to "RefreshList". svn path=/trunk/; revision=5630
* add an Refresh List button..Chris Toshok2000-09-281-0/+6
| | | | | | | | 2000-09-27 Chris Toshok <toshok@helixcode.com> * ui/evolution-subscribe.xml: add an Refresh List button.. svn path=/trunk/; revision=5611
* add evolution-subscribe.xml.Chris Toshok2000-09-281-0/+38
| | | | | | | | | | 2000-09-27 Chris Toshok <toshok@helixcode.com> * ui/Makefile.am (XML_FILES): add evolution-subscribe.xml. * ui/evolution-subscribe.xml: new file. svn path=/trunk/; revision=5609
* Moved the (un)select all menu items over to the Edit menu - this looksJeffrey Stedfast2000-09-261-113/+115
| | | | | | | | | 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * ui/evolution-mail.xml: Moved the (un)select all menu items over to the Edit menu - this looks nicer. svn path=/trunk/; revision=5588
* Added some new menu items to the Message menu like (un)select all andJeffrey Stedfast2000-09-261-9/+17
| | | | | | | | | | 2000-09-25 Jeffrey Stedfast <fejj@helixcode.com> * ui/evolution-mail.xml: Added some new menu items to the Message menu like (un)select all and moved "mark as read" to the Message menu. svn path=/trunk/; revision=5586
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-223-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * ui/Makefile.am: Added evolution-addressbook-ldap.xml. * ui/evolution-addressbook-ldap.xml: New file. (A Variation on evolution-addressbook.xml) * ui/evolution-addressbook.xml: Added View All and Stop buttons. From addressbook/ChangeLog: 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-book.c, backend/ebook/e-book.h, backend/idl/addressbook.idl, backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c, backend/pas-backend.c, backend/pas/pas-backend.h, backend/pas/pas-book.c, backend/pas/pas-book.h: Added a function to query static capabilities (capabilities that can be reported immediately) and implemented them in the 2 servers. * gui/component/addressbook.c: Added a View All button and a Stop button. Sorted out the new directory server stuff a bit. * gui/widgets/e-addressbook-model.c, gui/widgets/e-addressbook-model.h: Cleaned up a bit. Added a stop function. Check for capabilities before deciding whether to load all cards when initially viewed. * gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h: Added stop and view all functions. * gui/widgets/e-minicard-view-widget.c, gui/widgets/e-minicard-view-widget.h, gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h: Added a stop function. Check for capabilities before deciding whether to load all cards when initially viewed. svn path=/trunk/; revision=5547
* Removed the "about calendar" command, since we don't want to have bothFederico Mena Quintero2000-09-221-7/+0
| | | | | | | | | | 2000-09-21 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-commands.c (verbs): Removed the "about calendar" command, since we don't want to have both "About Evolution" and "About Calendar". svn path=/trunk/; revision=5545
* Dear native speakers,Federico Mena Quintero2000-09-221-2/+2
| | | | | | | | | | | | | Dear native speakers, It is spelled "calendar". This has been a public service announcement courtesy of a non-native speaker. Thank you for your attention. svn path=/trunk/; revision=5543
* Added a cvsignore file here.Christopher James Lahey2000-09-211-0/+7
| | | | | | | | 2000-09-20 Christopher James Lahey <clahey@helixcode.com> * ui/.cvsignore: Added a cvsignore file here. svn path=/trunk/; revision=5529
* Added evolution-contact-editor.xml.Christopher James Lahey2000-09-212-0/+245
| | | | | | | | | | | 2000-09-20 Christopher James Lahey <clahey@helixcode.com> * ui/Makefile.am (XML_FILES): Added evolution-contact-editor.xml. * ui/evolution-contact-editor.xml: New file for the UI for the evolution contact editor. svn path=/trunk/; revision=5528
* Fix for new accel syntax; update bonobo to get working accelerators.Michael Meeks2000-09-163-13/+13
| | | | svn path=/trunk/; revision=5457
* add bonobo_ui_handler_unset_container to stop menus screwing up.Michael Meeks2000-09-141-2/+2
| | | | | | | | | | | 2000-09-14 Michael Meeks <michael@helixcode.com> * folder-browser-factory.c (control_deactivate): add bonobo_ui_handler_unset_container to stop menus screwing up. * Add 2 missing stock icons in toolbar. svn path=/trunk/; revision=5428
* Make Tigert's icons work again.Michael Meeks2000-09-141-9/+9
| | | | svn path=/trunk/; revision=5427
* kill warning. (control_activate): set threaded toggle state, add freeze /Michael Meeks2000-09-141-5/+3
| | | | | | | | | | | | | | | 2000-09-14 Michael Meeks <michael@helixcode.com> * folder-browser-factory.c (control_deactivate): kill warning. (control_activate): set threaded toggle state, add freeze / thaw. (set_pixmap, fill_toolbar, update_pixmaps): update. 2000-09-14 Michael Meeks <michael@helixcode.com> * POTFILES.in: s/minicard/widgets/ svn path=/trunk/; revision=5421
* Get the status bar playing ball.Michael Meeks2000-09-141-0/+5
| | | | | | | | | | 2000-09-14 Michael Meeks <michael@helixcode.com> * e-shell-view.c (e_shell_view_construct): prune cruft. (shell_view_interface_unset_message_cb), (shell_view_interface_set_message_cb): impl. svn path=/trunk/; revision=5419
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-144-3/+7
| | | | | | Anything UI related that breaks is now my fault; apologies in advance. svn path=/trunk/; revision=5415
* Add UI xml files in a more sensible place.Michael Meeks2000-09-135-0/+434
svn path=/trunk/; revision=5378