aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-39/+57
* Bug #682678 - Entering the end date for a recurring event is very difficultMilan Crha2012-08-311-7/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Disable CompEditor when saving changesMilan Crha2012-07-171-2/+6
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+30
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+2
* Adapt calendar/gui to the new ESource API.Matthew Barnes2012-06-031-9/+27
* Whitespace cleanups.Matthew Barnes2012-05-131-2/+2
* Bug #559710 - Do not close Event/Task/Memo editor on saveMilan Crha2012-05-111-4/+58
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-4/+4
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-2/+2
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+9
* Bug 670280 - Remove "Recent Documents" attachment featureMatthew Barnes2012-02-171-37/+0
* Fix broken Help menu entry in Memo Editor after Mallard transition.Andre Klapper2012-02-151-1/+1
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-101-6/+4
|\
| * EAttachmentPaned: Add "resize-toplevel" property.Matthew Barnes2011-10-061-5/+2
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-061-1/+2
* | First successful buildRodrigo Moya2011-10-061-7/+12
* | Merge from masterRodrigo Moya2011-10-051-2/+6
|\|
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-2/+2
| * Bug #656378 attachment name corruptionPunit Jain2011-09-301-2/+4
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-0/+1
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-261-1/+1
| * Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-261-0/+24
| * Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-7/+14
| * Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-151-0/+2
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-41/+55
| * Bug #656258 - Critical runtime warning on comp-editor closeMilan Crha2011-08-161-0/+7
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-131-27/+58
| * Remove unneeded semicolonMilan Crha2011-08-031-1/+1
| * Bug #655255 - Make comp-editor toolbar buttons' tooltips sanerMilan Crha2011-07-271-4/+4
| * Check for cancelled GIO operation error code tooMilan Crha2011-06-281-1/+2
| * Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-231-0/+16
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-88/+142
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-091-10/+20
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
| * Coding style cleanups.Matthew Barnes2011-05-091-4/+4
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-7/+14
| * Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-03-081-0/+4
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
| * Fix Gtk-Doc comment notation.Matthew Barnes2011-03-021-4/+4
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-9/+5
| * Bug #642954 - Doesn't commit/abort sequence on modification errorMilan Crha2011-02-241-4/+3
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-191-3/+8
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+1
| * Bug #641011 - Ugly appointment editing windowsMilan Crha2011-02-031-2/+6
| * More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
| * Various critical warnings about comp-editor-pages and date editMilan Crha2011-01-251-3/+23
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-2/+13
| * Move calendar preferences to the calendar module.Matthew Barnes2010-11-051-15/+293
| * Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-2/+2
* | Bug #657170 - Disallow creating assigned tasks when not supportedMilan Crha2011-09-261-0/+24
* | Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-7/+14
* | Add missing argument to g_settings_bindRodrigo Moya2011-09-221-6/+6
* | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-211-0/+2
* | Port event/task/meeting editor to GSettingsRodrigo Moya2011-09-151-19/+14
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-41/+55
* | Bug #656258 - Critical runtime warning on comp-editor closeMilan Crha2011-09-141-0/+7
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-27/+58
* | Remove unneeded semicolonMilan Crha2011-09-141-1/+1
* | Bug #655255 - Make comp-editor toolbar buttons' tooltips sanerMilan Crha2011-09-141-4/+4
* | Check for cancelled GIO operation error code tooMilan Crha2011-06-301-1/+2
* | Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-301-0/+16
* | Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-88/+142
* | Coding style and whitespace cleanups.Matthew Barnes2011-06-301-10/+20
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Coding style cleanups.Matthew Barnes2011-06-301-4/+4
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-301-7/+14
* | Bug 644166 - Add style class to primary toolbarsMatthew Barnes2011-06-301-0/+4
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Fix Gtk-Doc comment notation.Matthew Barnes2011-06-301-4/+4
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-9/+5
* | Bug #642954 - Doesn't commit/abort sequence on modification errorMilan Crha2011-06-301-4/+3
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-3/+8
* | Remove NULL checks for GObject methods.Matthew Barnes2011-06-301-2/+1
* | Bug #641011 - Ugly appointment editing windowsMilan Crha2011-06-301-2/+6
* | More whitespace cleanup.Matthew Barnes2011-06-301-1/+1
* | Various critical warnings about comp-editor-pages and date editMilan Crha2011-06-301-3/+23
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
* | Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-301-2/+13
* | Move calendar preferences to the calendar module.Matthew Barnes2010-11-101-15/+293
* | Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-101-2/+2
|/
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+3
* Messin around with EAlerts.Matthew Barnes2010-09-301-7/+8
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+4
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+4
* Coding style cleanups.Matthew Barnes2010-09-131-12/+12
* Bug #627101 - Not able to attach files in calendarMilan Crha2010-08-301-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-48/+119
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-1/+1
* Bug 619903 - Event editor is too small in express modeMatthew Barnes2010-05-291-2/+2
* CompEditor cleanup.Matthew Barnes2010-05-291-41/+24
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-9/+12
* Merge branch 'express2'Matthew Barnes2010-05-271-43/+89
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-1/+1
| * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-4/+20
| |\
| | * Bug 594153 (3/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+9
| | * Bug 594153 (2/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+4
| | * Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+11
| * | Re-work the over-complicated event editor as a tabbed notebook.Michael Meeks2010-04-191-37/+73
| * | cleanup for non-express modeMichael Meeks2010-04-151-3/+5
| * | Adapt the event editor for MeeGo / small-screen.Michael Meeks2010-04-151-7/+15
| |/
| * Bug #612821 - Uses freed memory when changing task's sourceMilan Crha2010-04-011-4/+13
* | Bug 594153 (3/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-0/+9
* | Bug 594153 (2/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+4
* | Bug 594153 (1/3) - Allow setting alarms on any meetingJim Ramsay2010-05-191-4/+11
* | Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
* | Adapt to Camel API changes.Matthew Barnes2010-04-131-6/+9
* | Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-10/+0
* | Bug #612821 - Uses freed memory when changing task's sourceMilan Crha2010-04-011-4/+13
|/
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-1/+2
* improve locking for async query update, share code for object disposal,Michael Meeks2010-03-141-1/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-6/+0
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-76/+77
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-3/+3
* port calendar/ to the new EError APIJonathon Jongsma2009-12-011-2/+2
* Bug #602165 - Meeting window doesn't show status, role fieldsMilan Crha2009-11-181-10/+5
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-111-1/+0
* Bug #601218 - Accepted meeting doesn't show attachments in calendar viewMilan Crha2009-11-101-1/+8
* Bug 601219 - Transient dialogs in composer window blocks main windowMatthew Barnes2009-11-101-0/+15
* Bug #594484 - Crashed when tried to open more than one memoMilan Crha2009-09-081-4/+2
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-5/+5
* Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-121-1/+0
* Changes for having a light version of calendar.Srinivasa Ragavan2009-08-121-6/+69
* Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-111-5/+18
* Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-08-111-8/+16
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-151-1/+1
|\
| * Pick the user_org from comp editor flags.Chenthill Palanisamy2009-07-141-1/+1
| * Fix excessive whitespace.Matthew Barnes2009-07-131-5/+0
| * Fix coding style.Matthew Barnes2009-06-141-2/+2
| * Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139
| * More code cleanup.Matthew Barnes2009-06-021-1/+1
| * Whitespace cleanup.Matthew Barnes2009-05-291-9/+9
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-25/+25
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-5/+5
* | Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
* | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-0/+6
* | Fix coding style.Matthew Barnes2009-06-141-2/+2
* | Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139
* | More code cleanup.Matthew Barnes2009-06-021-1/+1
* | Whitespace cleanup.Matthew Barnes2009-05-291-9/+9
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-25/+25
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-4/+4
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-5/+5
| |/
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-3/+4
|\|
| * Adds the resend feature to GroupWise features.Chenthill Palanisamy2009-05-211-3/+4
| * Remove an unnecessary variable from get_attachment_list().Matthew Barnes2009-05-141-3/+1
* | Remove an unnecessary variable from get_attachment_list().Matthew Barnes2009-05-211-3/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-061-8/+21
|\|
| * Mark CompEditor as changed when attachments are added or removed.Matthew Barnes2009-05-051-8/+21
* | Add a "Print Preview" menu item to CompEditor.Matthew Barnes2009-05-021-6/+21
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-291-0/+3
|\|
| * Simplify action and action group lookups in CompEditor.Matthew Barnes2009-04-281-24/+6
| * Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-281-17/+17
| * Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-940/+289
| * Calendar - do not close editor after errorMilan Crha2009-04-251-7/+13
* | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-46/+83
* | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-40/+13
* | Calendar - do not close editor after errorMilan Crha2009-04-281-7/+13
* | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-261-19/+62
* | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-251-15/+15
* | Manual conflict resolutionMatthew Barnes2009-04-251-15/+4
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-8/+24
|\|
| * Fixes #561312Chenthill Palanisamy2009-04-131-1/+10
| * Fixes #435455 (bnc)Chenthill Palanisamy2009-03-051-4/+4
| * ** Fix for bug #573119Milan Crha2009-03-051-2/+3
| * ** Fix for bug #568331Milan Crha2009-01-211-1/+15
| * ** Fix for bug #225712Milan Crha2009-01-191-11/+12
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-111-7/+2
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-091-1/+1
| * Fix for bug #458968 (bugzilla.novell.com) - Don't warn the user about changes...Suman Manjunath2009-01-061-0/+2
| * Patch from Ashish Shrivastava <shashish@novell.com> ** Fix for bug #458153 (...Suman Manjunath2009-01-051-0/+1
| * ** Fix for bug #439998 (bnc)Bharath Acharya2008-12-291-2/+44
| * Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #555371 ...Suman Manjunath2008-12-081-1/+3
| * Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-281-1/+2
| * Fix for bug #443190 (bugzilla.novell.com) - Block signals from attachment-bar...Suman Manjunath2008-11-101-2/+2
| * ** Fixes bug #555958 (patch by Anis Elleuch)Matthew Barnes2008-10-201-0/+4
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-081-12/+16
| * ** Fix for bug #554418Milan Crha2008-10-011-1/+1
| * ** Fixes bug #549968Matthew Barnes2008-09-071-1/+1
| * New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-151-6/+2
| * ** Fixes bug #546057Matthew Barnes2008-08-031-1/+1
| * ** Fixes bug #542125Matthew Barnes2008-07-191-1039/+1304
* | Fix the "Recent Documents" menu in CompEditor.Matthew Barnes2009-04-241-9/+36
* | Bug fixes and formerly unfinished bits of the attachment rewrite.Matthew Barnes2009-04-111-12/+12
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-301-2/+0
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-261-0/+3
* | Saving progress again on the attachment rewrite.Matthew Barnes2009-03-241-28/+11
* | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-640/+220
* | Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-101-24/+6
* | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-232/+1
* | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-0/+6
* | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-211-11/+12
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-4/+49
* | Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-7/+6
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-2/+5
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-2/+2
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-12/+20
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-1/+1
* | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-301-0/+2
* | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-251-3/+38
* | Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-111-1/+0
* | ** Fixes bug #549968Matthew Barnes2008-08-311-1/+1
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-6/+2
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+1
* | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-161-1054/+1317
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-3/+1
* ** Fix for bug #509923Milan Crha2008-04-181-2/+19
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-23/+1
* Fix for bug #517134 : Extend the 'Insert' menu (in editors) to show a "Recent...Suman Manjunath2008-04-121-15/+55
* ** Fix for bug #438613Milan Crha2008-03-271-2/+2
* ** Part of fix for bug #515744Milan Crha2008-02-201-8/+2
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+1
* String changes for improved error-messages and a schema-description. Suman Manjunath2008-02-111-2/+2
* ** Fix for bug #337046Srinivasa Ragavan2008-01-241-3/+10
* Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (U...Suman Manjunath2008-01-071-2/+2
* ** Fix for bug #492793Milan Crha2007-11-161-3/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-174/+174
* ** Fix for bug #353780Milan Crha2007-11-051-7/+25
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-6/+6
* ** Fixes bug #477045Matthew Barnes2007-09-281-2/+11
* ** Fixes bug #476124.Jedy Wang2007-09-211-0/+2
* ** Fixes bug #476040Matthew Barnes2007-09-131-3/+3
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* 2007-08-23 mcrha Fix for bug #329746Milan Crha2007-08-241-2/+4
* reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>Chenthill Palanisamy2007-07-091-4/+4
* Fixes #329594Chenthill Palanisamy2007-07-091-3/+13
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-031-6/+5
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-8/+8
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-1/+1
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-11/+20
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2006-11-281-0/+44
* Fixes #332101Chenthill Palanisamy2006-10-171-1/+1
* Fixes #343369 Set the filename as email followed the number of theChenthill Palanisamy2006-09-301-1/+19
* Fixes shared memos for File system.Chenthill Palanisamy2006-08-101-5/+43
* Free GSList and its data after callingHarish Krishnaswamy2006-06-191-0/+2
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-251-3/+23
* Committing patch from PR Suman to add icons missing in menu items.Srinivasa Ragavan2006-04-261-0/+1
* Fixes bug #332140Simon Zheng2006-03-061-2/+4
* Fixes #311482 As uri is encaped ASCII-encoded, it can't be recognized whenSimon Zheng2006-03-061-2/+2
* a11y changes for bug #330723Karsten Bräckelmann2006-02-111-1/+2
* fixes #329768Chenthill Palanisamy2006-02-091-4/+2
* broken pipes are soo funKjartan Maraas2006-02-081-27/+3