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
158 lines
6.0 KiB
Plaintext
158 lines
6.0 KiB
Plaintext
2001-02-28 Miguel de Icaza <miguel@ximian.com>
|
|
|
|
* menus/gal-view-menus.c (build_menus): Add translation string
|
|
here.
|
|
|
|
2001-03-05 Christopher James Lahey <clahey@ximian.com>
|
|
|
|
* menus/gal-view-menus.c (collection_changed): Rebuild when the
|
|
collection changes.
|
|
|
|
2001-01-27 Jason Leach <jasonleach@usa.net>
|
|
|
|
* cvs remove all files in shortcut-bar/, this widget is now in
|
|
gal, will be maintained there.
|
|
|
|
* Makefile.am (SUBDIRS): Remove shortcut-bar from here.
|
|
|
|
2001-01-25 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* menus/gal-view-menus.c: Make this actually deploy the titles
|
|
from the GalViewCollection and emit the display_view signals and
|
|
such.
|
|
|
|
2001-01-22 Jon Trowbridge <trow@gnu.org>
|
|
|
|
* menus/gal-view-menus.c (define_views): Fixed
|
|
gal_define_views_dialog_new to be called with its proper argument.
|
|
|
|
2000-12-06 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* menus/gal-view-menus.c, menus/gal-view-menus.h: Added a
|
|
GalViewCollection argument to the new function here.
|
|
|
|
2000-12-04 Dan Winship <danw@helixcode.com>
|
|
|
|
* menus/gal-view-menus.c: NULL-terminate gal_view_menus_apply's
|
|
BonoboUIVerb array to prevent a crash. (Why are there gal* things
|
|
in the evolution sources?)
|
|
|
|
2000-11-05 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-paned/.cvsignore, e-table/.cvsignore, e-text/.cvsignore:
|
|
Removed unnecessary .cvsignore files.
|
|
|
|
2000-09-18 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* Makefile.am: Removed directories that have been moved to gal.
|
|
|
|
* e-paned/.cvsignore, e-paned/Makefile.am, e-paned/e-hpaned.c,
|
|
e-paned/e-hpaned.h, e-paned/e-paned.c, e-paned/e-paned.h,
|
|
e-paned/e-vpaned.c, e-paned/e-vpaned.h: Moved to gal.
|
|
|
|
* e-reflow/.cvsignore, e-reflow/Makefile.am,
|
|
e-reflow/e-reflow-sorted.c, e-reflow/e-reflow-sorted.h,
|
|
e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved to gal.
|
|
|
|
* e-table/.cvsignore, e-table/ChangeLog, e-table/LICENSE,
|
|
e-table/Makefile.am, e-table/ROADMAP.e-table, e-table/TODO,
|
|
e-table/add-col.xpm, e-table/arrow-down.xpm, e-table/arrow-up.xpm,
|
|
e-table/check-empty.xpm, e-table/check-filled.xpm,
|
|
e-table/clip.png, e-table/e-cell-checkbox.c,
|
|
e-table/e-cell-checkbox.h, e-table/e-cell-string.c,
|
|
e-table/e-cell-text.c, e-table/e-cell-text.h,
|
|
e-table/e-cell-toggle.c, e-table/e-cell-toggle.h,
|
|
e-table/e-cell-tree.c, e-table/e-cell-tree.h, e-table/e-cell.c,
|
|
e-table/e-cell.h, e-table/e-table-click-to-add.c,
|
|
e-table/e-table-click-to-add.h, e-table/e-table-col-dnd.h,
|
|
e-table/e-table-col.c, e-table/e-table-col.h,
|
|
e-table/e-table-column-model.h, e-table/e-table-column.c,
|
|
e-table/e-table-config.c, e-table/e-table-config.glade,
|
|
e-table/e-table-config.glade.h, e-table/e-table-config.h,
|
|
e-table/e-table-defines.h, e-table/e-table-example-1.c,
|
|
e-table/e-table-example-2.c,
|
|
e-table/e-table-field-chooser-dialog.c,
|
|
e-table/e-table-field-chooser-dialog.h,
|
|
e-table/e-table-field-chooser-item.c,
|
|
e-table/e-table-field-chooser-item.h,
|
|
e-table/e-table-field-chooser.c,
|
|
e-table/e-table-field-chooser.glade,
|
|
e-table/e-table-field-chooser.glade.h,
|
|
e-table/e-table-field-chooser.h,
|
|
e-table/e-table-group-container.c,
|
|
e-table/e-table-group-container.h, e-table/e-table-group-leaf.c,
|
|
e-table/e-table-group-leaf.h, e-table/e-table-group.c,
|
|
e-table/e-table-group.glade, e-table/e-table-group.glade.h,
|
|
e-table/e-table-group.h, e-table/e-table-header-item.c,
|
|
e-table/e-table-header-item.h, e-table/e-table-header.c,
|
|
e-table/e-table-header.h, e-table/e-table-item.c,
|
|
e-table/e-table-item.h, e-table/e-table-model.c,
|
|
e-table/e-table-model.h, e-table/e-table-one.c,
|
|
e-table/e-table-one.h, e-table/e-table-scrolled.c,
|
|
e-table/e-table-scrolled.h, e-table/e-table-selection-model.c,
|
|
e-table/e-table-selection-model.h, e-table/e-table-simple.c,
|
|
e-table/e-table-simple.h, e-table/e-table-size-test.c,
|
|
e-table/e-table-sort-info.c, e-table/e-table-sort-info.h,
|
|
e-table/e-table-sorted-variable.c,
|
|
e-table/e-table-sorted-variable.h, e-table/e-table-sorted.c,
|
|
e-table/e-table-sorted.h, e-table/e-table-sorter.c,
|
|
e-table/e-table-sorter.h, e-table/e-table-subset-variable.c,
|
|
e-table/e-table-subset-variable.h, e-table/e-table-subset.c,
|
|
e-table/e-table-subset.h, e-table/e-table-text-model.c,
|
|
e-table/e-table-text-model.h, e-table/e-table-tooltip.h,
|
|
e-table/e-table-tree.h, e-table/e-table.c, e-table/e-table.h,
|
|
e-table/e-tree-example-1.c, e-table/e-tree-example-2.c,
|
|
e-table/e-tree-model.c, e-table/e-tree-model.h,
|
|
e-table/e-tree-simple.c, e-table/e-tree-simple.h,
|
|
e-table/image1.png, e-table/image2.png, e-table/image3.png,
|
|
e-table/remove-col.xpm, e-table/sample.table,
|
|
e-table/table-test.c, e-table/table-test.h, e-table/test-check.c,
|
|
e-table/test-cols.c, e-table/test-table.c: Moved to gal.
|
|
|
|
* e-text/.cvsignore, e-text/Makefile.am, e-text/e-entry-test.c,
|
|
e-text/e-entry.c, e-text/e-entry.h,
|
|
e-text/e-text-event-processor-emacs-like.c,
|
|
e-text/e-text-event-processor-emacs-like.h,
|
|
e-text/e-text-event-processor-types.h,
|
|
e-text/e-text-event-processor.c, e-text/e-text-event-processor.h,
|
|
e-text/e-text-model.c, e-text/e-text-model.h,
|
|
e-text/e-text-test.c, e-text/e-text.c, e-text/e-text.h: Moved to
|
|
gal.
|
|
|
|
2000-09-14 Michael Meeks <michael@helixcode.com>
|
|
|
|
* e-reflow/e-reflow-sorted.h: fix include.
|
|
|
|
2000-09-13 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* Makefile.am (SUBDIRS): Added e-reflow.
|
|
|
|
* e-reflow/e-reflow.c, e-reflow/e-reflow.h: Moved from
|
|
addressbook/gui/minicard/.
|
|
|
|
* e-reflow/Makefile.am, e-reflow/.cvsignore: New files for a new
|
|
directory.
|
|
|
|
2000-09-08 Lauris Kaplinski <lauris@helixcode.com>
|
|
|
|
* e-text/e-text.c (calc_line_widths): Fix byte/char confusion
|
|
|
|
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
|
|
|
|
* e-paned/e-hpaned.c (e_hpaned_motion): Do not flicker while
|
|
trying to resize a quantized pane.
|
|
|
|
* e-paned/e-vpaned.c (e_vpaned_motion): Likewise.
|
|
|
|
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
|
|
|
|
* widgets/e-paned/e-vpaned.c (e_vpaned_size_allocate): Ensure that
|
|
the child's allocation height is >= 1.
|
|
|
|
* widgets/e-paned/e-hpaned.c (e_hpaned_size_allocate): Ensure that
|
|
the child's allocation width is >= 1.
|
|
|
|
2000-08-30 Federico Mena Quintero <federico@helixcode.com>
|
|
|
|
* ChangeLog: Started a ChangeLog here.
|