Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import of bookmarks. #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix import of bookmarks. #12

wants to merge 3 commits into from

Commits on Dec 31, 2012

  1. Fix import of bookmarks.

    Encoding was not set correctly (to UTF-8) because the data were not read via QTextStream.
    JosefVitu committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    d09a258 View commit details
    Browse the repository at this point in the history
  2. Fix a crash with qDeleteAll.

    This crash sometimes occured when a BookmarkNode was being deleted.
    JosefVitu committed Dec 31, 2012
    Configuration menu
    Copy the full SHA
    8184cc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2013

  1. Silently ignore incorrect child elements instead of raising an error.

    This way some malformed XBEL files may be imported without worries
    (description would be ignored, title would be replaced with 'Unknown
    title' text), which increases compatibility at the cost of ignoring
    a part of the XBEL format standard.
    JosefVitu committed Jan 1, 2013
    Configuration menu
    Copy the full SHA
    1ed3924 View commit details
    Browse the repository at this point in the history