c71445df87
Updated Latvian translation
2013-03-11 00:31:47 +02:00
aa967cace2
Bug 695570 - Don't use gtk_container_add() to pack a GtkBox
2013-03-10 12:50:11 -04:00
0ed9a6492a
EMSubscriptionEditor: Use GtkGrid instead of GtkTable.
...
Long as I'm hacking on this widget for a different issue, may as well
get this out of the way. We'll have to do it eventually anyway.
2013-03-10 12:50:11 -04:00
8e1929e62b
Updated POTFILES.in
2013-03-09 19:38:35 +01:00
af493cae45
e_mail_config_notebook_commit: Skip non-writable sources.
...
In some cases the collection source is non-writable but its child
sources _are_ writable. In that case, the one non-writable source
causes the whole operation to fail. Commit only writable sources.
2013-03-09 08:44:37 -05:00
5c13485203
EMeetingStore: Removed unused "week-start-day" property.
2013-03-09 07:18:07 -05:00
a1b3f2e2eb
simple_recur_to_comp: Obtain the week start day from CompEditor.
2013-03-09 07:13:59 -05:00
cb63647c88
CompEditor: Add a "week-start-day" property.
...
Automatically configured, of course, by ESettingsCompEditor.
2013-03-09 07:05:17 -05:00
ccde653db3
EWeekView cleanups.
2013-03-08 15:58:38 -05:00
acdcd71d30
EDayView cleanups.
2013-03-08 15:58:33 -05:00
529c50f134
Add ESettingsWeekdayChooser.
...
Configures the "week-start-day" property of EWeekdayChooser.
2013-03-08 15:27:01 -05:00
4493ff829e
Rename WeekdayPicker to EWeekdayChooser.
...
Also add a "week-start-day" property and make it extensible.
2013-03-08 15:26:51 -05:00
4c556405fb
evolution-addressbook-export: Remove main loop event flushing.
...
Not needed anymore since it finally dawned on me to use weak references
in main loop event closures. The EBookClient now dies when it should.
2013-03-08 15:18:17 -05:00
41a30e59c8
EUIManager: Fix a bad DocBook tag in comment.
2013-03-08 13:13:30 -05:00
494c98c764
Add weekday conversion functions.
...
e_weekday_to_tm_wday()
e_weekday_from_tm_wday()
2013-03-08 12:39:27 -05:00
379f60bc79
EMeetingTimeSelector: Remove unused properties.
...
The "show-week-numbers" and "week-start-day" properties are not used.
2013-03-08 11:40:41 -05:00
642fdc844a
EMeetingTimeSelector: No need to configure EDateEdit widgets.
...
EDateEdit widgets are automatically configured by ESettingsDateEdit.
2013-03-08 11:40:41 -05:00
7f9dcce8ec
Update Czech translation by Jiri Eischmann
2013-03-08 17:07:41 +01:00
9fa7358f74
Add more weekday arithmetic functions.
...
These aren't as efficient as possible, but are as clear as possible.
New functions:
e_weekday_add_days()
e_weekday_subtract_days()
e_weekday_get_days_between()
2013-03-07 15:50:41 -05:00
2b80037420
Rename functions in previous commit.
...
Changed my mind... got more to add.
e_get_next_weekday() -> e_weekday_get_next()
e_get_prev_weekday() -> e_weekday_get_prev()
2013-03-07 15:50:41 -05:00
d799ed0666
Updated Slovenian translation
2013-03-07 21:28:27 +01:00
5e9bdd4509
Add e_get_next_weekday() and e_get_prev_weekday().
...
These just cycle over the GDateWeekday enum.
Trivial functions, but they help make loops a little easier to read.
2013-03-07 10:00:31 -05:00
8a3453fee1
Updated Belarusian translation.
2013-03-07 16:00:11 +03:00
77f3f2b068
[backup-restore] Dir separator removal breaks DConf settings restore
...
DConf load command requires a slash at the end of the path to load,
but the replace_variables() code always removed the trailing slash,
which made the configuration load nonfunctional.
2013-03-07 13:25:41 +01:00
2de1d22d67
Updated Uyghur translation
...
Signed-off-by: Gheyret Kenji <gheyret@gmail.com >
2013-03-07 20:38:36 +09:00
e803690dd2
EWeekView: Remove unused 'week_start_day' member.
2013-03-06 20:23:42 -05:00
07b1231c39
Updated Brazilian Portuguese translation
2013-03-06 20:29:22 -03:00
0d96f08f9f
Bug #690092 - Crash under format_full_headers()
2013-03-06 19:38:19 +01:00
989886007f
goto-dialog: ECalendarItem sets its own week start day.
...
By way of ESettingsCalendarItem.
2013-03-06 13:31:59 -05:00
51bc12ddec
Bug #695193 - Window size resets to default at exit with gtk 3.7.10+
2013-03-06 18:15:02 +01:00
8c903b9320
e-util-enums.h: Add EDateWeekday enum.
...
This enum type is intentionally compatible with GDateWeekday.
It exists only because GLib does not provide a GEnumClass for
GDateWeekday. If that ever changes, this enum can go away.
2013-03-06 10:20:45 -05:00
85aba54903
Document the enum types in e-util-enums.h.
2013-03-06 10:01:16 -05:00
2eed198738
org.gnome.evolution.calendar.gschema.xml.in: Define a 'Duration' enum.
...
For use with interval "units" keys.
Converting a key's type from string to enum is backward-compatable.
2013-03-06 09:41:19 -05:00
1419bbb302
cal_comp_event_new_with_current_time: Remove 'zone' parameter.
...
Get the icaltimezone from the passed in ECalClient.
2013-03-06 08:47:03 -05:00
06eeeb23d7
itip-utils.c: Fix an unused-but-set-variable warning.
2013-03-06 08:47:03 -05:00
b4fc4ac204
Assamese translation updated for gnome 3.8
2013-03-06 18:33:58 +05:30
f664071f38
reply_to_calendar_comp: Obtain the default timezone from the ECalClient.
2013-03-06 06:46:38 -05:00
17ea6835fe
itip_send_comp: Obtain the default timezone from the ECalClient.
2013-03-06 06:45:27 -05:00
a659ca9e35
e-util.h: #include <e-util/e-util-enumtypes.h>
...
So the generated GEnumClass types can be used outside of libeutil.
2013-03-05 12:43:25 -05:00
4fd92fa8b0
[itip-formatter] Reference a view when searching for a calendar
...
There were printed warnings on console, which may cause crashes, when
the meeting invitation was inside an attached message. By adding
a reference to the view it'll not disappear before the search is
done with it.
2013-03-05 15:18:29 +01:00
853abba1d3
Bug #693254 - Mail reply uses wrong "From:" account
2013-03-05 14:14:31 +01:00
642eaed17f
Fix a regression from the previous commit for bug #645476
...
Evolution could crash when changing message view, like when
toggling Show Deleted messages. This effectively reverts
the previous commit and propagates the same changes further
in the code.
2013-03-05 07:58:37 +01:00
e82e9f67e3
Updated Brazilian Portuguese translation proofread by Enrico Nicoletto
2013-03-04 22:29:18 -03:00
4010ad11b4
Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3)
2013-03-04 22:07:47 +01:00
d5480344fc
EMailTagEditor: Remove calendar configuration properties.
...
Remove EMailTagEditor's "use-24-hour-format" and "week-start-day"
properties, which were being used to manually configure its internal
EDateEdit instance. This is unnecessary since all EDateEdit instances
are automatically configured by the ESettingsDateEdit extension.
2013-03-04 09:21:38 -05:00
3e7451169b
ESettingsDateEdit: Forgot to bind "use-24-hour-format" property.
2013-03-04 09:11:04 -05:00
f8a80620ea
[l10n] Updated German doc translation
2013-03-04 10:41:37 +01:00
06b269073f
Updated Portuguese translation and converted to New Spelling (Novo AO)
2013-03-04 00:52:28 +00:00
49651d4888
Updated German translation
2013-03-04 00:23:55 +01:00
85a30c22eb
Post-release version bump.
2013-03-03 07:16:52 -05:00