annotate demos/browser/data/defaultbookmarks.xbel @ 393:1049b01aebd2

Fixed generator segfaults on OS X 10.6. Regarding the change to dgenerator.cpp, I am not actually sure if 0 is the correct value to pass, but it seems to work and the code which had been there before was just plain incorrect ? it read past the list boundaries.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:55:55 +0200
parents 71b382c10ef6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
2 <!DOCTYPE xbel>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
3 <xbel version="1.0">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
4 <folder folded="yes">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
5 <title>Bookmarks Bar</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
6 <bookmark href="http://qtsoftware.com/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
7 <title>Qt Software</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
8 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
9 <bookmark href="http://webkit.org/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
10 <title>WebKit.org</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
11 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
12 <bookmark href="http://doc.trolltech.com/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
13 <title>Qt Documentation</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
14 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
15 <bookmark href="http://doc.trolltech.com/qq/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
16 <title>Qt Quarterly</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
17 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
18 <bookmark href="http://labs.trolltech.com/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
19 <title>Qt Labs</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
20 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
21 <bookmark href="http://www.qtcentre.org/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
22 <title>Qt Centre</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
23 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
24 <bookmark href="http://qt-apps.org/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
25 <title>Qt-Apps.org</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
26 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
27 <bookmark href="http://qtnode.net/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
28 <title>qtnode</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
29 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
30 <bookmark href="http://xkcd.com/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
31 <title>xkcd</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
32 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
33 </folder>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
34 <folder folded="yes">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
35 <title>Bookmarks Menu</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
36 <bookmark href="http://reddit.com/">
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
37 <title>reddit.com: what's new online!</title>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
38 </bookmark>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
39 </folder>
71b382c10ef6 add coarse and incomplete QT browser port
mandel
parents:
diff changeset
40 </xbel>