aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* Bug #596827 - Don't remove meeting attendees after editMilan Crha2009-11-042-3/+25
* Bug #599627 - Crash when adding a new task in a tableC de-Avillez2009-11-031-6/+2
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-273-12/+10
* Prefer GQueue (or GNode) over EDList.Matthew Barnes2009-10-271-1/+1
* Coding style and whitespace cleanups.Matthew Barnes2009-10-241-5/+4
* Bug #596860 - Duplicate event gets shown in calendar viewMilan Crha2009-10-161-0/+5
* Bug #555901 - Preserve Start/End/Due timezone when editing in list viewMilan Crha2009-10-164-120/+72
* Bug #322261 - vCalendar replies are sent out using the default accountMilan Crha2009-10-161-12/+25
* Bug #404227 - Over-aggressive appointment editor date checkMilan Crha2009-10-161-2/+25
* Slightly better error dialog on "Unable to book"Milan Crha2009-10-161-2/+7
* Bug #562512 - Make hyperlinks clickable in Memos, Tasks and CalendarMilan Crha2009-10-164-0/+21
* Bug #592117 - Calendar Printout Lovepepp2009-10-151-32/+69
* Bug #593753 - Calendar search in list view doesn't work properlyMilan Crha2009-10-152-13/+10
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-1/+1
* Bug #498095 - Fixing mnemonicsMilan Crha2009-10-131-2/+2
* Bug #597564 - Invalid g_object_unref call in redo_queriesMilan Crha2009-10-072-17/+22
* Bug #594373 - Calendar notifications are not cleared from system trayMilan Crha2009-10-051-17/+18
* BUG#595803 Fixes a double freeBharath Acharya2009-10-051-3/+0
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-013-5/+8
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-253-4/+4
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-4/+4
* Bug 593747 - Calendar preview dates not indicating eventsMilan Crha2009-09-231-6/+13
* Bug 593750 - Month view doesn't update / scrollMatthew Barnes2009-09-232-250/+250
* Calendar canvas item cleanup.Matthew Barnes2009-09-2216-2115/+2671
* Remove an unnecessary #include.Matthew Barnes2009-09-191-1/+0
* Get "Edit Event" working from the alarm notify window.Matthew Barnes2009-09-191-41/+31
* Rename dead files to avoid fpeter's GNOME 2.99 scanner.Matthew Barnes2009-09-194-0/+0
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-192-1/+5
* Restore the alarm notify daemon.Matthew Barnes2009-09-187-267/+165
* Remove a bunch of unused functions.Matthew Barnes2009-09-158-383/+0
* Bug 593646 - Starting in day view does not restore panels correctlyMatthew Barnes2009-09-101-1/+1
* Mark dead source files as such.Matthew Barnes2009-09-094-0/+0
* Finish killing Bonobo.Matthew Barnes2009-09-094-117/+9
* Bug #594484 - Crashed when tried to open more than one memoMilan Crha2009-09-082-6/+2
* Bug #594407 - Alarms won't go awayMilan Crha2009-09-081-11/+1
* Bug #581602 - Purge calendar function not workingMilan Crha2009-09-081-5/+19
* Remove some obsolete utility functions.Matthew Barnes2009-09-054-52/+108
* Bug 593754 - Warnings on evolution terminal when open any taskMilan Crha2009-09-051-111/+79
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-052-5/+21
* Bug 593881 - Category icons do not appear in preview paneMatthew Barnes2009-09-031-37/+64
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-0214-137/+137
* Fix for few compiler warningsMilan Crha2009-08-311-12/+0
* Fix distcheck errors.Matthew Barnes2009-08-301-148/+0
* Merge commit 'origin/kill-bonobo'Matthew Barnes2009-08-30158-25259/+14793
|\
| * Coding style and whitespace cleanup.Matthew Barnes2009-08-3011-19/+17
| * Simplify EPlugin loading at startup.Matthew Barnes2009-08-307-712/+0
| * Re-enable more calendar code.Matthew Barnes2009-08-288-29/+9
| * Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-8/+87
| * Handle calendar URIs from the command line.Matthew Barnes2009-08-252-44/+0
| * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-233-11/+17
| * Kill EPopup.Matthew Barnes2009-08-234-4/+0
| * Kill ECalPopup.Matthew Barnes2009-08-234-719/+0
| * Remove the popup menu from EMeetingListView.Matthew Barnes2009-08-232-197/+0
| * More GnomeCalendar cleanup.Matthew Barnes2009-08-193-125/+41
| * Trim more fat off the GnomeCalendar API.Matthew Barnes2009-08-195-321/+144
| * Re-enable more calendar bits.Matthew Barnes2009-08-192-11/+0
| * Centralize week-start-day tracking in calendar views.Matthew Barnes2009-08-198-275/+146
| * ECalModel cleanup.Matthew Barnes2009-08-181-94/+152
| * Remove duplicate handlers for date navigator signals.Matthew Barnes2009-08-182-56/+17
| * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-1614-21/+20
| * Get the calendar view popup menu working.Matthew Barnes2009-08-167-676/+105
| * Track the timezone in one place: ECalModelMatthew Barnes2009-08-134-91/+116
| * Make switching between calendar views work.Matthew Barnes2009-08-132-77/+52
| * Get the itip-formatter plugin working.Matthew Barnes2009-08-122-67/+0
| * Get the calendar-weather plugin working.Matthew Barnes2009-08-122-10/+10
| * Remove unnecessary <calendar/gui/e-cal-popup.h> includes.Matthew Barnes2009-08-124-4/+0
| * Kill EMenu.Matthew Barnes2009-08-125-438/+0
| * Fix distcheck errors.Matthew Barnes2009-08-121-0/+2
| * Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-123-10/+172
| * Fix a build break with libevolution-cal-sharedMilan Crha2009-08-121-3/+0
| * Fix a duplicate install file.Srinivasa Ragavan2009-08-121-2/+0
| * Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-122-12/+76
| * Changes for having a light version of calendar.Srinivasa Ragavan2009-08-124-7/+100
| * Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-127-11/+108
| * Bug #324676 - Print preview displays preview of previous monthMilan Crha2009-08-111-1/+30
| * Bug #539334 - Postpone processing event when called recursivelyMilan Crha2009-08-111-6/+125
| * Compiler warning fixes (as part of bug #424078)Milan Crha2009-08-111-2/+2
| * Bug #203853 - Cut/Copy key bindings don't work in day and week viewsMilan Crha2009-08-113-3/+4
| * Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-08-1115-57/+271
| * Cleanup include file path.Srinivasa Ragavan2009-08-111-1/+1
| * Bug #587468 - Show meeting icon for component with attendees onlyMilan Crha2009-08-115-6/+6
| * Bug #320071 - Unclear why you can't edit appointment in calendarMilan Crha2009-08-113-15/+76
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-113-2/+16
| * Bug #590392 - Show selected day in day view's second timezone columnMilan Crha2009-08-112-3/+9
| * Bug #328361 - Support for "Fifth Sunday *of the month*"Marcel Stimberg2009-08-111-0/+7
| * Bug #325611 - Rephrased translators commentsMilan Crha2009-08-111-2/+2
| * Bug #514725 - Critical warnings with appointmentsMilan Crha2009-08-112-20/+31
| * Bug #273535 - Meeting request with attachments has bogus CID valueMilan Crha2009-08-113-8/+23
| * Bug #300567 - Calendar drawing optimizationsMilan Crha2009-08-1110-459/+396
| * Bug #314599 - Recurrence Tab Should Not Default To ForeverMilan Crha2009-08-114-1/+22
| * More refactoring of settings management.Matthew Barnes2009-08-0930-3601/+971
| * More refactoring of settings management.Matthew Barnes2009-08-065-100/+80
| * Remove some unnecessary Bonobo includes.Matthew Barnes2009-08-062-4/+0
| * Replace more "config" classes with property bindings.Matthew Barnes2009-08-0645-3150/+1558
| * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-011-0/+48
| * Add properties to calendar classes.Matthew Barnes2009-07-3116-1600/+1003
| * Trimming redundancy.Matthew Barnes2009-07-2921-330/+314
| * Bug #245829 - Cannot copy (with mouse for pasting) appointment summaryMilan Crha2009-07-292-2/+42
| * Bug #575581 - All Day Events Should Not Depend On Calendar ScrollingMilan Crha2009-07-292-5/+10
| * Bug #579646 - Remember alarm's last notified per calendarMilan Crha2009-07-293-20/+46
| * Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-284-5/+12
| |\
| * | Fix distcheck errors.Matthew Barnes2009-07-285-5/+0
| * | Start re-enabling parts of the calendar.Matthew Barnes2009-07-282-54/+0
| * | Fix a crash on exit.Matthew Barnes2009-07-281-2/+0
| * | Get GnomeCalendar and the a11y stuff building.Matthew Barnes2009-07-285-149/+69
| * | Kill CalSearchBar.Matthew Barnes2009-07-286-1128/+19
| * | Re-enable building GnomeCalendar, except it doesn't yet.Matthew Barnes2009-07-264-80/+84
| * | Remove GtkVPaned stuff from GnomeCalendar.Matthew Barnes2009-07-253-101/+0
| * | Add EMonthView, a simple subclass of EWeekView.Matthew Barnes2009-07-245-281/+462
| * | Move "user_created" signal emission to ECalendarView.Matthew Barnes2009-07-249-114/+91
| * | Some minor fixes before I dive into calendar again.Matthew Barnes2009-07-242-3/+2
| * | More whitespace cleanup.Matthew Barnes2009-07-1921-38/+38
| * | Fix some leftover merge artifacts.Matthew Barnes2009-07-161-154/+0
| * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-152-1/+155
| |\ \
| * | | Fix excessive whitespace.Matthew Barnes2009-07-14102-619/+0
| * | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-1116-82/+283
| |\ \ \
| * \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-014-18/+37
| |\ \ \ \
| * | | | | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-013-3/+3
| * | | | | Radically reorganize source code.Matthew Barnes2009-06-2525-26/+25
| * | | | | Don't install libcal-gui.so.Matthew Barnes2009-06-201-1/+1
| * | | | | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-203-0/+18
| * | | | | Fix "make distcheck" errors.Matthew Barnes2009-06-208-11/+8
| * | | | | Stop abusing forward declarations.Matthew Barnes2009-06-195-33/+35
| * | | | | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1828-173/+55
| * | | | | Fix coding style.Matthew Barnes2009-06-141-2/+2
| * | | | | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-091-0/+4
| * | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-092-5/+3
| * | | | | libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-091-0/+4
| * | | | | Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139
| * | | | | More code cleanup.Matthew Barnes2009-06-0242-130/+130
| * | | | | Whitespace cleanup.Matthew Barnes2009-05-2948-273/+273
| * | | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-27131-1615/+1615
| * | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27227-497/+510
| |\ \ \ \ \
| | * | | | | Remove trailing whitespace, again.Matthew Barnes2009-05-27214-311/+311
| * | | | | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-255-15/+15
| * | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-228-25/+32
| |\ \ \ \ \ \
| * | | | | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2113-24/+16
| * | | | | | | Bug 582626 - Remove forgotten widgets from a glade fileMilan Crha2009-05-211-36/+0
| * | | | | | | Remove an unnecessary variable from get_attachment_list().Matthew Barnes2009-05-211-3/+1
| * | | | | | | Make the Calendar view scroll using the arrow keysMarcel Stimberg2009-05-211-17/+74
| * | | | | | | Use -no-undefined on Linux tooMilan Crha2009-05-2037-22/+6739
| * | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-111-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-082-7/+7
| * | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-075-11/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-062-40/+70
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-043-4/+4
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bug 575122 – "before every anniversary/birthday" is missing translator commentMatthew Barnes2009-05-041-1960/+1226
| * | | | | | | | | | | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-043-0/+6
| * | | | | | | | | | | Add a "Print Preview" menu item to CompEditor.Matthew Barnes2009-05-021-6/+21
| * | | | | | | | | | | Merge in changes from master.Matthew Barnes2009-05-0115-26/+129
| * | | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-291-0/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-46/+83
| * | | | | | | | | | | | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-284-44/+14
| * | | | | | | | | | | | Sanitize values from GConf before using themMilan Crha2009-04-281-4/+10
| * | | | | | | | | | | | Allow Last Modified and Created columns for event tableMilan Crha2009-04-287-10/+93
| * | | | | | | | | | | | Calendar - do not close editor after errorMilan Crha2009-04-281-7/+13
| * | | | | | | | | | | | Possible leak fixMilan Crha2009-04-281-2/+6
| * | | | | | | | | | | | Begin migrating calendar settings to EShellSettings.Matthew Barnes2009-04-2618-275/+260
| * | | | | | | | | | | | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-254-30/+30
| * | | | | | | | | | | | Manual conflict resolutionMatthew Barnes2009-04-257-62/+9
| * | | | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2549-1786/+1363
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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-112-19/+14
| * | | | | | | | | | | | | Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-103-0/+583
| * | | | | | | | | | | | | Attachment rewrite pretty much complete. Just testing now.Matthew Barnes2009-04-081-1/+0
| * | | | | | | | | | | | | build a bit more smoothlyMilan Crha2009-04-081-6/+6
| * | | | | | | | | | | | | 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-212-1082/+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-092-240/+29
| * | | | | | | | | | | | | Kill more Bonobo controls and factories and what not.Matthew Barnes2009-02-217-1190/+0
| * | | | | | | | | | | | | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-1514-25/+22
| * | | | | | | | | | | | | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-0126-400/+561
| * | | | | | | | | | | | | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-0/+6
| * | | | | | | | | | | | | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-243-3/+15
| * | | | | | | | | | | | | Fix some runtime warnings.Matthew Barnes2009-01-221-1/+1
| * | | | | | | | | | | | | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-2130-200/+829
| * | | | | | | | | | | | | Untangle some circular dependencies with the composer.Matthew Barnes2009-01-202-7/+0
| * | | | | | | | | | | | | Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-1513-81/+718
| * | | | | | | | | | | | | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-1240-178/+206
| * | | | | | | | | | | | | Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-112-18/+10
| * | | | | | | | | | | | | - Fix NetworkManager connection tracking.Matthew Barnes2008-12-141-0/+2
| * | | | | | | | | | | | | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-1126-412/+397
| * | | | | | | | | | | | | Get drag-and-drop-to-source-selector working for contacts, memos and tasks.Matthew Barnes2008-11-297-260/+736
| * | | | | | | | | | | | | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-2415-122/+386
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-11-192-268/+119
| * | | | | | | | | | | | | More library dependency unravelling.Matthew Barnes2008-11-141-0/+2
| * | | | | | | | | | | | | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-088-22/+136
| * | | | | | | | | | | | | Fix a pane resizing issue on the main window that's been driving me crazy.Matthew Barnes2008-11-031-4/+4
| * | | | | | | | | | | | | Get composer integration working with the rest of the modules, but man doMatthew Barnes2008-11-013-15/+4
| * | | | | | | | | | | | | Add popup menus to the calendar memopad and taskpad.Matthew Barnes2008-10-315-893/+4
| * | | | | | | | | | | | | Get the calendar's memopad and taskpad working.Matthew Barnes2008-10-308-221/+324
| * | | | | | | | | | | | | Wire up status messages to include percentages if available.Matthew Barnes2008-10-294-21/+102
| * | | | | | | | | | | | | Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-288-3/+55
| * | | | | | | | | | | | | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-2512-152/+180
| * | | | | | | | | | | | | Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-1/+1
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-10-1412-1448/+109
| * | | | | | | | | | | | | Baseline cut at the Calendar sidebar and module. Pretty much identicalMatthew Barnes2008-10-073-337/+0
| * | | | | | | | | | | | | Support migration in the new shell design.Matthew Barnes2008-10-055-1303/+19
| * | | | | | | | | | | | | Tweak some aspects of the Contacts module to be more consistent withMatthew Barnes2008-10-041-1/+13
| * | | | | | | | | | | | | Tasks is working. Still need to deal with some loose ends and test it all.Matthew Barnes2008-10-044-10/+25
| * | | | | | | | | | | | | Tasks progress. Merge EMemoPreview back into ECalComponentPreview.Matthew Barnes2008-10-035-648/+179
| * | | | | | | | | | | | | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-0256-715/+869
| * | | | | | | | | | | | | Get Memos to come up. Doesn't really work yet, but the widgets are all there.Matthew Barnes2008-09-3022-1676/+779
| * | | | | | | | | | | | | Tasks and memos progress. Hoping to merge ECalendarTable and EMemoTable,Matthew Barnes2008-09-266-880/+377
| * | | | | | | | | | | | | Saving progress. Experimenting with directory layout.Matthew Barnes2008-09-2553-6128/+1321
| * | | | | | | | | | | | | Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-203-5/+2
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-182-23/+0
| * | | | | | | | | | | | | Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-172-0/+12
| * | | | | | | | | | | | | Forgot to commit a couple files.Matthew Barnes2008-09-132-0/+356
| * | | | | | | | | | | | | Allow EShellContent, EShellSidebar, and EShellTaskbar to be subclassed,Matthew Barnes2008-09-1328-1202/+1272
| * | | | | | | | | | | | | Arrange for an ESourceList to be shared amongst all instances of a type ofMatthew Barnes2008-09-1223-460/+780
| * | | | | | | | | | | | | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11157-2109/+2465
| * | | | | | | | | | | | | Add popup menu stubs for calendars, tasks and memos.Matthew Barnes2008-09-118-293/+156
| * | | | | | | | | | | | | Add menu and toolbar UI for calendars, memos and tasks.Matthew Barnes2008-09-1124-219/+1210
| * | | | | | | | | | | | | Add stubs for calendar, task, and memo shell views.Matthew Barnes2008-09-1118-0/+1161
| * | | | | | | | | | | | | Progress update:Matthew Barnes2008-09-091-1/+2
| * | | | | | | | | | | | | Saving progress. Lots of changes. Things are a bit broken at the moment.Matthew Barnes2008-09-051-6/+6
| * | | | | | | | | | | | | ** Fixes bug #549968Matthew Barnes2008-08-311-1/+1
| * | | | | | | | | | | | | ** Fixes bug #549967Matthew Barnes2008-08-312-4/+4
| * | | | | | | | | | | | | Merge revisions 35993:36015 from trunk.Matthew Barnes2008-08-194-2/+6
| * | | | | | | | | | | | | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-1542-374/+446
| * | | | | | | | | | | | | Merge revisions 35931:35950 from trunk.Matthew Barnes2008-08-131-3/+3
| * | | | | | | | | | | | | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-0817-87/+374
| * | | | | | | | | | | | | Migrate CompEditor, CompEditorPage, and the various subclasses fromMatthew Barnes2008-07-1635-4896/+4115
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | 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