Re: [evolution-patches] Bug #328150 Calendar/gui/dialogs/* [Memo-Editor] Revised
- From: Rajeev ramanathan <rajeev_evolution yahoo com>
- To: patches <evolution-patches gnome org>
- Subject: Re: [evolution-patches] Bug #328150 Calendar/gui/dialogs/* [Memo-Editor] Revised
- Date: Mon, 30 Jan 2006 22:19:48 -0800 (PST)
Nathan,
thanks for yur comments,. added those lines, and
did few Layout changes
Rajeev
> Nathan Owens <pianocomp81 yahoo com> wrote: While
> the memo-page.glade file is being edited, could you
> make the GtkTextView "memo_content" have
> a larger size? Something like:
>
> 450
>
>
> 250
>
>
> The sizes I chose made the box show enough of the
> memo for me, but they can be changed. These
> properties definitely need to be set. Currently, the
> text box is so small that it's nearly
> impossible to read or write a memo inside it. The
> dialog box can be expanded, but users shouldn't
> have to do that every single time.
>
> Thanks,
> Nathan Owens
>
> --- Rajeev ramanathan wrote:
>
> > The patch includes following files
> > *memo-editor.c
> > *memo-page.c
> > *memo-page.h
> > *memo-page.glade
> > *comp-editor.c
> > *event-editor.c
> > *save-comp.c
> >
> > regarding
> > -Memo - UI fix
> > -categories - gconf entry in memo editor
> > -classification gconf enry in memo-editor, task
> editor, event-editor,
> > -displaying save/close prompt when memo editor
> is closed with out saving
> > -removed an extra separator near attach toolitem
> in memo-editor tool-bar
> > -and added a new file
> evolution/ui/evolution-memo-editor.xml for
> displaying menus in
> > memo-editor
> >
> > with regards.,
> > Rajeev
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam
> protection around
> http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Index: gui/dialogs/memo-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/memo-page.glade,v
retrieving revision 1.2
diff -u -p -r1.2 memo-page.glade
--- gui/dialogs/memo-page.glade 27 Jan 2006 19:39:45 -0000 1.2
+++ gui/dialogs/memo-page.glade 30 Jan 2006 16:12:10 -0000
@@ -15,13 +15,13 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
+ <property name="focus_on_map">True</property>
<child>
<widget class="GtkVBox" id="memo-page">
- <property name="border_width">12</property>
<property name="visible">True</property>
<property name="homogeneous">False</property>
- <property name="spacing">6</property>
+ <property name="spacing">0</property>
<child>
<widget class="GtkHBox" id="hbox7">
@@ -30,84 +30,30 @@
<property name="spacing">0</property>
<child>
- <widget class="GtkTable" id="table3">
+ <widget class="GtkHBox" id="hbox11">
<property name="visible">True</property>
- <property name="n_rows">3</property>
- <property name="n_columns">2</property>
<property name="homogeneous">False</property>
- <property name="row_spacing">6</property>
- <property name="column_spacing">12</property>
+ <property name="spacing">0</property>
<child>
- <widget class="GtkHBox" id="hbox10">
- <property name="visible">True</property>
- <property name="homogeneous">False</property>
- <property name="spacing">0</property>
-
- <child>
- <widget class="Custom" id="source">
- <property name="visible">True</property>
- <property name="creation_function">memo_page_create_source_option_menu</property>
- <property name="int1">0</property>
- <property name="int2">0</property>
- <property name="last_modification_time">Thu, 13 Jan 2004 22:00:00 GMT</property>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">0</property>
- <property name="bottom_attach">1</property>
- <property name="x_options">fill</property>
- <property name="y_options">fill</property>
- </packing>
- </child>
-
- <child>
- <widget class="GtkButton" id="categories-button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">Ca_tegories...</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- </widget>
- <packing>
- <property name="left_attach">0</property>
- <property name="right_attach">1</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">fill</property>
- <property name="y_options"></property>
- </packing>
+ <placeholder/>
</child>
+ </widget>
+ <packing>
+ <property name="padding">6</property>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
- <child>
- <widget class="GtkEntry" id="categories">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="editable">True</property>
- <property name="visibility">True</property>
- <property name="max_length">0</property>
- <property name="text" translatable="yes"></property>
- <property name="has_frame">True</property>
- <property name="invisible_char" translatable="yes">*</property>
- <property name="activates_default">False</property>
- </widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="y_options"></property>
- </packing>
- </child>
+ <child>
+ <widget class="GtkTable" id="table3">
+ <property name="visible">True</property>
+ <property name="n_rows">3</property>
+ <property name="n_columns">2</property>
+ <property name="homogeneous">False</property>
+ <property name="row_spacing">0</property>
+ <property name="column_spacing">0</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
@@ -134,6 +80,8 @@
<property name="right_margin">0</property>
<property name="indent">0</property>
<property name="text" translatable="yes"></property>
+ <property name="width_request">450</property>
+ <property name="height_request">250</property>
</widget>
</child>
</widget>
@@ -142,12 +90,35 @@
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
<property name="x_options">expand|shrink|fill</property>
<property name="y_options">expand|shrink|fill</property>
</packing>
</child>
<child>
+ <widget class="GtkButton" id="categories-button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Ca_tegories...</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ </widget>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
+ <property name="x_options">fill</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="label" translatable="yes">_Memo Content:</property>
@@ -160,19 +131,80 @@
<property name="yalign">0</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">memo content</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
+ <widget class="GtkHBox" id="hbox10">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
+
+ <child>
+ <widget class="Custom" id="source">
+ <property name="visible">True</property>
+ <property name="creation_function">memo_page_create_source_option_menu</property>
+ <property name="int1">0</property>
+ <property name="int2">0</property>
+ <property name="last_modification_time">Tue, 13 Jan 2004 22:00:00 GMT</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">0</property>
+ <property name="bottom_attach">1</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
+ <property name="x_options">fill</property>
+ <property name="y_options">fill</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkEntry" id="categories">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="editable">True</property>
+ <property name="visibility">True</property>
+ <property name="max_length">0</property>
+ <property name="text" translatable="yes"></property>
+ <property name="has_frame">True</property>
+ <property name="invisible_char">*</property>
+ <property name="activates_default">False</property>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="label" translatable="yes">_Group:</property>
@@ -181,9 +213,9 @@
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
- <property name="xalign">0.5</property>
+ <property name="xalign">0</property>
<property name="yalign">0.5</property>
- <property name="xpad">12</property>
+ <property name="xpad">0</property>
<property name="ypad">0</property>
<property name="mnemonic_widget">source</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
@@ -196,15 +228,33 @@
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
+ <property name="x_padding">6</property>
+ <property name="y_padding">3</property>
<property name="x_options">fill</property>
- <property name="y_options"></property>
-
+ <property name="y_options">fill</property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>
<property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkHBox" id="hbox12">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
+
+ <child>
+ <placeholder/>
+ </child>
+ </widget>
+ <packing>
+ <property name="padding">6</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2963
diff -u -p -r1.2963 ChangeLog
--- ChangeLog 27 Jan 2006 19:39:44 -0000 1.2963
+++ ChangeLog 30 Jan 2006 16:15:22 -0000
@@ -1,3 +1,7 @@
+2006-01-30 Rajeev ramanathan <rajeevramanathan_2004 yahoo co in>
+
+ *gui/dialogs/memo-page.glade: Changed the layout of memo-editor
+
2006-01-28 Rajeev ramanathan <rajeevramanathan_2004 yahoo co in>
** Fixes bug #328510, #328885
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]