<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>1e37531e3a8721eddab9c32993cd028169748400</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/f55f43c4b4402f2438741eeb3d886b90937de965</url>
    <id>f55f43c4b4402f2438741eeb3d886b90937de965</id>
    <committed-date>2008-08-01T12:14:34-07:00</committed-date>
    <authored-date>2008-08-01T08:27:55-07:00</authored-date>
    <message>Paint the web frame without smooth pixmap scaling (to make it fast), but the scale the resulting pixmap (should be fast since it is not too large anymore).</message>
    <tree>35e3ea62dd464c57bc2303629150f3e5b2bd9dba</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4c68e6d53b35b664e38ca02b76d1409663b84d0</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/1e37531e3a8721eddab9c32993cd028169748400</url>
    <id>1e37531e3a8721eddab9c32993cd028169748400</id>
    <committed-date>2008-08-01T12:14:18-07:00</committed-date>
    <authored-date>2008-08-01T08:19:50-07:00</authored-date>
    <message>Smoother preview by caching the last few pixmaps</message>
    <tree>9ecb4eaab861c400c90e9e3b32c1cb63ef1810b6</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3270a0db3fb93f155f736ded21ed8ce1a3ba338a</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/a4c68e6d53b35b664e38ca02b76d1409663b84d0</url>
    <id>a4c68e6d53b35b664e38ca02b76d1409663b84d0</id>
    <committed-date>2008-08-01T12:14:06-07:00</committed-date>
    <authored-date>2008-08-01T08:12:06-07:00</authored-date>
    <message>Add drop shadow to the preview widget.</message>
    <tree>f52fffe52f5dfe7c24a82cc2460eb5a595af4f9e</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e65256033593f290575e7b21cd441c1372c4bab9</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/3270a0db3fb93f155f736ded21ed8ce1a3ba338a</url>
    <id>3270a0db3fb93f155f736ded21ed8ce1a3ba338a</id>
    <committed-date>2008-07-31T06:16:40-07:00</committed-date>
    <authored-date>2008-07-31T06:15:38-07:00</authored-date>
    <message>Activate anti-aliasing as well.</message>
    <tree>65c6d6222b79b356057ea8f2c2512dafed5d21dd</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75e7d131478e642285d0874abd466a82f9da5fd1</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/e65256033593f290575e7b21cd441c1372c4bab9</url>
    <id>e65256033593f290575e7b21cd441c1372c4bab9</id>
    <committed-date>2008-07-31T06:16:31-07:00</committed-date>
    <authored-date>2008-07-31T06:13:21-07:00</authored-date>
    <message>Allow using QGLWidget for the tab preview.</message>
    <tree>6282dc2da8a644fd648b15862afa9915348f6e19</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3a05854b171a8d4812f0a241bdc89c5ecd54854</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/75e7d131478e642285d0874abd466a82f9da5fd1</url>
    <id>75e7d131478e642285d0874abd466a82f9da5fd1</id>
    <committed-date>2008-07-31T06:02:51-07:00</committed-date>
    <authored-date>2008-07-31T03:31:28-07:00</authored-date>
    <message>Clean-up the tab preview.

Some of the improvements: using fixed-size pixmap and no need to mess around with the pixmap cache, use scaled painter instead of pixmap scaling, tab preview widget is not a top-level widget anymore, support for preview opacity, and create a callout-like shape for the preview.</message>
    <tree>05c1a6827c14f66c516c2dc9edb3479f21608b8c</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4bea6f2e9ba1e76ffab4ebed9196875c38e84caa</id>
      </parent>
    </parents>
    <author>
      <name>Simon Hausmann</name>
      <email>simon@lst.de</email>
    </author>
    <url>http://github.com/ariya/arora/commit/a3a05854b171a8d4812f0a241bdc89c5ecd54854</url>
    <id>a3a05854b171a8d4812f0a241bdc89c5ecd54854</id>
    <committed-date>2008-07-31T03:09:07-07:00</committed-date>
    <authored-date>2008-07-31T02:44:29-07:00</authored-date>
    <message>Fix auto-closing tab on startup when hovering the tab bar.

