1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/data/html.qrc
nowrep 8eb164fb26 [Fix:] Fixed loading urls with special characters from history
- also made possible to load files from qrc: scheme
- improved source viewer:
   * fixed incomplete source code loaded when opening window
     (it loads the whole source only after reloading)
   * improved performance, source is now highlighted much faster
- using .ico favicon in all qupzilla: pages (no longer png)
  it should fix problems when favicon wasn't loaded on some systems
- fixed alignment of site icon in navigation bar when compiling
  with Qt 4.8
- fixed deleting of local certifications in ssl manager
2011-12-04 16:54:57 +01:00

24 lines
793 B
Plaintext

<RCC>
<qresource prefix="/">
<file>html/errorPage.html</file>
<file>html/info.png</file>
<file>html/adblock_big.png</file>
<file>html/adblockPage.html</file>
<file>html/about.html</file>
<file>html/box-border.png</file>
<file>html/copyright</file>
<file>html/reportbug.html</file>
<file>html/start.html</file>
<file>html/box-border-small.png</file>
<file>html/close.png</file>
<file>html/edit.png</file>
<file>html/speeddial.html</file>
<file>html/jquery.js</file>
<file>html/jquery-ui.js</file>
<file>html/plus.png</file>
<file>html/loading.gif</file>
<file>html/reload.png</file>
<file>html/qupzilla.ico</file>
</qresource>
</RCC>