| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/marquee-web-view.o
src/web-view.c: In function ‘mq_web_view_get_scheme’:
src/web-view.c:355:1: warning: function might be candidate for attribute ‘const’ [-Wsuggest-attribute=const]
mq_web_view_get_scheme(MqWebView *web_view)
^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/config/marquee-config.o
src/config/config.c: In function ‘set_type_or_run_callbacks’:
src/config/config.c:332:4: warning: switch missing default case [-Wswitch-default]
switch (item->type) {
^
src/config/config.c: In function ‘mq_config_set’:
src/config/config.c:429:2: warning: switch missing default case [-Wswitch-default]
switch (item->type) {
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/config/marquee-settings.o
src/config/settings.c: In function ‘mq_settings_connect_config’:
src/config/settings.c:365:3: warning: switch missing default case [-Wswitch-default]
switch (mappings[i].type) {
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/toolbars/navigation/marquee-back-forward-button-box.o
src/toolbars/navigation/back-forward-button-box.c: In function ‘list_item_new’:
src/toolbars/navigation/back-forward-button-box.c:97:2: warning: switch missing default case [-Wswitch-default]
switch (type) {
^
|
|
|
|
|
|
|
|
|
|
|
| |
This was used when the tab tree was in the label popover.
Fixes:
CC src/marquee-tab-label.o
src/tab-label.c:103:0: warning: macro "NEW_TOGGLE" is not used [-Wunused-macros]
#define NEW_TOGGLE(Y, X, ICON, TOOLTIP) \
^
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/marquee-main.o
src/main.c:34:29: warning: initialization discards ‘const’ qualifier from pointer target type
static gchar *opt_profile = "default";
^
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/marquee-tree.o
src/tree.c:251:1: warning: no previous prototype for ‘seek’ [-Wmissing-prototypes]
seek(MqTree *node, gint offset)
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/schemes/marquee-view-source.o
src/schemes/view-source.c: In function ‘respond’:
src/schemes/view-source.c:75:4: warning: unknown conversion type character ‘;’ in format [-Wformat=]
uri, escaped_data), -1, g_free);
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/schemes/marquee-view-source.o
src/schemes/view-source.c: In function ‘respond’:
src/schemes/view-source.c:75:4: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
uri, escaped_data), -1, g_free);
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/schemes/about/marquee-marquee.o
src/schemes/about/marquee.c: In function ‘mq_about_marquee_response’:
src/schemes/about/marquee.c:72:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
"DANGER", "DO NOT PRESS"));
^
|
|
|
|
|
|
|
|
|
|
| |
Surprisingly, this was the error, instead of a fatal error about not
finding "../paths.h":
CC src/schemes/about/marquee-marquee.o
src/schemes/about/marquee.c:58:1: warning: no previous prototype for ‘mq_about_marquee_response’ [-Wmissing-prototypes]
mq_about_marquee_response(MqApplication *application, GHashTable *query,
^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/web-view-schemes/marquee-normal.o
src/web-view-schemes/normal.c: In function ‘context_menu’:
src/web-view-schemes/normal.c:455:3: warning: switch missing default case [-Wswitch-default]
switch (stock_action) {
^
CC src/web-view-schemes/marquee-view-source.o
src/web-view-schemes/view-source.c: In function ‘context_menu’:
src/web-view-schemes/view-source.c:173:3: warning: switch missing default case [-Wswitch-default]
switch (stock_action) {
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/toolbars/navigation/marquee-uri-entry.o
src/toolbars/navigation/uri-entry.c: In function ‘load_changed_cb’:
src/toolbars/navigation/uri-entry.c:59:2: warning: switch missing default case [-Wswitch-default]
switch (load_event) {
^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No custom context menu items are created for this scheme.
Fixes:
CC src/web-view-schemes/marquee-view-source.o
src/web-view-schemes/view-source.c: At top level:
src/web-view-schemes/view-source.c:112:0: warning: macro "NEW_CUSTOM_ITEM" is not used [-Wunused-macros]
#define NEW_CUSTOM_ITEM(NAME, LABEL) \
^
src/web-view-schemes/view-source.c:107:0: warning: macro "ITEM_DECLS" is not used [-Wunused-macros]
#define ITEM_DECLS \
^
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/utils/marquee-resources.o
src/utils/resources.c: In function ‘mq_resource_response’:
src/utils/resources.c:64:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
path, error->message), -1, g_free);
^
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
And shorten AX_CHECK_COMPILE_FLAG() call.
|
| |
|
|
|
|
| |
New files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the following:
$ rm -f version.c
$ make --no-print-directory
make all-recursive
Making all in .
make[2]: Circular version.c <- version.c dependency dropped.
GEN version.c
GEN marquee
Making all in data
make[2]: Nothing to be done for 'all'.
$ rm -f version.c
$ bmake
bmake all-recursive
Making all in .
bmake[2]: Graph cycles through version.c
`all-am' not remade because of errors.
Making all in data
|
| |
|
|
|
|
|
|
| |
Also use it in EXTRA_marquee_DEPENDENCIES.
This finally avoids having to define the whole link target.
|
| |
|
|
|
|
|
|
| |
This reverts commit 7ee941825739135fd5c6571e2706784f1ba70168.
The commit introduced a dependency cycle that causes trouble.
|
|
|
|
| |
And don't manually link marquee.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
And update src/local.mk.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Its purpose changed in commit 75a2885.
|
|
|
|
| |
And drop WebKitSettings setup in MqApplication.
|
|
|
|
| |
This is now done in scheme initialize() methods.
|