Commit 0e671bd
committed
fix bogus 404 errors for sidebar toolbar icons
Sidebar JSDialog toolbox items send icon names with LO's 'sc_'
(small-command) prefix, but COOL only has 'lc_' (large-command)
icons, resulting in requests for non-existent files like
lc_sc_changecasetoupper.svg.
The data.icon code path in _unoToolButton bypassed
getIconNameOfCommand entirely, so normalize it through that
function to apply sc_ prefix stripping and alias resolution.
Also:
- skip legacy LO resource IDs (like sr20006)
- add icon aliases: insertfooter, textbodyparastyle,
showmultiplepages, showtwopages, validatedialogsa11y,
validatesidebara11y
- add changecasetoupper icon (light + dark) from colibre theme
- add dark mode icon for ai_sidebar
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I6a91b161af0269330265822440c3f0a87fbb104b1 parent deec650 commit 0e671bd
File tree
5 files changed
+31
-2
lines changed- browser
- images
- dark
- src
- app
- control
5 files changed
+31
-2
lines changedLoading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
| 410 | + | |
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
414 | 419 | | |
415 | 420 | | |
416 | 421 | | |
| |||
432 | 437 | | |
433 | 438 | | |
434 | 439 | | |
| 440 | + | |
435 | 441 | | |
436 | 442 | | |
437 | 443 | | |
| |||
456 | 462 | | |
457 | 463 | | |
458 | 464 | | |
| 465 | + | |
459 | 466 | | |
460 | 467 | | |
461 | 468 | | |
| |||
527 | 534 | | |
528 | 535 | | |
529 | 536 | | |
| 537 | + | |
| 538 | + | |
530 | 539 | | |
531 | 540 | | |
532 | 541 | | |
| |||
631 | 640 | | |
632 | 641 | | |
633 | 642 | | |
| 643 | + | |
| 644 | + | |
634 | 645 | | |
635 | 646 | | |
636 | 647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1915 | 1915 | | |
1916 | 1916 | | |
1917 | 1917 | | |
1918 | | - | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
1919 | 1934 | | |
1920 | 1935 | | |
1921 | 1936 | | |
| |||
0 commit comments