23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
5ddad03992
Remove Ctrl + l () character from source files
...
From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001
From: Paul Menzel <paulepanter@users.sourceforge.net >
Date: Wed, 28 Sep 2011 10:18:18 +0200
Subject: [PATCH] Remove Ctrl + l () character from source files
The following commits
git show aac3f2c8
git show 1510304c
git show 13cabd9e
git show 350a7a33
git show 9b7cc54d
git show e6972011
git show 1d3a7938
git show 934524b9
git show b2954936
git show a7f677b5
git show 4369c400
git show d509f47a
git show a6d5818f
git show c3876df7
git show 4583098b
git show 2831ada5
git show 4e1bce59
git show 1609f699
git show 4e4c1676
git show d6fade43
among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor.
These control characters can be searched for using the following command [1].
$ git grep ^L
[1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
2011-09-29 21:12:10 +02:00
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
ecf3434da0
GObject boilerplate cleanup.
...
Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over
manual GType registration.
This is just a start... lots more to do.
2010-08-24 14:37:02 -04:00
5c80f1534b
Coding style and whitespace cleanup.
2010-01-04 20:22:21 -05:00
0274669179
Fix excessive whitespace.
2009-07-12 23:33:07 -04:00
fad4af8a3d
Prefer GLib basic types over C types.
2009-05-28 12:13:23 -04:00
6f5464f34c
Remove trailing whitespace, again.
2009-05-28 12:13:22 -04:00
2b820fc4e2
New convenience function calls gtk_show_uri() and displays an error dialog
...
2009-01-11 Matthew Barnes <mbarnes@redhat.com >
* e-util/e-util.c (e_show_uri):
New convenience function calls gtk_show_uri() and displays an
error dialog if the URI cannot be shown.
* addressbook/gui/widgets/eab-contact-display.c
(eab_uri_popup_link_open), (on_link_clicked):
* calendar/gui/e-cal-component-preview (on_link_clicked):
* calendar/gui/e-cal-component-memo-preview (on_link_clicked):
* calendar/gui/e-memo-table.c (open_url_cb):
* calendar/gui/dialogs/comp-editor.c (open_attachment):
* composer/e-msg-composer.c (msg_composer_link_clicked):
* mail/em-folder-view.c (emfv_format_link_clicked):
* mail/em-popup.c (emp_uri_popup_link_open):
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
* shell/e-shell-window-commands.c (command_open_faq):
* widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb):
* widgets/misc/e-url-entry.c (button_clicked_cb):
Call e_show_uri() instead of gnome_url_show().
* e-util/e-error.c (ee_response):
Call e_display_help() instead of gnome_url_show().
* mail/em-config.c:
* mail/em-menu.c:
Remove unneeded #include <libgnome/gnome-url.h>
svn path=/trunk/; revision=37037
2009-01-11 13:55:04 +00:00
df55bc8beb
License Changes
...
svn path=/trunk/; revision=36693
2008-10-29 10:44:21 +00:00
434bc25ed6
** Fixes bug #546892
...
2008-08-11 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #546892
* e-util/e-icon-factory.c (e_icon_factory_get_image):
Kill this function. Use gtk_image_new_from_icon_name().
* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
Kill this function. Use gtk_window_set_icon_name().
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-task-widget.c:
Purge the GdkPixbuf arguments from the API. We've been ignoring
them since the spinner icon was added.
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* calendar/gui/alarm-notify/alarm-notify-dialog.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/alarm-list-dialog.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/select-source-dialog.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
* widgets/misc/e-combo-button.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-url-entry.c:
* widgets/misc/e-task-widget.c:
Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/e-timezone-entry.c:
* e-util/e-gui-utils.c:
* e-util/e-popup.c:
* plugins/import-ics-attachments/icsimporter.c:
* plugins/itip-formatter/itip-view.c:
* mail/em-folder-browser.c:
* mail/em-format-html-display.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
* calendar/gui/alarm-notify/alarm-queue.c:
* plugins/mail-notification/mail-notification.c:
Prefer gtk_status_icon_set_from_icon_name() over
gtk_status_icon_set_from_pixbuf().
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-memo-table.c:
* mail/mail-mt.c:
e_activity_handler_operation_started() no longer takes a GdkPixbuf.
It was ignoring the pixbuf anyway ever since we added a spinner icon.
svn path=/trunk/; revision=35958
2008-08-11 17:04:32 +00:00
abda2bda85
updated novell copyright notices (left others alone)
...
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
e99e12428d
** Fixes bug #534360
...
2008-05-22 Matthew Barnes <mbarnes@redhat.com >
** Fixes bug #534360
Migrate from deprecated GtkObject symbols to GObject equivalents.
Touches over 150 files in all components; too many to list.
svn path=/trunk/; revision=35526
2008-05-22 17:27:48 +00:00
9e4fcb29cf
** Remove trailing whitespace from source code.
...
2007-11-14 Matthew Barnes <mbarnes@redhat.com >
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
53c075e4c5
** Fix for bug #483785
...
2007-10-31 Michael Monreal <mmonreal@svn.gnome.org >
** Fix for bug #483785
* e-url-entry.c: (init):
Use go-jump icon instead of stock_connect-to-url
to get rid of deprecated icons from gnome-icon-theme.
svn path=/trunk/; revision=34463
2007-10-31 10:42:19 +00:00
8e47917e8c
Update FSF address in header comments ( #469886 ). Patch from Tobias
...
2007-09-02 Matthew Barnes <mbarnes@redhat.com >
* Update FSF address in header comments (#469886 ).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
64977cb1bc
Massive code cleanup (bug #429422 )
...
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
9e56778366
harmonized "URL", "Url" and "url". Fixes bug 325125.
...
2005-12-30 Andre Klapper <a9016009@gmx.de >
* evolution/calendar/gui/apps_evolution_calendar.schemas.in.in,
evolution/plugins/exchange-operations/exchange-account-setup.c,
evolution/widgets/misc/e-url-entry.c:
harmonized "URL", "Url" and "url". Fixes bug 325125.
svn path=/trunk/; revision=30976
2005-12-30 05:01:35 +00:00
45a8f1e53f
add a11y name to url link button.
...
2005-02-02 Li Yuan <li.yuan@sun.com >
* e-url-entry.c: (init):
add a11y name to url link button.
svn path=/trunk/; revision=28688
2005-02-03 13:52:06 +00:00
ba0bc7dff0
test prog
...
2004-11-26 JP Rosevear <jpr@novell.com >
* test-info-label.c: test prog
* e-url-entry.c: get image directly from icon factory
* e-combo-button.c: ditto; convert to G_DEFINE_TYPE
* e-activity-handler.c: convert to G_DEFINE_TYPE
* e-task-widget.c: ditto
* e-task-bar.c: ditto
* e-multi-config-dialog.c: ditto
* e-dropdown-button.c: ditto
* e-cell-renderer-combo.c: ditto
* e-cell-date-edit.c: ditto
* e-calendar.c: ditto
* e-calendar-item.c: ditto
* Makefile.am: don't build the title bar, build an info label test
program
svn path=/trunk/; revision=27999
2004-11-26 15:15:36 +00:00
a6d439b765
Use E_ICON_SIZE_BUTTON for the icon size in the e_icon_factory_get_icon()
...
2004-05-17 Jeffrey Stedfast <fejj@novell.com >
* e-url-entry.c (init): Use E_ICON_SIZE_BUTTON for the icon size
in the e_icon_factory_get_icon() call.
* e-combo-button.c (create_empty_image_widget): Don't hard-code
the size of the icon in pixels, instead use the appropriate
E_ICON_SIZE_ enum.
svn path=/trunk/; revision=25930
2004-05-17 17:10:39 +00:00
f4b4be936e
Update to use EIconFactory to get the filename for the component icons
...
2004-04-19 Rodney Dawes <dobey@ximian.com >
* e-info-label.c (e_info_label_new): Update to use EIconFactory to
get the filename for the component icons using the icon theme
2004-04-19 Michael Terry <mike@mterry.name >
* e-combo-buddon.c:
* e-url-entry.c: Update these to use EIconFactory and GtkImages
directly instead of GdkPixmaps
svn path=/trunk/; revision=25513
2004-04-19 15:18:37 +00:00
8cc048dc72
Make the button initially insensitive. Connect to the entry's "changed"
...
* e-url-entry.c (init): Make the button initially insensitive.
Connect to the entry's "changed" signal.
(entry_changed_cb): sensitize the button iff the entry is
non-empty
(button_clicked_cb): simplify a bit by using gtk_entry_get_text
rather than gtk_editable_get_chars.
svn path=/trunk/; revision=25300
2004-04-02 16:19:52 +00:00
9cafe346c6
Added a handler for GtkWidget::mnemonic_activate().
...
2003-07-11 Federico Mena Quintero <federico@ximian.com >
* e-dateedit.c (e_date_edit_mnemonic_activate): Added a handler
for GtkWidget::mnemonic_activate().
* e-url-entry.c (mnemonic_activate): Likewise.
svn path=/trunk/; revision=21804
2003-07-13 19:29:03 +00:00
632b2e339f
Chain to the parent handler. Fixes #45236 .
...
2003-07-09 Federico Mena Quintero <federico@ximian.com >
* e-url-entry.c (destroy): Chain to the parent handler. Fixes #45236 .
svn path=/trunk/; revision=21782
2003-07-09 19:49:43 +00:00
c6a1e23298
Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmaps
...
2003-03-10 Rodney Dawes <dobey@ximian.com >
* e-calendar.c: Use GtkArrow instead of pixmaps
* e-combo-button.c: Use GtkArrow instead of pixmaps
* e-filter-bar.c: gtk_window_set_policy () is deprecated
* e-url-entry.c: Load the icon in a pixbuf instead of GdkPixmap
svn path=/trunk/; revision=20254
2003-03-11 21:22:14 +00:00
34b5562c9f
(destroy): Removed unused variable.
...
svn path=/trunk/; revision=20201
2003-03-06 17:24:48 +00:00
265fea16e7
guard this so we don't try to free priv multiple times.
...
2003-02-27 Chris Toshok <toshok@ximian.com >
* e-url-entry.c (destroy): guard this so we don't try to free priv
multiple times.
svn path=/trunk/; revision=20089
2003-02-27 23:02:46 +00:00
4354c0ac03
Add include of gnome-dialog.h
...
2002-11-27 Not Zed <NotZed@Ximian.com >
* e-charset-picker.c: Add include of gnome-dialog.h
* *.[ch]: ran fix.sh script over everything.
svn path=/trunk/; revision=18978
2002-12-02 03:28:22 +00:00
9c73777f22
First big sync of my GNOME 2 porting work (incomplete, and still
...
pretty broken).
Weeeeee!
svn path=/trunk/; revision=18503
2002-11-02 08:25:03 +00:00
350a7a3314
oops
...
svn path=/trunk/; revision=15621
2002-02-08 21:51:16 +00:00