Fix casting in gtk_dialog_get_content_area
Migrate to GtkApplication
Use gtk_image_new_from_icon_name instead of gtk_image_new_from_stock
fix gtk_dialog_get_content_area
Load smartcard icon from xpm file
Remove gtk_dialog_set_alternative_button_order
gtk_hbox_new to gtk_box_new(GTK_ORIENTATION_HORIZONTAL
More conf dialog needs dialog casting
Comment out gtk_dialog_set_alternative_button_order
GTK_COMBO_BOX is really GTK_COMBO_BOX_TEXT
gtk_dialog_get_content_area needs parameter casting to GTK_DIALOG
gtk_dialog_get_content_area returns a GTK_WIDGET
Migrate from deprecated gtk_misc_set_alignment
gtk_vbox_new to gtk_box_new(GTK_ORIENTATION_VERTICAL
Fix incompatible pointer type warning
Fix casting in gtk_dialog_get_content_area
Don't use deprecated gtk_misc_set_alignment
Migrate hbox/vbox to gtk_box_new
Migrate from gtk_misc_set_alignment
Disable scaling also for cardkey icon in keylist
Replace set_alignemt with h/v-alignment functions
gtk_widget_size_request is deprecated, use gtk_widget_get_preferred_size
HBOX is deprecated, replace with BOX
Remove gtk_tree_view_set_rules_hint
Don't use align widget, set alignment direct on widgets instead
Use box and not hbox or vbox
Fix gtk_misc_set_alignment, use gtk_widget_* functions instead
Fix COMBO_BOXes in cardman.c
Define box as widget and not as box for dialog_get_content_area
Migrate from table to grid
Migrate tables to grids in cm-openpgp.c
Don't use GtkAlignment widgets, which is not necessary
Replace deprecations in cm-netkey.c
Replace deprecations in cm-netkey.c
cast widget to dialog for gtk_dialog_get_content_area
gtk_misc_set_alignment is deprecated
Migrate cm-dinsig table to grid
VBOX is deprecated, set type to BOX
gtk_misc_set_alignment is deprecated
Migrate ownertrust field from table to grid
Define as widget to avoid warnings
Fix warning 'passing argyment from incompatible pointer type'
Use gtk_box_new and not gtk_hbox_new
Use gtk_box_new instead of gtk_vbox_new
Fix some deprecated gtk_[v,h]box_new
Use gtk_box_new instead of gtk_hbox_new
USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text
Use setlocale instead of deprecated gtk_set_locale
Remove some deprecataed UI calls
Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text
gtk_mashal_* shouldn't be used
Use gtk_box_pack_start (without deprecated _defualts)
Some drag structs should use functions to access members now
Use gtk_dialog_get_content_area instead of dialog->vbox
Use gtk_combo_box_text_new
Fix another window->vbox (use gtk_dialog_get_content_area)
Use gtk_editable_set_editable instead of gtk_entry_set_editable
Use gtk_combo_box_text_get_active_text
Replace dialog->vbox with gtk_dialog_get_content_area
Use G_OBJECT instead of GTK_OBJECT
Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive
Replace gtk_combo_box_append_text with gtk_combo_box_text_append
Replace deprecated gtk_widget_hide_all with gtk_widget_hide
Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start
Check for GTK 3 in configure.ac
agent: Allow trustlist on Windows in Unicode homedirs.
I don't understand the last two points: This is only about the three standard descriptors but how shall we supply more descriptors? At least in GPGME we definitely need more.
Evaluating again, I'd like to change spawn functions like this one in libgpg-error:
@aheinecke What additional information do you need ?
l10n daemon script <scripty@kde.org> committed
rLIBKLEO27273453f40a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO50080deb24c9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA24c49d2f687d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA6de3b8b5a1d0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAbe289e59bf26: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
I just moved Phabricator to a new machine and created separte certificates for files.gnupg.net and dev.gnupg.org.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAf3ae8bfb1b28: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Simplify changing the owner trust of keys
Remove obsolete owner trust dialog
Remove unused c'tors and superfluous methods
You need to handle them in a correct way. Just checking with gpg is
not enough because you don't know what has been signed. You need to
look at the signed data which gpg gives you by using the --output
option. And there you see only the signed data and not the extra
"aaa" you added after having signed the plaintext. It is not
different from adding stuff before the -----BEGIN PGP SIGNED ... line.
Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.
gpg: Fix verification of cleartext signatures with overlong lines.
agent: Allow trustlist on Windows in Unicode homedirs.