- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 14 2022
Nov 14 2022
gusnan committed rGPA0659f2178436: Don't need to include images, we use gtk-builder now (authored by gusnan).
Don't need to include images, we use gtk-builder now
gusnan committed rGPAa01db3e86784: Move gpa_application initialization earlier in the process (authored by gusnan).
Move gpa_application initialization earlier in the process
gusnan committed rGPA879bfe4e0dc2: Move pixmaps changelog to root folder, and remove pixmaps folder (authored by gusnan).
Move pixmaps changelog to root folder, and remove pixmaps folder
Remove pixmaps folder from build
gusnan committed rGPAf6dfae5e822b: Update makefiles to generate C code from images for gresource (authored by gusnan).
Update makefiles to generate C code from images for gresource
Add initial version of the gresource
Move image files to src folder
gusnan committed rGPAc4810f06dd00: Fix casting in gtk_dialog_get_content_area call (authored by gusnan).
Fix casting in gtk_dialog_get_content_area call
Fix another hbox -> box (HORIZONTAL)
Convert h/v-box to box
gusnan committed rGPA42d2edde9856: Remove deprecated gtk_dialog_set_alternative_button_order (authored by gusnan).
Remove deprecated gtk_dialog_set_alternative_button_order
Cast to GTK_WIDGET to avoid warning
gusnan committed rGPAf7f4a652c073: Migrate GTK_COMBO_BOX to GTK_COMBO_BOX_TEXT (authored by gusnan).
Migrate GTK_COMBO_BOX to GTK_COMBO_BOX_TEXT
Migrate vbox to box
Replace gtk_hbox_new with gtk_box_new
gusnan committed rGPA783091870073: Remove deprecated gtk_dialog_set_alternative_button_order (authored by gusnan).
Remove deprecated gtk_dialog_set_alternative_button_order
gusnan committed rGPAffe62a6d621a: Remove deprecated gtk_dialog_set_alternative_button_order (authored by gusnan).
Remove deprecated gtk_dialog_set_alternative_button_order
Fix two vbox/hbox to box
Fix another gtk_dialog_get_content_area
Fix casting in gtk_dialog_get_content_area
Migrate to GtkApplication
Update gitignore
gusnan committed rGPA87d113312cf3: Use gtk_image_new_from_icon_name instead of gtk_image_new_from_stock (authored by gusnan).
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
gusnan committed rGPAcc9f94839671: Remove gtk_dialog_set_alternative_button_order (authored by gusnan).
Remove gtk_dialog_set_alternative_button_order
gusnan committed rGPA9a0c870d853f: gtk_hbox_new to gtk_box_new(GTK_ORIENTATION_HORIZONTAL (authored by gusnan).
gtk_hbox_new to gtk_box_new(GTK_ORIENTATION_HORIZONTAL
More conf dialog needs dialog casting
gusnan committed rGPA3c34f5c9d1cb: Comment out gtk_dialog_set_alternative_button_order (authored by gusnan).
Comment out gtk_dialog_set_alternative_button_order
GTK_COMBO_BOX is really GTK_COMBO_BOX_TEXT
gusnan committed rGPAaf4d62e2b41b: gtk_dialog_get_content_area needs parameter casting to GTK_DIALOG (authored by gusnan).
gtk_dialog_get_content_area needs parameter casting to GTK_DIALOG
gusnan committed rGPAc4203566113f: gtk_dialog_get_content_area returns a GTK_WIDGET (authored by gusnan).
gtk_dialog_get_content_area returns a GTK_WIDGET
gusnan committed rGPA08bbf32bdbd1: Migrate from deprecated gtk_misc_set_alignment (authored by gusnan).
Migrate from deprecated gtk_misc_set_alignment
gusnan committed rGPAd038c6eda01c: gtk_vbox_new to gtk_box_new(GTK_ORIENTATION_VERTICAL (authored by gusnan).
gtk_vbox_new to gtk_box_new(GTK_ORIENTATION_VERTICAL
Fix incompatible pointer type warning
Fix casting in gtk_dialog_get_content_area
gusnan committed rGPA169f648f2567: Don't use deprecated gtk_misc_set_alignment (authored by gusnan).
Don't use deprecated gtk_misc_set_alignment
Migrate hbox/vbox to gtk_box_new
Migrate from gtk_misc_set_alignment
Remove unused variable
gusnan committed rGPAb8c94902c54f: Disable scaling also for cardkey icon in keylist (authored by gusnan).
Disable scaling also for cardkey icon in keylist
gusnan committed rGPA94137e7e7b3d: Replace set_alignemt with h/v-alignment functions (authored by gusnan).
Replace set_alignemt with h/v-alignment functions
gusnan committed rGPA4e6bf4684d41: gtk_widget_size_request is deprecated, use gtk_widget_get_preferred_size (authored by gusnan).
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
gusnan committed rGPAeed45160535f: Don't use align widget, set alignment direct on widgets instead (authored by gusnan).
Don't use align widget, set alignment direct on widgets instead
Use box and not hbox or vbox
gusnan committed rGPAeacc437d1719: Fix gtk_misc_set_alignment, use gtk_widget_* functions instead (authored by gusnan).
Fix gtk_misc_set_alignment, use gtk_widget_* functions instead
Fix COMBO_BOXes in cardman.c
gusnan committed rGPAb1ea64da073b: Define box as widget and not as box for dialog_get_content_area (authored by gusnan).
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
gusnan committed rGPA69e03090aead: Don't use GtkAlignment widgets, which is not necessary (authored by gusnan).
Don't use GtkAlignment widgets, which is not necessary
Replace deprecations in cm-netkey.c
Replace deprecations in cm-netkey.c
passwddlg table to grid
gusnan committed rGPAc50afbf759ad: cast widget to dialog for gtk_dialog_get_content_area (authored by gusnan).
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
gusnan committed rGPAaf877afc94cf: Migrate ownertrust field from table to grid (authored by gusnan).
Migrate ownertrust field from table to grid
Define as widget to avoid warnings
gusnan committed rGPAc2b0564c3f2b: Fix warning 'passing argyment from incompatible pointer type' (authored by gusnan).
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
gusnan committed rGPA119afc254cac: USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text (authored by gusnan).
USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text
gusnan committed rGPAe16d3162107b: Use setlocale instead of deprecated gtk_set_locale (authored by gusnan).
Use setlocale instead of deprecated gtk_set_locale
Remove some deprecataed UI calls
gusnan committed rGPA81be05380812: Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text (authored by gusnan).
Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text
gtk_mashal_* shouldn't be used
gusnan committed rGPA14026d139f8a: Use gtk_box_pack_start (without deprecated _defualts) (authored by gusnan).
Use gtk_box_pack_start (without deprecated _defualts)
gusnan committed rGPAbf202cf9cfa1: Some drag structs should use functions to access members now (authored by gusnan).
Some drag structs should use functions to access members now
gusnan committed rGPA06fb6abaf61c: Use gtk_dialog_get_content_area instead of dialog->vbox (authored by gusnan).
Use gtk_dialog_get_content_area instead of dialog->vbox
Use gtk_combo_box_text_new
gusnan committed rGPA757a3d93f2ce: Fix another window->vbox (use gtk_dialog_get_content_area) (authored by gusnan).
Fix another window->vbox (use gtk_dialog_get_content_area)
gusnan committed rGPA77284ea8b0ee: Use gtk_editable_set_editable instead of gtk_entry_set_editable (authored by gusnan).
Use gtk_editable_set_editable instead of gtk_entry_set_editable
Use gtk_combo_box_text_get_active_text
gusnan committed rGPAc8f036629e52: Replace dialog->vbox with gtk_dialog_get_content_area (authored by gusnan).
Replace dialog->vbox with gtk_dialog_get_content_area
Use G_OBJECT instead of GTK_OBJECT
gusnan committed rGPA36dfefcc0764: Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive (authored by gusnan).
Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive
gusnan committed rGPA8b87946b34b1: Replace gtk_combo_box_append_text with gtk_combo_box_text_append (authored by gusnan).
Replace gtk_combo_box_append_text with gtk_combo_box_text_append
gusnan committed rGPA7a714bf13a33: Replace deprecated gtk_widget_hide_all with gtk_widget_hide (authored by gusnan).
Replace deprecated gtk_widget_hide_all with gtk_widget_hide
gusnan committed rGPA0f4b8188c1d0: Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start (authored by gusnan).
Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start
Check for GTK 3 in configure.ac
Oct 30 2018
Oct 30 2018
Oct 24 2018
Oct 24 2018
Oct 23 2018
Oct 23 2018
In addition to what I said above - the patch comes with two small side-effects - The size of the content in the tab is constant over the tabs, so that even a page with not very many settings will show a scrollbar, even if it only makes it possible to scroll in empty space from below.
I have made a patch for this, that add scrollbars to scroll up and down in the settings. This adds the need to set a default window size, which I have set to 700 x 500, which seems fine. Tested on a relatively low-resolution machine (1366 x 768), where it seems to work fine for me.
Oct 20 2018
Oct 20 2018
Related, the tab formatting (mixed first one tab and then space), as in lines 131 to 137 of src/icons.c _really_ causes headaches.
Aug 30 2017
Aug 30 2017