aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gwenview
ModeNameSize
-rw-r--r--Makefile666logstatsplainblame
-rw-r--r--distinfo203logstatsplainblame
-rw-r--r--pkg-descr248logstatsplainblame
-rw-r--r--pkg-plist11212logstatsplainblame
0800'>2003-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-26