/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-text-model-uri.h - a text model w/ clickable URIs * Copyright 2000, 2001, Ximian, Inc. * * Authors: * Jon Trowbridge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License, version 2, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ #ifndef E_TEXT_MODEL_URI_H #define E_TEXT_MODEL_URI_H #include G_BEGIN_DECLS #define E_TYPE_TEXT_MODEL_URI (e_text_model_get_type ()) #define E_TEXT_MODEL_URI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_TEXT_MODEL_URI, ETextModelURI)) #define E_TEXT_MODEL_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_TEXT_MODEL_URI, ETextModelURIClass)) #define E_IS_TEXT_MODEL_URI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_TEXT_MODEL_URI)) #define E_IS_TEXT_MODEL_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), E_TYPE_TEXT_MODEL_URI)) typedef struct _ETextModelURI ETextModelURI; typedef struct _ETextModelURIClass ETextModelURIClass; struct _ETextModelURI { ETextModel item; GList *uris; guint objectify_idle; }; struct _ETextModelURIClass { ETextModelClass parent_class; }; GtkType e_text_model_uri_get_type (void); ETextModel *e_text_model_uri_new (void); G_END_DECLS #endif =6a49b7889388637b52d52403638c0d47c982e91c'>refslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the E_ICON_SIZE enums rather than specifying an absolute pixel size.Jeffrey Stedfast2004-04-202-3/+7
* Add an enum for icon sizes (temporarily has absolute pixel sizes assignedJeffrey Stedfast2004-04-202-5/+20
* get rid of mark_pixbuf, it's not even suedJeffrey Stedfast2004-04-202-6/+0
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-206-19/+16
* Merge from release branchJP Rosevear2004-04-2045-33851/+34877
* Fixed to not expect ]'s as part of the BODY atom token.Jeffrey Stedfast2004-04-202-1/+12
* Require gnome-icon-theme >= 1.2.0Rodney Dawes2004-04-193-1/+13
* mail-component.cMichael Terry2004-04-1921-217/+241
* Update the composer to use the icon theme via the EIconFactory object inMichael Terry2004-04-193-13/+31
* Update the calendar to use the icon theme through the EIconFactory objectMichael Terry2004-04-1920-188/+235
* Set the default image for the contact photo to be the stock_person imageRodney Dawes2004-04-1916-93/+126
* Update to use EIconFactory to get the filename for the component iconsRodney Dawes2004-04-194-49/+40
* Change component icons to use the icon theme names for icons RemoveMichael Terry2004-04-1916-248/+73
* Add e-icon-factory.[ch] Use the icon theme via EIconFactory MoveMichael Terry2004-04-195-11/+344
* take a range_selected boolean for internal use (gnome_calendar_set_view):JP Rosevear2004-04-192-19/+38
* Translation updated.Priit Laes2004-04-192-217/+154
* Removed unused and uninitialised "url" local that gets g_free-edDavid Malcolm2004-04-192-2/+6
* Fixes #54021JP Rosevear2004-04-192-2/+11
* Fixes #53124JP Rosevear2004-04-195-289/+567
* include libecal/e-cal-component.h to kill implicit declaration ofTrent Lloyd2004-04-192-0/+7
* new macro. (extract_email): only create/add the attribute if the emailChris Toshok2004-04-182-16/+42
* Updated Canadian English translation.Adam Weinberger2004-04-182-310/+211
* Updated Czech translation.Miloslav Trmac2004-04-172-338/+333
* Translation updated.Priit Laes2004-04-172-807/+671
* Add "wants HTML" checkbox.Hans Petter Jansson2004-04-173-291/+47
* Updated British English translationGareth Owen2004-04-172-639/+739
* new function, use the async interface to load the book.Chris Toshok2004-04-172-22/+42
* will never be true. Fixes bug #56982.Jeffrey Stedfast2004-04-172-1/+6
* Work in progress, HIG'ing and de-coupling of errors.Michael Zucci2004-04-165-0/+969
* Commit new contact editor UI by Anna.Hans Petter Jansson2004-04-163-3370/+3552
* Fixes #52271Gary Ekker2004-04-162-1/+15
* Change the message display widget names to match the ones we are using inJeffrey Stedfast2004-04-162-3/+10
* Updated Canadian English translation.Adam Weinberger2004-04-162-666/+675
* don't actually check if start date is after due date, its perfectly validJP Rosevear2004-04-162-16/+6
* Same idea here as with build_mesage(), don't convert th gconf charsetJeffrey Stedfast2004-04-163-52/+82
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-162-2/+10
* Fixes #53903JP Rosevear2004-04-153-5/+30
* stop listening to changes since we are just going to save and closeJP Rosevear2004-04-152-34/+24
* move the calendar publishing initialization from createControls to main.cGary Ekker2004-04-155-34/+39
* remove "Save" only optionJP Rosevear2004-04-152-7/+4
* Updated Czech translation.Miloslav Trmac2004-04-152-335/+353
* added some spacing.Rodrigo Moya2004-04-152-0/+4
* use the DTSTART for the recur-id if it's not available.Rodrigo Moya2004-04-153-2/+25
* Translation updated.Priit Laes2004-04-152-251/+218
* fix missing parameters, wow that was a mess.Larry Ewing2004-04-154-1225/+1090
* force the info label to update its contents here if the load wasChris Toshok2004-04-154-3/+21
* rip out tons of functions - they all live in addressbook-view.c now. theChris Toshok2004-04-158-1339/+1486
* Added a new "message_list_scrolled" signal so our users can listen to thisJeffrey Stedfast2004-04-153-11/+33
* Fixes #56613JP Rosevear2004-04-154-24/+46
* Set the border widths on the dialog's vbox and action area to beRodney Dawes2004-04-156-142/+208
* Translation updated by Daniel van Eeden.Vincent van Adrighem2004-04-152-1218/+1173
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-04-152-714/+679
* Use %F instead of %S so that the folder name gets properly converted fromJeffrey Stedfast2004-04-152-1/+9
* Don't complain about message errors ("Internal Error: ..."), insteadJeffrey Stedfast2004-04-152-5/+6
* Don't add an autogen signature if the new signature is the autogenJeffrey Stedfast2004-04-152-11/+12
* Fixes #56553JP Rosevear2004-04-142-6/+8
* differentiate between user cancellation and no importer (next_file_page):JP Rosevear2004-04-142-10/+22
* don't unref the dialog, destroy it properlyJP Rosevear2004-04-142-1/+7
* Updated Czech translation.Miloslav Trmac2004-04-142-233/+272
* ugh, use the queued thread to get the folder, otherwise we can get foldersNot Zed2004-04-145-11/+74
* remove debug comment.Not Zed2004-04-145-12/+73
* Translation updated.Priit Laes2004-04-142-255/+295
* ** See bug #56149.Not Zed2004-04-145-44/+26
* hmm, use the right pointer when iterating the pending uri list.Not Zed2004-04-142-5/+9
* do offline mail syncing (only for open folders so far). If we fail doingNot Zed2004-04-142-5/+38
* Same as below for the tasks component.Not Zed2004-04-143-5/+33
* Updated British English translationGareth Owen2004-04-142-206/+247
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-142-1/+5
* Rearranged some error checking code to fix bug #56405.Jeffrey Stedfast2004-04-142-10/+16
* disable the map link for 2.0.Chris Toshok2004-04-142-0/+9
* fixed the attribution translationJeffrey Stedfast2004-04-141-1/+1
* Implemented a similar workaround to the one I did for a gethostbyaddr_r()Jeffrey Stedfast2004-04-142-1/+20
* argh. don't expand/fillJeffrey Stedfast2004-04-141-4/+4
* If we get an empty charset string from gconf, don't try to use the resultJeffrey Stedfast2004-04-142-3/+10
* To be on the safe side (even though the real bug behind bug #51924 can'tJeffrey Stedfast2004-04-142-3/+11
* upped the defult timeout to 10 minutes rather than 1Jeffrey Stedfast2004-04-141-1/+1
* Removed crackrock usage of GtkFixed as fillter. Also HIGified some otherJeffrey Stedfast2004-04-142-413/+393
* enabled some unread-count debug spewageJeffrey Stedfast2004-04-142-3/+3
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-145-17/+70
* implement the new counts, and get them all atomically so they're onlyNot Zed2004-04-133-14/+60
* Fix NotZed's fix to not mark messages as unseen. Fixes bug #56879.Jeffrey Stedfast2004-04-132-4/+9
* Translation updated.Priit Laes2004-04-132-984/+762
* add missing debug wrapper back.Larry Ewing2004-04-131-1/+1
* accept text/calendar drops.Larry Ewing2004-04-132-2/+17
* Fixes #56628Gary Ekker2004-04-132-2/+18
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-133-1/+8
* reset load_http_now once we've done, should fix #56338 finally.Not Zed2004-04-132-0/+3
* add a component name argument, so we don't use 'this_component', andNot Zed2004-04-132-15/+27
* use %% for %%.Not Zed2004-04-135-14/+31
* add GDK_ACTION_COPY to the supported drag types. Connect to theLarry Ewing2004-04-132-2/+44
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-133-2/+8
* added a check for new auth type "plain/password" for groupwise inSivaiah Nallagatla2004-04-132-0/+8
* treat "" the same as NULL (don't add it to the list).Chris Toshok2004-04-132-1/+6
* quiet valgrind uninitialized memory warning.Chris Toshok2004-04-132-0/+6
* [ should fix #56537 ]Chris Toshok2004-04-133-32/+29
* Updated British English translationGareth Owen2004-04-132-727/+729
* Fix for bug #56878.Jeffrey Stedfast2004-04-132-8/+29
* Need to set the session on the preview object. Fixes bug #56862.Jeffrey Stedfast2004-04-132-1/+6
* Scroll to the auto-selected folder. Fixes bug #56707.Jeffrey Stedfast2004-04-132-0/+4
* New function. (message_list_set_scrollbar_position): New function.Jeffrey Stedfast2004-04-133-0/+27
* Really fixes bug #56623Jeffrey Stedfast2004-04-133-6/+32
* If the provider is unavailable, return euri like the other fail cases.Jeffrey Stedfast2004-04-122-2/+8
* Update Czech translationMiloslav Trmac2004-04-122-598/+599
* Updated Brazilian Portuguese translation from Afonso Celso MedinaEvandro Fernandes Giovanini2004-04-122-481/+517
* add bookname to uriSivaiah Nallagatla2004-04-113-12/+16
* Updated Canadian English translation.Adam Weinberger2004-04-112-1370/+857
* Fixed to use e-passwords.Gary Ekker2004-04-115-61/+119
* add prototypes for eab_load_error_dialog and eab_search_result_dialog.Chris Toshok2004-04-115-103/+134
* remove the e_destination_get_book api, since the function doesn't exist.Chris Toshok2004-04-112-1/+5