updateWebPreview() may call webView with a negative tab index. webView() should
handle this by returning a null view instead of re-creating the initial tab.</message>
    <tree>d7dc790ca41b3a9651bc211cc8571c77a3947e11</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b996f5d6e4779d109659b30c91fff91bf2091d20</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/4bea6f2e9ba1e76ffab4ebed9196875c38e84caa</url>
    <id>4bea6f2e9ba1e76ffab4ebed9196875c38e84caa</id>
    <committed-date>2008-07-31T02:03:13-07:00</committed-date>
    <authored-date>2008-07-31T02:01:04-07:00</authored-date>
    <message>Fix the tab preview shows up accidentally.

Delayed showing the preview is now done through a real single-shot timer. This timer will be stopped whenever the preview needs to disappear immediately.</message>
    <tree>a0a3a9cf149a9141e6088b1632291454a2139093</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5be2cd498fcdb48b5e0b1b2a7a5aec2ac58d324f</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/b996f5d6e4779d109659b30c91fff91bf2091d20</url>
    <id>b996f5d6e4779d109659b30c91fff91bf2091d20</id>
    <committed-date>2008-07-30T12:13:21-07:00</committed-date>
    <authored-date>2008-07-30T06:59:59-07:00</authored-date>
    <message>Implement live preview feature.

When the mouse cursor is hovered on a tab, a thumbnail preview of the web view associated with the tab is shown in a small pop-up. The preview is live, if the web page contains e.g. a video, then the video can be seen in the preview.  Right now updating is implemented by forcing a repaint, we need to find a better solution (likely should be done in QtWebKit).
Also scaling is done in software. An OpenGL widget is a another candidate. Or even using the full-page zoom feature (once it is landed in WebKit trunk).</message>
    <tree>997353d862b2a89b685dd6ebbf8d0c43d00dc085</tree>
    <committer>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>224c30b54871bb98b72773f57d833df363c087da</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@trolltech.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/5be2cd498fcdb48b5e0b1b2a7a5aec2ac58d324f</url>
    <id>5be2cd498fcdb48b5e0b1b2a7a5aec2ac58d324f</id>
    <committed-date>2008-07-30T02:21:40-07:00</committed-date>
    <authored-date>2008-07-29T10:06:10-07:00</authored-date>
    <message>When making the text larger or smaller, use predefined zoom levels.

