Skip to content

Commit

Permalink
Update build.yml for codespell, fix some spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Feb 16, 2024
1 parent f30b9d1 commit b589487
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 18 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions docs/reference/XAppGtkWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
in some operation. The value sent to the WM will be clamped to
between 0 and 100.</p>
<p>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.</p>
<p>Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.</p>
Expand Down Expand Up @@ -368,7 +368,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
to make available when applications want to display indeterminate or
ongoing progress in a task manager.</p>
<p>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.</p>
<p>Setting an explicit progress value will unset this flag.</p>
<div class="refsect3">
Expand Down Expand Up @@ -481,7 +481,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
in some operation. The value sent to the WM will be clamped to
between 0 and 100.</p>
<p>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.</p>
<p>Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.</p>
Expand Down Expand Up @@ -518,7 +518,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
to make available when applications want to display indeterminate or
ongoing progress in a task manager.</p>
<p>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.</p>
<p>Setting an explicit progress value will unset this flag.</p>
<div class="refsect3">
Expand Down Expand Up @@ -627,7 +627,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
<p>Setting progress will also cancel the 'pulsing' flag on the window as
well, if it has been set.</p>
<p>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.</p>
<p>This is a function, not a method, for applying the progress property for
a given (possibly foreign) window, by passing the window's XID.</p>
Expand Down Expand Up @@ -664,7 +664,7 @@ <h2><span class="refentrytitle"><a name="XAppGtkWindow.top_of_page"></a>XAppGtkW
to make available when applications want to display indeterminate or
ongoing progress in a task manager.</p>
<p>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.</p>
<p>Setting an explicit progress value will unset this flag.</p>
<div class="refsect3">
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 6 additions & 6 deletions libxapp/xapp-gtk-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libxapp/xapp-icon-chooser-button.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion libxapp/xapp-status-icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b589487

Please sign in to comment.