diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25dedbf..9adb6ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,5 +22,7 @@ jobs: commit_id: master ############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop' dependencies: - ############################## + ############################## Comma separated lists of words and files to have codespell ignore. + codespell_ignore_words_list: nd + codespell_ignore_files_list: diff --git a/debian/changelog b/debian/changelog index 940ed1f..19a6327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -418,7 +418,7 @@ xapp (1.8.6) ulyana; urgency=medium [ Michael Webster ] * xapp-status-icon.c: Add xapp_status_icon_popup_menu() and use a more reliable GtkMenu popup method. - * xapp-status-icon.c: Fix inadvertant verison change in doc string. + * xapp-status-icon.c: Fix inadvertent version change in doc string. [ NikoKrause ] * Icons: Add symbolic icons for xreaders annotation features (#92) @@ -853,7 +853,7 @@ xapp (1.0.4) sylvia; urgency=medium * xapp-gtk-window: Add wrapper functions for GtkWindow subclasses. * xapp-gtk-window.*: Fix argument type for wrapper function. * xapp-gtk-window: Add progress features, refactor, add demo script for XAppGtkWindow. - * xapp-gtk-window test script: Add an animate button (to test real-world effects on system reponsiveness while an operation is running.) + * xapp-gtk-window test script: Add an animate button (to test real-world effects on system responsiveness while an operation is running.) * all: Fix build warnings, documentation. * xapp-gtk-window: Make xapp_gtk_window_new() handle the same arguments as gtk_window_new(). * all: Allow XAppGtkWindows to be used in builder (ui) files and in Glade. diff --git a/docs/reference/XAppGtkWindow.html b/docs/reference/XAppGtkWindow.html index 3994e4e..98a19b5 100644 --- a/docs/reference/XAppGtkWindow.html +++ b/docs/reference/XAppGtkWindow.html @@ -331,7 +331,7 @@

XAppGtkW in some operation. The value sent to the WM will be clamped to between 0 and 100.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.

Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.

@@ -368,7 +368,7 @@

XAppGtkW to make available when applications want to display indeterminate or ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists. This will also remove the pulse state, if it is set.

Setting an explicit progress value will unset this flag.

@@ -481,7 +481,7 @@

XAppGtkW in some operation. The value sent to the WM will be clamped to between 0 and 100.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.

Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.

@@ -518,7 +518,7 @@

XAppGtkW to make available when applications want to display indeterminate or ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists. This will also remove the pulse state, if it is set.

Setting an explicit progress value will unset this flag.

@@ -627,7 +627,7 @@

XAppGtkW

Setting progress will also cancel the 'pulsing' flag on the window as well, if it has been set.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.

This is a function, not a method, for applying the progress property for a given (possibly foreign) window, by passing the window's XID.

@@ -664,7 +664,7 @@

XAppGtkW to make available when applications want to display indeterminate or ongoing progress in a task manager.

Note: If a window will stick around after progress is complete, you will -probaby need to set progress to 0 to remove any progress effects on taskbars +probably need to set progress to 0 to remove any progress effects on taskbars and window lists.

Setting an explicit progress value will unset this flag.

diff --git a/docs/reference/style.css b/docs/reference/style.css index 2eeda1f..bee89a7 100644 --- a/docs/reference/style.css +++ b/docs/reference/style.css @@ -332,7 +332,7 @@ acronym,abbr position: relative; top: 0em ! important; } - /* this is needed so that the local anchors are displayed below the naviagtion */ + /* this is needed so that the local anchors are displayed below the navigation */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { display: inline-block; diff --git a/libxapp/xapp-gtk-window.c b/libxapp/xapp-gtk-window.c index 66dcee3..b8a968c 100644 --- a/libxapp/xapp-gtk-window.c +++ b/libxapp/xapp-gtk-window.c @@ -454,7 +454,7 @@ xapp_gtk_window_set_icon_from_file (XAppGtkWindow *window, * between 0 and 100. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. * * Setting progress will also cancel the 'pulsing' flag on the window as @@ -481,7 +481,7 @@ xapp_gtk_window_set_progress (XAppGtkWindow *window, * ongoing progress in a task manager. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. This will also remove the pulse state, if it is set. * * Setting an explicit progress value will unset this flag. @@ -625,7 +625,7 @@ xapp_set_window_icon_from_file (GtkWindow *window, * between 0 and 100. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. * * Setting progress will also cancel the 'pulsing' flag on the window as @@ -659,7 +659,7 @@ xapp_set_window_progress (GtkWindow *window, * ongoing progress in a task manager. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. This will also remove the pulse state, if it is set. * * Setting an explicit progress value will unset this flag. @@ -739,7 +739,7 @@ xapp_set_xid_icon_from_file (gulong xid, * well, if it has been set. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. * * This is a function, not a method, for applying the progress property for @@ -765,7 +765,7 @@ xapp_set_xid_progress (gulong xid, * ongoing progress in a task manager. * * Note: If a window will stick around after progress is complete, you will - * probaby need to set progress to 0 to remove any progress effects on taskbars + * probably need to set progress to 0 to remove any progress effects on taskbars * and window lists. * * Setting an explicit progress value will unset this flag. diff --git a/libxapp/xapp-icon-chooser-button.c b/libxapp/xapp-icon-chooser-button.c index f19ea9d..6f2ee31 100644 --- a/libxapp/xapp-icon-chooser-button.c +++ b/libxapp/xapp-icon-chooser-button.c @@ -306,7 +306,7 @@ xapp_icon_chooser_button_set_icon_size (XAppIconChooserButton *button, // We need to make sure the icon gets resized if it's a file path. Since // this means regenerating the pixbuf anyway, it's easier to just call // xapp_icon_chooser_button_set_icon, but we need to dup the string so - // it doens't get freed before it gets used. + // it doesn't get freed before it gets used. icon = g_strdup(priv->icon_string); xapp_icon_chooser_button_set_icon (button, icon); g_free (icon); diff --git a/libxapp/xapp-status-icon.c b/libxapp/xapp-status-icon.c index cc9069c..a3e3ef2 100644 --- a/libxapp/xapp-status-icon.c +++ b/libxapp/xapp-status-icon.c @@ -34,7 +34,7 @@ #define FALLBACK_ICON_SIZE 24 // This gets reffed and unreffed according to individual icon presence. -// For the first icon, it gets created when exporting the icon's inteface. +// For the first icon, it gets created when exporting the icon's interface. // For each additional icon, it gets reffed again. On destruction, the // opposite occurs - unrefs, and the final unref calls a weak notify // function, which clears this pointer and unown's the process's bus name.