Note: this is a similar approach like in Firefox 3

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>b5d6cd6a01c3a7af462277fe8d98768a657ef825</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>677bcb56b067b801b6916e35abc584bd6f94d9de</id>
      </parent>
    </parents>
    <author>
      <name>Jason A. Donenfeld</name>
      <email>Jason@zx2c4.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/224c30b54871bb98b72773f57d833df363c087da</url>
    <id>224c30b54871bb98b72773f57d833df363c087da</id>
    <committed-date>2008-07-30T02:21:04-07:00</committed-date>
    <authored-date>2008-07-29T21:37:34-07:00</authored-date>
    <message>Fixed installer MSVCRT support and changed to more standard locations and moved writing of uninstaller to top in case user halts install half way through.</message>
    <tree>b924d3662ac7476869d6b34850eeb12ec553ed5e</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8501e981cdad09b1324ee26dc8b59bb52d1d14b4</id>
      </parent>
    </parents>
    <author>
      <name>Jakub Lu&#382;n&#253;</name>
      <email>limoto94@gmail.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/677bcb56b067b801b6916e35abc584bd6f94d9de</url>
    <id>677bcb56b067b801b6916e35abc584bd6f94d9de</id>
    <committed-date>2008-07-28T15:22:13-07:00</committed-date>
    <authored-date>2008-07-28T14:44:38-07:00</authored-date>
    <message>Updated cs_CZ translation

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>39b25c44251d7a91d547dc3cd64871ef94e348fc</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64bba2b28b4e6ddf8b90306048513f4f4a4ed98a</id>
      </parent>
    </parents>
    <author>
      <name>ABuus</name>
      <email>amb@lafnet.dk</email>
    </author>
    <url>http://github.com/ariya/arora/commit/8501e981cdad09b1324ee26dc8b59bb52d1d14b4</url>
    <id>8501e981cdad09b1324ee26dc8b59bb52d1d14b4</id>
    <committed-date>2008-07-28T09:43:41-07:00</committed-date>
    <authored-date>2008-07-26T11:20:45-07:00</authored-date>
    <message>Mouse button 4 and 5 connected to action back and forward. like firefox and ie

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>db868827e77297fa457e111086ebbeed08283f29</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f07565bcaa50da0d80a99988dcb61378bc563bd4</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/64bba2b28b4e6ddf8b90306048513f4f4a4ed98a</url>
    <id>64bba2b28b4e6ddf8b90306048513f4f4a4ed98a</id>
    <committed-date>2008-07-24T15:05:55-07:00</committed-date>
    <authored-date>2008-07-24T15:05:55-07:00</authored-date>
    <message>Fix the widgets in the location bar when in right-to-left mode.</message>
    <tree>d0e73a4bf0fdeb7379fb72761ca2a435e97ee79d</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>002e7d74d0fe25dd834ad6920609a8c235c8d056</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/f07565bcaa50da0d80a99988dcb61378bc563bd4</url>
    <id>f07565bcaa50da0d80a99988dcb61378bc563bd4</id>
    <committed-date>2008-07-24T14:55:16-07:00</committed-date>
    <authored-date>2008-07-24T14:55:16-07:00</authored-date>
    <message>Fix the search line edit after the new lineedit was introduced, the disabled text, reverse and size hint of the menu.</message>
    <tree>0ccaf654557861102be3a15b75dd303be76bf1b1</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ee2094216eea98d7f12bbdf07f6d85c0356ee916</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/002e7d74d0fe25dd834ad6920609a8c235c8d056</url>
    <id>002e7d74d0fe25dd834ad6920609a8c235c8d056</id>
    <committed-date>2008-07-24T13:07:54-07:00</committed-date>
    <authored-date>2008-07-24T13:07:54-07:00</authored-date>
    <message>When loosing focus and the line edit is empty fill it with the url of the webview</message>
    <tree>55a61bc8b3cc8a0359aff8a5be2b9199dec7070d</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec212c8c885f8d2e0529e8e105561cd46004c22e</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/ee2094216eea98d7f12bbdf07f6d85c0356ee916</url>
    <id>ee2094216eea98d7f12bbdf07f6d85c0356ee916</id>
    <committed-date>2008-07-23T08:32:05-07:00</committed-date>
    <authored-date>2008-07-23T08:29:54-07:00</authored-date>
    <message>Minor code style fixes.</message>
    <tree>2e845554a74c8472426e1164008f2866c8637fcb</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5692da9ef32b1884c5c6eb734a7177b60a6916ca</id>
      </parent>
    </parents>
    <author>
      <name>Ariya Hidayat</name>
      <email>ariya.hidayat@trolltech.com</email>
    </author>
    <url>http://github.com/ariya/arora/commit/ec212c8c885f8d2e0529e8e105561cd46004c22e</url>
    <id>ec212c8c885f8d2e0529e8e105561cd46004c22e</id>
    <committed-date>2008-07-22T06:18:36-07:00</committed-date>
    <authored-date>2008-05-26T03:23:53-07:00</authored-date>
    <message>Allow building Arora with both Debug/Release of WebKit trunk

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>6581c820c0ecd19235df44fea72029956c837703</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7303a4b1784ed784bf1fecd51d5a3e9882830570</id>
      </parent>
    </parents>
    <author>
      <name>Gergely Nagy</name>
      <email>gergely.nagy@interware.co.hu</email>
    </author>
    <url>http://github.com/ariya/arora/commit/5692da9ef32b1884c5c6eb734a7177b60a6916ca</url>
    <id>5692da9ef32b1884c5c6eb734a7177b60a6916ca</id>
    <committed-date>2008-07-17T05:37:01-07:00</committed-date>
    <authored-date>2008-07-17T04:20:54-07:00</authored-date>
    <message>Hungarian translation</message>
    <tree>dbb636bb4bddc86329b085e421755fd30b5a6eb5</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64cb7fbaa17fec278ab485c58891dbc59e672e64</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/7303a4b1784ed784bf1fecd51d5a3e9882830570</url>
    <id>7303a4b1784ed784bf1fecd51d5a3e9882830570</id>
    <committed-date>2008-07-17T01:44:51-07:00</committed-date>
    <authored-date>2008-07-17T01:44:51-07:00</authored-date>
    <message>Fix compiler warning.</message>
    <tree>bfbfa0a1ebdb76e9531c85dc2a65d3d71fed8f58</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f53379e7ded39c4fbacfef0c142804d98ea24fbc</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/64cb7fbaa17fec278ab485c58891dbc59e672e64</url>
    <id>64cb7fbaa17fec278ab485c58891dbc59e672e64</id>
    <committed-date>2008-07-15T17:26:28-07:00</committed-date>
    <authored-date>2008-07-15T17:26:28-07:00</authored-date>
    <message>Emit a warning of a file doesn't have a matching autotest</message>
    <tree>3621fa71e64a84f60f2ba5137bc3f76b359f38f9</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>acaa4b7c68f38d5fa1cb7f3d2b334a449d68f2e4</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/f53379e7ded39c4fbacfef0c142804d98ea24fbc</url>
    <id>f53379e7ded39c4fbacfef0c142804d98ea24fbc</id>
    <committed-date>2008-07-15T17:03:50-07:00</committed-date>
    <authored-date>2008-07-15T16:59:23-07:00</authored-date>
    <message>Only include the sha1 and change number in the version when they are generated (i.e. for developers with a git directory, not for releases)</message>
    <tree>136b10f2e975d4092a216c60ed5e247d68e83766</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c0eec359042dc2da2c2742e5e8832cbe716ed333</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/acaa4b7c68f38d5fa1cb7f3d2b334a449d68f2e4</url>
    <id>acaa4b7c68f38d5fa1cb7f3d2b334a449d68f2e4</id>
    <committed-date>2008-07-15T15:34:45-07:00</committed-date>
    <authored-date>2008-07-15T15:34:45-07:00</authored-date>
    <message>Minor code cleanup, add shortcut for the bookmark dialog</message>
    <tree>c82ead4a392b0818f04797b0efb0f1d0bcd44339</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b40b58a5b72f407773f0b22d4b7d4c1dc1b691e</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/c0eec359042dc2da2c2742e5e8832cbe716ed333</url>
    <id>c0eec359042dc2da2c2742e5e8832cbe716ed333</id>
    <committed-date>2008-07-15T15:30:17-07:00</committed-date>
    <authored-date>2008-07-15T15:30:17-07:00</authored-date>
    <message>On OS X don't steal the ctrl-h which is always hide window.</message>
    <tree>77ca8fd5e801536b1e8b2995ad79b0690af73b0a</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4e9c4737eadb9ec2ae63bdbe85407718a014bb8</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/0b40b58a5b72f407773f0b22d4b7d4c1dc1b691e</url>
    <id>0b40b58a5b72f407773f0b22d4b7d4c1dc1b691e</id>
    <committed-date>2008-07-15T15:23:25-07:00</committed-date>
    <authored-date>2008-07-15T15:23:25-07:00</authored-date>
    <message>Minor whitespace tweak.</message>
    <tree>a76e61f565bfa508abc9384292a854c94c299c9f</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b674e1ad3a8a3061bad5e3d26512a238d251359b</id>
      </parent>
    </parents>
    <author>
      <name>Josef Kufner</name>
      <email>jk@myserver.cz</email>
    </author>
    <url>http://github.com/ariya/arora/commit/f4e9c4737eadb9ec2ae63bdbe85407718a014bb8</url>
    <id>f4e9c4737eadb9ec2ae63bdbe85407718a014bb8</id>
    <committed-date>2008-07-15T15:18:42-07:00</committed-date>
    <authored-date>2008-07-13T14:33:06-07:00</authored-date>
    <message>Replaced alone &quot;Ok&quot; buttons with &quot;Close&quot; buttons
