aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex-omegaware-old
ModeNameSize
-rw-r--r--Makefile1168logstatsplainblame
-rw-r--r--distinfo450logstatsplainblame
d---------files54logstatsplain
-rw-r--r--pkg-descr141logstatsplainblame
-rw-r--r--pkg-plist83logstatsplainblame
class='insertions'>+126 * If only the pipe wouldn't break.JP Rosevear2003-03-0551-2399/+3298 * Merging in 1.2 stuffJP Rosevear2003-03-053-32/+237 * Fixes #35598JP Rosevear2003-03-051-0/+463 * gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-048-7/+19 * Do importers after the other dirs, as it relies on generated files fromHans Petter Jansson2003-03-022-1/+7 * Shlibify.Hans Petter Jansson2003-03-015-60/+59 * build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),Dan Winship2003-03-014-13/+19 * Forgot to mention server file move.Hans Petter2003-03-011-0/+3 * Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-015-6/+20 * Remove libalarm.a, which was not being used by the calendar.Dan Winship2003-03-014-17/+23 * link to versist libtool objectJP Rosevear2003-02-283-2/+8 * This makes alarm notification work.Hans Petter Jansson2003-02-272-1/+8 * This makes creating appointments and tasks from the "New" button work.Hans Petter Jansson2003-02-272-6/+16 * Fixes Ximian #37895.Hans Petter Jansson2003-02-273-3/+13 * Fixes Ximian #38306.Hans Petter Jansson2003-02-272-19/+44 * Use fixed margins of 5% of page width/height. This is the same cheat asHans Petter Jansson2003-02-262-12/+43 * Get default view from correct key.Hans Petter Jansson2003-02-262-1/+6 * Show start/end-of-day widgets.Hans Petter Jansson2003-02-262-0/+7 * Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-245-5/+28 * gconf settings upgradesMichael Zucci2003-02-2413-419/+224 * dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-1/+1 * dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-242-2/+148 * Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-244-2/+34 * CVS server broke again. Here's the rest...Hans Petter Jansson2003-02-231-2/+2 * Eliminate e_utf8_to_gtk_string ().Hans Petter Jansson2003-02-237-18/+40 * Show the custom widgets, since libglade appears to not want to do that.Hans Petter Jansson2003-02-233-10/+44 * Add an iteration statement. Fixes hang in wombat.Hans Petter Jansson2003-02-232-0/+7 * Commit fixes from Grzegorz Goawski <grzegol@pld.org.pl>.Hans Petter Jansson2003-02-232-28/+35 * GObject, not GtkObject. (calendar_model_destroy): ->Hans Petter Jansson2003-02-227-30/+58 * Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-225-20/+27 * Add GConf schemas.Hans Petter Jansson2003-02-213-2/+365 * Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-212-2/+8 * revert previous changeDan Winship2003-02-206-22/+9 * Remove libversit. We haven't depended on that in forever.Dan Winship2003-02-206-9/+22 * Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to thatEttore Perazzoli2003-02-204-10/+23 * add .server.in filesDan Winship2003-02-201-0/+1 * Enable printing for calendar and tasks.Hans Petter Jansson2003-02-123-217/+189 * Don't use gtk_scrolled_window_set_scrollbar_spacing() anymore.Hans Petter Jansson2003-02-122-1/+5 * Don't try to make an error string from an uninitialized GnomeVFSResult.Hans Petter Jansson2003-02-112-4/+15 * Make the CORBA IDL compilation work with parallel makes. Likewise.Ettore Perazzoli2003-02-114-19/+61 * remove this file, as it's generated now Add this file to generate theRodney Dawes2003-02-083-3/+13 * Fixes #37706Rodrigo Moya2003-02-082-2/+25 * Use e_auto_kill_popup_menu_on_selection_done() instead ofEttore Perazzoli2003-02-073-2/+10 * show the widget before returning it.Dan Winship2003-02-072-1/+8 * s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-072-2/+7 * makefile and warnings fixesDan Winship2003-02-061-0/+105 * Update this some although it's not currently being builtDan Winship2003-02-061-6/+4 * Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,Dan Winship2003-02-0613-41/+35 * Use privlibexecdir. (INCLUDES): Remove cruft. (gladedir, serversdir):Dan Winship2003-02-063-19/+11 * Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir): RemoveDan Winship2003-02-066-20/+11 * Define in terms of privincludedirDan Winship2003-02-063-8/+4 * Remove cruft. (libcal_utilincludedir): Define in terms of privincludedirDan Winship2003-02-061-2/+1 * Remove cruft. (pcsincludedir): Define in terms of privincludedirDan Winship2003-02-062-3/+1 * s/BonoboXObject/BonoboObject/Dan Winship2003-02-065-18/+24 * array of localized month day names ("1st" - "31st")Dan Winship2003-02-067-75/+294 * The CVS server exited after applying everything from my last commit,Hans Petter2003-02-051-10/+22 * Rename to e_meeting_time_selector_on_invite_others_button_expose() andHans Petter Jansson2003-02-052-9/+26 * Fix badly formatted ChangeLog entry. This has been bothering me since itHans Petter2003-02-051-2/+2 * Use PangoLayout to draw text.Hans Petter Jansson2003-02-052-12/+23 * updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-052-18/+18 * Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-026-0/+29 * Fixes #35572Ronald Kuetemeier2003-01-312-0/+9 * CalClient and CalComponent are GObjects.Chris Toshok2003-01-273-19/+26 * fix warning. (get_default_timezone): BonoboConfigDatabase ->Chris Toshok2003-01-274-94/+36 * Make clicks, drags and resizes work, and pangoize remaining strings. FixHans Petter Jansson2003-01-274-50/+89 * Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-2617-125/+308 * Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-2510-324/+373 * Remove, this is now defined in configure.in.Ettore Perazzoli2003-01-254-5/+11 * Add a terminating NULL to the concatenation.Hans Petter Jansson2003-01-242-1/+4 * GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-249-8/+28 * Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-2412-20/+63 * Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-242-1/+5 * (cal_backend_ref_categories): Do not put theEttore Perazzoli2003-01-232-1/+6 * Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-2314-49/+103 * Create a GnomePrintDialog, not a GnomePrinterDialog. They're differentHans Petter Jansson2003-01-222-1/+7 * applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-222-27/+26 * Move some non-file-backend-specific stuff from cal-backend-file here so itDan Winship2003-01-204-364/+392 * Implement EAlarmList as CalComponentAlarm list with a GtkTreeModelHans Petter Jansson2003-01-178-60/+880 * Silence warnings caused by missing casts.Hans Petter Jansson2003-01-163-44/+48 * Create accel groups for popup menus. Fixes crash.Hans Petter Jansson2003-01-166-88/+757 * Added libevolution_calendar_la_LDFLAGS, and avoid versioning the shlibRodney Dawes2003-01-162-0/+8 * (CORBA_SOURCES_GENERATED): Renamed fromEttore Perazzoli2003-01-152-2/+12 * Only set view ID if we have an instance.Hans Petter Jansson2003-01-152-1/+4 * Cast signal handlers to GtkSignalFunc, avoid warnings.Hans Petter Jansson2003-01-152-12/+17 * cal-util-marshal.list.Ettore Perazzoli2003-01-152-0/+5 * Comment out the CONDUIT_DIR stuff for now.Ettore Perazzoli2003-01-152-6/+11 * Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-152-10/+12 * Work around canvas crashes by ensuring rectangles have an initial width.Hans Petter Jansson2003-01-152-0/+8 * Removed. Removed.Ettore Perazzoli2003-01-1426-1583/+149 * (connect_to_shell): CORBA_Object_release() the CORBA shell.Ettore Perazzoli2003-01-112-0/+8 * Allow recur_id to be NULL to clear the recurrence id. (Based on a story byDan Winship2003-01-104-5/+25 * Icons are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-094-4/+12 * remove a dead headerJeffrey Stedfast2003-01-081-1/+0 * remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-062-2/+5 * Replace gtk_signal_disconnect_by_data() withHans Petter Jansson2002-12-1920-412/+265 * Use camel_text_to_html() instead.Jeffrey Stedfast2002-12-172-4/+9 * Correctly convert text.value into HTML here (ie, don't pass "<i>None</i>"Jeffrey Stedfast2002-12-162-15/+21 * Fixes #35003Rodrigo Moya2002-12-105-13/+90 * Implement GType for this enumeration. (cal_query_class_init): Use theHans Petter Jansson2002-12-073-1/+33 * Fix changelog entry.Hans Petter2002-12-071-1/+1 * Pass the env argument to bonobo_control_set_property ().Hans Petter Jansson2002-12-074-10/+21 * Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-0727-612/+269 * run fix.sh over this.Not Zed2002-12-0229-337/+343 * removed extra call to CORBA_exception_init.Richard Li2002-11-262-1/+5 * Changed e_messagebox -> gtk_messagedialog.Not Zed2002-11-252-11/+11 * ignore .server.inChris Toshok2002-11-211-0/+1 * pass type to bonobo_control_set_property.Not Zed2002-11-213-4/+9 * fix typo, servers_in_files -> server_in_files.Not Zed2002-11-202-1/+6 * Added rule to generate GNOME_Evolution_Calendar.server.in fromEttore Perazzoli2002-11-203-11/+24 * pass type to bonobo_widget::set_property. (select_names_ok_cb): ", forNot Zed2002-11-194-7/+25 * use new e_table_header_compute_height signature.Chris Toshok2002-11-172-1/+6 * Use bonobo_main_quit instead of gtkRodney Dawes2002-11-163-2/+6 * #include <string.h> (obj_removed_cb): Fixed prototype.Federico Mena Quintero2002-11-144-8/+20 * #include <string.h>Federico Mena Quintero2002-11-139-178/+219 * Commit missing files.Ettore Perazzoli2002-11-092-5/+4 * Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-099-126/+140 * Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-0929-194/+246 * Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-0923-484/+389 * (calendar_offline_handler_class_init): GObjectified.Ettore Perazzoli2002-11-093-16/+39 * use GLib macros.Rodrigo Moya2002-11-083-9/+15 * don't use GTK, we don't need it.Rodrigo Moya2002-11-082-19/+20 * *** empty log message ***Rodrigo Moya2002-11-081-0/+2 * Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-0857-446/+398 * removed non-existant headers.Rodrigo Moya2002-11-086-9/+16 * converted to BonoboObject.Rodrigo Moya2002-11-087-36/+46 * converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-081-4/+7 * converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-079-168/+172 * GObjectify.Rodrigo Moya2002-11-076-114/+122 * #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes inRodrigo Moya2002-11-0717-75/+104 * *** empty log message ***Rodrigo Moya2002-11-072-4/+2 * renmaed .oaf.in files.Rodrigo Moya2002-11-075-13/+21 * don't return a Bonobo_EventSource_ListenerId, since it does not existRodrigo Moya2002-11-0717-5021/+5442 * adapted to to new glade_xml_new signature.Rodrigo Moya2002-11-077-11/+20 * use libxml2 headers.Rodrigo Moya2002-11-0514-94/+129 * added new marshallers.Rodrigo Moya2002-11-0513-285/+274 * added marshallers.Rodrigo Moya2002-11-056-147/+180 * ported to GObject.Rodrigo Moya2002-11-044-39/+45 * use EConfigListener instead of BonoboConfig.Rodrigo Moya2002-11-046-32/+30 * don't use BonoboConfig, but EConfigListener.Rodrigo Moya2002-11-044-72/+83 * cal-client/cal-listener.hRodrigo Moya2002-11-0228-97/+110 * cleaned up the status bar messages for all widgets.Rodrigo Moya2002-10-302-0/+11 * Update with bug numbers.JP Rosevear2002-10-261-1/+7 * initialize new values (clean_up): free new values (find_my_address): if weJP Rosevear2002-10-244-10/+211 * Fixes #32613Rodrigo Moya2002-10-233-20/+58 * fix warningJP Rosevear2002-10-232-2/+7 * Fixes #32371Rodrigo Moya2002-10-232-3/+12 * use NULL for pointer instead of FALSE.Rodrigo Moya2002-10-232-1/+6 * use e_config_listener_* to get values (itip_addresses_get): dittoJP Rosevear2002-10-233-37/+29 * fix c/p typeJP Rosevear2002-10-182-1/+5 * if the value is a datetime, convert it to a dateJP Rosevear2002-10-185-2/+259 * changed to have a gboolean return type, which is what it's supposed to do.Rodrigo Moya2002-10-183-7/+16 * try to preserve the work week view setting if it makes sense (set_view):JP Rosevear2002-10-162-3/+22 * Fixes #11434Rodrigo Moya2002-10-098-0/+102 * set the 24 hour format initiallyJP Rosevear2002-10-094-55/+15 * Fixes #31774Rodrigo Moya2002-10-082-2/+9 * cast the correct itemJP Rosevear2002-10-082-1/+6 * Fixes crash in #19159Rodrigo Moya2002-10-072-7/+23 * Fixes #15892Rodrigo Moya2002-10-0711-26/+222 * removed unneeded g_assert which was preventing the alarm daemon to startRodrigo Moya2002-10-032-2/+6 * Fixes #30057Rodrigo Moya2002-10-039-42/+106 * added isReadOnly method to Cal interface.Rodrigo Moya2002-10-028-1/+103 * Fixes #15710Rodrigo Moya2002-10-013-1/+60 * Fixes #30290Rodrigo Moya2002-10-012-3/+9 * load multi_day_split (calconduit_save_configuration): save itJP Rosevear2002-10-012-4/+95 * It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-013-3/+10 * Remove "/Toolbar/New" and "/Toolbar/NewTask" since they're not there anyDan Winship2002-09-282-2/+6 * Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-2819-45/+274 * only change the attendee value if it isn't emptyJP Rosevear2002-09-272-1/+7 * Should fix once for all #24210Rodrigo Moya2002-09-266-29/+80 * Add "calendar/public" and "tasks/public". (type_is_calendar,Dan Winship2002-09-265-38/+110 * if the item being sent is not a meeting, send it as a mixed item with aJP Rosevear2002-09-262-7/+105 * Fixes #27961Rodrigo Moya2002-09-252-0/+12 * return a builtin timezone if we don't find the timezone in our component.Rodrigo Moya2002-09-252-7/+22 * make sure the start/end for no time palm events are DATE values, tidy codeJP Rosevear2002-09-242-13/+24 * convert to date values if the original start and end were both datesJP Rosevear2002-09-242-2/+12 * unref the query since now the query object on the server keeps a copy ofRodrigo Moya2002-09-242-1/+6 * unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-242-1/+24 * add libeutil to the linkJP Rosevear2002-09-243-0/+10 * fix non-ANSI switch statements.Dan Winship2002-09-234-0/+16 * install an idle callback that will start the alarm daemon.Rodrigo Moya2002-09-232-4/+25 * remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-232-14/+15 * move success notification code to its own code block, since it was beingRodrigo Moya2002-09-232-27/+41 * Fixes #28310Rodrigo Moya2002-09-231-0/+2 * only save the new notification time if it is bigger than the already savedRodrigo Moya2002-09-232-1/+13 * check to see if the component is already on the server or notJP Rosevear2002-09-215-107/+49 * set the deleted attendees array to size 0 after we clean it upJP Rosevear2002-09-202-1/+9 * remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-202-0/+23 * added a list of EComponentListener's to control the lifetime of theRodrigo Moya2002-09-202-1/+45 * More fixes for #24210Rodrigo Moya2002-09-202-64/+248 * bump the month_num by 1 because it indexs at 0JP Rosevear2002-09-192-2/+12 * Fixes #26362Rodrigo Moya2002-09-172-1/+47 * keep the selection if we right click in it (but not on an appointment)JP Rosevear2002-09-123-14/+31 * create a new appointment based on the selectionJP Rosevear2002-09-122-47/+40 * duh, don't blindly increment the hour without adjusting for the dayJP Rosevear2002-09-112-4/+10 * Fixes #24032Rodrigo Moya2002-09-102-9/+26 * display status messages for all operations we make, so that when usingRodrigo Moya2002-09-102-8/+25 * kill warningJP Rosevear2002-09-076-34/+143 * don't try to send via the server if we are publishing; don't bail out on aJP Rosevear2002-09-062-5/+18 * Changed the description of the calendar/tasks page of the settings dialog,Anna Marie Dirks2002-09-062-1/+8 * added support for text/x-calendar targets, in which case a VCALENDARRodrigo Moya2002-09-052-8/+32 * don't listen to client signals after we get destroyedJP Rosevear2002-09-052-0/+9 * bail out if we couldn't send the cancelJP Rosevear2002-09-057-31/+75 * provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-059-22/+67 * Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-053-0/+8 * don't make the reply component minimalJP Rosevear2002-09-042-5/+14 * use bonobo_object_release_unref to release the remote SelectNamesMike Kestner2002-08-313-2/+8 * make the sure to list is 0 length before sending via imipJP Rosevear2002-08-311-1/+1 * select the top canvas if the user right-clicks on itJP Rosevear2002-08-304-1/+106 * added missing header file.Rodrigo Moya2002-08-293-0/+7 * Add an evolution:shell_component_launch_order and renameDan Winship2002-08-292-1/+9 * use EConfigListener instead of direct access to the bonobo-conf database.Rodrigo Moya2002-08-275-426/+176 * Fixes #12326Rodrigo Moya2002-08-265-157/+107 * if its a non-participant, add it as a resource to match dialog labelJP Rosevear2002-08-232-2/+17 * if the value given is a date, convert to a time in the current zoneJP Rosevear2002-08-222-4/+17 * don't set the tasks ui component until the container is set, remove unusedJP Rosevear2002-08-212-5/+8 * disconnect destroy signal callbacks on tablesJP Rosevear2002-08-202-3/+13 * clone the ical component before adding itJP Rosevear2002-08-202-1/+13 * make sure to get the date in the current zone, not at UTCJP Rosevear2002-08-202-1/+6 * stop adding redundant information for start/end/due/complete timesJP Rosevear2002-08-192-42/+33 * added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-165-0/+89 * listen for the time editors to changeJP Rosevear2002-08-154-7/+89 * Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-144-180/+28 * set status message on ECalendarTable when opening the tasks.Rodrigo Moya2002-08-132-1/+31 * set status message to NULL if there is an error opening the calendar.Rodrigo Moya2002-08-132-2/+9 * set the editor to changed so the item actually gets savedJP Rosevear2002-08-102-0/+7 * check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-094-60/+57 * Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-09