aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-072-27/+8
* Bug #605645 - Crash on exit in calendar_view_disposeMilan Crha2010-01-061-41/+9
* Coding style and whitespace cleanup.Matthew Barnes2010-01-055-275/+301
* Kill e_popup_menu().Matthew Barnes2010-01-056-6/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-0410-79/+106
* Compiler and linker flag cleanups.Matthew Barnes2009-12-283-4/+8
* Rename ECalendarTable to ETaskTable.Matthew Barnes2009-12-275-269/+268
* Coding style and whitespace cleanup.Matthew Barnes2009-12-264-6/+12
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-2613-841/+1101
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-246-7/+14
* Bug #342935 - Do not choose disabled accounts for meeting requestsMilan Crha2009-12-231-2/+31
* Bug #372921 - Meeting invites sent from wrong email accountMilan Crha2009-12-231-3/+13
* Bug #592117 - Calendar Day view All Day events print improvementspepp2009-12-231-11/+12
* Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-102-0/+21
* Bug #591938 - Update translator's commentsMilan Crha2009-12-102-10/+9
* Kill ETableScrolled.Matthew Barnes2009-12-086-723/+606
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-087-12/+12
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-018-24/+23
* port calendar/ to the new EError APIJonathon Jongsma2009-12-017-15/+15
* Coding style and whitespace cleanups.Matthew Barnes2009-11-291-1/+1
* Fix uninitialized variable from a patch for bug #591330 (yet another)Milan Crha2009-11-271-3/+1
* Fix uninitialized variable from a patch for bug #591330Milan Crha2009-11-271-0/+1
* Bug #591330 - Do not clear task preview every minuteMilan Crha2009-11-263-0/+115
* Bug #550025 - Add error dialogs for MeetingsPaul Bolle2009-11-262-5/+19
* Bug 602102 - [regression] evolution-alarm-notify segv on login to desktopChenthill Palanisamy2009-11-251-7/+7
* Remove the last traces of libglade.Matthew Barnes2009-11-211-2/+0
* Header file cleanup.Matthew Barnes2009-11-211-78/+131
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-3/+0
* Assemble HTML code in a GString instead of a GtkHTMLStream.Matthew Barnes2009-11-202-185/+182
* Bug #602165 - Meeting window doesn't show status, role fieldsMilan Crha2009-11-182-11/+5
* Bug #602098 - No progress notification from GnomeCalendarMilan Crha2009-11-185-24/+70
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-174-33/+68
* Bug 360461 - Do not hardcode invisible_char in ui filesClaude Paroz2009-11-174-9/+0
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1748-7813/+7584
* Bug #602081 - Calendar purge doesn't seem to workMilan Crha2009-11-161-17/+10
* Bug #600133 - Crash on day view print preview without all day eventsMilan Crha2009-11-131-28/+35
* Simplify clipboard handling in addressbook.Matthew Barnes2009-11-126-404/+3
* Simplify clipboard handling in calendar.Matthew Barnes2009-11-126-239/+489
* Enable building without Canberra-GTKTor Lillqvist2009-11-111-0/+5
* Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-114-202/+0
* Bug #601218 - Accepted meeting doesn't show attachments in calendar viewMilan Crha2009-11-101-1/+8
* Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-3/+16
* Bug 601219 - Transient dialogs in composer window blocks main windowMatthew Barnes2009-11-101-0/+15
* 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