in bookmarks, cookies and history dialogs.

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>f169434aa54d52d3e0bee332ebe43e4bf78f9ff8</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30d2dd645d4664aebdbd9c67a1a4a6e30bb75935</id>
      </parent>
    </parents>
    <author>
      <name>Josef Kufner</name>
      <email>jk@myserver.cz</email>
    </author>
    <url>http://github.com/ariya/arora/commit/b674e1ad3a8a3061bad5e3d26512a238d251359b</url>
    <id>b674e1ad3a8a3061bad5e3d26512a238d251359b</id>
    <committed-date>2008-07-15T15:16:54-07:00</committed-date>
    <authored-date>2008-07-14T15:40:29-07:00</authored-date>
    <message>Clear history: Added confirm dialog

Signed-off-by: Benjamin C Meyer &lt;ben@meyerhome.net&gt;</message>
    <tree>02834c8cacc60b78768b44ce908965f2b56df661</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3ce8164096a74deb3c168c4da617704545046248</id>
      </parent>
    </parents>
    <author>
      <name>Josef Kufner</name>
      <email>jk@myserver.cz</email>
    </author>
    <url>http://github.com/ariya/arora/commit/30d2dd645d4664aebdbd9c67a1a4a6e30bb75935</url>
    <id>30d2dd645d4664aebdbd9c67a1a4a6e30bb75935</id>
    <committed-date>2008-07-15T15:11:50-07:00</committed-date>
    <authored-date>2008-07-14T17:29:30-07:00</authored-date>
    <message>Shortcuts in Edit menu like in Firefox.</message>
    <tree>f979b6d916497030cbe7da322c680d26c893369b</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f19d3c8de198c5fee6400c184eedb35b180da419</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/3ce8164096a74deb3c168c4da617704545046248</url>
    <id>3ce8164096a74deb3c168c4da617704545046248</id>
    <committed-date>2008-07-15T15:03:31-07:00</committed-date>
    <authored-date>2008-07-15T15:03:31-07:00</authored-date>
    <message>Tighter side widget code for less unnecessary painting and layouting.</message>
    <tree>a9302535fcd44ce0294e103ef9d232c89be91ffa</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03eae4ac35fbd7e76dd6c071e1864b190677e1b3</id>
      </parent>
    </parents>
    <author>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </author>
    <url>http://github.com/ariya/arora/commit/f19d3c8de198c5fee6400c184eedb35b180da419</url>
    <id>f19d3c8de198c5fee6400c184eedb35b180da419</id>
    <committed-date>2008-07-15T12:06:00-07:00</committed-date>
    <authored-date>2008-07-15T12:06:00-07:00</authored-date>
    <message>When restoring the session re-use the existing main window and when quiting don't save the session as each window is closing.
Issue: 120</message>
    <tree>88bc74857af6fe5741c0e9f3ae3456f1f471e859</tree>
    <committer>
      <name>Benjamin C Meyer</name>
      <email>ben@meyerhome.net</email>
    </committer>
  </commit>
</commits>
