aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-1922-41/+41
* | 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
|\|
| * Pick the user_org from comp editor flags.Chenthill Palanisamy2009-07-141-1/+1
| * Fix excessive whitespace.Matthew Barnes2009-07-13102-667/+0
* | Fix excessive whitespace.Matthew Barnes2009-07-14102-619/+0
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-1116-82/+283
|\|
| * 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
| * 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
| * Bug #252296 - Do not preset alarm for all day eventsMilan Crha2009-07-038-13/+13
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-014-18/+37
|\|
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-013-3/+3
| * 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-141-2/+2
| * 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-052-5/+3
| * libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-051-1/+1
| * Bug 581280 – Wrong attachment name in eventMatthew Barnes2009-06-031-81/+139
| * More code cleanup.Matthew Barnes2009-06-0242-147/+147
| * Whitespace cleanup.Matthew Barnes2009-05-2952-286/+286
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-29133-1883/+1883
| * Remove trailing whitespace, again.Matthew Barnes2009-05-29214-311/+311
* | 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
| |/
| * Fix compiler warnings in calendar.Matthew Barnes2009-05-2641-292/+297
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-248-64/+64
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-255-15/+15
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-228-25/+32
|\|
| * 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-1718-24/+24
| * 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
* | 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
|\|
| * Resize the alarm notifier correctlyRitesh Khadgaray2009-05-091-1/+1
* | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-082-7/+7
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-075-11/+3
|\|
| * Bug 580900 – Kill libgnomeui/gnome-dateeditAdam Petaccia2009-05-071-1/+0
| * Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-064-10/+3
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-062-40/+70
|\|
| * Be able to setup custom alarms and a runtime warning fixMilan Crha2009-05-051-32/+49
| * Mark CompEditor as changed when attachments are added or removed.Matthew Barnes2009-05-051-8/+21
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-043-4/+4
|\|
| * Assure that the filename <-> uri conversion are done with g_filename_{to,from...Fridrich Strba2009-05-041-1/+1
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-4/+4
| * 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-023-0/+6
| * Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-013-3/+1
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
| * Bug 580898 – Kill libgnomeui/gnome-winhintsMatthew Barnes2009-05-011-3/+0
| * Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-4/+0
| * Bug #273818 - Allow scrolling Month View by a week onlyMilan Crha2009-05-0110-6/+127
* | 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
|\|
| * 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
| * Bug 516933 – Rewrite attachment UIMatthew Barnes2009-04-282-0/+576
| * Sanitize values from GConf before using themMilan Crha2009-04-271-4/+10
| * Allow Last Modified and Created columns for event tableMilan Crha2009-04-277-10/+93
| * Calendar - do not close editor after errorMilan Crha2009-04-251-7/+13
| * Possible leak fixMilan Crha2009-04-251-2/+6
| * Use new ESourceList API (simplifies code)Milan Crha2009-04-253-154/+47
* | 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
|\|
| * Use system timezone in EvolutionMilan Crha2009-04-257-54/+247
| * Include timezone information in a tooltip when differs from user'sMilan Crha2009-04-241-3/+15
| * Get rid of "Adjust for daylight saving time" optionMilan Crha2009-04-247-178/+0
| * Remove unused filesMilan Crha2009-04-241-0/+0
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2417-1455/+689
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-238-36/+11
| * Fixes #561312Chenthill Palanisamy2009-04-135-17/+118
| * ** Fix for bug #523802Milan Crha2009-04-0810-11/+146
| * ** Fix for bug #577717Milan Crha2009-04-021-0/+6
| * ** Fix for bug #401346Milan Crha2009-03-062-3/+6
| * Fixes #435455 (bnc)Chenthill Palanisamy2009-03-0510-19/+40
| * ** Fix for bug #573119Milan Crha2009-03-052-9/+14
| * ** Fix for bug #573193Milan Crha2009-03-041-4/+1
| * ** Fix for bug #573122Milan Crha2009-03-043-4/+4
| * ** Fix for bug #558366Milan Crha2009-02-251-0/+2
| * ** Fix for bug #238346Milan Crha2009-02-251-45/+83
| * ** Fix for bug #529037Milan Crha2009-02-251-0/+11
| * ** Fix for bug #561465Milan Crha2009-02-251-0/+1
| * ** Fix for bug #572543Milan Crha2009-02-231-2/+3
| * Make it use the proper action. Patch by Paweł ZembrzuskiTobias Mueller2009-02-221-1/+1
| * ** Fix for bug #567949Milan Crha2009-02-202-6/+8
| * Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.Matthew Barnes2009-02-191-1/+3
| * ** Fixes part of bug #572348Matthew Barnes2009-02-192-5/+2
| * Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls.Andre Klapper2009-02-191-11/+0
| * ** Fix for bug #550114Milan Crha2009-02-163-9/+37
| * ** Fixes bug #571625Chow Loong Jin2009-02-142-10/+6
| * Substitute some deprecated gtk+ functions.Andre Klapper2009-02-122-5/+5
| * Do not use non-zero page size in an adjustment, it's deprecated now.Milan Crha2009-02-091-1/+1
| * Mark a string for translation. Fixes bug #570364Gabor Kelemen2009-02-031-1/+2
| * Fix compiler warnings.Matthew Barnes2009-02-027-9/+10
| * ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-014-4/+3
| * Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the lis...Suman Manjunath2009-01-306-16/+80
| * Fixes #463602.Chenthill Palanisamy2009-01-301-87/+93
| * Fixes #450535 (bnc).Chenthill Palanisamy2009-01-301-1/+1
| * Fixes #347287.Chenthill Palanisamy2009-01-302-4/+4
| * ** Fix for bug #318003Milan Crha2009-01-278-306/+235
| * ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bugBharath Acharya2009-01-271-13/+16
| * ** Fix for bug #559604Milan Crha2009-01-243-3/+10
| * ** Fix for bug #442869Milan Crha2009-01-233-23/+31
| * ** Fix for bug #362754Milan Crha2009-01-223-10/+46
| * ** Fix for bug #541209Suman Manjunath2009-01-2112-26/+26
| * ** Fix for bug #353460Milan Crha2009-01-211-2/+2
| * ** Fix for bug #568331Milan Crha2009-01-211-1/+15
| * ** Fix for bug #567850Milan Crha2009-01-203-1/+56
| * ** Fix for bug #550735Milan Crha2009-01-201-25/+32
| * ** Part of fix for bug #260853Milan Crha2009-01-196-7/+220
| * ** Fix for bug #225712Milan Crha2009-01-1914-50/+139
| * ** Fix for bug #200254Milan Crha2009-01-199-1/+135
| * ** Partial fix for bug #310844Milan Crha2009-01-161-5/+32
| * ** Fix for bug #303738Milan Crha2009-01-154-18/+47
| * ** Fix for bug #245156Milan Crha2009-01-155-20/+98
| * ** Fix for bug #246313Milan Crha2009-01-155-79/+99
| * ** Fix for bug #554454Milan Crha2009-01-141-0/+9
| * ** Fix for bug #489437Milan Crha2009-01-131-0/+31
| * ** Fix for bug #567045Milan Crha2009-01-131-0/+14
| * ** Fix for bug #563364Milan Crha2009-01-129-74/+663
| * Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567148 (Use a labelled b...Suman Manjunath2009-01-121-7/+1
| * New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-115-28/+12
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-1110-10/+0
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-1112-14/+0
| * ** Fixes bug #567281Matthew Barnes2009-01-112-2/+0
| * ** Fixes bug #567276Matthew Barnes2009-01-1112-85/+0
| * Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-095-4/+14
| * ** Fix for bug #565553, #462372 (bnc)Ashish Shrivastava2009-01-071-1/+1
| * Part of fix for bug #443544 (bugzilla.novell.com) - Handle E_MEETING_FREE_BUS...Suman Manjunath2009-01-074-4/+17
| * ** Fixes bug #566599Matthew Barnes2009-01-071-9/+40
| * 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-052-4/+12
| * ** Fixes bug #566566Matthew Barnes2009-01-051-1/+1
| * Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #562091 - Create MemoPage...Suman Manjunath2008-12-311-6/+16
| * ** Fix for bug #446285 (bnc)Bharath Acharya2008-12-291-30/+34
| * ** Fix for bug #439998 (bnc)Bharath Acharya2008-12-291-2/+44
| * ** Fix for bug #559604Milan Crha2008-12-223-5/+5
| * Show reason of a failure on a console too.Milan Crha2008-12-181-1/+1
| * ** Fix for bug #540181Milan Crha2008-12-151-1/+0
| * ** Part of fix for bug #564229Milan Crha2008-12-152-2/+2
| * ** Part of fix for bug #563669Milan Crha2008-12-151-1/+1
| * ** Fix for BNC bug #435452Srinivasa Ragavan2008-12-151-0/+17
| * ** Fix for bug #333224Milan Crha2008-12-101-7/+12
| * ** Fix for bug #563669Milan Crha2008-12-097-12/+12
| * ** Fix for bug #563633Jeff Cai2008-12-081-0/+1
| * Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #555371 ...Suman Manjunath2008-12-081-1/+3
| * Patch from Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #350725 (Cop...Suman Manjunath2008-12-084-155/+314
| * Patch from Paul Bolle <pebolle@tiscali.nl> : Fix for bug #551599 (Do not fal...Suman Manjunath2008-12-081-9/+8
| * ** Fix for bug #332629Milan Crha2008-12-063-208/+3
| * ** Part of fix for bug #352287Milan Crha2008-12-031-13/+13
| * ** Fixes part of bug #348299Matthew Barnes2008-12-036-6/+18
| * Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-282-2/+12