aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 'Untimed events'Tomas Ögren1999-05-261-0/+2
| | | | svn path=/trunk/; revision=941
* Removed unused macro CALENDAR_HEIGHT.Federico Mena Quintero1999-05-263-4/+4
| | | | | | | | 1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c: Removed unused macro CALENDAR_HEIGHT. svn path=/trunk/; revision=940
* Set the canvas scroll region here, not in size_allocate(). Also, use theFederico Mena Quintero1999-05-2611-34/+54
| | | | | | | | | | | | | | | | | | | | | | | | 1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c (idle_handler): Set the canvas scroll region here, not in size_allocate(). Also, use the correct width and height based on the allocation and the precomputed minimum width/height values. * gnome-cal.c (setup_widgets): Set the scrollbar policy of the scrolled window. * main.c (setup_appbar): Use the correct type for the appbar. * gncal-day-view.c: Removed unused function switch_to_day(). * gncal-day-panel.c (calendar_day_selected): Removed unused variable. 1999-05-25 Federico Mena Quintero <federico@nuclecu.unam.mx> * configure.in: Added the gncal/doc/* Makefiles to AC_OUTPUT. svn path=/trunk/; revision=939
* This is the fix Miguel and I hacked in the car at Expo to make theNat Friedman1999-05-268-13/+51
| | | | | | | | | | | | | | | | | | | | | year view work in low-resolution displays. This isn't the proper fix, but it's better than the way things were. 1999-05-25 Nat Friedman <nat@nat.org> * doc/C/gnomecal.sgml: Fixed a typo. * gnome-cal.c (setup_widgets): Added a scrolled window widget into which the year view is placed. * year-view.c (CALENDAR_HEIGHT): The height of the total year view inside the scrolled window. (idle_handler): Set the height of the year view to CALENDAR_HEIGHT. (year_view_size_allocate): Set the scroll region of the year view canvas to allocation->width, CALENDAR_HEIGHT. svn path=/trunk/; revision=938
* Reworked the insert/delete column/row code again. Beat on it, please!Morten Welinder1999-05-221-1/+4
| | | | svn path=/trunk/; revision=937
* recipient list printingBertrand Guiheneuf1999-05-216-7/+62
| | | | | | | | | * camel/camel-mime-message.c (_write_to_file): recipient list printing * tests/test1.c (main): more tests. svn path=/trunk/; revision=936
* syncBertrand Guiheneuf1999-05-212-4/+15
| | | | svn path=/trunk/; revision=935
* test if content exists before calling its write_to method.bertrand1999-05-206-43/+63
| | | | | | | | | | | | | 1999-05-19 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (_write_to_file): test if content exists before calling its write_to method. * camel/camel-mime-message.c (_write_to_file): bugs fix. First test of mime_message framework. svn path=/trunk/; revision=934
* syncBertrand Guiheneuf1999-05-204-0/+24
| | | | svn path=/trunk/; revision=933
* missing files 2Bertrand Guiheneuf1999-05-202-0/+21
| | | | svn path=/trunk/; revision=932
* testsBertrand Guiheneuf1999-05-195-3/+37
| | | | | | | | | * tests/test1.c (main): tests * camel/camel-mime-message.c (_write_to_file): started write_to framework for mime_messages svn path=/trunk/; revision=931
* message number funcs.bertrand1999-05-184-1/+13
| | | | | | | | | 1999-05-18 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-message.c (*_message_number): message number funcs. svn path=/trunk/; revision=930
* Add missing file -miguelArturo Espinosa1999-05-181-0/+110
| | | | svn path=/trunk/; revision=929
* Add Docbook framework for documenting Gnomecal -miguelArturo Espinosa1999-05-188-6/+209
| | | | svn path=/trunk/; revision=928
* syncBertrand Guiheneuf1999-05-172-0/+22
| | | | svn path=/trunk/; revision=927
* flags handling methodsbertrand1999-05-153-6/+110
| | | | | | | | | | | | | | 1999-05-15 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-message.c (*_flag): flags handling methods 1999-05-14 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-message.c (camel_mime_message_class_init): added recipient handling class funcs. svn path=/trunk/; revision=926
* added recipient handling class funcs.Bertrand Guiheneuf1999-05-143-0/+28
| | | | | | | * camel/camel-mime-message.c (camel_mime_message_class_init): added recipient handling class funcs. svn path=/trunk/; revision=925
* create recipients hash table (_remove_recipient): (_add_recipient):Bertrand Guiheneuf1999-05-143-2/+108
| | | | | | | | | | | | | | | * camel/camel-mime-message.c (camel_mime_message_init): create recipients hash table (_remove_recipient): (_add_recipient): (_get_recipients): new funcs. Internal Recipients data structure is a bit complicated though. * camel/camel-mime-part.c (camel_mime_part_init): create headers hash table svn path=/trunk/; revision=924
* a bunch of get/set header field method done. Does nothing yet though.Bertrand Guiheneuf1999-05-144-6/+243
| | | | | | | | | | | * camel/camel-mime-message.h: a bunch of get/set header field method done. Does nothing yet though. * camel/camel-mime-message.[ch] : new file. svn path=/trunk/; revision=923
* Mime message ...Bertrand Guiheneuf1999-05-133-0/+151
| | | | svn path=/trunk/; revision=922
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-138-16/+200
| | | | | | | | | | | | | | | | | | | * camel/camel-mime-part.h (struct ): disposition is now a full GMimeContentField object. * camel/gmime-content-field.c: new file handle "type/subtype ;parameter=value ; parameter=value ..." BNF grammar elements (gmime_content_field_write_to_file): new func * camel/gmime-utils.c (gmime_write_header_pair_to_file): namespace change Some work on mime stuff. Mime part can save itself into a file. This stuff is boring. svn path=/trunk/; revision=921
* mime utils namespace changeBertrand Guiheneuf1999-05-122-0/+0
| | | | svn path=/trunk/; revision=920
* Add `gnome-bonobo-check.m4'.Raja R Harinath1999-05-122-0/+5
| | | | | | * Makefile.am (MACROS): Add `gnome-bonobo-check.m4'. svn path=/trunk/; revision=905
* overload wrapper class method. (_write_to_file): start to write some textbertrand1999-05-127-2/+128
| | | | | | | | | | | 1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (_write_to_file): overload wrapper class method. (_write_to_file): start to write some text in file. svn path=/trunk/; revision=904
* typo fix.bertrand1999-05-122-4/+6
| | | | | | | | 1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.c: typo fix. svn path=/trunk/; revision=903
* static functions naming follows gnome coding style guide.bertrand1999-05-127-187/+197
| | | | | | | | | | | | | | 1999-05-11 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.c: * camel/camel-service.c: * camel/camel-folder.c: * camel/camel-data-wrapper.c: * camel/camel-mime-part.c: static functions naming follows gnome coding style guide. svn path=/trunk/; revision=902
* implemented public interfacesBertrand Guiheneuf1999-05-113-1/+196
| | | | | | | | 1999-05-11 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.h: implemented public interfaces svn path=/trunk/; revision=901
* A bunch of new set/get func.Bertrand Guiheneuf1999-05-115-3/+220
| | | | | | | | | | | | | | | | | | | | | | 1999-05-10 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (__camel_mime_part_get_header_lines): (__camel_mime_part_set_header_lines): (__camel_mime_part_get_content_languages): (__camel_mime_part_set_content_languages): (__camel_mime_part_get_encoding): (__camel_mime_part_set_encoding): (__camel_mime_part_get_content_MD5): (__camel_mime_part_set_content_MD5): (__camel_mime_part_get_content_id): (__camel_mime_part_set_content_id): A bunch of new set/get func. * camel/gstring-util.c (g_string_list_free): convenience function for string list complete deallocation. svn path=/trunk/; revision=900
* new methodbertrand1999-05-105-0/+67
| | | | | | | | | | | | 1999-05-09 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.c (__camel_mime_part_add_header): new method * camel/camel-mime-part.h (struct CamelMimePart): added core fields. svn path=/trunk/; revision=899
* made test program return 0, changed BONOBO_CHECK to not return "failure"Jacob Berkman1999-05-092-1/+7
| | | | | | | | | 1999-05-09 Jacob Berkman <jberk+@cmu.edu> * gnome-bonobo-check.m4: made test program return 0, changed BONOBO_CHECK to not return "failure" on success svn path=/trunk/; revision=895
* new class. models a mime mail part.bertrand1999-05-094-0/+152
| | | | | | | | | 1999-05-08 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-part.[ch]: new class. models a mime mail part. svn path=/trunk/; revision=894
* method to stream data content in a buffer.bertrand1999-05-093-5/+126
| | | | | | | | | | | | | | | | | | | 1999-05-08 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-data-wrapper.c (camel_data_wrapper_write_to_buffer): method to stream data content in a buffer. (camel_data_wrapper_write_to_file): (camel_data_wrapper_construct_from_buffer): (camel_data_wrapper_construct_from_file): new methods. Basic data_wrapper interface. Will have to add MIME content type and bonobo object creation from content type. Bertrand. svn path=/trunk/; revision=893
* sync - Started work on messages classes.Bertrand Guiheneuf1999-05-084-1/+154
| | | | | | Bertrand. svn path=/trunk/; revision=892
* admin cvs workBertrand Guiheneuf1999-05-076-0/+121
| | | | svn path=/trunk/; revision=891
* new method.bertrand1999-05-057-31/+226
| | | | | | | | | | | | | | | | | 1999-05-04 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-service.c (camel_service_get_url): new method. * devel-docs/camel/camel-sections.txt: added function doc references * camel/camel-folder.c (__camel_folder_close): fixed indentation. (camel_folder_expunge): new method. (__camel_folder_close): used expunge flag svn path=/trunk/; revision=890
* typo fixbertrand1999-05-035-6/+57
| | | | | | | | | | | | | | | | | | 1999-05-03 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c (camel_folder_get_mode): typo fix * camel/camel-folder.c (__camel_folder_list_subfolders): new func. * some doc stuffs Finishing storage layer, will start message classes soon. Bertrand svn path=/trunk/; revision=889
* - fix: allow use $DESTDIR on "make install DESTDIR=</install/prefix>".Tomasz Kłoczko1999-05-032-8/+8
| | | | | | - fix: allow use $DESTDIR on "make install DESTDIR=</install/prefix>". svn path=/trunk/; revision=888
* Update Doc referenceBertrand Guiheneuf1999-05-034-4/+18
| | | | svn path=/trunk/; revision=887
* new methodsbertrand1999-05-015-70/+207
| | | | | | | | | | | | | | | | | | 1999-05-01 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c (__camel_folder_get_mode): (camel_folder_get_mode): (camel_folder_get_parent_store): (__camel_folder_get_parent_store): (camel_folder_get_parent_folder): (__camel_folder_get_parent_folder): new methods * camel/camel-service.c: put __ prefix before private virtual funcs. svn path=/trunk/; revision=886
* new methods.bertrand1999-05-013-53/+180
| | | | | | | | | | 1999-05-01 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c (camel_folder_delete): (camel_folder_delete_messages): new methods. svn path=/trunk/; revision=885
* some more commentsbertrand1999-05-012-4/+17
| | | | | | | | | | | | | | 1999-05-01 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/url-util.c (g_url_new): some more comments 1999-04-27 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c (camel_folder_create): new public function. svn path=/trunk/; revision=884
* syncBertrand Guiheneuf1999-05-012-23/+61
| | | | svn path=/trunk/; revision=883
* Add --todo supportArturo Espinosa1999-04-267-2/+122
| | | | | | Add --todo support svn path=/trunk/; revision=880
* initialize folder object.bertrand1999-04-266-24/+62
| | | | | | | | | | | | | | | 1999-04-25 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-session.c (camel_session_get_store_from_provider): initialize folder object. * camel/camel-store.c (init): new method. called by session object at instantiation time. * camel/camel-store.h (struct _CamelStore): new fields : session and url_name svn path=/trunk/; revision=879
* new method to set the default provider for a protocol.bertrand1999-04-254-7/+79
| | | | | | | | | | | | | | 1999-04-25 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-session.c (camel_session_set_provider): new method to set the default provider for a protocol. (camel_session_get_store_from_provider): new method to instantiate a folder from a provider. * camel/camel-provider.h: s/GString/gchar/g + typo fix. svn path=/trunk/; revision=878
* start session objectBertrand Guiheneuf1999-04-252-0/+146
| | | | svn path=/trunk/; revision=877
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-257-0/+121
| | | | | | | | | | 1999-04-25 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-provider.[ch]: basic provider structure. Have to write the code for dynamic loading. svn path=/trunk/; revision=876
* s/new_g_url/g_url_newbertrand1999-04-243-2/+4
| | | | | | | | 1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/url-util.[ch]: s/new_g_url/g_url_new svn path=/trunk/; revision=875
* URL rewritten completely. Error handling not implemented in publicbertrand1999-04-243-53/+250
| | | | | | | | | | | 1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/url-util.c (new_g_url): URL rewritten completely. Error handling not implemented in public functions. But URL scan works pretty well :))) svn path=/trunk/; revision=874
* Wide use of const in gnumeric now, thanks to Morten WelinderArturo Espinosa1999-04-242-2/+2
| | | | svn path=/trunk/; revision=873
* I needed the url functions to use GString, and I wanted a more generalbertrand1999-04-243-269/+158
| | | | | | | | | | | | 1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/url-util.[ch]: I needed the url functions to use GString, and I wanted a more general scheme so I finally started rewriting the whole thing from scratch. No more code from gzilla :( svn path=/trunk/; revision=872
* Utility functions to parse URLs. Stolen shamelessly from gzillabertrand1999-04-234-2/+393
| | | | | | | | | | | | | | 1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/url-util.[ch]: Utility functions to parse URLs. Stolen shamelessly from gzilla (www.gzilla.com) written by Raph Levien <raph@acm.org> * camel/Makefile.am: added url-util.[ch] compilation. svn path=/trunk/; revision=871
* removed devel-docs until I come up with a correct Makefile.ambertrand1999-04-234-21/+16
| | | | | | | | | | | | | 1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr> * Makefile.am (SUBDIRS): removed devel-docs until I come up with a correct Makefile.am * camel/camel-store.h: * camel/camel-folder.h: correct declarations of structs svn path=/trunk/; revision=870
* more test implementation.bertrand1999-04-2210-33/+269
| | | | | | | | | | | | | 1999-04-22 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/providers/MH/camel-mh-store.c: more test implementation. * camel/camel-store.c (camel_store_get_type): typo fix A lot of small adds and corrections. svn path=/trunk/; revision=867
* start test provider.bertrand1999-04-227-1/+175
| | | | | | | | | 1999-04-21 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type): start test provider. svn path=/trunk/; revision=864
* more documentation stuffBertrand Guiheneuf1999-04-217-0/+209
| | | | svn path=/trunk/; revision=863
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-217-11/+18
| | | | svn path=/trunk/; revision=862
* now CamelStore inherits from CamelService.bertrand1999-04-216-8/+31
| | | | | | | | | 1999-04-20 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.h: now CamelStore inherits from CamelService. svn path=/trunk/; revision=861
* basic abstract service class.bertrand1999-04-214-3/+121
| | | | | | | | | 1999-04-20 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-service.c (camel_service_class_init): basic abstract service class. svn path=/trunk/; revision=860
* simple service class addedBertrand Guiheneuf1999-04-213-0/+136
| | | | svn path=/trunk/; revision=859
* Bumped version number to 1.0.3.Federico Mena Quintero1999-04-203-0/+14
| | | | | | | | 1999-03-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * configure.in: Bumped version number to 1.0.3. svn path=/trunk/; revision=858
* silence...Bertrand Guiheneuf1999-04-191-1/+4
| | | | svn path=/trunk/; revision=857
* Added some slight explanations.Bertrand Guiheneuf1999-04-193-0/+64
| | | | svn path=/trunk/; revision=856
* missing files.Bertrand Guiheneuf1999-04-192-0/+247
| | | | svn path=/trunk/; revision=855
* started implementation typo uncommented the store related code.bertrand1999-04-195-11/+40
| | | | | | | | | | | | | | | 1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-store.[ch]: started implementation * camel/camel-folder.c (camel_folder_get_type): typo uncommented the store related code. (camel_folder_create): enable som store relted code. Not finished. Have to define public methods first. * camel/camel-log.h: some explanation about the log system svn path=/trunk/; revision=854
* implemented (partially) have to write CamelStore before finishing it.bertrand1999-04-195-6/+124
| | | | | | | | | | | | | | | 1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c: (camel_folder_create): implemented (partially) have to write CamelStore before finishing it. * camel/camel-folder.h (CamelFolder): added full_name field (CamelFolderClass): added set/get_full_name methods Some more work svn path=/trunk/; revision=853
* chut...Bertrand Guiheneuf1999-04-182-0/+5
| | | | svn path=/trunk/; revision=852
* some work log system for camel some utilities for GString objectsbertrand1999-04-188-4/+395
| | | | | | | | | | | | | | | 1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-folder.c: some work * camel/camel-log.c: log system for camel * camel/gstring-util.c: some utilities for GString objects Work on obmail translation. Bertrand svn path=/trunk/; revision=851
* groomf -> gnome-mailerbertrand1999-04-182-1/+4
| | | | | | | | 1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr> * autogen.sh (PKG_NAME): groomf -> gnome-mailer svn path=/trunk/; revision=850
* Initial revisionBertrand Guiheneuf1999-04-1819-0/+1123
| | | | svn path=/trunk/; revision=846
* Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.Raja R Harinath1999-04-173-3/+9
| | | | | | | | * gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of AM_PATH_GNOME_PRINT. * Makefile.am (MACROS): Sort lines. svn path=/trunk/; revision=818
* Kill all grabs from the CList before running the new dialog box.Miguel de Icaza1999-04-173-0/+19
| | | | | | | | | | | | | 1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (edit_activated): Kill all grabs from the CList before running the new dialog box. This fixes the problem of button-3/Edit on the todo item blocking the GUI (actually, the main window responds, but not the todo window). svn path=/trunk/; revision=817
* Bononbized Gnumeric compiles.Arturo Espinosa1999-04-131-0/+1
| | | | | | | | Bononbized Gnumeric compiles. Miguel. svn path=/trunk/; revision=812
* Updated bonobo checksArturo Espinosa1999-04-131-30/+6
| | | | svn path=/trunk/; revision=811
* Added Bonobo testArturo Espinosa1999-04-131-0/+172
| | | | svn path=/trunk/; revision=810
* Make sure we can get events for button3. The code for the nice popup menuMiguel de Icaza1999-04-093-0/+8
| | | | | | | | | | 1999-04-08 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (gncal_todo_init): Make sure we can get events for button3. The code for the nice popup menu was there but was not getting invoked. svn path=/trunk/; revision=806
* Require GTK 1.2 -MIguelArturo Espinosa1999-04-071-1/+1
| | | | svn path=/trunk/; revision=793
* Added this routine so Monthly recurrences use the weekday field as aSteve Murphy1999-04-048-33/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-04-01 Steve Murphy <murf@e-tools.com> * calobj.c (weekdaynum): Added this routine so Monthly recurrences use the weekday field as a simple integer for a single weekday. * calobj.c (load_recur_monthly_pos): Call weekdaynum instead of weekdaylist. The interface only lets the user input a single value anyway. * calobj.c (ical_object_to_vobject): instead of code to output day names from a bit array, use instead the value as an int and output a single dayname. * calobj.c (ical_object_generate_events): first_week_day gets the day int instead of the first entry in the bit field. I inserted a fair chunk of code to avoid calling generate if the day is out of range for a month. It may be unneccessary, because mktime will turn the extra days into a valid date the next month. But not all mktimes are equal, I fear. * eventedit.c (ee_store_recur_rule_to_ical): For case 3, (Monthly), I added code to set the interval slot of the recur struct; without this value, selecting a monthly recursing, by date, would lead to an infinite loop broken only by a failure to alloc more memory. Also, in the "by position" case, both u.month_pos and u.month_day were being assigned values. This is a mistake, as they are both part of an union, and the same thing. The weekday field should get the recur_rr_month_weekday value. * eventedit.c (ee_rp_init_rule): set default day from the weekday field instead of the u.month_day field, which is really the month_pos value. * gnome-cal.c (gnome_calendar_tag_calendar): Month days start with 1, not 0; thus, setting tm.tm_mday = 0, and then calling mktime will generate a time corresponding to the end of the previous month, which may have a mday anywhere from 28 to 31. The end time just adds 1 to the month, so your end time may not cover the last few days of this month, depending on what the biggest mday of last month was. I changed it so tm_mday is set to 1 instead. 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx> svn path=/trunk/; revision=792
* Made static. Make it use the full year format for strftime().Federico Mena Quintero1999-03-313-18/+17
| | | | | | | | | 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c (convert_time_t_to_char): Made static. Make it use the full year format for strftime(). svn path=/trunk/; revision=791
* Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFSNorbert Warmuth1999-03-292-2/+30
| | | | | | | | | | | | | | | | | | | Sun Mar 28 23:39:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS checks. * src/util.c (is_printable): Character 155 is non printable even when full eight bit output is enabled (on the linux console 155 is interpreted as "ESC ["). * vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when compiling without vfs. * macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs to be fixed but that's not a problem because there's no libvfs, yet. svn path=/trunk/; revision=783
* Cambia algunos nomrees del los inputfiles,Alan Aspuru Guzik1999-03-291-1/+1
| | | | svn path=/trunk/; revision=782
* Include <config.h> so that strings get translated. Correct spelling.Nuno Ferreira1999-03-284-0/+7
| | | | | | | | | 1999-03-27 Nuno Ferreira <nmrf@rnl.ist.utl.pt> * gncal/calobj.c: Include <config.h> so that strings get translated. * po/pt.po: Correct spelling. svn path=/trunk/; revision=781
* Made it respect 12/24h settings.. Doesn't show until next time you openTomas Ogren1999-03-273-2/+17
| | | | | | | | | 1999-03-26 Tomas Ogren <stric@ing.umu.se> * prop.c (build_hours_menu): Made it respect 12/24h settings.. Doesn't show until next time you open the dialog.. yet.. svn path=/trunk/; revision=780
* Did some i18n work Did some i18n workTomas Ogren1999-03-245-22/+25
| | | | | | | | | 1999-03-24 Tomas Ogren <stric@ing.umu.se> * gncal-week-view.c (gncal_week_view_set): Did some i18n work * eventedit.c (get_exception_string): Did some i18n work svn path=/trunk/; revision=779
* Made clist titles i18n:able Added which views that are possible for --viewTomas Ogren1999-03-245-16/+45
| | | | | | | | | | | | 1999-03-24 Tomas Ogren <stric@ing.umu.se> * gncal-todo.c (gncal_todo_init): Made clist titles i18n:able * main.c (poptOption): Added which views that are possible for --view in the --help text (closes #367) * main.c (dump_events): Added (short) month to the strftime and made the strings i18n:able svn path=/trunk/; revision=778
* Set the recur->interval to the value of the recur_rr_month_period spinNat Friedman1999-03-243-0/+13
| | | | | | | | | | | 1999-03-23 Nat Friedman <nat@nat.org> * eventedit.c (ee_store_recur_rule_to_ical): Set the recur->interval to the value of the recur_rr_month_period spin button if the event is being set "by day." This closes bug #675 as reported by bagfors@hpc2n.umu.se. Thanks for the report! svn path=/trunk/; revision=777
* Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar =Tomas Ogren1999-03-243-3/+3
| | | | | | | | | | | 1999-03-23 Tomas Ogren <stric@ing.umu.se> * gnomecal/calobj.c: Added 2 paranthesis.. "foobar = d / 60*60" is _NOT_ the same as "foobar = d / (60*60)" which caused heavy alarm-corruption with alarms between 2 hrs and 2 days. svn path=/trunk/; revision=776
* Revert unlogged change.Raja R Harinath1999-03-181-1/+1
| | | | svn path=/trunk/; revision=765
* se arreglaron las graficas de la funcion de onda, por lo menos el HO jala ↵Alan Aspuru Guzik1999-03-171-1/+1
| | | | | | | | | bien con variacional adios el rulo svn path=/trunk/; revision=762
* Add Summary editing for TODO items -rconoverArturo Espinosa1999-03-172-4/+96
| | | | svn path=/trunk/; revision=761
* Add support for Due Date when adding a TODO item here. (column_resized):Clifford R. Conover1999-03-1125-72/+888
| | | | | | | | | | | | | | | | | | | | | | | | 1999-03-10 Clifford R. Conover <rconover@montana.edu> * gncal-todo.c (simple_todo_editor): Add support for Due Date when adding a TODO item here. (column_resized): New function (init_column_sorting): New function. (todo_click_column): New function. (convert_time_t_to_char, make_overdue_todo_style): New functions. * gnome-cal.c (gnome_calendar_todo_properties_changed): New function used to update the TODO when the properties have been chagned for it. * prop.c (prop_apply_todo): Apply TODO properties. * gncal-day-panel.c (todo_list_properties_changed): Update the TODO display here. * eventedit.c (date_edit_new): Made public svn path=/trunk/; revision=757
* 1999-03-10 Craig A Soules (soules+@andrew.cmu.edu)Arturo Espinosa1999-03-119-16/+102
| | | | | | | * timeutil.c, calendar.c, calobj.c, gncal-day-panel.c: Add support for daylight time savings. svn path=/trunk/; revision=756
* Applied this change:Tomislav Vujec1999-03-112-3/+12
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in ACLOCAL. This allows maintainer rules to work if any of the macros change. svn path=/trunk/; revision=745
* Applied Bug fix:Raja R Harinath1999-03-112-1/+8
| | | | | | | | | | 1999-03-10 Tomislav Vujec <tvujec@carnet.hr * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing for additional inits. It gets expanded while generating configure, resulting in an empty parameter list - syntax error in for statement. svn path=/trunk/; revision=744
* Add a new paramater, which is passed to GNOME_INIT_HOOK.Raja R Harinath1999-03-102-6/+33
| | | | | | | | | | | | | | | | | | | * gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to GNOME_INIT_HOOK. (GNOME_INIT_HOOK): New parameter "additional inits". This is a list like "applets capplet", and the corresponding GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined. Note: This change requires all standalone panel applets to use GNOME_INIT(applets) instead of just GNOME_INIT in their configure.ins. I don't think there are any standalon panel applets in Gnome CVS. This is partly to fix a bug with a message `unknown library: applets' that appears when gnome-core is installed the first time. svn path=/trunk/; revision=743
* Ok, this was bugging me.... ....for a while my objc compiler was borked. IMark Crichton1999-03-012-0/+11
| | | | | | | | | | | | | | Ok, this was bugging me.... ....for a while my objc compiler was borked. I had it, but it didn't work. gnome-network would abuse and abuse me since it only checked for the objc compiler and not gnome-objc. Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it. It works (so far...) Mark Crichton svn path=/trunk/; revision=718
* For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out ()Martin Baulig1999-03-013-0/+32
| | | | | | | | | | 1999-02-28 Martin Baulig <martin@home-of-linux.org> * gncal-full-day.c (recompute_motion): For DRAG_MOVE, DRAG_SIZE_TOP and DRAG_SIZE_BOTTOM: call child_focus_out () if the child currently has the focus. svn path=/trunk/; revision=717
* gtk_widget_get_requisition fix for Gtk+ 1.2.Martin Baulig1999-03-012-2/+2
| | | | svn path=/trunk/; revision=716
* Remove a CVS conflict marker.Martin Baulig1999-02-281-1/+1
| | | | svn path=/trunk/; revision=709
* Require at least gtk+ 1.2 (pointless getting bug reports with an oldGregory McLean1999-02-282-2/+6
| | | | | | | | | 1998-02-27 Gregory McLean <gregm@comstar.net> * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting bug reports with an old glib/gtk/gdk set..) svn path=/trunk/; revision=708
* Added Korean font to the fontset string. Likewise.Changwoo Ryu1999-02-275-20/+26
| | | | | | | | | | | | | | | 1999-02-27 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * quick-view.c (QUICK_VIEW_FONTSET): Added Korean font to the fontset string. * mark.h (*_FONTSET): Likewise. 1999-02-27 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * canvas.c (*_FONTSET): Added Korean fonts to the each fontset strings. svn path=/trunk/; revision=707
* Implemented new panel groups as suggested on gnome-hackersMichael Fulbright1999-02-262-2/+2
| | | | | | Dr Mike <drmike@redhat.com> svn path=/trunk/; revision=706
* Require LibGTop >= 1.0.0.Martin Baulig1999-02-252-3/+3
| | | | | | | | 1999-02-25 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0. svn path=/trunk/; revision=702
* Fixes for release.Elliot Lee1999-02-251-4/+4
| | | | | | Fixes for release. svn path=/trunk/; revision=695
* look in the right prefixElliot Lee1999-02-251-3/+4
| | | | svn path=/trunk/; revision=693
* Updated spanish language file;Pablo Saratxaga1999-02-258-14/+22
| | | | | | and some i18n improvements svn path=/trunk/; revision=692
* Require LibGTop >= 0.100.0.Martin Baulig1999-02-242-1/+5
| | | | | | | | 1999-02-24 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0. svn path=/trunk/; revision=690
* Save the owner/organizer of the event. (ical_object_create_from_vobject):Miguel de Icaza1999-02-246-2/+41
| | | | | | | | | | | | | 1999-02-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * calobj.c (ical_object_to_vobject): Save the owner/organizer of the event. (ical_object_create_from_vobject): Load the owner/organizer of the event. * gncal-full-day.c (delete_occurance): Assign child to data (fixes crash on "delete this occurrance"). svn path=/trunk/; revision=689
* Only add the compilation warnings if the compiler is GCC.Miguel de Icaza1999-02-232-0/+12
| | | | | | | | | 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx> * compiler-flags.m4: Only add the compilation warnings if the compiler is GCC. svn path=/trunk/; revision=684
* tzname issuesTimur Bakeyev1999-02-225-4/+38
| | | | | | | | | 1999-02-22 Timur Bakeyev <mc@bat.ru> * configure.in: Added check for langinfo.h and for representation of timezone info - tzname or tm.tm_zone. svn path=/trunk/; revision=682
* ZVT_LIBSTimur Bakeyev1999-02-202-0/+6
| | | | | | | | 1999-02-20 Timur Bakeyev <mc@bat.ru> * gnome.m4: Added and exported ZVT_LIBS. svn path=/trunk/; revision=680
* Made use of g_get_{user,real}_name() instead of our own home-brew...Tomas Ogren1999-02-203-48/+9
| | | | | | | | | 1999-02-20 Tomas Ogren <stric@ing.umu.se> * main.c (init_username): Made use of g_get_{user,real}_name() instead of our own home-brew... svn path=/trunk/; revision=679
* x Wonderful, now we have autoconf magic, --enable-pvm=[yes,no]Alan Aspuru Guzik1999-02-191-1/+1
| | | | | | Alan Aspuru-Guzik svn path=/trunk/; revision=678
* will define fonts via fontset. Friendlier to locales that use iso8859-[^1]Sergey I. Panov1999-02-1817-58/+131
| | | | | | | | | | | | | * gnome-month-item.c,gnome-month-item.h,goto.c,mark.h, month-view.c,prop.c,quick-view.c,year-view.c: will define fonts via fontset. Friendlier to locales that use iso8859-[^1] and koi8-r encodings. Does not solve problem for Asian languiges --- better solution is needed (e.g. standart GNOME fontstyles defined in gtkrc). Interpol svn path=/trunk/; revision=677
* svn path=/trunk/; revision=675Owen Taylor1999-02-182-1/+5
| | | | | | Tue Feb 16 19:35:42 1999 Owen Taylor <otaylor@redhat.com> svn path=/trunk/; revision=675
* Updated to install desktop into $(datadir)/gnome/appsMichael Fulbright1999-02-182-2/+2
| | | | | | Dr Mike <drmike@redhat.com> svn path=/trunk/; revision=674
* added danish language to the menu filePablo Saratxaga1999-02-172-4/+8
| | | | svn path=/trunk/; revision=673
* Internationalization Police (Interpol)Sergey I. Panov1999-02-163-14/+19
| | | | | | | * main.c: Use N_() macro for color settings labels in color_props structure. svn path=/trunk/; revision=672
* Indentation fixes.Federico Mena Quintero1999-02-163-2/+6
| | | | | | | | 1999-02-15 Federico Mena Quintero <federico@nuclecu.unam.mx> * goto.c (goto_dialog): Indentation fixes. svn path=/trunk/; revision=670
* Made a private copy of what localtime() returns, to be able to keep theTomas Ogren1999-02-163-10/+15
| | | | | | | | | 1999-02-15 Tomas Ogren <stric@ing.umu.se> * goto.c: Made a private copy of what localtime() returns, to be able to keep the data after more calls to localtime(). svn path=/trunk/; revision=669
* BSDI's shell fix..Timur Bakeyev1999-02-162-2/+10
| | | | | | | | | 1999-02-15 Timur Bakeyev <mc@bat.ru> * gnome-gettext.m4: Work around a bug in BSDI's native sh, which in- correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant. svn path=/trunk/; revision=665
* Reworked the paragraph formatting dialog.Chris Lahey1999-02-152-26/+170
| | | | | | | | Bumped the version number. Reworked macros/gnome-print-check.m4. Added a plugin to plugins/.cvsignore. svn path=/trunk/; revision=664
* Gnomecal now autosaves all the time.Arturo Espinosa1999-02-1213-6/+63
| | | | | | | | Gnomecal now autosaves all the time. Miguel. svn path=/trunk/; revision=662
* Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC soMartin Baulig1999-02-102-1/+7
| | | | | | | | | | 1999-02-10 Martin Baulig <martin@home-of-linux.org> * gnome-objc-checks.m4: Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so the user can add additional include paths. svn path=/trunk/; revision=658
* Removed the gtk_widget_realize call.Tomas Ogren1999-02-093-2/+4
| | | | | | | | 1999-02-09 Tomas Ogren <stric@ing.umu.se> * main.c: Removed the gtk_widget_realize call. svn path=/trunk/; revision=657
* Added Korean translations.Changwoo Ryu1999-02-063-0/+8
| | | | | | | | 1999-02-06 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * gncal.desktop: Added Korean translations. svn path=/trunk/; revision=655
* Don't add warning and compiler flags to the CFLAGS and CXXFLAGS whenMartin Baulig1999-02-052-2/+17
| | | | | | | | | | | 1999-02-05 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4: Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when they're cached. This fixes the problem that CFLAGS and CXXFLAGS get longer and longer each time you run a `config.status --recheck'. svn path=/trunk/; revision=646
* New convenience function to create a properly-configured date editorFederico Mena Quintero1999-02-053-8/+37
| | | | | | | | | 1999-02-04 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (date_edit_new): New convenience function to create a properly-configured date editor widget. svn path=/trunk/; revision=644
* Make the calendar start weeks on Monday if appropriate.Federico Mena Quintero1999-02-0511-20/+113
| | | | | | | | | | | | | | | | | | | 1999-02-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-week-view.c (gncal_week_view_new): Make the calendar start weeks on Monday if appropriate. (gncal_week_view_time_format_changed): New function to notify the week view that the time format has changed. * gncal-day-panel.c (gncal_day_panel_new): Make the calendar start weeks on Monday if appropriate. (gncal_day_panel_time_format_changed): New function to notify the day panel that the time format has changed. * gnome-cal.c (gnome_calendar_time_format_changed): Tell the day and week views that the time format has changed. svn path=/trunk/; revision=643
* New automake conditional that's always false.Martin Baulig1999-02-044-2/+43
| | | | | | | | | | | | | | | | | 1999-02-04 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake conditional that's always false. * gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT' macro that should be used in all GNOME Applications outside the CVS tree. * Makefile.am: If we are `INSIDE_GNOME_COMMON', install all $(MACROS), autogen.sh, gnome-common.m4 and a newly created gnome-macros.dep in `$(datadir)/aclocal/gnome'. svn path=/trunk/; revision=640
* Set the title of the event editor window.Federico Mena Quintero1999-02-023-0/+7
| | | | | | | | | 1999-02-01 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (event_editor_init): Set the title of the event editor window. svn path=/trunk/; revision=639
* Do not remove the clipping rectangle here.Federico Mena Quintero1999-02-015-2/+13
| | | | | | | | | | | | | 1999-01-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-day-view.c (gncal_day_view_expose): Do not remove the clipping rectangle here. * view-utils.c (view_utils_draw_events): Remove the clipping rectangle here, since the user of this function should not know about it. svn path=/trunk/; revision=638
* Improve this draw routine. Now it can split the text in lines and fit asMiguel de Icaza1999-02-017-106/+268
| | | | | | | | | | | | | | 1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx> * view-utils.c (view_utils_draw_events): Improve this draw routine. Now it can split the text in lines and fit as many events as possible. (nicetime): Return strings without spaces at the beginning. * gncal-day-view.c (gncal_day_view_expose): Move clip-clear operation here. svn path=/trunk/; revision=637
* if the user clicks on an event that is an occurance, the menu will allowJason Tackaberry1999-01-315-30/+108
| | | | | | | | | | | | | | | | 1999-01-29 Jason Tackaberry <tack@dok.org> * gncal-full-day.c (child_popup_menu): if the user clicks on an event that is an occurance, the menu will allow the user to delete all occurances of this event, or just the selected occurance. (delete_occurance): added. * eventedit.c (append_exception): force the clist to select the new exception. (fixes segfault) (delete_exception): if the last exception in the clist is deleted, move the selection index up. (fixes segfault) svn path=/trunk/; revision=636
* Add --hidden key to hide the calendar at startup. Only works with GNOMEMiguel de Icaza1999-01-295-16/+79
| | | | | | | | | 1999-01-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c (parse_an_arg): Add --hidden key to hide the calendar at startup. Only works with GNOME window managers though :-( svn path=/trunk/; revision=635
* Schedule an alarm for midnight to change theMiguel de Icaza1999-01-2911-31/+127
| | | | | | | | | | | | 1999-01-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * calendar.c (calendar_init_alarms): Schedule an alarm for midnight to change the calendar_day_begin/calendar_day_end. * alarm.c (alarm_ready): If we reschedule, there is no need to activate any pending alarms. svn path=/trunk/; revision=634
* Insert the summary text here. (child_focus_in): No need to raise theFederico Mena Quintero1999-01-285-136/+139
| | | | | | | | | | | | | | | | | | | | | | | | | 1999-01-28 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c (child_new): Insert the summary text here. (child_focus_in): No need to raise the window, since we have Spiffo(tm) layout code. Boy, this is old code. (gncal_full_day_focus_child): Now that GtkText works better, we can avoid synthesizing a click which was causing grief, anyway. (child_button_press): Grab the focus before popping up the menu. * layout.c (find_index): Added a sanity check. * gncal-full-day.c (child_destroy): Unmap and unrealize the child before unparenting/destroying it. (child_unrealize): Unrealize the widget. What was I thinking? (child_new): Save the focus_out_event signal connection id in Child structure (in a new field). (child_destroy): Disconnect from the focus_out_event signal, since we don't want to get such an event when the widget is destroyed. (gncal_full_day_destroy): Destroy the children properly; it was leaking memory. svn path=/trunk/; revision=633
* Warn if the calendar file has changed.Miguel de Icaza1999-01-287-36/+118
| | | | | | | | | | | | 1999-01-27 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c (save_calendar_cmd): Warn if the calendar file has changed. * calendar.c (calendar_load, calendar_save): Keep track of the modification time for the calendar file. svn path=/trunk/; revision=632
* Re-order logRaja R Harinath1999-01-281-5/+5
| | | | svn path=/trunk/; revision=622
* Add recognition of 2 more libraries - pthreads and pthread-support buildTimur Bakeyev1999-01-242-1/+15
| | | | | | | | | Sun Jan 24 03:59:32 1999 Timur Bakeyev <mc@bat.ru> * gnome-pthread-check.m4: Add recognition of 2 more libraries - pthreads and pthread-support build in libc (as on BSDI). svn path=/trunk/; revision=619
* New macro. This checks whether you have the LibGTop documentationMartin Baulig1999-01-242-0/+34
| | | | | | | | | | | 1999-01-23 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This checks whether you have the LibGTop documentation installed and defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake conditional. svn path=/trunk/; revision=618
* Applied a patch from Owen Taylor to keep this in sync withMartin Baulig1999-01-212-1/+9
| | | | | | | | | | | | AC_GTK_GETTEXT from gtk+/acinclude.m4. 1999-01-20 Martin Baulig <martin@home-of-linux.org> * acinclude.m4 (ac_result): Unset CATOBJEXT so that the macros and Makefiles correctly handle disabling NLS when no gettext is found. svn path=/trunk/; revision=616
* Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT):Nat Friedman1999-01-205-48/+89
| | | | | | | | | | | | | 1999-01-20 Nat Friedman <nat@nat.org> * gncal-full-day.c (gncal_full_day_key_press): Only trap printable characters such that hotkeys work. (UNSELECT_TIMEOUT): Changed to 0. Much saner behavior. * prop.c (properties): Connect gnome_help_pbox_display to the GnomePropertyBox help button. svn path=/trunk/; revision=615
* Rewrite to be saner. Don't limit yourself to a fixed set of names for theRaja R Harinath1999-01-202-13/+13
| | | | | | | * gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner. Don't limit yourself to a fixed set of names for the compiler. svn path=/trunk/; revision=614
* Do not grab the mouse here (it was being grabbed incorrectly, anyways).Federico Mena Quintero1999-01-203-50/+78
| | | | | | | | | | | | 1999-01-19 Federico Mena Quintero <federico@nuclecu.unam.mx> * quick-view.c (quick_view_do_popup): Do not grab the mouse here (it was being grabbed incorrectly, anyways). (quick_view_map_event): Grab the mouse when the window is mapped. This avoids the ugly "while (xGrabPointer () != Success)" hack. (quick_view_button_release): Handle button releases here. svn path=/trunk/; revision=613
* initial rev.Marcin Gorycki1999-01-191-0/+15
| | | | svn path=/trunk/; revision=611
* do gtk_widget_realize on the toplevel window..Tomas Ogren1999-01-193-0/+6
| | | | | | | | 1999-01-19 Tomas Ogren <stric@ing.umu.se> * main.c: do gtk_widget_realize on the toplevel window.. svn path=/trunk/; revision=610
* Suggest using libtool 1.2dArturo Espinosa1999-01-191-1/+1
| | | | svn path=/trunk/; revision=606
* Make the little calendar start up with the correct date.Federico Mena Quintero1999-01-143-2/+17
| | | | | | | | | 1999-01-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-day-panel.c (gncal_day_panel_new): Make the little calendar start up with the correct date. svn path=/trunk/; revision=605
* Add the month to the date range display label.Federico Mena Quintero1999-01-143-4/+9
| | | | | | | | | 1999-01-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-week-view.c (gncal_week_view_set): Add the month to the date range display label. svn path=/trunk/; revision=604
* x GMoiss about box fixedAlan Aspuru Guzik1999-01-131-1/+1
| | | | | | | | | | | x Filenames changed to the file structure and they now use simulation struct x Everything now uses glib x 0.99.2 compliant x May not work (commit for rulox) Alan Aspuru Guzik svn path=/trunk/; revision=596
* x I must leave - Incomplete commit for bit to hack in the nightAlan Aspuru Guzik1999-01-121-1/+1
| | | | | | | | x Name changes, I still have to finish the file names x Function API changes. Alan Aspuru Guzik svn path=/trunk/; revision=594
* (This is a patch from Nix <nix@esperi.demon.co.uk>) Brought C++ languageTero Pulkkinen1999-01-111-4/+10
| | | | | | | | | | | (This is a patch from Nix <nix@esperi.demon.co.uk>) * compiler-flags.m4 (GNOME_CXX_WARNINGS): Brought C++ language compliance into line with C language compliance. Fixed typo (`C' for `C++'). (--enable-iso-cxx): New flag to *permit* -pedantic rather than requiring it. svn path=/trunk/; revision=592
* Use 0.0########## instead. Looks saner.Miguel de Icaza1999-01-112-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/format.c (format_value): Use 0.0########## instead. Looks saner. 1999-01-10 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (change_auto_expr_menu): Use the event->button field to get the popup menu to behave correctly. (workbook_setup_auto_calc): Put the information display inside a GtkFrame. * src/item-bar.c (set_cursor): This routine can be invoked before we are realized. * src/workbook.c (sheet_label_button_press): We need to do the page flipping ourselves, as the GtkNotebook wont take events if they are not for a window it knows about. * src/widget-editable-label.c (el_button_press_event): Forward events to parent. * src/parser.y: New non-terminal "cellref". Make this non-terminal include CELLREF and SHEETREF!CELLREF constructions. * src/expr.c: Changed the whole module according to the dropping of VALUE_CELLREF. * src/expr.h: VALUE_CELLREF did not make much sense. Better add to the ExprTree union a CellRef field specifically for OPER_VAR nodes. svn path=/trunk/; revision=591
* Converted some more stuff to use the standards.Nat Friedman1999-01-093-38/+16
| | | | | | | | 1999-01-08 Nat Friedman <nat@nat.org> * main.c: Converted some more stuff to use the standards. svn path=/trunk/; revision=590
* New function to create the status bar. (setup_menu): Install menu hints.Nat Friedman1999-01-083-50/+114
| | | | | | | | | | | | 1999-01-08 Nat Friedman <nat@nat.org> * main.c (setup_appbar): New function to create the status bar. (setup_menu): Install menu hints. Menu items updated to match the standards. New Settings menu created. svn path=/trunk/; revision=589
* Couple of changes:Arturo Espinosa1999-01-081-0/+4
| | | | | | | | | | | | | Couple of changes: configure tests to make gnome-libs prepared for a potential release of Imlib 1.9. Mime-info fix for the tar-problem in gmc. Miguel. svn path=/trunk/; revision=587
* Thu, 7 Jan 1999 16:59:35 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-071-1/+4
| | | | | | | | * macros/gnome-objc-checks.m4: enable egcc as an objc compiler. * obgtk/obgtkLabel.m: use gtk_label_set_text (the interface ni /obgtkLabel.mh is the same). svn path=/trunk/; revision=586
* Added gnome-print-check.m4 to MACROSNat Friedman1999-01-062-0/+5
| | | | | | | | 1999-01-06 Nat Friedman <nat@nat.org> * Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS svn path=/trunk/; revision=584
* A new autoconf macro to check for libgnomeprint. I've never writtenNat Friedman1999-01-061-0/+34
| | | | | | | one of these before, so please let me know if I messed up :-) The macro is GNOME_PRINT_CHECK. svn path=/trunk/; revision=582
* Include dirent.h before checking whether `scandir' needs to be declared.Raja R Harinath1999-01-063-4/+12
| | | | | | | | * gnome-support.m4: Include dirent.h before checking whether `scandir' needs to be declared. * need-declaration.m4: Revert unlogged change. svn path=/trunk/; revision=580
* Fix the scandir detectionArturo Espinosa1999-01-062-1/+4
| | | | svn path=/trunk/; revision=579
* Applied patch for DG/UX from Marc J. Fraioli:Martin Baulig1999-01-061-1/+1
| | | | | | | * macros/gnome-support.m4: Check whether we need to declare scandir (). * support/gnomesupport.awk: Declare scandir () if necessary. svn path=/trunk/; revision=576
* More fixes for 0_99_2Arturo Espinosa1999-01-051-1/+1
| | | | svn path=/trunk/; revision=573
* Minor `make distcheck' fixes.Martin Baulig1999-01-041-0/+1
| | | | svn path=/trunk/; revision=568
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-313-6/+6
| | | | | | * Major translation updates. svn path=/trunk/; revision=567
* s/g_copy_strings/g_strconcat/Jeff Garzik1998-12-319-14/+20
| | | | svn path=/trunk/; revision=566
* Added and exported GNOME_APPLET_LIBS.Jeff Garzik1998-12-232-0/+6
| | | | svn path=/trunk/; revision=559
* Rewrote the old and broken alarm system. It never actually workedMiguel de Icaza1998-12-1715-47/+198
| | | | | | | | | | | | | | | | | 1998-12-16 Miguel de Icaza <miguel@nuclecu.unam.mx> Rewrote the old and broken alarm system. It never actually worked properly. Now it works properly, and I figured a nice way to get the Audio alarm do something nicer (it is now like an alarm clock :-). * gnome-cal.c (calendar_notify): Now we take a CalendarAlarm to actually distinguish which alarm was triggered. * alarm.c (alarm_ready): The code was only activating the first alarm. Reschedule the timer upon delivery of an alarm. svn path=/trunk/; revision=535
* Merge the changes from GNOME_STABLE into HEAD.Arturo Espinosa1998-12-172-23/+5
| | | | | | | | Merge the changes from GNOME_STABLE into HEAD. Miguel. svn path=/trunk/; revision=533
* Add the hacked version of the gettext macros that is used in Gtk+ here.Martin Baulig1998-12-163-0/+357
| | | | | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-gettext.m4: Add the hacked version of the gettext macros that is used in Gtk+ here. * autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT. svn path=/trunk/; revision=526
* Just set the version number to 0.99.0 to keep it in sync with the restMartin Baulig1998-12-162-3/+3
| | | | | | | | | | | of GNOME. 1998-12-15 Martin Baulig <martin@home-of-linux.org> Released LibGTop 0.99.0 which is a feature-freezed version for GNOME 1.0. svn path=/trunk/; revision=525
* All parts of GNOME will now require LibGTop >= 0.30.0 which is the latestMartin Baulig1998-12-152-1/+7
| | | | | | | | | | 1998-12-15 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: All parts of GNOME will now require LibGTop >= 0.30.0 which is the latest version from CVS and already feature-freezed for GNOME 1.0. svn path=/trunk/; revision=524
* Use the allocation size instead of the old fields in the canvas structure.Federico Mena Quintero1998-12-157-8/+17
| | | | | | | | | 1998-12-14 Federico Mena Quintero <federico@nuclecu.unam.mx> * year-view.c (idle_handler): Use the allocation size instead of the old fields in the canvas structure. svn path=/trunk/; revision=523
* Use gnome_dialog_set_parent. ditto ditto.Miguel de Icaza1998-12-1011-12/+34
| | | | | | | | | | 1998-12-09 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-todo.c (simple_todo_editor): Use gnome_dialog_set_parent. * goto.c (goto_dialog): ditto * prop.c (properties): ditto. svn path=/trunk/; revision=522
* Fixed typo, from Markus Linnala <maage@cs.tut.fi>Jeff Garzik1998-12-101-1/+1
| | | | svn path=/trunk/; revision=519
* GNOME PIM livesMichael Fulbright1998-12-0910-16/+12
| | | | | | Dr Mike <drmike@redhat.com> svn path=/trunk/; revision=518
* Added gnome-orbit-check.m4.Martin Baulig1998-12-091-0/+1
| | | | svn path=/trunk/; revision=516
* Make this work with more than one directory.Martin Baulig1998-12-092-1/+6
| | | | | | | | | 1998-12-09 Martin Baulig <martin@home-of-linux.org> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work with more than one directory. svn path=/trunk/; revision=515
* Removed gnome-libgtop-sysdeps.m4 here.Martin Baulig1998-12-091-1/+0
| | | | svn path=/trunk/; revision=514
* Moved into the LibGTop module. This file contains too much stuff thatMartin Baulig1998-12-092-249/+6
| | | | | | | | | | 1998-12-08 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Moved into the LibGTop module. This file contains too much stuff that should only be used internally in LibGTop, so it's better to have it there. svn path=/trunk/; revision=513
* Ok, the check for NO-AUTO-GEN is now working. This was borking up theMark Crichton1998-12-091-1/+1
| | | | | | | | | | Ok, the check for NO-AUTO-GEN is now working. This was borking up the gnome-guile compile. (It was testing for $srcdir/configure.in/NO-AUTO-GEN instead of $srcdir/NO-AUTO-GEN) Mark Crichton svn path=/trunk/; revision=512
* test -e is broken in Solaris /bin/sh, use test -r insteadFrederic Devernay1998-12-081-3/+3
| | | | svn path=/trunk/; revision=511
* Make sure aclocal.m4 works before invoking gettextize.Martin Baulig1998-12-081-0/+2
| | | | svn path=/trunk/; revision=510
* Make sure aclocal.m4 exists before making it writable.Martin Baulig1998-12-081-1/+1
| | | | svn path=/trunk/; revision=509
* Invoke gettextize with the --copy parameter to prevent it from makingMartin Baulig1998-12-061-1/+3
| | | | | | | aclocal.m4 a symlink to a place where normal people don't have write access. After that do a chmod on that file so we really can write it. svn path=/trunk/; revision=508
* Recognice OpenBSD as a valid system and use the `freebsd' sysdepsMartin Baulig1998-12-062-1/+6
| | | | | | | | | 1998-12-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=507
* clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)Manish Singh1998-12-062-0/+6
| | | | | | | | | * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix) -Yosh svn path=/trunk/; revision=506
* Added --copy option to libtoolize. This stops libtoolize fromOle J. Tetlie1998-12-061-1/+1
| | | | | | | symlinking config.log to a location that normal users don't have write access to (on my system, at least). svn path=/trunk/; revision=505
* Recognice NetBSD as a valid system and use the `freebsd' sysdeps directoryMartin Baulig1998-12-062-1/+6
| | | | | | | | | 1998-12-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=504
* Define this to be the same as LINUX_VERSION_CODE either fromMartin Baulig1998-12-042-0/+30
| | | | | | | | | | 1998-12-03 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE): Define this to be the same as LINUX_VERSION_CODE either from <linux/version.h> or from the running kernel. svn path=/trunk/; revision=503
* Only check for the linux table () function on Linux systems.Martin Baulig1998-12-031-42/+41
| | | | svn path=/trunk/; revision=502
* gncal: Fix server registration to give proper id/kindElliot Lee1998-12-032-2/+2
| | | | | | | | gncal: Fix server registration to give proper id/kind gnome-run: Update for new gnome_execute_*() retvals. svn path=/trunk/; revision=501
* "Improve" indentation and messages somewhat.Raja R Harinath1998-12-032-69/+78
| | | | | | * autogen.sh: "Improve" indentation and messages somewhat. svn path=/trunk/; revision=500
* Make it with builddir != srcdir again.Martin Baulig1998-12-031-3/+3
| | | | svn path=/trunk/; revision=499
* s/gtk_window_position/gtk_window_set_position/Sebastian Wilhelmi1998-12-024-12/+12
| | | | | | | s/gtk_window_position/gtk_window_set_position/ s/gtk_container_border_width/gtk_container_set_border_width/ svn path=/trunk/; revision=498
* Platform fixes. grep -q is not portable, do not use.Jeff Garzik1998-12-022-7/+12
| | | | svn path=/trunk/; revision=496
* Run gettextize if needed. : Run libtoolize only if configure.in hasChangwoo Ryu1998-12-012-2/+35
| | | | | | | | | 1998-12-01 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * autogen.sh: Run gettextize if needed. : Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL". svn path=/trunk/; revision=495
* Re-arranged tests such that "--without-gnome" is fully supported. Not onlyJeff Garzik1998-11-302-55/+72
| | | | | | | | * gnome.m4: Re-arranged tests such that "--without-gnome" is fully supported. Not only is the logic now correct, programs can test "want_gnome=yes/no" for the results of this arg. svn path=/trunk/; revision=494
* Remove more deprecated gnome_dialog functionsManish Vachharajani1998-11-302-2/+2
| | | | svn path=/trunk/; revision=493
* Require GTK 1.1.5 -migArturo Espinosa1998-11-291-1/+1
| | | | svn path=/trunk/; revision=492
* All parts of GNOME will now require LibGTop >= 0.29.0 which is the latestMartin Baulig1998-11-272-1/+6
| | | | | | | | | 1998-11-27 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4: All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest version from CVS. svn path=/trunk/; revision=490
* . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . InElliot Lee1998-11-271-10/+2
| | | | | | | | . libgnome/gnome-mime.c: read gnomedatadir/mime.types as well . In general, move data files not associated with any specific directory into a 'gnome-data' directory. svn path=/trunk/; revision=489
* Following names changed to bring MC in accordance with curses.m4:Pavel Roskin1998-11-261-1/+1
| | | | | | | | | NO_COLOR_SUPPORT -> NO_COLOR_CURSES SUNOS_CURSES -> USE_SUNOS_CURSES HAS_CURSES defined in acconfig.h config.h.in removed from CVS as it is generated by autoheader svn path=/trunk/; revision=488
* Add missing declaration for GtkWidget *sw.Andrew T. Veliath1998-11-242-0/+2
| | | | svn path=/trunk/; revision=487
* Update GtkClist usage.Miguel de Icaza1998-11-243-8/+14
| | | | | | | | 1998-11-23 Miguel de Icaza <miguel@nuclecu.unam.mx> * eventedit.c (ee_rp_init_exceptions): Update GtkClist usage. svn path=/trunk/; revision=486
* err, meant to say gtk changes not gtk clist change :)Andrew T. Veliath1998-11-241-1/+1
| | | | svn path=/trunk/; revision=485
* Use gtk_scrolled_window_add_with_viewport instead of gtk_container_addAndrew T. Veliath1998-11-243-2/+8
| | | | | | | | * gncal-day-panel.c (gncal_day_panel_new): Use gtk_scrolled_window_add_with_viewport instead of gtk_container_add (gtk_clist change). svn path=/trunk/; revision=484
* use GPOINTER_TO_INTHerbert V. Riedel1998-11-248-8/+15
| | | | | | | | | | 1998-11-23 Herbert V. Riedel <hvr@hvrlab.ml.org> * eventedit.c: use GPOINTER_TO_INT * gncal-todo.c: same. svn path=/trunk/; revision=483
* DittoHavoc Pennington1998-11-242-0/+4
| | | | svn path=/trunk/; revision=482
* Fixed the popt event parsing callback to have the correct number ofMatthew Wilson1998-11-223-110/+115
| | | | | | | | | 1998-11-22 Matthew Wilson <msw@redhat.com> * main.c: Fixed the popt event parsing callback to have the correct number of arguments. This stops it from segfaulting. svn path=/trunk/; revision=481
* Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). BeforeJames Henstridge1998-11-202-1/+8
| | | | | | | | | | | 1998-11-20 James Henstridge <james@daa.com.au> * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before if you specified that the macro should not exit on errors, and you didn't have ORBit, the script would fail anyway. svn path=/trunk/; revision=480
* allow setting $OBJ_DIR to specify building in a subdirElliot Lee1998-11-201-4/+14
| | | | svn path=/trunk/; revision=479
* We need to check for <net/if_var.h> and conditionally include it beforeMartin Baulig1998-11-182-0/+17
| | | | | | | | | | 1998-11-17 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h> and conditionally include it before <net/if_isppp.h> in the code that check for I4B to make it work on FreeBSD 3.0. svn path=/trunk/; revision=478
* *** empty log message ***Marius Vollmer1998-11-181-0/+6
| | | | svn path=/trunk/; revision=477
* Add GUILE_LIBS to LIBS when checking whether guile works. Adding them toMarius Vollmer1998-11-181-1/+3
| | | | | | | | * gnome-guile-checks.m4: Add GUILE_LIBS to LIBS when checking whether guile works. Adding them to LDFLAGS does not work on all systems. (Thanks to Rusty Chris Holleman) svn path=/trunk/; revision=476
* Doh. Fixed stupid bug where the classification buttons were not being setFederico Mena Quintero1998-11-183-10/+17
| | | | | | | | | | | | | | 1998-11-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (ee_classification_widgets): Doh. Fixed stupid bug where the classification buttons were not being set correctly. (ee_store_general_values_to_ical): Take into account the fact that radio group lists are stored in reverse order of insertion. * gncal-todo.c (gncal_todo_init): Use a scrolled window to put the clist into. svn path=/trunk/; revision=475
* Use a scrolled window to put the clist into.Federico Mena Quintero1998-11-173-6/+19
| | | | | | | | | 1998-11-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-todo.c (gncal_todo_init): Use a scrolled window to put the clist into. svn path=/trunk/; revision=474
* fix my email address in logAndrew T. Veliath1998-11-131-1/+1
| | | | svn path=/trunk/; revision=472
* Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT.Andrew T. Veliath1998-11-133-15/+32
| | | | | | | | | | | | 1998-11-12 Andrew T. Veliath <andrewv@usa.net> * gnome-orbit-check.m4: Remove AC_DEFINE(HAVE_ORBIT). Add AM_CONDITIONAL for HAVE_ORBIT. gnome-gnorba-check.m4: Same with HAVE_GNORBA. Change GNOME_ORBIT_HOOK and GNOME_GNORBA_HOOK to use AC_CACHE_CHECK, setting both gnome_cv_orbit_found and gnome_cv_gnorba_found. svn path=/trunk/; revision=471
* Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBSAndrew T. Veliath1998-11-134-2/+49
| | | | | | | | | | | | | | | | 1998-11-12 Andrew T. Veliath <andrewv@usa.net> * gnome.m4: (GNOME_INIT_HOOK): Add GNOME_GNORBA_CHECK if gnome-config is found. New GNOMEGNORBA_LIBS library variable (GNOMEGNORBA_LIBS is a superset of GNOMEUI_LIBS). Update GNOME_LIBDIR and GNOME_INCLUDEDIR to to include the required Gnorba info, if it is in a different location. * Makefile.am (MACROS): Add gnome-gnorba-check.m4 to Makefile. * gnome-gnorba-check.m4: New file. svn path=/trunk/; revision=470
* Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binariesRaja R Harinath1998-11-132-6/+7
| | | | | | | | * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries running on Solaris 2.6. From Frederic Devernay <devernay@istar.fr>. svn path=/trunk/; revision=468
* Backup the old file before saving the caledar.Miguel de Icaza1998-11-123-2/+27
| | | | | | | | | 1998-11-11 Miguel de Icaza <miguel@nuclecu.unam.mx> * calendar.c (calendar_save): Backup the old file before saving the caledar. svn path=/trunk/; revision=467
* Changed a sprintf to a snprintf in vcc.yMichael Fulbright1998-11-082-4/+4
| | | | | | | | | | | Should vcc.c be under CVS control? I thought it was a derived file. This fixes gnomecard segfaulting when it tried to load a non-existant file on startup. Dr Mike <msf@redhat.com> svn path=/trunk/; revision=466
* Add ctype.hMiguel de Icaza1998-11-074-0/+7
| | | | | | | | 1998-11-06 Miguel de Icaza <miguel@nuclecu.unam.mx> * calobj.c: Add ctype.h svn path=/trunk/; revision=465
* Fix stupid type (sterror_r -> strerror_r).Raja R Harinath1998-11-072-1/+5
| | | | | | * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=463
* Set this unconditionally to `yes'. We'll soon be losing this variable.Raja R Harinath1998-11-052-10/+12
| | | | | | | * gnome-support.m4 (need_gnome_support): Set this unconditionally to `yes'. We'll soon be losing this variable. svn path=/trunk/; revision=462
* use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)Sebastian Wilhelmi1998-11-031-1/+1
| | | | | | instead of compiling them again. svn path=/trunk/; revision=461
* poptimizationElliot Lee1998-11-032-54/+44
| | | | svn path=/trunk/; revision=460
* Add the offset from the beginning of the current time unitFederico Mena Quintero1998-11-033-8/+16
| | | | | | | | | | | | 1998-10-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-cal.c (gnome_calendar_direction): Add the offset from the beginning of the current time unit (day/month/etc), otherwise it does not work right, for example, you are on the 31st day of a month and the next month is a 30-day one and you jump to the next month. svn path=/trunk/; revision=459
* Added -Wshadow and -Woverloaded-virtual to the --enable-cxx-warnings=yesHavoc Pennington1998-10-291-1/+1
| | | | | | case. -Wshadow complains a *lot* about gtk-- and gtk--draw. svn path=/trunk/; revision=457
* Added new feature to get PPP/ISDN support:Martin Baulig1998-10-261-0/+56
| | | | | | | | | | | | | | | | | | | | enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin svn path=/trunk/; revision=456
* Week view work in progress - FedericoArturo Espinosa1998-10-215-1/+327
| | | | svn path=/trunk/; revision=455
* Add ORBIT_IDL detection; fix failure flag.Andrew T. Veliath1998-10-212-4/+10
| | | | | | | * gnome-orbit-check.m4 (GNOME_ORBIT_HOOK): Add ORBIT_IDL detection; fix failure flag. svn path=/trunk/; revision=454
* Simple-minded copy of GNOME_COMPILE_WARNINGS that sets CXXFLAGSHavoc Pennington1998-10-181-0/+41
| | | | | | (GNOME_CXX_WARNINGS) svn path=/trunk/; revision=453
* Changed a lot of stuff not to use the layout code -- the month view's daysFederico Mena Quintero1998-10-1712-65/+496
| | | | | | | | | | | | | | | | | | | | | 1998-10-16 Federico Mena Quintero <federico@nuclecu.unam.mx> * month-view.c: Changed a lot of stuff not to use the layout code -- the month view's days are too small to display layout usefully. Now they display a little list of the events in each day. We also have a popup menu for the days in the month view. * calendar.c (calendar_get_objects_in_range): Reverse the list so that it is returned in increasing order. * eventedit.c (event_editor_new_whole_day): New public function to create an event for the complete span of day_begin to day_end. * year-view.c (new_appointment): Use event_editor_new_whole_day(). * year-view.c (yv_popup_menu): Mark strings for i18n. svn path=/trunk/; revision=452
* Syncety sync -- don't you love it? - FedericoArturo Espinosa1998-10-162-38/+624
| | | | svn path=/trunk/; revision=451
* Syncety sync, work in progress for an actually useful month view - FedericoArturo Espinosa1998-10-154-576/+108
| | | | svn path=/trunk/; revision=450
* sync sync - FedericoArturo Espinosa1998-10-142-284/+34
| | | | svn path=/trunk/; revision=449
* Sync - FedericoArturo Espinosa1998-10-132-6/+28
| | | | svn path=/trunk/; revision=448
* Sync sync, do not try to compile - FedericoArturo Espinosa1998-10-132-0/+200
| | | | svn path=/trunk/; revision=447
* The interval was never being loaded from the spin button.Ji Lee1998-10-123-6/+23
| | | | | | | | | 1998-10-12 Ji Lee <g@ucsd.edu> * eventedit.c (ee_store_recur_rule_to_ical): The interval was never being loaded from the spin button. svn path=/trunk/; revision=446
* Now it should also work when building packages.Martin Baulig1998-10-121-2/+2
| | | | svn path=/trunk/; revision=444
* Added `-Wno-unused'.Martin Baulig1998-10-122-1/+5
| | | | | | | | 1998-10-12 Martin Baulig <martin@home-of-linux.org> * compiler-flags.m4 (warnCFLAGS): Added `-Wno-unused'. svn path=/trunk/; revision=443
* Use `:' instead of the empty string if there is nothing to do since theMartin Baulig1998-10-122-0/+8
| | | | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4 (libgtop_postinstall): Use `:' instead of the empty string if there is nothing to do since the empty string is no valid shell sytax. svn path=/trunk/; revision=441
* Check for "guile-config" and then for "build-guile", if guile-configMarius Vollmer1998-10-112-10/+37
| | | | | | | | | | | * gnome-guile-checks.m4: Check for "guile-config" and then for "build-guile", if guile-config couldn't be found. Do not explicitely include output from "info libdir", it is already included in "link". Use "compile" instead of "info includedir". Do not include "1.2" in error message when Guile can't be found at all. svn path=/trunk/; revision=440
* Added optional third parameter which is the `script-if-enabled' parameterMartin Baulig1998-10-112-1/+7
| | | | | | | | | | 1998-10-11 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional third parameter which is the `script-if-enabled' parameter of the GNOME_LIBGTOP_HOOOK. svn path=/trunk/; revision=439
* Create a list of children and lay them out nicely. Lots of functions addedFederico Mena Quintero1998-10-104-20/+407
| | | | | | | | | | | | | 1998-10-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * month-view.c (month_view_update): Create a list of children and lay them out nicely. Lots of functions added for this purpose. (adjust_segment): Main event segment adjustment routine. (adjust_children): Adjusts all the children in the month view. (child_create_segments): Creates the segments for a particular event. (layout_children): Uses the generic layout engine to organize the children. svn path=/trunk/; revision=438
* Sync sync - FedericoArturo Espinosa1998-10-102-18/+96
| | | | svn path=/trunk/; revision=437
* Sync to laptop - FedericoArturo Espinosa1998-10-094-6/+158
| | | | svn path=/trunk/; revision=436