aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.h
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-06-23 02:55:33 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-06-23 02:55:33 +0800
commit0d450111c88e4b14f8a21def8c5453002a027191 (patch)
tree505489986a9cd48d403bfc04ed92211ac0efd8b7 /calendar/gui/e-week-view.h
parent4b4309bc21d37aa1c76f9ba6249de122cb54fa98 (diff)
downloadgsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.gz
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.zst
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.zip
Fixes #59824
2004-06-22 Larry Ewing <lewing@ximian.com> Fixes #59824 * gui/e-week-view.h: increase some of the passing so that the text does not appear to run together. Ideally this would be based on the font size but this will work for now. svn path=/trunk/; revision=26452
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r--calendar/gui/e-week-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h
index b641287916..90ab82eb08 100644
--- a/calendar/gui/e-week-view.h
+++ b/calendar/gui/e-week-view.h
@@ -50,7 +50,7 @@ extern "C" {
#define E_WEEK_VIEW_ICON_HEIGHT 16
#define E_WEEK_VIEW_ICON_X_PAD 1
#define E_WEEK_VIEW_ICON_Y_PAD 1
-#define E_WEEK_VIEW_ICON_R_PAD 1
+#define E_WEEK_VIEW_ICON_R_PAD 8
/* The space on the left & right outside of the event. (The triangle to
indicate the event continues is displayed in this space). */
@@ -71,7 +71,7 @@ extern "C" {
#define E_WEEK_VIEW_EVENT_TIME_SPACING 2
/* The space between the time and the event text or icons. */
-#define E_WEEK_VIEW_EVENT_TIME_X_PAD 2
+#define E_WEEK_VIEW_EVENT_TIME_X_PAD 8
/* The space between the borders of long events and any text of icons. */
#define E_WEEK_VIEW_EVENT_EDGE_X_PAD 2
sertions'>+17 * remove extra set view params (gnome_calendar_set_view): simplify, just setJP Rosevear2004-04-0810-170/+123 * only select one dayJP Rosevear2004-04-062-2/+6 * removed commented code.Rodrigo Moya2004-04-052-34/+2 * removed useless call to set the POA after construction.Rodrigo Moya2004-04-052-1/+5 * Fixes #56316Rodrigo Moya2004-04-057-1/+153 * set the default timezone on all clients when opened.Rodrigo Moya2004-04-022-0/+7 * fix small typoRadek Doulik2004-04-012-1/+6 * return correct values (boolean).Rodrigo Moya2004-04-012-2/+7 * make sure we unset the float value for the panes if converting from 1.4JP Rosevear2004-04-012-1/+6 * Fixes #56120JP Rosevear2004-04-012-2/+10 * fixed documentation typos.Rodrigo Moya2004-04-012-2/+6 * Replaced add_event_source with add_source and passed the VEVENT type asSarfraaz Ahmed2004-03-312-1/+6 * add remote calendar setup page to task list setup assistant and editWilliam Jon McCann2004-03-313-23/+416 * call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-302-61/+65 * Replacing changelog accidentally removed during last commit.William Jon McCann2004-03-301-0/+3 * don't require client to be loaded in order to remove the sourceWilliam Jon McCann2004-03-303-2/+7 * create On The Web source group for tasks.William Jon McCann2004-03-302-1/+21 * *** empty log message ***Rodrigo Moya2004-03-291-1/+1 * Naming issue, Go to Date -> Select Date, Go to Today -> Select today.Hari Prasad Nadig2004-03-293-4/+11 * removed misplaced return statement that prevented the rest of the objectsRodrigo Moya2004-03-293-1/+10 * remove the EVENT_MOVE signal which was binded to Alt + Arrows. ditto.Kidd Wang2004-03-295-95/+64 * guard against the case that we redo queries while still waiting for aJP Rosevear2004-03-272-0/+10 * Fixes #53134JP Rosevear2004-03-272-2/+12 * no need to explicitly add the contacts group, the create function doesJP Rosevear2004-03-272-7/+5 * make sure we always sync the source list and just do it once; unref theJP Rosevear2004-03-272-6/+20 * Fixes #55648JP Rosevear2004-03-277-246/+342 * finds the client data for a client (cal_opened_cb): update the queryJP Rosevear2004-03-272-30/+73 * fix off by one error when emitting deleted signalJP Rosevear2004-03-262-1/+6 * Fixes #53499JP Rosevear2004-03-269-125/+116 * don't create queries for the clients that are not loaded yet.Rodrigo Moya2004-03-252-0/+9 * remove debug code that slipped inJP Rosevear2004-03-252-2/+6 * Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-244-57/+38 * Fixes #51948JP Rosevear2004-03-243-110/+36 * fix buildChris Toshok2004-03-241-1/+1 * make the flow control correctJP Rosevear2004-03-242-4/+7 * ensure that only one Personal calendar/task list gets created when movingJP Rosevear2004-03-242-9/+21 * remove unused variableJP Rosevear2004-03-245-4/+19 * For bug#53417Umesh Tiwari2004-03-242-0/+8 * get the mail alarm description message from "malarm_description" insteadAlfred Peng2004-03-233-4/+21 * get the UID from the server on newly created events and set theRodrigo Moya2004-03-222-2/+79 * Fixes #55716JP Rosevear2004-03-204-1/+106 * if gnome_calendar_add_event_source fails, don't add the client to theRodrigo Moya2004-03-202-2/+8 * compare ecalcomponents, not icalcomponents (the compare func is borked),JP Rosevear2004-03-193-17/+36 * create an ESourceSelector instead of a ESourceOptionMenu, to be consistentRodrigo Moya2004-03-192-8/+27 * Fix #51187 on bugzilla of ximian If "alarms" or "alarms->alarms" is NULLAlfred Peng2004-03-182-30/+43 * Capitalized words changed. Solves 48115.hpnadig2004-03-174-7/+15 * Fixes #55292Gary Ekker2004-03-172-2/+10 * new dialog for allowing the user to select a source.Rodrigo Moya2004-03-175-69/+146 * check if the selected event has its associated ECalModelComponent.Rodrigo Moya2004-03-172-1/+7 * set the search query (e_tasks_init): set the query to be #t by defaultJP Rosevear2004-03-163-3/+17 * use right cast macroJP Rosevear2004-03-162-1/+6 * Rename e-cal-view to e-calendar-view and fix includesJP Rosevear2004-03-1612-1749/+23 * Fixes #52253JP Rosevear2004-03-1612-672/+1172 * Fixes #48112Rodrigo Moya2004-03-152-3/+11 * Fixes #35577Rodrigo Moya2004-03-153-12/+53 * return "" instead of NULL if there is no default_category set. FixesNot Zed2004-03-122-1/+6 * add a call to e_cal_component_commit_sequence since we have changed theKidd Wang2004-03-122-5/+20 * Fixes #48106Rodrigo Moya2004-03-092-1/+8 * set a GConf listener callback to list for changes in selected calendars.Rodrigo Moya2004-03-053-1/+102 * Fixes #50294Rodrigo Moya2004-03-052-0/+42 * set the sensitivity correctly, depending on whether the command applied toRodrigo Moya2004-03-053-17/+27 * Fixes #53496Rodrigo Moya2004-03-052-0/+9 * always add the page.Rodrigo Moya2004-03-043-17/+20 * don't make the dialog window sticky, the icon on the system tray alreadyRodrigo Moya2004-03-042-1/+6 * Fixes #54028Rodrigo Moya2004-03-042-1/+8 * Fixes #53137Rodrigo Moya2004-03-0411-21/+69 * prevent from adding the same client more than once.Rodrigo Moya2004-03-042-0/+8 * added support for searching the location field also. (regen_query): takeRodrigo Moya2004-03-032-0/+12 * remove conduit dir creationJP Rosevear2004-03-032-1/+4 * add untested start of dnd support for source selector.Larry Ewing2004-03-022-0/+245 * fix rampant double-freeing.Dan Winship2004-03-022-20/+12 * pass the user list and returned icalcomponent to e_cal_send_objects().Rodrigo Moya2004-03-022-3/+10 * ignore the timezone info of all-day events.Kidd Wang2004-03-012-3/+8 * remove protoJP Rosevear2004-02-275-15/+19 * Create the arrows in these widgets as GTK_SHADOW_NONE, since the defaultRodney Dawes2004-02-272-2/+10 * Fix the repo_id to include the evolution base versionRodney Dawes2004-02-272-1/+6 * make sure we unref the task pad client and the calendar clients areJP Rosevear2004-02-262-15/+12 * fix float type pane position keys (we migrated these improperly in theJP Rosevear2004-02-252-2/+37 * remove the client from the queue also.Rodrigo Moya2004-02-192-0/+5 * set the task pad client to NULL if opening it failed. Show more verboseRodrigo Moya2004-02-192-1/+24 * call first e_passwords_get_password before calling _ask_password.Rodrigo Moya2004-02-182-3/+11 * add 1 second to the last notification time, or we'll get many times theRodrigo Moya2004-02-182-0/+7 * make copy & paste and drag & drop behave the same way described asKidd Wang2004-02-183-16/+132 * set the string length properly.Kidd Wang2004-02-182-2/+6 * removed buggy characters from menu items' texts.Rodrigo Moya2004-02-172-3/+8 * open the calendars asynchonously. (cal_opened_cb): callback forRodrigo Moya2004-02-172-5/+30 * get alarms since the last notification, only use current time when thereRodrigo Moya2004-02-172-4/+10 * set session restart style to RESTART_IF_RUNNING.Rodrigo Moya2004-02-172-1/+6 * no need to keep the master client. (init_session): just set the daemon'sRodrigo Moya2004-02-162-22/+20 * pass the user list to e_cal_send_objects().Rodrigo Moya2004-02-162-0/+6 * no need to keep the master client. (init_session): just set the daemon'sRodrigo Moya2004-02-161-0/+7 * Instead of saying "Select destination source", we now say "... calendar"Hans Petter Jansson2004-02-132-1/+13 * rename from CONTACT_BASE_URI, and change to contacts:// to match e-d-s.Chris Toshok2004-02-132-3/+10 * See #51567 use "gtk_dialog_add_buttons" to change the response_id ofBruce Tao2004-02-122-2/+10 * Fixes #53886Rodrigo Moya2004-02-122-10/+15 * Fixes #53271Rodrigo Moya2004-02-112-6/+6 * Fixes #53271Rodrigo Moya2004-02-114-3/+16 * guarantee we do have some timezone before the time convertion.Harry Lu2004-02-112-0/+11 * remove useless includeJP Rosevear2004-02-103-16/+6 * don't add the clients to the internal hash/list here, just remove it ifRodrigo Moya2004-02-092-5/+25 * refuse to update the task info if due date is before start date.Harry Lu2004-02-092-4/+43 * make OK button defaultRadek Doulik2004-02-061-1/+33 * Convert the calendar_config_get_timezone andJP Rosevear2004-02-0627-153/+58 * add protoJP Rosevear2004-02-063-5/+29 * make failure not so draconian - make the color blackJP Rosevear2004-02-062-6/+8 * add a mnemonic for the 'Go to Today' button in the 'Go To Date' dialog.Harry Lu2004-02-052-1/+6 * Fixes #53388 added a check for NULLSarfraaz Ahmed2004-02-052-0/+9 * use new cal auth functionsJP Rosevear2004-02-054-9/+26 * we only have a single client to free (prepare_events): make the vtodo listJP Rosevear2004-02-053-128/+193 * Fixes #52970Rodrigo Moya2004-02-049-49/+82 * don't update the date navigator query nor the internal lists here...Rodrigo Moya2004-02-042-16/+15 * display the exception message on error.Rodrigo Moya2004-02-042-1/+4 * open calendars asynchronously. (client_cal_opened_cb): on success, add theRodrigo Moya2004-02-042-43/+45 * change the access key for adding a reminder from Alt+a to Alt+d to avoidHarry Lu2004-02-042-2/+61 * Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does notYong Sun2004-02-042-6/+18 * Fix location of e-activity-handler.h #includeDan Winship2004-02-044-1/+13 * use g_file_get_contents (load_file_fn): ditto (vcal_support_format_fn):JP Rosevear2004-02-022-65/+24 * remove dead filesJP Rosevear2004-01-313-1897/+5 * CV Fixes #51871Gary Ekker2004-01-302-0/+12 * remove extraneous ;JP Rosevear2004-01-302-2/+8 * don't set the group to be read only until after the source is added.JP Rosevear2004-01-302-2/+8 * migrate to a specific source (migrate_ical_folder): create a new sourceJP Rosevear2004-01-292-109/+179 * added support for the list view also.Rodrigo Moya2004-01-292-1/+9 * stop status bar messages madness.Rodrigo Moya2004-01-295-20/+10 * shushJP Rosevear2004-01-282-2/+2 * use e_cal_removeJP Rosevear2004-01-283-2/+8 * Fixes #53276Rodrigo Moya2004-01-272-18/+50 * add the source to the group so it actually shows upJP Rosevear2004-01-272-4/+12 * get the source name with out using freed memory (migrate_tasks): dittoJP Rosevear2004-01-272-2/+8 * Fixes #53338Rodrigo Moya2004-01-273-0/+22 * Updated some .cvsignore files.Christian Neumair2004-01-262-0/+4 * new function.Rodrigo Moya2004-01-257-13/+53 * use e_source_list_peek_source_any (setup_create_ecal): dittoJP Rosevear2004-01-252-50/+14 * don't unref and ref, the hash table does thisJP Rosevear2004-01-252-13/+14 * use the colors from the model as background, not as foreground.Rodrigo Moya2004-01-253-9/+16 * listen for the correct notificationJP Rosevear2004-01-252-2/+8 * sync the source list after the source removalJP Rosevear2004-01-253-0/+10 * display a progress dialog (dialog_close): destroy itJP Rosevear2004-01-252-70/+271 * Use PUBLISH if no METHOD definedRodney Dawes2004-01-242-4/+9 * remove useless e_mkdir_hier call.JP Rosevear2004-01-232-7/+7 * don't assert if we can't find the component, just continue with next itemRodrigo Moya2004-01-222-2/+9 * Remove debugging statementJP Rosevear2004-01-222-1/+5 * use the calendar component config dir (gnome_calendar_setup_view_menus):JP Rosevear2004-01-223-3/+20 * check return value from auth_new_cal_from_source(). Connect toRodrigo Moya2004-01-223-1/+49 * renamed to _source and made them work with ESource's.Rodrigo Moya2004-01-225-30/+61 * added 'ECalSourceType' argument to be able to create the ECal correctly.Rodrigo Moya2004-01-222-16/+27 * call e_cal_remove_calendar to actually remove the task list via theRodrigo Moya2004-01-212-8/+25 * Fixes #51705Rodrigo Moya2004-01-212-7/+24 * just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-212-4/+5 * just use the convienence function for the default gconf client (fixesJP Rosevear2004-01-212-8/+8 * only block widgets that existJP Rosevear2004-01-212-8/+19 * correct property name c/p errorJP Rosevear2004-01-202-1/+8 * handle the case where we have a bogus uidJP Rosevear2004-01-203-4/+13 * (print_month_small): use e_cal_model_generate_instancesRadek Doulik2004-01-192-4/+7 * uncomment and use ECalModelComponent (print_day_details): useRadek Doulik2004-01-192-76/+88 * don't create the component if there is a multiple selectionJP Rosevear2004-01-182-5/+14 * (print_table): set page orientation, it may be changed from lastRadek Doulik2004-01-182-0/+6 * month and week view printing works again, day view is next to fixRadek Doulik2004-01-184-71/+177 * we are required to pass in the end in-out argJP Rosevear2004-01-183-4/+11 * update protosJP Rosevear2004-01-186-90/+135 * we actually want to not return on any error as well (like NOT FOUND)JP Rosevear2004-01-172-4/+15 * Oops.JP Rosevear2004-01-171-0/+17 * convert to GObjectJP Rosevear2004-01-173-57/+69 * don't set old orientation, preview needs right orientation even afterRadek Doulik2004-01-162-5/+7 * Fixes #52920Rodrigo Moya2004-01-162-2/+9 * unref the activity handler.Rodrigo Moya2004-01-162-0/+10 * new function. (impl_createControls): create a task bar also for the tasksRodrigo Moya2004-01-165-17/+57