Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #632941 - Calendar ignores preference "show/hide end times" | Milan Crha | 2010-11-10 | 1 | -1/+4 |
| | |||||
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-10 | 26 | -198/+224 |
| | |||||
* | Bug #484554 - Day names can overlap in calendar printouts | Milan Crha | 2010-11-10 | 1 | -62/+114 |
| | |||||
* | Set checkspin label mnemonic widget in account editor | Milan Crha | 2010-11-10 | 1 | -1/+3 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-11-10 | 1 | -127/+129 |
| | |||||
* | stock_appontment-reminder icons renamed (reverts previous commit) | Milan Crha | 2010-11-10 | 12 | -15/+5 |
| | |||||
* | Add missing stock appointment-reminder icons | Milan Crha | 2010-11-10 | 11 | -0/+10 |
| | |||||
* | Bug #631981 - Change reply_close_browser short description text | Milan Crha | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-11-10 | 1 | -382/+382 |
| | |||||
* | Update POTFILES.in. | Matthew Barnes | 2010-11-10 | 1 | -0/+1 |
| | |||||
* | EMailReader: Add a get_alert_sink() method. | Matthew Barnes | 2010-11-10 | 6 | -0/+68 |
| | |||||
* | EMailBrowser: Implement EAlertSink. | Matthew Barnes | 2010-11-10 | 1 | -38/+64 |
| | |||||
* | Kill em_folder_utils_unsubscribe_folder(). | Matthew Barnes | 2010-11-10 | 7 | -80/+190 |
| | | | | Use e_mail_session_unsubscribe_folder() instead. | ||||
* | EActivity: Add an "alert-sink" property. | Matthew Barnes | 2010-11-10 | 7 | -37/+129 |
| | | | | | | | This is just for convenience, EActivity does not use this property. Especially useful in async function callbacks when the operation failed and now you have to do something useful with the GError. | ||||
* | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-10 | 12 | -46/+41 |
| | | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink. | ||||
* | Updated Spanish translation | Jorge González | 2010-11-10 | 1 | -270/+287 |
| | |||||
* | Kill mail_get_messagex(). | Matthew Barnes | 2010-11-10 | 2 | -60/+0 |
| | | | | Use camel_folder_get_message() instead. | ||||
* | EMailReader: Rewrite message retrieval tracking. | Matthew Barnes | 2010-11-10 | 1 | -64/+95 |
| | | | | | | | | | Instead of mail_get_messagex(), call camel_folder_get_message() and submit an EActivity to the shell backend. EMailReader now uses the activity's GCancellable to cancel the previous retrieval operation when the user selects a different message. Eliminates the last call to mail_get_messagex(). | ||||
* | Fix build break. | Matthew Barnes | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Bug 628139 - Thread-safety issues in libical time zone loading | Matthew Barnes | 2010-11-10 | 1 | -0/+26 |
| | |||||
* | Set Date: when building a CamelMimeMessage in composer. | Matthew Barnes | 2010-11-10 | 1 | -0/+3 |
| | |||||
* | Require a CamelMimeMessage in em_utils_handle_receipt(). | Matthew Barnes | 2010-11-10 | 2 | -37/+40 |
| | | | | Eliminates one of the two remaining calls to mail_get_messagex(). | ||||
* | Skip writing to Outbox when sending. | Matthew Barnes | 2010-11-10 | 7 | -203/+281 |
| | | | | | | | When sending a message from a composer window, it seems pointless to write message to Outbox only to immediately read it back and mark it for deletion. Instead, bypass the Outbox folder when sending, and if an error occurs, offer to save the message to Outbox instead. | ||||
* | Remove an unused function. | Matthew Barnes | 2010-11-10 | 1 | -22/+0 |
| | |||||
* | Kill mail_append_mail(). | Matthew Barnes | 2010-11-10 | 7 | -144/+92 |
| | | | | Use e_mail_folder_append_message() instead. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-11-10 | 1 | -11/+11 |
| | |||||
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-11-10 | 6 | -22/+94 |
| | |||||
* | Bug 633471 - EAttachmentStore store folder name where uri is expected | Matthew Barnes | 2010-11-10 | 4 | -47/+50 |
| | |||||
* | Fix copy-pasted XML | Rodrigo Moya | 2010-11-04 | 1 | -16/+16 |
| | |||||
* | Migrate mail notification schemas to GSettings | Rodrigo Moya | 2010-11-04 | 2 | -0/+48 |
| | |||||
* | Migrate face picture schemas to GSettings | Rodrigo Moya | 2010-11-04 | 2 | -0/+12 |
| | |||||
* | Migrate custom headers schemas to GSettings | Rodrigo Moya | 2010-11-04 | 2 | -0/+12 |
| | |||||
* | Migrate template placeholders schemas to GSettings | Rodrigo Moya | 2010-11-04 | 2 | -0/+6 |
| | |||||
* | Migrate mail prompts schemas to GSettings | Rodrigo Moya | 2010-11-04 | 5 | -1/+53 |
| | |||||
* | Add GSettings schemas for addressbook | Rodrigo Moya | 2010-11-04 | 2 | -2/+12 |
| | |||||
* | Migrate all shell schemas to GSettings | Rodrigo Moya | 2010-11-01 | 2 | -0/+66 |
| | |||||
* | Start settings schemas migration | Rodrigo Moya | 2010-11-01 | 3 | -1/+80 |
| | |||||
* | Revert my previous revert for GnomeCanvasShape. | Matthew Barnes | 2010-10-30 | 1 | -4/+1 |
| | | | | | | This reverts commit 0faef9453c27a1a65ac15bfa65925056e5dd551d. Turns out it broke ETable/ETree pretty badly. | ||||
* | Fix gnome_canvas_rect_draw(). | Matthew Barnes | 2010-10-30 | 1 | -2/+2 |
| | | | | Need to subtract the pixmap offset from the rectangle's coordinates. | ||||
* | Merge GnomeCanvasShape into GnomeCanvasRect. | Matthew Barnes | 2010-10-30 | 6 | -898/+669 |
| | | | | | GnomeCanvasRect is the only subclass of GnomeCanvasShape, and passing Cairo paths around doesn't seem to work well. | ||||
* | Fix typo in gnome_canvas_shape_update(). | Matthew Barnes | 2010-10-30 | 1 | -1/+1 |
| | |||||
* | Revert "gnome-canvas: Fix bounding box calculation in GnomeCanvasShape" | Matthew Barnes | 2010-10-30 | 1 | -1/+4 |
| | | | | | | | This reverts commit ecd07f3f735debf9bad03543394f3db0f0714b8a. Actually you do want world coordinates, but the typo fixed in the next commit was probably causing strange and confusing behavior. | ||||
* | GnomeCanvasShape: Make color string parsing more robust | Matthew Barnes | 2010-10-30 | 1 | -4/+17 |
| | |||||
* | Fix matrix in gnome_canvas_shape_draw(). | Matthew Barnes | 2010-10-30 | 1 | -2/+0 |
| | | | | The path is in item coordinates, so we need an "i2c" matrix, not "c2i". | ||||
* | Fix typos in gnome_canvas_shape_bounds(). | Matthew Barnes | 2010-10-30 | 1 | -2/+2 |
| | |||||
* | Fix cursor drawing in ECellText. | Matthew Barnes | 2010-10-30 | 1 | -12/+17 |
| | |||||
* | Rename GnomeCanvasItem.destroy() to dispose(). | Matthew Barnes | 2010-10-30 | 6 | -52/+52 |
| | | | | | To clarify the semantics: the method may be called multiple times so pointers should be set to NULL after freeing or unreferencing. | ||||
* | Fix gnome_canvas_item_w2i_matrix(). | Matthew Barnes | 2010-10-30 | 1 | -6/+5 |
| | | | | Was returning an inverted matrix: i2w instead of w2i. | ||||
* | Fix typo in eti_update(). | Matthew Barnes | 2010-10-30 | 1 | -2/+2 |
| | |||||
* | Actually set the path in gnome_canvas_shape_set_path(). | Matthew Barnes | 2010-10-30 | 1 | -0/+2 |
| | |||||
* | Restore update method in ECanvasBackground | Matthew Barnes | 2010-10-30 | 1 | -0/+21 |
| | | | | | | | Restore the update() method in ECanvasBackground. Without a redraw request the draw() method is never called. For some reason this isn't noticeable on gtk+-3.0 -- ETable and ETree backgrounds are still white -- but on gtk+-2.0 the backgrounds are grey. | ||||
* | Fix typo in EText. | Matthew Barnes | 2010-10-30 | 1 | -2/+2 |
| | | | | Fill color properties should be write-only, not read-only. | ||||
* | Adapt branch for building with GTK+ 2.22. | Matthew Barnes | 2010-10-30 | 5 | -4/+24 |
| | |||||
* | Reinstate GDK_DISABLE_DEPRECATED | Benjamin Otte | 2010-10-30 | 1 | -0/+1 |
| | | | | Everything compiles with this flag now. | ||||
* | calendar: Don't draw a shadow outside of the widget | Benjamin Otte | 2010-10-30 | 1 | -49/+0 |
| | |||||
* | calendar: Remove now unused gcs and colormap handling from EWeekView | Benjamin Otte | 2010-10-30 | 2 | -18/+0 |
| | |||||
* | calendar: Draw EWeekViewTitlesItem with cairo | Benjamin Otte | 2010-10-30 | 1 | -40/+35 |
| | |||||
* | calendar: draw EWeekViewEventItem with cairo | Benjamin Otte | 2010-10-30 | 1 | -47/+42 |
| | |||||
* | calendar: Remove unused variable | Benjamin Otte | 2010-10-30 | 1 | -4/+0 |
| | |||||
* | e-table: Remove unused dnd pixmaps | Benjamin Otte | 2010-10-30 | 3 | -65/+0 |
| | |||||
* | e-table: Don't push/pop colormaps | Benjamin Otte | 2010-10-30 | 4 | -13/+0 |
| | | | | It's not necessary anymore. | ||||
* | e-table: Draw button with cairo | Benjamin Otte | 2010-10-30 | 1 | -16/+12 |
| | |||||
* | e-table: Draw ECellTree with cairo | Benjamin Otte | 2010-10-30 | 1 | -10/+10 |
| | |||||
* | e-text: Draw EReflow with cairo | Benjamin Otte | 2010-10-30 | 1 | -7/+13 |
| | |||||
* | e-text: Fix color handling | Benjamin Otte | 2010-10-30 | 2 | -27/+13 |
| | | | | | | | - "color" and "color-gdk" properties aren't readable (Their values would be wrong if an alpha channel was set). - Use the rgba color when rendering - Don't allocate the color in the colormap anymore. | ||||
* | e-map: Take colormap and visual from the widget | Benjamin Otte | 2010-10-30 | 1 | -2/+2 |
| | | | | | No need to use magic visuals and colormaps anymore, we're all cairo these days. | ||||
* | gnome-canvas: Remove functions that allocate colors | Benjamin Otte | 2010-10-30 | 2 | -79/+0 |
| | | | | | | Cairo doesn't need allocated colors. Yay, gnome-canvas now compiles with GDK_DISABLE_DEPRECATED. | ||||
* | gnome-canvas: Use gdk_parse_color() in GnomeCanvasShape | Benjamin Otte | 2010-10-30 | 1 | -2/+4 |
| | | | | We don't want to allocate colors anymore. It's not needed with cairo. | ||||
* | calendar: Draw meeting time selector with cairo | Benjamin Otte | 2010-10-30 | 2 | -121/+74 |
| | |||||
* | calendar: Draw day view with cairo | Benjamin Otte | 2010-10-30 | 4 | -57/+33 |
| | |||||
* | e-table: Remove retro look | Benjamin Otte | 2010-10-30 | 5 | -210/+40 |
| | | | | It's not used by themes so I don't see the need to port it. | ||||
* | e-table: Remove unused GdkGC | Benjamin Otte | 2010-10-30 | 1 | -4/+0 |
| | |||||
* | e-table: Draw ECellText with cairo | Benjamin Otte | 2010-10-30 | 1 | -54/+30 |
| | |||||
* | e-table: Use gdk_pango_layout_get_clip_region() in ECellText | Benjamin Otte | 2010-10-30 | 1 | -44/+24 |
| | |||||
* | e-table: Remove unused GdkGC from ECellToggle | Benjamin Otte | 2010-10-30 | 1 | -22/+0 |
| | |||||
* | e-table: Use Pango ellipsizing instead of manual arrow drawing | Benjamin Otte | 2010-10-30 | 1 | -91/+11 |
| | |||||
* | gnome-canvas: Port drawing to use cairo | Benjamin Otte | 2010-10-30 | 2 | -29/+14 |
| | |||||
* | gnome-canvas: Remove gnome_canvas_set_stipple_origin() | Benjamin Otte | 2010-10-30 | 2 | -24/+0 |
| | |||||
* | gnome-canvas: Port GnomeCanvasText to use cairo | Benjamin Otte | 2010-10-30 | 2 | -118/+29 |
| | |||||
* | e-map: Stuff tween duration into a macro so it's easier to change | Benjamin Otte | 2010-10-30 | 1 | -2/+3 |
| | |||||
* | e-map: Add simplification API to zoom from a certain state | Benjamin Otte | 2010-10-30 | 1 | -16/+17 |
| | |||||
* | e-map: Zoom out smoothly, too | Benjamin Otte | 2010-10-30 | 1 | -1/+14 |
| | |||||
* | e-map: Redo zooming | Benjamin Otte | 2010-10-30 | 1 | -387/+223 |
| | | | | | Instead of hacky magic, we now use cairo and a naïve implementation of tweening. | ||||
* | e-map: Make center_at() function take longitude/latitude | Benjamin Otte | 2010-10-30 | 1 | -21/+29 |
| | | | | | | | Way easier than to try to get the coordinates right. Includes refactoring to introduce e_map_world_to_render_surface() that computes coordinates on the background surface to make this stuff easier. | ||||
* | e-map: Introduce e_map_get_current_location() | Benjamin Otte | 2010-10-30 | 1 | -13/+13 |
| | | | | ... and use it when zooming out | ||||
* | e-map: Use gtk_alignment_configure() | Benjamin Otte | 2010-10-30 | 1 | -22/+14 |
| | | | | Nothing but a massive code cleanup | ||||
* | e-map: Repaint points unconditionally | Benjamin Otte | 2010-10-30 | 1 | -1/+2 |
| | | | | | | | The in_view() check is broken because it doesn't repaint points that are 1px outside the window. The point take 2 extra pixels in every direction after all. And gtk_widget_queue_draw_area() will automatically discard out-of-range rects anyway. | ||||
* | e-map: Make cache a server-side surface | Benjamin Otte | 2010-10-30 | 1 | -95/+92 |
| | | | | Doing performance optimizations on the client is not a good idea... | ||||
* | e-map: Query adjustment for size, not pixbuf | Benjamin Otte | 2010-10-30 | 1 | -2/+2 |
| | |||||
* | e-map: pass width and height to set_scroll_area() directly | Benjamin Otte | 2010-10-30 | 1 | -19/+7 |
| | |||||
* | e-map: Draw with cairo | Benjamin Otte | 2010-10-30 | 1 | -38/+11 |
| | |||||
* | e-map: Update the xofs/yofs properties together with the adjustments | Benjamin Otte | 2010-10-30 | 1 | -11/+9 |
| | |||||
* | e-map: Don't block signal handlers | Benjamin Otte | 2010-10-30 | 1 | -23/+0 |
| | | | | | The signal handler will no-op the operations anyway, because nothing changed. | ||||
* | e-map: Move all rendering into the expose event | Benjamin Otte | 2010-10-30 | 1 | -114/+65 |
| | | | | | For the zoom, we now use the long-deprecated gtk_widget_draw() to force repaints. | ||||
* | e-map: Always repaint the whole window on scrolls | Benjamin Otte | 2010-10-30 | 1 | -93/+1 |
| | | | | We cannot move parts of the window with GTK3 APIs, so stop doing it. | ||||
* | e-text: Draw with cairo | Benjamin Otte | 2010-10-30 | 2 | -80/+27 |
| | |||||
* | e-text: Use gdk_pango_layout_get_clip_region() for selection rendering | Benjamin Otte | 2010-10-30 | 1 | -58/+19 |
| | |||||
* | widgets: Don't use GdkGC in ECalendarItem | Benjamin Otte | 2010-10-30 | 1 | -19/+18 |
| | |||||
* | Remove libart | Benjamin Otte | 2010-10-30 | 71 | -9939/+0 |
| | | | | It's not used by the gnome-canvas anymore. | ||||
* | gnome-canvas: Simplify updating code | Benjamin Otte | 2010-10-30 | 2 | -326/+34 |
| | | | | | Instead of keeping oour own invalid area, trust GDK to do the right thing. | ||||
* | calendar: Use G_PI | Benjamin Otte | 2010-10-30 | 1 | -3/+3 |
| | | | | | | M_PI requires math.h. It's currently implicitly included, but might not be forever. (In fact, it'll go in the next commit, guess why I noticed it...) | ||||
* | gnome-canvas: Fix bounding box calculation in GnomeCanvasShape | Benjamin Otte | 2010-10-30 | 1 | -4/+1 |
| | | | | | | | The code converted the bbox to world coordinates, not to canvas coordinates. xxx: shape | ||||
* | gnome-canvas: Remove render_dirty variable | Benjamin Otte | 2010-10-30 | 2 | -33/+0 |
| | | | | It's unused. Also remove the private struct, as it's now empty. | ||||
* | gnome-canvas: Remove pangoft2 requirement | Benjamin Otte | 2010-10-30 | 2 | -8/+0 |
| | | | | | It's not really necessary to pull in libs for an unused variable, now is it? | ||||
* | gnome-canvas: Remove gnome_canvas_w2c_affine() | Benjamin Otte | 2010-10-30 | 2 | -28/+0 |
| | | | | It's not necessary anymore. Use gnome_canvas_w2c_matrix() instead. | ||||
* | gnome-canvas: Convert point tranformation functions to use cairo | Benjamin Otte | 2010-10-30 | 1 | -25/+21 |
| | |||||
* | gnome-canvas: Remove gnome_canvas_update_now() | Benjamin Otte | 2010-10-30 | 2 | -29/+0 |
| | | | | | 1) Don't ever force an update 2) There's GTK API to force an update if you need to. Use that. | ||||
* | gnome-canvas: Convert canvas item transformation matrix to cairo | Benjamin Otte | 2010-10-30 | 23 | -510/+198 |
| | | | | | Also update the GnomeCanvasItem.update vfunc to take a cairo_matrix_t and no longer pass the clip_path (what was it used for anyway?). | ||||
* | e-table: Convert coordinates using Cairo | Benjamin Otte | 2010-10-30 | 1 | -18/+18 |
| | |||||
* | e-table: Remove unused member variables from ETableItem | Benjamin Otte | 2010-10-30 | 2 | -18/+14 |
| | | | | | x1 and y1 were never set, only used. Replace all users with 0 and remove the members. | ||||
* | e-table: Draw grids with Cairo | Benjamin Otte | 2010-10-30 | 2 | -25/+20 |
| | | | | Gets rid of the need for GdkGC completely. | ||||
* | gnome-canvas: Simplify GnomeCanvasPixbuf | Benjamin Otte | 2010-10-30 | 1 | -503/+37 |
| | | | | | | Get rid of all the layout properties. They are unused, and if they are needed should be done in a separate object. Also do the drawing with Cairo. | ||||
* | gnome-canvas: Update GnomeCanvasPixbuf for gobject niceties | Benjamin Otte | 2010-10-30 | 2 | -68/+29 |
| | | | | G_DEFINE_TYPE and private data, here we come! | ||||
* | gnome-canvas: Fix refcounting for GnomeCanvasPixbuf | Benjamin Otte | 2010-10-30 | 1 | -21/+3 |
| | |||||
* | gnome-canvas: Remove unused flags from GnomeCanvasPixbuf | Benjamin Otte | 2010-10-30 | 1 | -19/+0 |
| | |||||
* | e-canvas: Simplify ECanvasBackground | Benjamin Otte | 2010-10-30 | 1 | -243/+17 |
| | | | | | It's used without specifying a clip rectangle every time, so remove that property. Also do all drawing with Cairo. | ||||
* | gnome-canvas: Update GailCanvasItem visibility code to cairo APIs | Benjamin Otte | 2010-10-30 | 1 | -139/+32 |
| | |||||
* | gnome-canvas: Split out matrix_transform_rect code | Benjamin Otte | 2010-10-30 | 3 | -44/+58 |
| | |||||
* | gnome-canvas: Remove now-unused functions | Benjamin Otte | 2010-10-30 | 2 | -546/+0 |
| | |||||
* | gnome-canvas: Remove GnomeCanvasPathDef | Benjamin Otte | 2010-10-30 | 4 | -1392/+0 |
| | | | | It's not needed anymore as it has practically been replaced by cairo_path_t. | ||||
* | gnome-canvas: Rewrite GnomeCanvasShape to use Cairo | Benjamin Otte | 2010-10-30 | 7 | -986/+293 |
| | | | | | Dashing properties were commented out in the process. They are not used inside Evolution. | ||||
* | gnome-canvas: Change line-width handling of GnomeCanvasShape | Benjamin Otte | 2010-10-30 | 4 | -59/+22 |
| | | | | | | | | Remove "width-pixels" property and replace the "width-units" property name with "line-width". Also adapt the code to use "line-width". It didn't really matter which property was used, because the views weren't scaled. | ||||
* | build: Depend on cairo-gobject | Benjamin Otte | 2010-10-30 | 1 | -0/+1 |
| | | | | | GTK3 depends on it anyway, and we need it for property types in gnome-canvas. | ||||
* | gnome-canvas: Make GnomeCanvasShape use modern gobject-fu | Benjamin Otte | 2010-10-30 | 1 | -51/+20 |
| | | | | We have privates and G_DEFINE_TYPE() these days. | ||||
* | gnome-canvas: Get rid of libart usage in the text items | Benjamin Otte | 2010-10-30 | 2 | -20/+12 |
| | |||||
* | gnome-canvas: Remove GnomeCanvasClipGroup | Benjamin Otte | 2010-10-30 | 4 | -336/+0 |
| | |||||
* | gnome-canvas: gnome-canvas-rect-ellipse.[ch] => gnome-canvas-rect.[ch] | Benjamin Otte | 2010-10-30 | 4 | -4/+4 |
| | | | | Rename to reflect change of scope | ||||
* | calendar: Only include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 11 | -12/+11 |
| | |||||
* | addressbook: Only include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 4 | -5/+4 |
| | |||||
* | e-text: Only include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 3 | -3/+2 |
| | |||||
* | gnome-canvas: Get rid of GnomeCanvasRE object | Benjamin Otte | 2010-10-30 | 2 | -160/+71 |
| | | | | No more ellipses, no more need for 2 classes. | ||||
* | gnome-canvas: Remove GnomeCanvasItemEllipse | Benjamin Otte | 2010-10-30 | 2 | -142/+0 |
| | | | | unused. | ||||
* | gnome-canvas: Remove GnomeCanvasPoints | Benjamin Otte | 2010-10-30 | 5 | -135/+1 |
| | | | | It's unused by now. | ||||
* | gnome-canvas: Remove GnomeCanvasLine | Benjamin Otte | 2010-10-30 | 6 | -1337/+24 |
| | | | | It's unused and has an ugly API. We can redo it later if we need it. | ||||
* | gnome-canvas: Remove GnomeCanvasPolygon | Benjamin Otte | 2010-10-30 | 4 | -323/+0 |
| | | | | It's unused and has an ugly API. We can redo it later if we need it. | ||||
* | e-table: Fix includes to only ever include libgnomecanvas.h | Benjamin Otte | 2010-10-30 | 30 | -40/+30 |
| | |||||
* | gnome-canvas: Change GnomeCanvasItem->point vfunc | Benjamin Otte | 2010-10-30 | 23 | -320/+138 |
| | | | | | | | | Previously the function returned the distance to the nearest item. Now it only returns an item that is hit. This slightly changes semantics (button events are no longer dispatched to the nearest item, but only to the item actually clicked on), but makes the code way simpler and actually does what one would expect. | ||||
* | gnome-canvas: Remove CanvasItem->coverage vfunc declaration | Benjamin Otte | 2010-10-30 | 1 | -3/+0 |
| | | | | It's unused. | ||||
* | gnome-canvas: Remove close_enough member | Benjamin Otte | 2010-10-30 | 3 | -14/+4 |
| | | | | It's never set, so just replace it with its default value 0 everywhere. | ||||
* | gnome-canvas: Remove GnomeCanvasBpath item | Benjamin Otte | 2010-10-30 | 4 | -222/+0 |
| | | | | It's unused. | ||||
* | gnome-canvas: Port GnomeCanvasLine to use Cairo for drawing | Benjamin Otte | 2010-10-30 | 4 | -138/+100 |
| | |||||
* | widgets: Remove stipple from ECanvasBackground | Benjamin Otte | 2010-10-30 | 2 | -46/+0 |
| | |||||
* | xxx: meeting time stipple | Benjamin Otte | 2010-10-30 | 4 | -4/+2 |
| | |||||
* | e-table: Draw focus with Cairo | Benjamin Otte | 2010-10-30 | 2 | -16/+13 |
| | |||||
* | e-table: Remove unused stipple variable | Benjamin Otte | 2010-10-30 | 1 | -4/+0 |
| | |||||
* | e-text: Remove stippling code | Benjamin Otte | 2010-10-30 | 2 | -48/+0 |
| | |||||
* | calendar: Port meeting time selector to Cairo | Benjamin Otte | 2010-10-30 | 3 | -52/+74 |
| | |||||
* | gnome-canvas: Remove stipple properties from GnomeCanvasShape | Benjamin Otte | 2010-10-30 | 4 | -91/+0 |
| | |||||
* | gnome-canvas: Remove stipple properties from GnomeCanvasText | Benjamin Otte | 2010-10-30 | 2 | -45/+0 |
| | |||||
* | gnome-canvas: Remove stipple properties from GnomeCanvasLine | Benjamin Otte | 2010-10-30 | 2 | -47/+0 |
| | |||||
* | e-table: Use semi-transparent red instead of stippled red | Benjamin Otte | 2010-10-30 | 2 | -16/+1 |
| | | | | | | | ...when marking a header for deletion. Not that this does currently not work (it uses opaque red instead), but this change is required so stippling can be removed. And that is necessary to switch to Cairo drawing. | ||||
* | gnome-canvas: Remove GnomeCanvasBuf | Benjamin Otte | 2010-10-30 | 3 | -113/+0 |
| | | | | It's not used anymore. | ||||
* | gnome-canvas: Remove GnomeCanvasItem->render vfunc | Benjamin Otte | 2010-10-30 | 9 | -519/+0 |
| | | | | It's unused now | ||||
* | gnome-canvas: Remove aa code | Benjamin Otte | 2010-10-30 | 8 | -394/+85 |
| | | | | The anti-aliased code was never used, so remove it. | ||||
* | Cast GtkAdjustment constructor calls to GtkAdjustment | Benjamin Otte | 2010-10-30 | 4 | -7/+7 |
| | | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3. | ||||
* | Remove unused functions | Benjamin Otte | 2010-10-30 | 1 | -114/+0 |
| | | | | Stop gcc warning about them. | ||||
* | Remove unused function | Benjamin Otte | 2010-10-30 | 1 | -16/+0 |
| | | | | gcc warning fix | ||||
* | Bug #632280 - Backup file name should include date (YYYYMMDD) | Milan Crha | 2010-10-29 | 2 | -2/+18 |
| | |||||
* | Bug #632278 - Double .vcf extension on addressbook save | Milan Crha | 2010-10-29 | 1 | -7/+4 |
| | |||||
* | Bug #632199 - Opening calendar from panel clock goes to previous day | Milan Crha | 2010-10-29 | 1 | -2/+14 |
| | |||||
* | Bug #632769 - EMeetingTimeSelector can be unrealized in express mode | Milan Crha | 2010-10-29 | 2 | -2/+4 |
| | |||||
* | Bug #633155 - Incorrect signal connection with mail-vfolder.c:folder_deleted_cb | Milan Crha | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | More detailed runtime warning on message list pre-sorting | Milan Crha | 2010-10-29 | 1 | -2/+10 |
| | |||||
* | Bug #631982 - Hide Page properties in signature editor | Milan Crha | 2010-10-29 | 1 | -0/+7 |
| | |||||
* | Bug #633371 - Remote pop folder no longer emptied | Milan Crha | 2010-10-29 | 3 | -8/+8 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-10-28 | 1 | -3/+3 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-28 | 1 | -84/+81 |
| | |||||
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 9 | -17/+103 |
| | |||||
* | Bug 631731 - Remove status icon from mail notifier | William Jon McCann | 2010-10-28 | 2 | -158/+24 |
| | |||||
* | Bug #632767 - Some widgets removed from mail-config.ui | Milan Crha | 2010-10-27 | 1 | -3/+1 |
| | |||||
* | Bug #633158 - Importer stops after single mail import | Milan Crha | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | Bug #592045 - Use week-day names in abbreviated date | Milan Crha | 2010-10-27 | 1 | -5/+4 |
| | |||||
* | Bug #445439 - Delete mail from pop-server when deleted from Inbox/Trash | Milan Crha | 2010-10-27 | 5 | -9/+167 |
| | |||||
* | Drop usage of GtkAnchorType. | Matthew Barnes | 2010-10-27 | 17 | -489/+7 |
| | | | | gtk+-3.0 removed it for being "unused". | ||||
* | Bug #631956 - Reset renderer properties in action_combo_box_render_pixbuf | Milan Crha | 2010-10-26 | 1 | -1/+3 |
| | |||||
* | Bug #631870 - Memory leak in e_week_view after GtkObject removal | Milan Crha | 2010-10-25 | 3 | -3/+3 |
| | |||||
* | Fix build on platforms when ngettext is a macro | Fridrich Štrba | 2010-10-25 | 1 | -16/+27 |
| | |||||
* | Update Simplified Chinese translation. | Yinghua Wang | 2010-10-25 | 1 | -2865/+3222 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-23 | 1 | -498/+507 |
| | |||||
* | Remove EVO_MARSHAL_RULE. | Matthew Barnes | 2010-10-23 | 3 | -13/+3 |
| | | | | Use glib-gen.mak instead. | ||||
* | Bug 632870 - Cut and paste broken in ESignatureEditor | Matthew Barnes | 2010-10-23 | 1 | -0/+31 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-23 | 1 | -330/+327 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-23 | 1 | -5696/+6240 |
| | |||||
* | Bug 632903 - Support libnotify-0.7 | Flo Gravo | 2010-10-23 | 4 | -5/+21 |
| | |||||
* | Kill mail_store_set_offline(). | Matthew Barnes | 2010-10-23 | 9 | -215/+277 |
| | | | | | | | | | | Replace it with new async functions: e_mail_store_go_offline() e_mail_store_go_offline_finish() e_mail_store_go_online() e_mail_store_go_online_finish() | ||||
* | Fix capitalization in menu labels. | Matthew Barnes | 2010-10-23 | 2 | -2/+2 |
| | |||||
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 46 | -1124/+942 |
| | | | | | | | | | | | | | | | | | | | | | | With unintrusive error dialogs gone, we can cut some unnecessary bits out of EActivity. I'm also adding a new enum property called "state", which is one of: E_ACTIVITY_RUNNING E_ACTIVITY_WAITING E_ACTIVITY_CANCELLED E_ACTIVITY_COMPLETED The state of an activity must be explicitly changed. In particular, when the user cancels an activity the state should be set only after confirming the operation has been cancelled and not when cancellation is requested (e.g. after receiving a G_IO_ERROR_CANCELLED, not when the GCancellable emits "cancelled"). EActivityBar and EActivityProxy widgets have been updated to make this distinction clearer in the UI. E_ACTIVITY_WAITING will be used when activities have to be queued and dispatched in sequence, which I haven't written yet. | ||||
* | Memory leaks around g_value_set_string | Milan Crha | 2010-10-22 | 4 | -7/+8 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-10-22 | 1 | -2749/+2980 |
| | |||||
* | Bug #632679 - Add 'Remove attachments' in pop up menu | Milan Crha | 2010-10-21 | 2 | -0/+5 |
| | |||||
* | Bug #597567 - Crash in comp_subject() | Milan Crha | 2010-10-21 | 2 | -0/+22 |
| | | | | Fix works only when compiled with libical 0.46 or later | ||||
* | Bug #631526 - Loading images doesn't use proxy credentials | Milan Crha | 2010-10-21 | 1 | -1/+64 |
| | |||||
* | Add missing gtk-compat.h include to various files | Milan Crha | 2010-10-21 | 4 | -0/+12 |
| | |||||
* | ESignatureList cleanups. | Matthew Barnes | 2010-10-21 | 7 | -136/+188 |
| | |||||
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 10 | -20/+56 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 26 | -83/+177 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-20 | 1 | -216/+223 |
| | |||||
* | Bug #631451 - Add handlers for x-scheme-handler/mailto | Milan Crha | 2010-10-20 | 2 | -25/+32 |
| | |||||
* | Bug #630504 - Precache collate keys before sorting in EReflowModel | Milan Crha | 2010-10-20 | 6 | -17/+109 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-10-20 | 1 | -350/+351 |
| | |||||
* | Bug #630969 - Implement also Message->Go to->Previous Thread | Milan Crha | 2010-10-20 | 4 | -0/+57 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-20 | 1 | -205/+215 |
| | |||||
* | [help] Fix XML validity of French translation | Claude Paroz | 2010-10-20 | 1 | -4/+5 |
| | |||||
* | Reduce GConf usage in em-composer-utils.c. | Matthew Barnes | 2010-10-20 | 18 | -291/+614 |
| | | | | | | | | | | | | | | | | | | To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences. | ||||
* | Bug #630695 - Invalid read when enable/disable the account in preferences | Milan Crha | 2010-10-19 | 1 | -6/+19 |
| | |||||
* | Bug #534453 - Incorporate 'Remove attachments' plugin | Rex Tsai | 2010-10-19 | 3 | -2/+107 |
| | |||||
* | Bug #567265 - BCC kept on message forward from Sent folder | Milan Crha | 2010-10-19 | 3 | -4/+10 |
| | |||||
* | Crash on start with vfolders configured | Milan Crha | 2010-10-19 | 2 | -0/+8 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-19 | 1 | -762/+769 |
| | |||||
* | Add an "ellipsize" property to EMFolderTree. | Matthew Barnes | 2010-10-19 | 4 | -12/+112 |
| | | | | | | So we don't have to access GConf directly from EMFolderTree. The property gets bound to an EShellSettings property, which is in turn bound to the "no_folder_dots" GConf key by way of a transform function. | ||||
* | Fix a runtime warning from the enum change. | Matthew Barnes | 2010-10-19 | 1 | -2/+2 |
| | |||||
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 24 | -139/+220 |
| | | | | | | | | | And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a <mail/e-mail.h> top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too. | ||||
* | Miscellaneous fixups. | Matthew Barnes | 2010-10-19 | 2 | -0/+10 |
| | |||||
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 40 | -176/+251 |
| | |||||
* | Kill mail_config_service_set_save_passwd(). | Matthew Barnes | 2010-10-19 | 3 | -11/+1 |
| | |||||
* | Kill mail_config_get_gconf_client(). | Matthew Barnes | 2010-10-19 | 15 | -301/+302 |
| | |||||
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 51 | -1754/+570 |
| | | | | | | This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. | ||||
* | Add an EOfflineAlert module. | Matthew Barnes | 2010-10-19 | 7 | -3/+241 |
| | | | | | | | | | This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion. | ||||
* | EAlert: Allow arbitrary actions to be added. | Matthew Barnes | 2010-10-19 | 16 | -174/+458 |
| | | | | | | | | | | | | | | You can now amend the predefined actions in an EAlert by calling e_alert_add_action(). Useful for adding actions from an existing GtkUIManager. Call e_alert_peek_actions() to obtain a combined list of predefined and custom actions. These will typically serve as "related" actions for GtkButtons (cf. gtk_activatable_set_related_action()). Also, both EShellWindow and EShellView now implement EAlertSink. Use EShellWindow for application-wide alerts, EShellView for view-specific alerts. | ||||
* | Implement EAlertSinkInterface in EShellContent. | Matthew Barnes | 2010-10-18 | 5 | -14/+170 |
| | | | | Use the same alert handling policy as the composer. | ||||
* | EShellView: Mark a string for translation. | Matthew Barnes | 2010-10-18 | 1 | -3/+1 |
| | |||||
* | post release version bump | Chenthill Palanisamy | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | News update for 2.91.1 releaseEVOLUTION_2_91_1 | Chenthill Palanisamy | 2010-10-18 | 1 | -0/+58 |
| | |||||
* | Bug #630518 - Hides calendar parts from multipart/alternative | Milan Crha | 2010-10-18 | 2 | -4/+17 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-18 | 1 | -27/+24 |
| | |||||
* | Bug #630506 - "You have %d alarms" needs ngettext | Milan Crha | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Bug #631968 - Date wrongly displayed as Tomorrow. | Punit Jain | 2010-10-18 | 1 | -0/+2 |
| | | | | Taking absolute value of diff. | ||||
* | Bug #604981 - Always bcc ignored for Contacts. | Bharath Acharya | 2010-10-18 | 1 | -2/+2 |
| | | | | Add the Bcc destinations instead of setting it. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-10-16 | 1 | -1550/+1665 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-15 | 1 | -201/+229 |
| | |||||
* | Widget 'label-comments' gone in Contact editor | Milan Crha | 2010-10-15 | 1 | -1/+0 |
| | |||||
* | Bug #587011 - Integrate remove-duplicates into evolution | Milan Crha | 2010-10-15 | 4 | -0/+151 |
| | |||||
* | Bug 632171 - "New Address Book" dialog accepts whitespace for name | Matthew Barnes | 2010-10-15 | 1 | -1/+8 |
| | |||||
* | Bug 632127 - Composer is editable while sending message | Matthew Barnes | 2010-10-15 | 6 | -59/+121 |
| | |||||
* | Added sl for Slovenian translation | Matej Urbančič | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Added Slovenian translation | Matej Urbančič | 2010-10-15 | 1 | -0/+10246 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-15 | 1 | -1188/+1187 |
| | |||||
* | Update POTFILES.in. | Matthew Barnes | 2010-10-14 | 1 | -1/+4 |
| | |||||
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 93 | -1437/+1332 |
| | | | | | | GObject now does property bindings itself. Requires GLib >= 2.26. | ||||
* | Remove an unused mail-config enum type. | Matthew Barnes | 2010-10-14 | 1 | -7/+0 |
| | |||||
* | Bug 305425 - Toolbar cancel button is always sensitive | Matthew Barnes | 2010-10-14 | 1 | -0/+6 |
| | |||||
* | Bug 461769 - Add a --force-online command line option | Matthew Barnes | 2010-10-14 | 6 | -12/+75 |
| | | | | | Use it to override network availability detection as reported by NetworkManager or other network monitoring software. | ||||
* | EAlertBar: Always show the most recent alert. | Matthew Barnes | 2010-10-14 | 1 | -6/+2 |
| | | | | Make it work like a stack instead of a queue. | ||||
* | EShellBackend: Respond to EShell::prepare-for-quit signals. | Matthew Barnes | 2010-10-14 | 5 | -8/+170 |
| | | | | | | | | | | | | Listen for "prepare-for-quit" signals from the shell and inhibit shutdown until all the activities we're tracking are finalized. Also, add a couple supporting functions: gboolean e_shell_backend_is_busy (EShellBackend *shell_backend); void e_shell_backend_cancel_all (EShellBackend *shell_backend); These will eventually replace mail_msg_active() and mail_cancel_all(). | ||||
* | Bug #630490 - Not visible calendar color change immediately | Milan Crha | 2010-10-14 | 1 | -0/+6 |
| | |||||
* | Bug #630375 - Character encoding of GPG encrypted message not honored | Milan Crha | 2010-10-13 | 3 | -2/+33 |
| | |||||
* | Bug #617611 - redo_queries calls gtk+ functions in non-main thread | Milan Crha | 2010-10-13 | 1 | -12/+55 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-10-13 | 1 | -39/+13 |
| | |||||
* | Remove unused mail_msg_wait(). | Matthew Barnes | 2010-10-13 | 2 | -29/+0 |
| | |||||
* | Adjust EAlertBar text attributes. | Matthew Barnes | 2010-10-13 | 1 | -2/+7 |
| |