aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-032-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also manage the calendar's vertical pane, switching between different GConf keys depending on whether we're in month view. svn path=/branches/kill-bonobo/; revision=36717
| * | | | | | | | | | | | | Get composer integration working with the rest of the modules, but man doMatthew Barnes2008-11-014-18/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we have circular dependencies all over the place! Big house of cards. svn path=/branches/kill-bonobo/; revision=36706
| * | | | | | | | | | | | | Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-3111-2/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
| * | | | | | | | | | | | | Secondary checkout spotted a compilation issue.Matthew Barnes2008-10-311-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Select the first Preferences page when the window is shown. svn path=/branches/kill-bonobo/; revision=36702
| * | | | | | | | | | | | | Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-3116-1024/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement support for "hide completed tasks" option (not yet tested). Flesh out most of the Preferences window. Still need Certificates page. svn path=/branches/kill-bonobo/; revision=36701
| * | | | | | | | | | | | | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-3017-275/+519
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's interesting here is we're actually sharing the ECalModel across views. Instead of having the Calendar view listen to GConf for changes to the Task and Memo models, the Calendar view fetches the models directly from the Task and Memo views -- starting the views if it has to, although the shell really takes care of that -- and loads the models into its own taskpad and memopad. We couldn't do that sort of thing before with Bonobo in the way. Big chunks of redundant code should begin falling out shortly. svn path=/branches/kill-bonobo/; revision=36696
| * | | | | | | | | | | | | Wire up status messages to include percentages if available.Matthew Barnes2008-10-2921-65/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36692
| * | | | | | | | | | | | | Fix a couple minor UI bugs.Matthew Barnes2008-10-282-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Populate the calendar's filter combo. svn path=/branches/kill-bonobo/; revision=36691
| * | | | | | | | | | | | | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-2816-26/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36690
| * | | | | | | | | | | | | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-2519-211/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36685
| * | | | | | | | | | | | | Commit recent work so I can merge from trunk.Matthew Barnes2008-10-2513-126/+353
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36684
| * | | | | | | | | | | | | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-173-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-10-1434-1529/+2982
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611
| * | | | | | | | | | | | | Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-076-357/+569
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to Tasks and Memos so far. Now for the interesting part... svn path=/branches/kill-bonobo/; revision=36573
| * | | | | | | | | | | | | Support migration in the new shell design.Matthew Barnes2008-10-0513-669/+1220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some code got duplicated for calendars and tasks. Made a note to revisit. svn path=/branches/kill-bonobo/; revision=36560
| * | | | | | | | | | | | | Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-048-31/+418
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tasks and Memos. Take a crack at handling command-line URIs. It's far too long-winded though. Will need to revisit and tighten up the code. svn path=/branches/kill-bonobo/; revision=36554
| * | | | | | | | | | | | | Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-0418-104/+714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36551
| * | | | | | | | | | | | | Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-0321-928/+963
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36538
| * | | | | | | | | | | | | Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-0233-363/+396
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
| * | | | | | | | | | | | | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-0259-732/+1038
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36534
| * | | | | | | | | | | | | Add more EShell API documentation.Matthew Barnes2008-10-023-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36533
| * | | | | | | | | | | | | More Memos debugging.Matthew Barnes2008-10-016-48/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge the "select-one-source" plugin into the Memos view. svn path=/branches/kill-bonobo/; revision=36507
| * | | | | | | | | | | | | Memos are mostly working now. Tasks to follow.Matthew Barnes2008-09-3010-26/+378
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36495
| * | | | | | | | | | | | | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-3047-2296/+2602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36491
| * | | | | | | | | | | | | Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-2612-912/+964
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or at least make EMemoTable derived from ECalendarTable. Possibly do the same with other calendar/memo class pairs. svn path=/branches/kill-bonobo/; revision=36454
| * | | | | | | | | | | | | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-2560-2060/+3276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saving progress. Experimenting with directory layout. svn path=/branches/kill-bonobo/; revision=36446
| * | | | | | | | | | | | | Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-203-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-182-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Kill EABMenu. - Centralize marshallers to eliminate duplication. svn path=/branches/kill-bonobo/; revision=36368
| * | | | | | | | | | | | | Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-172-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, begin documenting the new shell API, and provide a Gtk-Doc framework. svn path=/branches/kill-bonobo/; revision=36359
| * | | | | | | | | | | | | Forgot to commit a couple files.Matthew Barnes2008-09-132-0/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36318
| * | | | | | | | | | | | | Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-1328-1202/+1272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and begin doing so for Calendars, Memos and Tasks. Makes the code cleaner. svn path=/branches/kill-bonobo/; revision=36317
| * | | | | | | | | | | | | Arrange for an ESourceList to be shared amongst all instances of a type ofMatthew Barnes2008-09-1223-460/+780
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shell view. For example, all EBookShellView instances will now share the same ESourceList instance for address books. svn path=/branches/kill-bonobo/; revision=36311
| * | | | | | | | | | | | | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11165-2183/+2794
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36307
| * | | | | | | | | | | | | Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-118-293/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36303
| * | | | | | | | | | | | | Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-1124-219/+1210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36299
| * | | | | | | | | | | | | Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-1118-0/+1161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36296
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Merge ETaskBar into EShellTaskbar. - Remember the last view, and make --component work. svn path=/branches/kill-bonobo/; revision=36278
| * | | | | | | | | | | | | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36260
| * | | | | | | | | | | | | ** Fixes bug #549968Matthew Barnes2008-08-312-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549968 * calendar/gui/dialogs/comp-editor.c (comp_editor_init): * widgets/misc/e-attachment-bar.c (e_attachment_bar_bonobo_ui_populate_with): Use the same mnemonic for "Recent Documents" as composer. svn path=/branches/kill-bonobo/; revision=36226
| * | | | | | | | | | | | | ** Fixes bug #549967Matthew Barnes2008-08-313-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549967 * calendar/gui/caltypes.xml: * calendar/gui/tasktypes.xml: Capitalize "days" in "Next 7 Days". svn path=/branches/kill-bonobo/; revision=36225
| * | | | | | | | | | | | | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-195-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapt recent "crash recovery" changes to new architecture. svn path=/branches/kill-bonobo/; revision=36018
| * | | | | | | | | | | | | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-1543-374/+545
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35994
| * | | | | | | | | | | | | Merge revisions 35931:35950 from trunk.Matthew Barnes2008-08-132-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35978
| * | | | | | | | | | | | | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-0819-90/+509
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35931
| * | | | | | | | | | | | | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-1635-4896/+4115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BonoboUI to GtkUIManager. See bug #542125. svn path=/branches/kill-bonobo/; revision=35746
* | | | | | | | | | | | | | Bug #592551 - Build break fix caused by bug #581288Milan Crha2009-08-212-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug 591414 - libevolution-cal-shared is linked as a moduleGötz Waschk2009-08-111-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Whitespace and coding style cleanup.Matthew Barnes2009-08-091-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Coding style and whitespace cleanups.Matthew Barnes2009-08-093-7/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-083-4/+158
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix a build break with libevolution-cal-sharedMilan Crha2009-08-071-3/+18
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix a duplicate install file.Srinivasa Ragavan2009-08-071-2/+0
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-072-58/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a share private lib and component lib.
* | | | | | | | | | | | | | Changes for having a light version of calendar.Srinivasa Ragavan2009-08-074-7/+100
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Cleanup include file path.Srinivasa Ragavan2009-08-071-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Cleanup include file path.Srinivasa Ragavan2009-08-071-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-047-12/+106
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-045-6/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-043-15/+76
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Whitespace and coding style cleanups.Matthew Barnes2009-08-034-8/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-033-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a GConf schema key definition. Special value, -1, means forever.
* | | | | | | | | | | | | | Bug #324676 - Print preview displays preview of previous monthMilan Crha2009-08-031-0/+19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Add some missing GConf schemas.Matthew Barnes2009-08-011-0/+48
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-012-3/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #539334 - Postpone processing event when called recursivelyMilan Crha2009-08-011-6/+124
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-07-311-0/+7
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #325611 - Rephrased translators commentsMilan Crha2009-07-311-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #514725 - Critical warnings with appointmentsMilan Crha2009-07-302-20/+31
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-07-303-8/+23
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #300567 - Calendar drawing optimizationsMilan Crha2009-07-3010-459/+396
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-07-294-1/+22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Compiler warning fixes (as part of bug #424078)Milan Crha2009-07-281-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-272-2/+42
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-07-273-7/+12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-272-5/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-07-2718-60/+273
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-273-20/+46
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Bug #583527 display reply and reply-all fields for all backends.Chenthill Palanisamy2009-07-201-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Kill some obsolete utility functions.Matthew Barnes2009-07-191-1/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | More whitespace cleanup.Matthew Barnes2009-07-1926-76/+76
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Pick the user_org from comp editor flags.Chenthill Palanisamy2009-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires some clean-up.
* | | | | | | | | | | | Fix excessive whitespace.Matthew Barnes2009-07-13107-679/+0
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Bug #240605 - auto-select next day at midnight in selected day viewMilan Crha2009-07-101-0/+18
| | | | | | | | | | |
* | | | | | | | | | | Bug #425582 - Calendar Alarm Display is not noticable enoughMilan Crha2009-07-093-43/+128
| | | | | | | | | | |
* | | | | | | | | | | Bug #238058 - Show more from summary for events with iconsMilan Crha2009-07-092-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - do not show icons when editing event summary inline and the text is above them - move text right to icons as before when the text is on the same line as icons are
* | | | | | | | | | | Bug #251694 - Highlight current day in a calendarMilan Crha2009-07-038-16/+61
| | | | | | | | | | |
* | | | | | | | | | | Bug #236996 - Calendar display for weekends in month viewMilan Crha2009-07-033-2/+49
| | | | | | | | | | |
* | | | | | | | | | | Kill EConfigListener.Matthew Barnes2009-07-033-21/+22
| | | | | | | | | | |
* | | | | | | | | | | Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-038-13/+13
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-019-9/+9
| | | | | | | | | |
* | | | | | | | | | Bug #245723 - Show days with transparent events in italicMilan Crha2009-06-301-4/+10
| | | | | | | | | |
* | | | | | | | | | Bug #238058 - Show more from summary for events with iconsMilan Crha2009-06-302-10/+11
| | | | | | | | | |
* | | | | | | | | | Bug #513451 - Select Today for calendar views on the first showingMilan Crha2009-06-191-4/+16
| | | | | | | | | |
* | | | | | | | | | Stop abusing forward declarations.Matthew Barnes2009-06-196-41/+41
| | | | | | | | | |
* | | | | | | | | | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1918-113/+35
| | | | | | | | | |
* | | | | | | | | | Fix coding style.Matthew Barnes2009-06-144-8/+8
| | | | | | | | | |
* | | | | | | | | | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4
| | | | | | | | | |
* | | | | | | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-055-14/+15
| | | | | | | | | |
* | | | | | | | | | libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the win32 bootstrap import libraries.
* | | | | | | | | | Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139
| | | | | | | | | |
* | | | | | | | | | More code cleanup.Matthew Barnes2009-06-0245-151/+151
| | | | | | | | | |
* | | | | | | | | | Whitespace cleanup.Matthew Barnes2009-05-2955-332/+332
| | | | | | | | | |
* | | | | | | | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-29142-2110/+2110
| | | | | | | | | |
* | | | | | | | | | Remove trailing whitespace, again.Matthew Barnes2009-05-29225-324/+324
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix compiler warnings in calendar.Matthew Barnes2009-05-2642-296/+303
| | | | | | | | |
* | | | | | | | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-248-64/+64
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Bug #579779 - No crash when updating repeating eventMilan Crha2009-05-211-2/+1
| | | | | | | |
* | | | | | | | Bug #583360 - Be able to select UTC as day view's second timezoneMilan Crha2009-05-211-1/+9
| | | | | | | |
* | | | | | | | Fixes bug 498712 (bnc) - deleting meetings sometimes does not work properly.Chenthill Palanisamy2009-05-214-13/+10
| | | | | | | |
* | | | | | | | Adds the resend feature to GroupWise features.Chenthill Palanisamy2009-05-213-9/+12
| | | | | | | |
* | | | | | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1721-28/+28
| | | | | | | |
* | | | | | | | Bug 582626 - Remove forgotten widgets from a glade fileMilan Crha2009-05-151-36/+0
| | | | | | | |
* | | | | | | | Remove an unnecessary variable from get_attachment_list().Matthew Barnes2009-05-141-3/+1
| | | | | | | |
* | | | | | | | Make the Calendar view scroll using the arrow keysMarcel Stimberg2009-05-141-17/+74
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | This fixes bug 559366.
* | | | | | | Resize the alarm notifier correctlyRitesh Khadgaray2009-05-091-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Fixes bug 580163.
* | | | | | Bug 580900 – Kill libgnomeui/gnome-dateeditAdam Petaccia2009-05-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary <libgnomeui/gnome-dateedit.h> includes, and kill the unused e_dialog_dateedit_set() and e_dialog_dateedit_get() functions.
* | | | | | Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-064-10/+3
| |_|_|_|/ |/| | | |
* | | | | Be able to setup custom alarms and a runtime warning fixMilan Crha2009-05-051-32/+49
| | | | | | | | | | | | | | | | | | | | Part of bug #581272
* | | | | Mark CompEditor as changed when attachments are added or removed.Matthew Barnes2009-05-051-8/+21
| |_|_|/ |/| | |
* | | | Assure that the filename <-> uri conversion are done with ↵Fridrich Strba2009-05-041-1/+1
| | | | | | | | | | | | | | | | g_filename_{to,from}_uri and not by concatenating strings which is broken with win32-style uris
* | | | ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
* | | | Bug 575122 – "before every anniversary/birthday" is missing translator commentMatthew Barnes2009-05-031-1960/+1226
| | | |
* | | | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-031-1/+1
| | | |
* | | | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0212-0/+24
| | | |
* | | | Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-013-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop including top-level libgnome[ui] headers -- <gnome.h>, <libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include specific header files so we can track them easier. Also, remove several unshipped test programs. Mostly ETable stuff.
* | | | Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
| | | | | | | | | | | | | | | | Removed e-util/e-gui-utils.[ch].
* | | | Bug 580898 – Kill libgnomeui/gnome-winhintsMatthew Barnes2009-05-011-3/+0
| | | | | | | | | | | | | | | | Include directive was already commented out.
* | | | Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-4/+0
| | | | | | | | | | | | | | | | | | | | We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
* | | | Bug #273818 - Allow scrolling Month View by a week onlyMilan Crha2009-05-0110-6/+127
| | | | | | | | | | | | | | | | | | | | Edit->Preferences->Calendar and Tasks, tab Display, option Scroll Month View by a week.
* | | | Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-305-58/+197
| |_|/ |/| |
* | | Simplify action and action group lookups in CompEditor.Matthew Barnes2009-04-281-24/+6
| | |
* | | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-284-29/+29
| | |
* | | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-286-1361/+295
| | | | | | | | | | | | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
* | | Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-282-0/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite the attachment UI to better utilize GIO and also to migrate from GnomeIconList to GtkIconView. This also introduces a "List View" option similar to Nautilus, as well as the EAttachmentHandler framework for extending attachment handling (may eventually replace EMFormatHook). This commit also fixes a number of secondary attachment bugs: Bug 311609 – new attachment bar should use regular gtk+ expander Bug 314923 – Drag and Drop in attachment window is inconsistent and requires additional click Bug 338179 – attachment saving ... Bug 350364 – Action to get info about attachments Bug 383047 – Viewing mail attachments Bug 427235 – Can't copy attachment mime type string Bug 454091 – Cannot save multiple attachments who have the same name Bug 494629 – Rethink composer's attachment UI Bug 553970 – Evolution ignores umask when saving attachments Bug 577375 – mailto: and attach doesn't URL un-escape
* | | Sanitize values from GConf before using themMilan Crha2009-04-272-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #491755 * gui/alarm-notify/config-data.c: (config_data_set_last_notification_time), (config_data_get_last_notification_time): Sanitize values from GConf before using them.
* | | Allow Last Modified and Created columns for event tableMilan Crha2009-04-279-12/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #575773 * gui/e-calendar-table.etspec: * gui/e-cal-list-view.etspec: * gui/e-memo-table.etspec: * gui/e-cal-model.h: (ECalModelField), (struct _ECalModelComponent): * gui/e-cal-model.c: (get_datetime_from_utc), (ecm_value_at), (ecm_duplicate_value), (ecm_free_value), (ecm_initialize_value), (ecm_value_is_empty), (ecm_value_to_string), (e_cal_view_objects_modified_cb), (e_cal_model_component_finalize), (e_cal_model_component_init): Allow showing CREATED and LAST-MODIFIED properties in a table. * gui/print.c: (print_comp_draw_real): * gui/e-cal-component-preview.c: (write_html): * conduits/todo/todo-conduit.c: (local_record_from_comp): Possible leak fix.
* | | Calendar - do not close editor after errorMilan Crha2009-04-252-7/+20
| | | | | | | | | | | | ** Fix for bug #573704
* | | Possible leak fixMilan Crha2009-04-252-2/+12
| | | | | | | | | | | | ** Part of fix for bug #571272
* | | Use new ESourceList API (simplifies code)Milan Crha2009-04-254-154/+56
| |/ |/| | | | | ** Part of fix for bug #569652
* | Use system timezone in EvolutionMilan Crha2009-04-258-54/+265
| | | | | | | | ** Fix for bug #381132
* | Include timezone information in a tooltip when differs from user'sMilan Crha2009-04-242-3/+22
| | | | | | | | ** Fix for bug #205804
* | Get rid of "Adjust for daylight saving time" optionMilan Crha2009-04-248-178/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #577615 * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (timezone_changed), (daylight_saving_changed), (setup_changes), (show_config), (calendar_prefs_dialog_construct): * gui/dialogs/cal-prefs-dialog.glade: * gui/apps_evolution_calendar.schemas.in: * gui/calendar-config-keys.h: * gui/calendar-config.h: * gui/calendar-config.c: (set_standard_offsets), (calendar_config_get_icaltimezone), (calendar_config_get_daylight_saving), (calendar_config_set_daylight_saving), (calendar_config_add_notification_daylight_saving): Get rid of "Adjust for daylight saving time" option.
* | Remove unused filesMilan Crha2009-04-241-0/+0
| | | | | | | | I forgot to remove unused files from sources in the commit for GN-bug #572348
* | GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2418-1455/+714
| | | | | | | | Some still left, because those gone in kill-bonobo branch.
* | Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-238-36/+11
| | | | | | | | | | | | Consolidate all marshalling specifications to e-util/e-marshal.list. This reduces code duplication and makes it slightly easier to locate unused marshallers.
* | Fixes #561312Chenthill Palanisamy2009-04-136-17/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #561312 * calendar/gui/comp-util.c: * calendar/gui/comp-util.h: Added a new function to sanitize master recurrence event before modifying all instances. * calendar/gui/dialogs/comp-editor.c: * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: Used the new util api. Do not invoke recurrence dialog while modifying detached instances. svn path=/trunk/; revision=37518
* | ** Fix for bug #523802Milan Crha2009-04-0811-11/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #523802 * gui/e-tasks.h: (e_tasks_get_preview): * gui/e-tasks.c: (e_tasks_get_preview): * gui/e-cal-component-preview.h: (e_cal_component_preview_get_html): * gui/e-cal-component-preview.c: (e_cal_component_preview_get_html): * gui/tasks-control.c: (tasks_control_new), (tasks_sensitize_table[]), (tasks_control_sensitize_commands), (tasks_control_focus_changed), (tasks_control_copy_cmd): * gui/e-memos.h: (e_memos_get_preview): * gui/e-memos.c: (e_memos_get_preview): * gui/e-cal-component-memo-preview.h: * gui/e-cal-component-memo-preview.c: (e_cal_component_memo_preview_get_html): * gui/memos-control.c: (memos_control_new), (memos_control_sensitize_commands), (memos_control_focus_changed), (memos_control_copy_cmd): Use copy of the preview panel, when focused, and events' copy otherwise. svn path=/trunk/; revision=37502
* | ** Fix for bug #577717Milan Crha2009-04-022-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #577717 * gui/dialogs/alarm-dialog.c: (alarm_to_dialog), (malarm_widgets_to_alarm): Fill some default values to mandatory properties of ECalComponentAttendee. svn path=/trunk/; revision=37489
* | ** Fix for bug #401346Milan Crha2009-03-063-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #401346 * gui/e-meeting-time-sel.c: (e_meeting_time_selector_destroy): Do not remove notification twice. * gui/dialogs/event-editor.c: (create_schedule_page), (action_free_busy_cb): Do not show Free/Busy dialog modal. svn path=/trunk/; revision=37376
* | Fixes #435455 (bnc)Chenthill Palanisamy2009-03-0511-19/+55
| | | | | | | | svn path=/trunk/; revision=37375
* | ** Fix for bug #573119Milan Crha2009-03-053-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #573119 * gui/dialogs/comp-editor.c: (set_attendees_for_delegation): * gui/e-cal-popup.c: (is_delegated), (needs_to_accept): Do not ask value of not included (NULL) parameters. svn path=/trunk/; revision=37368
* | ** Fix for bug #573193Milan Crha2009-03-042-4/+7
| | | | | | | | | | | | | | | | | | | | | | 2009-03-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #573193 * gui/e-calendar-view.c: (error_response): Always destroy dialog. svn path=/trunk/; revision=37367
* | ** Fix for bug #573122Milan Crha2009-03-044-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #573122 * gui/dialogs/cal-prefs-dialog.c: (timezone_changed), (show_config): * gui/calendar-config.c: (calendar_config_get_icaltimezone): * gui/e-cal-model.c: (ecm_value_at): Do not pass NULL to icalcomponent_get_first_component. svn path=/trunk/; revision=37366
* | ** Fix for bug #558366Milan Crha2009-02-252-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #558366 * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): Set default timezone to resolve floating DATE-TIME properly. svn path=/trunk/; revision=37338
* | ** Fix for bug #238346Milan Crha2009-02-252-45/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #238346 * gui/e-calendar-view.c: (e_calendar_view_add_event): Keep old timezone when adding event if possible, use the default one otherwise. * gui/e-calendar-view.c: (add_related_timezones), (clipboard_get_text_cb): Set timezones from component to the calendar first, then add events. Also fetch timezones from the calendar, when not part of the component already. svn path=/trunk/; revision=37337
* | ** Fix for bug #529037Milan Crha2009-02-252-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #529037 * gui/gnome-cal.c: (gnome_calendar_destroy): Disconnect signals on ESource-s too, not only on ECal-s. svn path=/trunk/; revision=37335
* | ** Fix for bug #561465Milan Crha2009-02-252-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #561465 * gui/e-meeting-list-view.c: (build_table): Expand 'Attendee' column instead of the last. svn path=/trunk/; revision=37327
* | ** Fix for bug #572543Milan Crha2009-02-232-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #572543 * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): * mail/em-popup.c: (emp_standard_menu_factory): Always look for alternative apps for application/octet-stream. svn path=/trunk/; revision=37312
* | Make it use the proper action. Patch by Paweł ZembrzuskiTobias Mueller2009-02-222-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-22 Tobias Mueller <tobiasmue@svn.gnome.org> * gui/e-itip-control.c (refresh_options_object): Make it use the proper action. Patch by Paweł Zembrzuski ** Fixes bug 566556 svn path=/trunk/; revision=37308
* | ** Fix for bug #567949Milan Crha2009-02-203-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #567949 * gui/e-day-view.c: (set_text_as_bold): * gui/e-week-view.c: (set_text_as_bold): Do not free memory before done with it. svn path=/trunk/; revision=37298
* | Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.Matthew Barnes2009-02-191-1/+3
| | | | | | | | | | | | Define some temporary macros to work around it. svn path=/trunk/; revision=37292
* | ** Fixes part of bug #572348Matthew Barnes2009-02-193-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #572348 * calendar/gui/alarm-notify/alarm-queue.c (display_notification): * plugins/mail-notification/mail-notification.c (new_notify_status): Call gtk_status_icon_set_tooltip_text() instead of gtk_status_icon_set_tooltip() (deprecated). * calendar/gui/weekday-picker.c (configure_items): Remove dead code. * widgets/table/e-table-example-1.c (main): gtk_widget_push_visual() is a no-op. Remove it. svn path=/trunk/; revision=37291
* | Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.Andre Klapper2009-02-192-11/+6
| | | | | | | | | | | | | | | | | | | | | | 2009-02-19 Andre Klapper <a9016009@gmx.de> * /gui/e-day-view.c: Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls. svn path=/trunk/; revision=37289
* | ** Fix for bug #550114Milan Crha2009-02-164-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #550114 * widgets/table/e-table-group.h: * widgets/table/e-table-group.c: * widgets/table/e-table-group-container.c: * widgets/table/e-table-group-leaf.c: Replaced 'compute_mouse_over' with 'get_mouse_over', now works with cached values 'motion_row', 'motion_col'. * widgets/table/e-table.c: (e_table_get_mouse_over_cell): Mouse position not required anymore, remove it too then. * calendar/gui/e-calendar-table.h: (ec_query_tooltip): * calendar/gui/e-calendar-table.c: (ec_query_tooltip): Offer it to others too. * calendar/gui/e-calendar-table.c: (query_tooltip_cb): Use above funtion. Show proper tooltip in table with grouping columns. * calendar/gui/e-memo-table.c: (query_tooltip_cb), (e_memo_table_init): Show tooltips in memo view too. svn path=/trunk/; revision=37275
* | ** Fixes bug #571625Chow Loong Jin2009-02-143-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-13 Chow Loong Jin <hyperair@gmail.com> ** Fixes bug #571625 * calendar/gui/e-day-view.c * calendar/gui/e-week-view.c: Use black/white for foreground instead of active/inactive text color svn path=/trunk/; revision=37262
* | Substitute some deprecated gtk+ functions.Andre Klapper2009-02-123-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-11 Andre Klapper <a9016009@gmx.de> * addressbook/gui/component/addressbook-migrate.c: * calendar/gui/migration.c: * calendar/gui/dialogs/alarm-dialog.c: * mail/em-folder-browser.c: * mail/em-migrate.c: * plugins/audio-inline/audio-inline.c: Substitute some deprecated gtk+ functions. svn path=/trunk/; revision=37249
* | Do not use non-zero page size in an adjustment, it's deprecated now.Milan Crha2009-02-092-1/+6
| | | | | | | | | | | | | | | | | | | | 2009-02-09 Milan Crha <mcrha@redhat.com> * gui/dialogs/cal-prefs-dialog.glade: Do not use non-zero page size in an adjustment, it's deprecated now. svn path=/trunk/; revision=37237
* | Mark a string for translation. Fixes bug #570364Gabor Kelemen2009-02-032-1/+7
| | | | | | | | | | | | | | | | | | 2009-02-03 Gabor Kelemen <kelemeng@gnome.hu> * gui/alarm-notify/alarm-notify.glade: Mark a string for translation. Fixes bug #570364 svn path=/trunk/; revision=37219
* | Fix compiler warnings.Matthew Barnes2009-02-028-9/+21
| | | | | | | | svn path=/trunk/; revision=37206
* | ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-014-4/+3
| | | | | | | | | | | | | | | | | | 2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202
* | Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the ↵Suman Manjunath2009-01-307-16/+98
| | | | | | | | | | | | list-view and name-selector before populating it on 'event_changed' callback. svn path=/trunk/; revision=37191
* | Fixes #463602.Chenthill Palanisamy2009-01-302-87/+99
| | | | | | | | svn path=/trunk/; revision=37189
* | Fixes #450535 (bnc).Chenthill Palanisamy2009-01-302-1/+8
| | | | | | | | svn path=/trunk/; revision=37188
* | Fixes #347287.Chenthill Palanisamy2009-01-303-4/+11
| | | | | | | | svn path=/trunk/; revision=37187
* | ** Fix for bug #318003Milan Crha2009-01-279-306/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #318003 * gui/memos-component.c: (selector_tree_data_dropped): * gui/tasks-component.c: (selector_tree_data_dropped): * gui/calendar-component.c: (selector_tree_data_dropped), (create_component_view): * gui/comp-util.h: (cal_comp_process_source_list_drop): * gui/comp-util.c: (update_single_object), (update_objects), (cal_comp_process_source_list_drop): Support move of the event in day view when dropped over the source list. Use the same function for events/tasks/memos. * gui/e-day-view.c: (e_day_view_on_drag_data_get): Encode string data same as memos and tasks do, with a source UID. * gui/e-calendar-table.c: (e_calendar_table_copy_clipboard): * gui/e-memo-table.c: (e_memo_table_copy_clipboard): Removed inappropriate comments. svn path=/trunk/; revision=37140
* | ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bugBharath Acharya2009-01-272-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-27 Bharath Acharya <abharath@novell.com> ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bug #567824(BGO) * gui/print.c (titled_box), (print_day_background), (print_day_view), (print_week_view), (print_month_view): Fix all header related bugs in calendar printing. Bug reports: 1) Daily Printouts Display Hour In Wrong Spot : When you print your daily calendar, it prints the hours in the left column below the :30 time slot 2) Font Problems On Printout, Days Of Week 3) Calendar Heading Printout Problems, Overlapping Fonts In print preview, short week day names in the header of the page are overlapped. Fixes all header issues mentioned at http://www.go-evolution.org/CalendarPrintoutLove svn path=/trunk/; revision=37138
* | ** Fix for bug #559604Milan Crha2009-01-244-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/itip-utils.h: (itip_organizer_is_user_ex): * gui/itip-utils.c: (itip_organizer_is_user_ex), (itip_organizer_is_user): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info): Let the feature work with Groupwise too. svn path=/trunk/; revision=37124
* | ** Fix for bug #442869Milan Crha2009-01-234-23/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #442869 * gui/dialogs/task-page.c: (attendee_added_cb): * gui/dialogs/event-page.c: (attendee_added_cb): Do not work with NULL delegator and do not set 'delfrom' with two MAILTO. * gui/e-meeting-list-view.c: (name_selector_dialog_close_cb): Delete attendee only if we have enough rights for it. svn path=/trunk/; revision=37123
* | ** Fix for bug #362754Milan Crha2009-01-224-10/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #362754 * addressbook/gui/component/addressbook-component.c: (ensure_sources): * calendar/gui/tasks-component.c: (ensure_sources): * calendar/gui/memos-component.c: (ensure_sources): * calendar/gui/calendar-component.c: (ensure_sources): Ensure to show default groups and sources with actual localized name, not the one it was stored last time. svn path=/trunk/; revision=37117
* | ** Fix for bug #541209Suman Manjunath2009-01-2113-26/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Suman Manjunath <msuman@novell.com> ** Fix for bug #541209 ** Adapt to the new APIs from upstream libical. Changes made include using the "_r" counterpart for the following APIs: + icalproperty_as_ical_string () + icalvalue_as_ical_string () + icalcomponent_as_ical_string () + icalparameter_as_ical_string () + icaldurationtype_as_ical_string () + icalenum_reqstat_code () + icallangbind_property_eval_string () + icallangbind_quote_as_ical () + icalmime_text_end_part () + icalperiodtype_as_ical_string () + icalproperty_enum_to_string () + icalproperty_get_parameter_as_string () + icalproperty_get_value_as_string () + icalproperty_get_property_name () + icalrecurrencetype_as_string () + icaltime_as_ical_string () + icalreqstattype_as_string () + icalvalue_binary_as_ical_string () + icalvalue_int_as_ical_string () + icalvalue_utcoffset_as_ical_string () + icalvalue_string_as_ical_string () + icalvalue_recur_as_ical_string () + icalvalue_text_as_ical_string () + icalvalue_attach_as_ical_string () + icalvalue_duration_as_ical_string () + icalvalue_date_as_ical_string () + icalvalue_datetime_as_ical_string () + icalvalue_float_as_ical_string () + icalvalue_geo_as_ical_string () + icalvalue_datetimeperiod_as_ical_string () + icalvalue_period_as_ical_string () + icalvalue_trigger_as_ical_string () + icalvalue_as_ical_string () svn path=/trunk/; revision=37113
* | ** Fix for bug #353460Milan Crha2009-01-212-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #353460 * gui/gnome-cal.c: (setup_widgets): Do not allow shrinking of Tasks/Memos components in calendar view. svn path=/trunk/; revision=37109
* | ** Fix for bug #568331Milan Crha2009-01-212-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #568331 * gui/dialogs/comp-editor.c: (classification_changed_cb), (comp_editor_init): Notify changes of the classification. * gui/dialogs/comp-editor.c: (fill_widgets): Block classification change signal when filling widgets with values from a component. svn path=/trunk/; revision=37108
* | ** Fix for bug #567850Milan Crha2009-01-204-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #567850 * gui/e-cal-model.h: (e_cal_model_set_default_time_func): * gui/e-cal-model.c: (struct _ECalModelPrivate), (ecm_append_row), (e_cal_model_set_default_time_func): New functionality to retrieve a default time for a model's new event created from a "click-to-add" row. * gui/gnome-cal.c: (gc_get_default_time), (setup_widgets): Set the new time callback for the memo table. svn path=/trunk/; revision=37100
* | ** Fix for bug #550735Milan Crha2009-01-202-25/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #550735 * gui/print.c: (get_summary_with_location), (print_day_long_event), (print_day_event), (print_week_event): Print location with summary in all views, not only in a day view. svn path=/trunk/; revision=37099
* | ** Part of fix for bug #260853Milan Crha2009-01-197-7/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #260853 * gui/calendar-config-keys.h: * gui/calendar-config.h: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder): * gui/calendar-config.c: (calendar_config_get_ba_reminder), (calendar_config_set_ba_reminder), (string_to_units), (calendar_config_get_default_reminder_units): * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (ba_reminder_toggled), (ba_reminder_interval_changed), (ba_reminder_units_changed), (setup_changes), (show_config), (calendar_prefs_dialog_construct): User interface and related function to allow use change setup of the alarm for Birthdays and Anniversaries calendar. svn path=/trunk/; revision=37098
* | ** Fix for bug #225712Milan Crha2009-01-1915-50/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #225712 * calendar/gui/dialogs/comp-editor.h: (CompEditorClass::send_comp), (comp_editor_send_comp): Changed function prototypes. * calendar/gui/dialogs/comp-editor.c: (real_send_comp), (save_comp_with_send), (comp_editor_send_comp): Strip alarms based on user's choice. * calendar/gui/dialogs/send-comp.h: (send_component_dialog): * calendar/gui/dialogs/send-comp.c: (have_nonprocedural_alarm), (send_component_dialog): Show option "Send my alarms with this event" when prompting to send event or not, but only if have any non-procedure alarms and if it the caller want to know user's opinion. Default is to strip all alarms. Procedure alarms are always strip out. * calendar/gui/dialogs/event-editor.c: (event_editor_send_comp): * calendar/gui/dialogs/task-editor.c: (task_editor_send_comp): Honor function prototype changes and use new parameter strip_alarms. * calendar/gui/itip-utils.h: (itip_send_comp): * calendar/gui/itip-utils.c: (comp_compliant), (itip_send_comp), (reply_to_calendar_comp): New parameter to strip all alarms or only procedure alarms. * calendar/gui/tasks-control.c: (tasks_control_forward_cmd): * calendar/gui/e-itip-control.c: (send_item), (send_freebusy), (ok_clicked_cb): * calendar/gui/e-calendar-table.c: (e_calendar_table_on_forward): * calendar/gui/e-memo-table.c: (e_memo_table_on_forward): * calendar/gui/e-calendar-view.c: (e_calendar_view_cut_clipboard), (delete_event), (e_calendar_view_delete_selected_occurrence), (on_forward): Always strip alarms when sending component. * calendar/gui/e-calendar-view.c: (e_calendar_view_add_event), (e_calendar_view_modify_and_send): * calendar/gui/e-cal-model-calendar.c: (ecmc_set_value_at): Strip alarms based on user's choice. * plugins/itip-formatter/itip-view.h: * plugins/itip-formatter/itip-view.c: (itip_view_set_show_keep_alarm_check), (itip_view_get_keep_alarm_check_state), (itip_view_set_show_inherit_alarm_check), (itip_view_get_inherit_alarm_check_state): New functions to new options to either inherit reminder from the incoming event or to preserve users reminders in already existing event in the calendar. * plugins/itip-formatter/itip-view.c: (struct _ItipViewPrivate), (alarm_check_toggled_cb), (itip_view_init): Properly initialize new option's members. * plugins/itip-formatter/itip-formatter.c: (find_cal_opened_cb), (update_item), (send_comp_to_attendee), (update_attendee_status), (send_item), (extract_itip_data), (view_response_cb), (format_itip_object): Setup new options based on the actual data. svn path=/trunk/; revision=37097
* | ** Fix for bug #200254Milan Crha2009-01-1910-1/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #200254 * gui/apps_evolution_calendar.schemas.in: * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (dview_show_week_no_toggled), (setup_changes), (show_config), (calendar_prefs_dialog_construct): * gui/calendar-config-keys.h: * gui/calendar-config.h: * gui/calendar-config.c: (calendar_config_get_dview_show_week_no), (calendar_config_set_dview_show_week_no), (calendar_config_add_notification_dview_show_week_no): New option whether to show week number in Day and Work Week view. * gui/e-day-view.h: (struct _EDayView), (e_day_view_get_show_week_number), (e_day_view_set_show_week_number): * gui/e-day-view.c: (dview_show_week_no_changed_cb), (e_day_view_init), (e_day_view_destroy), (e_day_view_recalc_day_starts), (e_day_view_get_show_week_number), (e_day_view_set_show_week_number): New widget showing week number of the first day in a view. svn path=/trunk/; revision=37096
* | ** Fix for bug #360813Milan Crha2009-01-162-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #360813 * conduits/calendar/calendar-conduit.c: (comp_from_remote_record): RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. svn path=/trunk/; revision=37085
* | ** Partial fix for bug #310844Milan Crha2009-01-162-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-16 Milan Crha <mcrha@redhat.com> ** Partial fix for bug #310844 * gui/e-calendar-view.c: (transfer_item_to): Transfer master object instead of the instance for recurring events. svn path=/trunk/; revision=37084
* | ** Fix for bug #303738Milan Crha2009-01-156-25/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #303738 * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/e-memos.c: (client_cal_opened_cb), (default_client_cal_opened_cb): * gui/e-tasks.c: (client_cal_opened_cb), (default_client_cal_opened_cb): Forget password on AuthFailed or AuthRequired and try to reopen on AuthFailed status, which will ask for a password again. * gui/comp-editor-factory.c: (cal_opened_cb): Show "Authentication Required" on such status returned. * common/authentication.c: (auth_cal_forget_password): Do not free memory which hold ECal. Also always forget password for calendar with the URL key. svn path=/trunk/; revision=37080
* | ** Fix for bug #245156Milan Crha2009-01-156-20/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #245156 * gui/e-day-view.c: (e_day_view_finish_long_event_resize), (e_day_view_finish_resize), (e_day_view_change_event_time), (e_day_view_on_top_canvas_drag_data_received), (e_day_view_on_main_canvas_drag_data_received): * gui/e-week-view.c: (e_week_view_change_event_time): * gui/e-calendar-view.c: (on_unrecur_appointment): Keep old timezone for dtstart/dtend when changing it. * gui/comp-util.h: (cal_comp_set_dtstart_with_oldzone), (cal_comp_set_dtend_with_oldzone): * gui/comp-util.c: (cal_comp_set_dtstart_with_oldzone), (cal_comp_set_dtend_with_oldzone), (datetime_to_zone): Helper functions to make it easier. svn path=/trunk/; revision=37079
* | ** Fix for bug #246313Milan Crha2009-01-156-79/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #246313 * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed. * gui/e-day-view.h: (struct _EDayView): * gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate), (e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes), (e_day_view_update_scroll_regions), (e_day_view_check_layout): * gui/e-day-view-layout.h: (e_day_view_layout_day_events): * gui/e-day-view-layout.c: (e_day_view_layout_day_events), (e_day_view_layout_day_event), (e_day_view_expand_day_event): Added ability to show all event in one-day view, but show only up to 6 columns in a multi-day view. * gui/print.c: (print_day_details): Always print all events. svn path=/trunk/; revision=37077
* | ** Fix for bug #554454Milan Crha2009-01-142-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #554454 * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): Do not crash when received 'modified' event for something not in a model. And a leak fix. svn path=/trunk/; revision=37068
* | ** Fix for bug #489437Milan Crha2009-01-132-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #489437 * gui/dialogs/recurrence-page.c: (fill_component): Check whether the 'until' date is in the future, and report error if not. svn path=/trunk/; revision=37066
* | ** Fix for bug #567045Milan Crha2009-01-132-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #567045 * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct), (e_meeting_time_selector_on_canvas_scroll_event): Escalate scroll event's to a scrolled window, to let mouse wheel work over data too. svn path=/trunk/; revision=37064
* | ** Fix for bug #563364Milan Crha2009-01-1210-75/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #563364 * gui/e-day-view-time-item.h: (EDayViewTimeItem): * gui/e-day-view-time-item.c: (e_day_view_time_item_class_init), (e_day_view_time_item_init), (e_day_view_time_item_finalize), (e_day_view_time_item_get_column_width), (edvti_draw_zone), (e_day_view_time_item_draw), (edvti_second_zone_changed_cb), (edvti_on_select_zone), (edvti_on_set_zone), (e_day_view_time_item_show_popup_menu): Show two timezones in the day view's time column. * gui/apps_evolution_calendar.schemas.in: * gui/calendar-config-keys.h: * gui/calendar-config.h: * gui/calendar-config.c: (calendar_config_get_day_second_zones), (calendar_config_free_day_second_zones), (calendar_config_set_day_second_zone), (calendar_config_get_day_second_zone), (calendar_config_select_day_second_zone), (calendar_config_add_notification_day_second_zone): Access configuration for the second day time zone. * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog): * gui/dialogs/cal-prefs-dialog.c: (update_day_second_zone_caption), (on_set_day_second_zone), (on_select_day_second_zone), (day_second_zone_clicked), (setup_changes), (show_config), (calendar_prefs_dialog_construct): Manage the second day zone in a Preferences dialog. svn path=/trunk/; revision=37060
* | ** Fix for bug #555310Milan Crha2009-01-122-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #555310 * importers/icalendar-importer.c: (ivcal_getwidget): Localize strings properly. svn path=/trunk/; revision=37057
* | Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567148 (Use a labelled ↵Suman Manjunath2009-01-122-7/+8
| | | | | | | | | | | | button to bring up the timezone selector widget). svn path=/trunk/; revision=37051
* | New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-116-28/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_show_uri): New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. * addressbook/gui/widgets/eab-contact-display.c (eab_uri_popup_link_open), (on_link_clicked): * calendar/gui/e-cal-component-preview (on_link_clicked): * calendar/gui/e-cal-component-memo-preview (on_link_clicked): * calendar/gui/e-memo-table.c (open_url_cb): * calendar/gui/dialogs/comp-editor.c (open_attachment): * composer/e-msg-composer.c (msg_composer_link_clicked): * mail/em-folder-view.c (emfv_format_link_clicked): * mail/em-popup.c (emp_uri_popup_link_open): * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): * shell/e-shell-window-commands.c (command_open_faq): * widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb): * widgets/misc/e-url-entry.c (button_clicked_cb): Call e_show_uri() instead of gnome_url_show(). * e-util/e-error.c (ee_response): Call e_display_help() instead of gnome_url_show(). * mail/em-config.c: * mail/em-menu.c: Remove unneeded #include <libgnome/gnome-url.h> svn path=/trunk/; revision=37037
* | Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-1111-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/e-contact-editor-address.c: * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/e-contact-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/e-cal-list-view.c: * calendar/gui/e-day-view.c: * calendar/gui/e-itip-control.c: * calendar/gui/e-meeting-list-view.c: * calendar/gui/e-meeting-store.c: * calendar/gui/e-week-view.c: * calendar/gui/gnome-cal.c: * calendar/gui/memos-control.c: * calendar/gui/tasks-control.c: * e-util/e-dialog-utils.c: * mail/em-folder-view.c: * mail/importers/mail-importer.c: * shell/e-shell.c: * shell/evolution-shell-component-utils.c: * shell/importer/intelligent.c: * shell/main.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: Remove unneeded #include <libgnome/gnome-util.h>. svn path=/trunk/; revision=37036
* | Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-1113-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-view.c: * addressbook/gui/contact-editor/e-contact-editor.h: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-editor/eab-editor.h: * addressbook/gui/contact-list-editor/e-contact-list-editor.h: * mail/mail-autofilter.c: Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneeded #include <libgnomeui/gnome-app-helper.h> * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * calendar/gui/e-itip-control.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * widgets/misc/test-dropdown-button.c: Remove unneeded #include <libgnomeui/gnome-stock-icons.h>. * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/cancel-comp.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/recur-comp.c: * calendar/gui/e-itip-control.c: * calendar/gui/print.c: Remove unneeded #include <libgnomeui/gnome-uidefs.h>. svn path=/trunk/; revision=37035
* | ** Fixes bug #567281Matthew Barnes2009-01-113-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567281 * calendar/gui/calendar-commands.c: * calendar/gui/e-cell-date-edit-text.c: * widgets/misc/e-cell-date-edit.c: * widgets/misc/e-cell-percent.c: Remove unneeded #include <libgnomeui/gnome-messagebox.h>. svn path=/trunk/; revision=37033
* | ** Fixes bug #567276Matthew Barnes2009-01-1113-85/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-10 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567276 * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/printing/test-print.c: * calendar/gui/calendar-commands.c: * calendar/gui/control-factory.c: * calendar/gui/e-itip-control.c: * calendar/gui/gnome-cal.c: * calendar/gui/goto.c: * calendar/gui/memos-control.c: * calendar/gui/print.c: * calendar/gui/tasks-control.c: * calendar/gui/alarm-notify/alarm-queue.c: * calendar/gui/dialogs/schedule-page.c: * widgets/menus/gal-view-menus.c: Remove unneeded #include <libgnomeui/gnome-dialog-util.h>. * calendar/gui/calendar-config.c: * calendar/gui/calendar-config.h: Removed unused function calendar_config_check_timezone_set(). * widgets/misc/test-color.c: We don't ship this. Remove it. svn path=/trunk/; revision=37030
* | Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-096-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> * Fix for bug #566011 * addressbook/gui/component/Makefile.am: * addressbook/gui/component/addressbook-component.c (addressbook_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * calendar/gui/Makefile.am: * calendar/gui/calendar-component.c (calendar_component_class_init): * calendar/gui/dialogs/comp-editor.c: * calendar/gui/memos-component.c (memos_component_class_init): * calendar/gui/tasks-component.c (tasks_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * composer/e-composer-header-table.c: * composer/e-composer-private.h: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. * mail/mail-component.c (mail_component_class_init): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * shell/e-user-creatable-items-handler.c (e_user_creatable_items_handler_class_ini): Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and add bindtextdomain(). * widgets/misc/e-charset-picker.c: * widgets/misc/e-signature-combo-box.c: Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>. svn path=/trunk/; revision=37021
* | ** Fix for bug #565553, #462372 (bnc)Ashish Shrivastava2009-01-072-1/+8
| | | | | | | | | | | | | | | | | | | | | | 2009-01-07 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #565553, #462372 (bnc) * gui/e-cal-popup.c (temp_save_part): Add supported URI format. svn path=/trunk/; revision=37006
* | Part of fix for bug #443544 (bugzilla.novell.com) - Handle ↵Suman Manjunath2009-01-075-4/+27
| | | | | | | | | | | | E_MEETING_FREE_BUSY_FREE. svn path=/trunk/; revision=37005
* | ** Fixes bug #566599Matthew Barnes2009-01-072-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-06 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #566599 * calendar/gui/itip-utils.c (comp_subject): Add translator comments and gettext context for meeting mail subject prefixes. svn path=/trunk/; revision=37004
* | Fix for bug #458968 (bugzilla.novell.com) - Don't warn the user about ↵Suman Manjunath2009-01-062-0/+10
| | | | | | | | | | | | changes being lost if he is trying to delegate the meeting. svn path=/trunk/; revision=36997
* | Patch from Ashish Shrivastava <shashish@novell.com> ** Fix for bug #458153 ↵Suman Manjunath2009-01-053-4/+20
| | | | | | | | | | | | (bugzilla.novell.com) - Provide a 'Show time as busy' button in the toolbar (like the other items in the 'Options' menu). svn path=/trunk/; revision=36988
* | ** Fixes bug #566566Matthew Barnes2009-01-052-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #566566 * calendar/gui/e-itip-control.c (insert_rsvp): Mark "RSVP" for translation. svn path=/trunk/; revision=36985
* | Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #562091 - Create ↵Suman Manjunath2008-12-312-6/+24
| | | | | | | | | | | | MemoPage after the base class object has been created and initialized. svn path=/trunk/; revision=36948
* | ** Fix for bug #446285 (bnc)Bharath Acharya2008-12-292-30/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #446285 (bnc) * gui/e-select-names-editable.c: (e_select_names_editable_get_emails), (e_select_names_editable_get_names): Traverse all the entries in the added list. svn path=/trunk/; revision=36943
* | ** Fix for bug #439998 (bnc)Bharath Acharya2008-12-292-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #439998 (bnc) * gui/dialogs/comp-editor.c: (remove_event_dialog), (action_save_cb): Ask the user if he wants to remove the delegated events or keep a copy. svn path=/trunk/; revision=36940
* | ** Fix for bug #559604Milan Crha2008-12-224-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show additional status information for the meeting only when user is an organizer. svn path=/trunk/; revision=36926
* | Show reason of a failure on a console too.Milan Crha2008-12-182-1/+6
| | | | | | | | | | | | | | | | | | | | 2008-12-17 Milan Crha <mcrha@redhat.com> * gui/e-cal-model.c: (update_e_cal_view_for_client): Show reason of a failure on a console too. svn path=/trunk/; revision=36913
* | ** Fix for bug #540181Milan Crha2008-12-152-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #540181 * gui/tasks-component.c: (destroy_component_view): Do not touch already freed object. svn path=/trunk/; revision=36898
* | ** Part of fix for bug #564229Milan Crha2008-12-153-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #564229 * gui/dialogs/alarm-dialog.c: (populate_widgets_from_alarm): Cast to proper object. * gui/alarm-notify/alarm-queue.c: (free_tray_icon_data): Do not leak. svn path=/trunk/; revision=36893
* | ** Part of fix for bug #563669Milan Crha2008-12-153-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563669 * mail/em-account-editor.c: (emae_option_checkspin): * filter/filter-int.c: (get_widget): * calendar/gui/dialogs/recurrence-page.c: (make_ending_count_special): * calendar/conduits/todo/todo-conduit.c: (e_todo_gui_new): Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36892
* | ** Fix for BNC bug #435452Srinivasa Ragavan2008-12-152-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #435452 * gui/e-meeting-list-view.c: (ense_update), (editing_started_cb), (build_table): svn path=/trunk/; revision=36880
* | ** Fix for bug #333224Milan Crha2008-12-102-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #333224 * gui/e-day-view.c: (e_day_view_on_text_item_event): Sanitize returned values from 'e_day_view_convert_position_in_main_canvas', because it can let the 'event_num' or 'day' set to -1, which means invalid value. svn path=/trunk/; revision=36858
* | ** Fix for bug #563669Milan Crha2008-12-098-12/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #563669 * addressbook/gui/component/ldap-config.glade: * addressbook/printing/e-contact-print.glade: * mail/mail-config.glade: * filter/filter.glade: * widgets/misc/e-send-options.glade: * calendar/gui/dialogs/recurrence-page.glade: * calendar/gui/dialogs/alarm-dialog.glade: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/task-details-page.glade: * calendar/gui/dialogs/cal-prefs-dialog.glade: * calendar/gui/alarm-notify/alarm-notify.glade: * calendar/gui/goto-dialog.glade: Use zero GtkSpinButton's PageSize, as Gtk+ requires. svn path=/trunk/; revision=36855
* | ** Fix for bug #563633Jeff Cai2008-12-082-0/+7
| | | | | | | | | | | | | | | | | | | | | | 2008-12-08 Jeff Cai <jeff.cai@sun.com> ** Fix for bug #563633 * gui/e-cal-model.c: Add an unused member for _ECalModelComponentPrivate svn path=/trunk/; revision=36851
* | Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #555371 ↵Suman Manjunath2008-12-082-1/+10
| | | | | | | | | | | | (Added print menu option to task, memo and event editors). svn path=/trunk/; revision=36848
* | Patch from Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #350725 ↵Suman Manjunath2008-12-085-155/+335
| | | | | | | | | | | | (Copy/Paste support in day/week views). svn path=/trunk/; revision=36841
* | Patch from Paul Bolle <pebolle@tiscali.nl> : Fix for bug #551599 (Do not ↵Suman Manjunath2008-12-082-9/+16
| | | | | | | | | | | | fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment). svn path=/trunk/; revision=36837
* | ** Fix for bug #332629Milan Crha2008-12-064-208/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #332629 * filter/filter-option.h: (struct _filter_option), (struct _FilterOption), (filter_option_add): * filter/filter-option.c: (filter_option_init), (filter_option_finalise), (filter_option_add), (xml_create), (get_widget), (clone): Be able to define optionlist with dynamically created list of options. * filter/filter-label.c: (fill_options): Adapt. * addressbook/gui/widgets/addresstypes.xml: * calendar/gui/caltypes.xml: * calendar/gui/memotypes.xml: * calendar/gui/tasktypes.xml: Use dynamically created list of categories in the option's widget. svn path=/trunk/; revision=36836
* | ** Part of fix for bug #352287Milan Crha2008-12-032-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-03 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #352287 * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): Draw top icons in full detail/color depth (for weather, for example). * plugins/calendar-weather/Makefile.am: Compile and link with libgweather. * plugins/calendar-weather/calendar-weather.c: (e_plugin_lib_enable), (selection_changed), (find_location_func), (find_location), (treeview_clicked), (create_source_selector), (build_location_path), (location_clicked), (e_calendar_weather_location): Use libgweather for weather calendar. Note: Requires eds revision at least 9793. svn path=/trunk/; revision=36827
* | ** Fixes part of bug #348299Matthew Barnes2008-12-037-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #348299 * addressbook/gui/contact-editor/e-contact-editor.c (e_contact_editor_init): * calendar/gui/dialogs/event-page.c (get_widgets): * calendar/gui/dialogs/memo-page.c (get_widgets): * calendar/gui/dialogs/task-page.c (get_widgets): Use category completion in the Categories field. * calendar/gui/dialogs/event-editor.c: * calendar/gui/dialogs/memo-editor.c: * calendar/gui/dialogs/task-editor.c: Fix some reference count leaks. svn path=/trunk/; revision=36826
* | Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-283-2/+21
| | | | | | | | svn path=/trunk/; revision=36818
* | ** Fix for bug #560138Milan Crha2008-11-252-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #560138 * gui/e-calendar-table.c: (query_tooltip_cb): Let wrap description text in a tooltip. svn path=/trunk/; revision=36812
* | ** Fix for bug #556224Milan Crha2008-11-192-2/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #556224 * gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets), (update_todo_view_async), (update_todo_view), (gnome_calendar_init), (gnome_calendar_destroy): Run always 'update_todo_view' in a separate thread and guard its body with a mutex. * gui/gnome-cal.c: (update_query_async): Do not leak. svn path=/trunk/; revision=36803
* | ** Fixes bug #557818Matthew Barnes2008-11-184-411/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-17 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557818 * addressbook/gui/component/addressbook-view.c: * calendar/gui/calendar-component.c: * calendar/gui/memos-component.c: * calendar/gui/tasks-component.c: ESourceSelector now handles most of the drag-and-drop signals. We just have to listen for the new "data-dropped" signal and deal with it. Gets rid of a lot of duplicate logic. svn path=/trunk/; revision=36793
* | ** Fixes bug #558322Matthew Barnes2008-11-184-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-17 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558322 * addressbook/gui/component/addressbook-view.c (rename_addressbook_cb): * calendar/gui/calendar-component.c (rename_calendar_cb): * calendar/gui/memos-component.c (rename_memo_list_cb): * calendar/gui/tasks-component.c (rename_task_list_cb): New "Rename" item in the source selector pop-up menu calls the recently added e_source_selector_edit_primary_selection(). Still need to bind the "F2" key to this action, but I'm not sure how whether EPopup supports that. svn path=/trunk/; revision=36791
* | ** Fix for bug #559604Milan Crha2008-11-114-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show attendees' status in the tooltip if available. svn path=/trunk/; revision=36773
* | Fix for bug #490503 - Show summary of unaccepted meetings as bold in ↵Suman Manjunath2008-11-113-35/+41
| | | | | | | | | | | | calendar views. svn path=/trunk/; revision=36770
* | Fix for bug #443190 (bugzilla.novell.com) - Block signals from ↵Suman Manjunath2008-11-102-3/+10
| | | | | | | | | | | | attachment-bar while still filling the widgets. svn path=/trunk/; revision=36769
* | ** Fix for bug #440007 (bnc) Print Preview of Calendar Event Shows BlankBharath Acharya2008-11-072-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-07 Bharath Acharya <abharath@novell.com> ** Fix for bug #440007 (bnc) Print Preview of Calendar Event Shows Blank Page Before Data * gui/print.c: (print_comp_draw_real): Print the attendees only if its the first page. svn path=/trunk/; revision=36752
* | ** Fix for bug #558354Milan Crha2008-11-045-5/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #558354 * gui/alarm-notify/alarm-notify.glade: * gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult): * gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify), (dismiss_pressed_cb), (notified_alarms_dialog_new): * gui/alarm-notify/alarm-queue.c: (notify_dialog_cb): Changed "Close" button to "Dismiss All" and added a "Dismiss" button to the alarm notification dialog to be able to dismiss only some of the alarms shown in the dialog. svn path=/trunk/; revision=36740
* | Fix compiler warnings.Matthew Barnes2008-11-044-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-04 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/calendar-commands.c: * calendar/gui/calendar-component.h: * calendar/gui/gnome-cal.c: * e-util/e-non-intrusive-error-dialog.c: * e-util/e-non-intrusive-error-dialog.h: Fix compiler warnings. svn path=/trunk/; revision=36738
* | ** Fix for bug #559086Ashish Shrivastava2008-11-039-22/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-03 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #559086 * Most of the calendar errors are now non-intrusive * calendar.error.xml: Added a new error message for non-intrusive backend_died. * apps_evolution_calendar.schemas.in: * calendar-commands.c: Added new verb for help debug message (help_debug): * gnome-cal.c: Support for non-intrusive error. (client_cal_opened_cb), Define fash table and accessing errors: * e-calendar-view.c: (error_response): (e_calendar_utils_show_error_silent), (e_calendar_utils_show_info_silent): * e-calendar-view.h: * calendar-component.c: Added EActivityHandler and ELogger: (calendar_component_peek_activity_handler), (calendar_component_show_logger): * calendar-component.h: svn path=/trunk/; revision=36727
* | ** Fixes bug #559042Matthew Barnes2008-11-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559042 * calendar/gui/e-itip-control.c (write_recurrence_piece): * mail/mail-config.glade: Remove extra spaces in translated strings. svn path=/trunk/; revision=36722
* | Fix a crash when selecting "Forward as iCalendar".Matthew Barnes2008-11-012-1/+6
| | | | | | | | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/itip-utils.c (itip_send_comp): Fix a crash when selecting "Forward as iCalendar". svn path=/trunk/; revision=36708
* | Only include the toplevel GTK+ header.Matthew Barnes2008-10-315-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-30 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/test-editor.c: * addressbook/gui/widgets/e-minicard-label.c: * addressbook/gui/widgets/e-minicard-view-widget.c: * addressbook/gui/widgets/test-reflow.c: * calendar/gui/control-factory.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-week-view-event-item.c: * calendar/gui/weekday-picker.c: * e-util/e-icon-factory.c: * shell/importer/evolution-importer-client.h: * shell/importer/intelligent.c: * shell/test/evolution-test-component.c: * widgets/menus/gal-view-menus.c: * widgets/misc/e-activity-handler.c: * widgets/table/e-table-config-field.h: Only include the toplevel GTK+ header. svn path=/trunk/; revision=36699
* | ** Fixes bug #555958 (patch by Anis Elleuch)Matthew Barnes2008-10-202-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #555958 (patch by Anis Elleuch) * calendar/gui/dialogs/comp-editor.c (comp_editor_init): Add the UI manager's accelerator group to the editor window so that menu shortcut keys work. svn path=/trunk/; revision=36667
* | Milan Crha <mcrha@redhat.com> ** Fix for bug #553715 (Set end time for the ↵Suman Manjunath2008-10-202-2/+9
| | | | | | | | | | | | event properly, not same as start time). svn path=/trunk/; revision=36661
* | Milan Crha <mcrha@redhat.com> ** Fix for bug #528816 (Disable vCalendar ↵Suman Manjunath2008-10-202-11/+31
| | | | | | | | | | | | importer when we can parse proper iCalendar from the given file). svn path=/trunk/; revision=36659
* | ** Fix for bug #556059Matt Davey2008-10-173-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-17 Matt Davey <mcdavey@mrao.cam.ac.uk> ** Fix for bug #556059 * conduits/common/Makefile.am: * conduits/common/libecalendar-common-conduit.c: Allow building outside the source tree. svn path=/trunk/; revision=36629
* | ** Fix for bug #553609Milan Crha2008-10-172-0/+12
| | | | | | | | | | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #553609 * gui/e-week-view.c: (e_week_view_set_selected_time_range): Do not do any changes when the view has not been shown yet. svn path=/trunk/; revision=36627
* | ** Fix for bug #530872Milan Crha2008-10-172-2/+12
| | | | | | | | | | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #530872 * gui/e-calendar-table.c: (e_calendar_table_on_open_task): Check for NULL soon enough to not crash. svn path=/trunk/; revision=36625
* | Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-148-104/+137
| | | | | | | | svn path=/trunk/; revision=36617