#ifndef MAIN_H #define MAIN_H /* Calendar preferences */ extern int day_begin, day_end; extern char *user_name; extern int am_pm_flag; extern int week_starts_on_monday; /* This enum and the following array define the color preferences */ typedef enum { COLOR_PROP_OUTLINE_COLOR, /* Color of calendar outline */ COLOR_PROP_HEADING_COLOR, /* Color for headings */ COLOR_PROP_EMPTY_DAY_BG, /* Background color for empty days */ COLOR_PROP_MARK_DAY_BG, /* Background color for days with appointments */ COLOR_PROP_PRELIGHT_DAY_BG, /* Background color for prelighted day */ COLOR_PROP_DAY_FG, /* Color for day numbers */ COLOR_PROP_CURRENT_DAY_FG, /* Color for current day's number */ COLOR_PROP_TODO_NOT_DUE_YET, /* Color for Todo items not yet due */ COLOR_PROP_TODO_DUE_TODAY, /* Color for Todo items due today */ COLOR_PROP_TODO_OVERDUE, /* Color for Todo items that are overdue */ COLOR_PROP_LAST /* Number of color properties */ } ColorProp; struct color_prop { int r; /* Values are in [0, 65535] */ int g; int b; char *label; /* Label for properties dialog */ char *key; /* Key for gnome_config */ }; extern struct color_prop color_props[]; /* todo preferences */ extern int todo_show_due_date; extern int todo_item_dstatus_highlight_overdue; extern int todo_item_dstatus_highlight_due_today; extern int todo_item_dstatus_highlight_not_due_yet; extern int todo_show_time_remaining; extern int todo_show_priority; extern char *todo_overdue_font_text; extern gboolean todo_style_changed; extern gint todo_current_sort_column; extern gint todo_current_sort_type; /* alarm stuff */ extern CalendarAlarm alarm_defaults[4]; extern gboolean beep_on_display; extern gboolean enable_aalarm_timeout; extern guint audio_alarm_timeout; extern const guint MAX_AALARM_TIMEOUT; extern gboolean enable_snooze; extern guint snooze_secs; extern const guint MAX_SNOOZE_SECS; /* Creates and runs the preferences dialog box */ void properties (GtkWidget *toplevel); /* Asks for all the time-related displays to be updated when the user changes the time format * preferences. */ void time_format_changed (void); /* Asks for all the month items' colors to be reset */ void colors_changed (void); /* Asks for all todo lists to reflect the accurate properties */ void todo_properties_changed(void); /* Creates and runs the Go-to date dialog */ void goto_dialog (GnomeCalendar *gcal); /* Returns a pointer to a statically-allocated string with a representation of the specified color. * Values must be in [0, 65535]. */ char *build_color_spec (int r, int g, int b); /* Parses a color specification of the form "#%04x%04x%04x" and returns the color components. */ void parse_color_spec (char *spec, int *r, int *g, int *b); /* Calls build_color_spec() for the color in the specified property number */ char *color_spec_from_prop (ColorProp propnum); void save_default_calendar (GnomeCalendar *gcal); GnomeCalendar *new_calendar (char *full_name, char *calendar_file, char *geometry, char *page, gboolean hidden); #endif tron4/files/y18n-3.2.2'>dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/german
Commit message (Expand)AuthorAgeFilesLines
* Update to 2018.06.03sunpoet2018-06-052-4/+4
* Update to 2018.05.27sunpoet2018-05-282-4/+4
* Update to 4.9.6joneum2018-05-262-4/+4
* Update to 2018.05.20sunpoet2018-05-212-4/+4
* Update to 2018.05.13sunpoet2018-05-142-4/+4
* - Update to 6.0.4lwhsu2018-05-101-5/+5
* Update to 2018.05.06sunpoet2018-05-082-4/+4
* devel/eric6: update to 18.05dbn2018-05-021-3/+3
* Update to 2018.04.29sunpoet2018-05-012-4/+4
* Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.mat2018-04-261-0/+2
* Update to 2018.04.22sunpoet2018-04-242-4/+4
* Update to 4.9.5joneum2018-04-212-4/+4
* Update to 2018.04.15sunpoet2018-04-172-4/+4
* Update to 2018.04.08sunpoet2018-04-102-4/+4
* - Update to 6.0.3lwhsu2018-04-081-5/+5
* Update to 2018.04.01sunpoet2018-04-022-4/+4
* Update to 2018.03.25sunpoet2018-03-272-4/+4
* Update to 2018.03.18sunpoet2018-03-192-4/+4
* devel/eric6: update to 18.03dbn2018-03-171-3/+3
* - Update LibreOffice to 6.0.2 [1]lwhsu2018-03-172-8/+5
* Update to 2018.03.11sunpoet2018-03-132-4/+4
* Update to 2018.03.04sunpoet2018-03-062-4/+4
* Update to 2018.02.25sunpoet2018-02-272-4/+4
* Update to 2018.02.18sunpoet2018-02-192-4/+4
* Update to 2018.02.11sunpoet2018-02-132-4/+4
* Update to 4.9.4joneum2018-02-122-4/+4
* Rename KDE4 meta portstcberner2018-02-101-1/+1
* devel/eric6: update to 18.02dbn2018-02-081-3/+3
* Update to 2018.02.04sunpoet2018-02-062-4/+4
* Update to 2018.01.28sunpoet2018-01-292-4/+4
* Update to 2018.01.21sunpoet2018-01-222-4/+4
* Securityupdate to 4.9.2:joneum2018-01-192-4/+4
* lang/eric6: update to 17.12dbn2018-01-171-3/+3
* Update to 2018.01.14sunpoet2018-01-162-4/+4
* devel/eric6: update to 17.11.1, add FLAVORSdbn2018-01-111-3/+3
* Update to 2018.01.07sunpoet2018-01-092-4/+4
* - add back setuid bits for poudriere buildsdinoex2018-01-052-2/+2
* german/mediathekview:lme2018-01-043-9/+9
* Update to 2017.12.31sunpoet2018-01-022-4/+4
* Update to 2017.12.24sunpoet2017-12-252-4/+4
* Update to 2017.12.17sunpoet2017-12-192-4/+4
* Update to 2017.12.10sunpoet2017-12-112-4/+4
* Update to 2017.12.03sunpoet2017-12-082-4/+4
* Securityupdate to 4.9.1:joneum2017-12-022-6/+6
* Convert Python ports to FLAVORS.mat2017-11-301-1/+1
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
* Update to 4.9joneum2017-11-252-4/+4
* german/mediathekview:lme2017-11-203-5/+5
* Update to 2017.11.19sunpoet2017-11-202-4/+4
* Update to 2017.11.12sunpoet2017-11-142-4/+4
* Update to 2017.11.05sunpoet2017-11-072-4/+4
* - Change tk dependency from 8.4 to 8.5beat2017-11-051-5/+3
* Update to 5.3.7.jkim2017-11-031-5/+5
* */wordpress: update to 4.8.3joneum2017-11-022-5/+4
* Update to 2017.10.29sunpoet2017-10-302-4/+4
* german/mediathekview:lme2017-10-273-8/+10
* evel/eric6: update to 17.10dbn2017-10-271-3/+3
* Update to 2017.10.22sunpoet2017-10-242-4/+4
* lang/tcl84, x11-toolkits/tk84: extend expiration for another monthgahr2017-10-201-0/+3
* Update to 2017.10.15sunpoet2017-10-172-4/+4
* Update to 2017.10.08sunpoet2017-10-092-4/+4
* Update to 2017.10.01sunpoet2017-10-032-4/+4
* - Update to 4.8.2joneum2017-09-282-4/+4
* Update to 2017.09.24sunpoet2017-09-252-4/+4
* Update to 2017.09.17sunpoet2017-09-192-4/+4
* Fix kde4-l10n packages after sysutils/filelight's updatetcberner2017-09-172-9/+1
* Update to 2017.09.10sunpoet2017-09-11