<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>14fd100532374db342a274f52a8f875e24213804</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/c352f2df2a515f00951f9ecc2ec2a88a1c611072</url>
    <id>c352f2df2a515f00951f9ecc2ec2a88a1c611072</id>
    <committed-date>2008-09-25T16:13:08-07:00</committed-date>
    <authored-date>2008-09-25T16:10:56-07:00</authored-date>
    <message>Added the new likeback dialog from Valerio Pilo.

Valerio (valerio@kmess.org) sent me these changes.  The dialog is now a lot simpler
and more compact.</message>
    <tree>9193ecbfcbab7bc894b5b044ffbc716ea308f73f</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a440f24fd752c9da39327024e7cc071b86e1cd4e</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/14fd100532374db342a274f52a8f875e24213804</url>
    <id>14fd100532374db342a274f52a8f875e24213804</id>
    <committed-date>2008-09-24T02:24:20-07:00</committed-date>
    <authored-date>2008-09-24T02:24:20-07:00</authored-date>
    <message>LikeBack: fix the label so that it wordwraps.

This makes it so that the dialog doesn't stretch so wide.</message>
    <tree>3dd232f3ebfe95b1c5ac4e3fe6ec122359f0f32f</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8dff4f6a9b0c3d1b73bc39b3fc448f0e27f8476</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/a440f24fd752c9da39327024e7cc071b86e1cd4e</url>
    <id>a440f24fd752c9da39327024e7cc071b86e1cd4e</id>
    <committed-date>2008-09-24T01:18:41-07:00</committed-date>
    <authored-date>2008-09-23T22:56:29-07:00</authored-date>
    <message>Fix exporting and importing of Basket Archives.  Resolves issue 0000039.

This resolves several issues with exporting and importing basket archives.  Bug
0000039 was caused by code in archive.cpp that mixed stream operations with the
file.write() function.  Because QTextStream buffers data, this was causing the
file header (with version information, etc) to not be written to the file in
the appropriate place.  By flushing the stream before using file.write() in two
places, I was able to resolve this bug.

Unfortunately, another problem -- an infinite loop in FormatImporter -- made
importing impractical.  What happens is that if the importer tries to read an
icon that wasn't saved in the archive, it loops forever waiting for that file
to &quot;finish copying&quot;.  Of course, this is impossible and the program freezes.

I am not sure under what circumstances that corner case can appear, but
checking for the existence of the file before trying to copy it seems to make
importing work.  I was able to export and import baskets.</message>
    <tree>586e643649bd8df57f23c286d9be9ceca653ff03</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>551572091a625f40ee87a939affb02918e1a3d4d</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/f8dff4f6a9b0c3d1b73bc39b3fc448f0e27f8476</url>
    <id>f8dff4f6a9b0c3d1b73bc39b3fc448f0e27f8476</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-09-23T20:54:42-07:00</authored-date>
    <message>Fixed more warnings.

More warnings about &amp;&amp; and || as well as some comparisons between signed and unsigned integers.</message>
    <tree>5556477c2ba163b5d7e38e98677e732d2a246878</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ec018a810009ec70df39ee9973297d8c2ae68d76</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/551572091a625f40ee87a939affb02918e1a3d4d</url>
    <id>551572091a625f40ee87a939affb02918e1a3d4d</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-09-23T19:27:52-07:00</authored-date>
    <message>Cleaned up warnings in note.cpp

Fixed some warnings about ambiguous if/else clauses and use &amp;&amp; within ||
conditions.  Some of the changes to the latter kind of error might actually fix
some glitches in the logic of the program.  There were two cases where the
default order of operations didn't make sense and adding parentheses will
definitely change the program logic.

So I -might- have fixed a bug.</message>
    <tree>d7708ff50192aa08150ac7cce802386a3f076e91</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c27902e189fc8468499e6e2de9c95380186b88c1</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/ec018a810009ec70df39ee9973297d8c2ae68d76</url>
    <id>ec018a810009ec70df39ee9973297d8c2ae68d76</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-28T16:42:15-07:00</authored-date>
    <message>Fix a warning about logical AND in if-statement condition.</message>
    <tree>dd04f6c3eb20b559e4d123a6087499fdb73312d5</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77428c6b9f35af3faca2d41fd410f6a5a074757b</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/c27902e189fc8468499e6e2de9c95380186b88c1</url>
    <id>c27902e189fc8468499e6e2de9c95380186b88c1</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-23T23:09:27-07:00</authored-date>
    <message>Fixed another setRange call in KIntNumInput.

Again, separated out the setSliderEnabled call.  One more warning bites the dust.</message>
    <tree>b971679569d92c0c67b73e473c62796fcda3816a</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>580702061f42782064f6e954468f55487b0c63b9</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/77428c6b9f35af3faca2d41fd410f6a5a074757b</url>
    <id>77428c6b9f35af3faca2d41fd410f6a5a074757b</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-23T23:02:17-07:00</authored-date>
    <message>Fix bug uncovered by previous commit.

Fixing the curly braces causes showMainWindow to be called.  But this is bad for two reasons:

1.  showMainWindow tries to call toggleActive on the system tray icon, which hasn't been created yet.
2.  Even if you move the &quot;new&quot; for the system tray up to fix this problem, calling showMainWindow toggles
the system tray state so that the window &quot;flickers&quot; and minimizes to the tray.

I think simply deleting the &quot;showMainWindow&quot; call fixes this without any
negative side-effects.  I'm not 100% sure, though.</message>
    <tree>32b27a7494ac37b93e92530872afb78abb793420</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed1a7e1434c712acc36790d70a93141806e7e6c3</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/580702061f42782064f6e954468f55487b0c63b9</url>
    <id>580702061f42782064f6e954468f55487b0c63b9</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-23T22:27:44-07:00</authored-date>
    <message>Fixed more curly brace problems.

To eliminate a warning.</message>
    <tree>fea4eacc036fdf8b21078db1dbafe5ce8f9b86b9</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63cfe0efcea839cecc5c8c44c54df99545a770b1</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/ed1a7e1434c712acc36790d70a93141806e7e6c3</url>
    <id>ed1a7e1434c712acc36790d70a93141806e7e6c3</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-23T22:19:09-07:00</authored-date>
    <message>Removed deprecated setRange call.

setRange no longer takes a boolean flag indicating whether the slider should be enabled or not.  Instead,
the appropriate technique is to use the setSliderEnabled function for the slider.</message>
    <tree>0341d6deda4dda61e1895ca314cfbd2cf93ac365</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffc642d75e21919e6e6adc6a59b77ef3193c7c26</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/63cfe0efcea839cecc5c8c44c54df99545a770b1</url>
    <id>63cfe0efcea839cecc5c8c44c54df99545a770b1</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-23T22:06:49-07:00</authored-date>
    <message>Fixed warnings due to misplaced curly braces.

The changes to bnpview may also fix a latent bug in session handling regarding
hiding of the main window when pulling using the system tray and not using the
&quot;start-hidden&quot; feature.</message>
    <tree>2df6375a793ab50f94ee10d885893bb751b27af6</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>baab66876799acac6073080964997b14b414629e</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/ffc642d75e21919e6e6adc6a59b77ef3193c7c26</url>
    <id>ffc642d75e21919e6e6adc6a59b77ef3193c7c26</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-16T18:41:01-07:00</authored-date>
    <message>Changed Q3HGroupBox in linklabel.cpp to QGroupBox.</message>
    <tree>12f8df512919fdf78cf417f00a967705bd2ce6ce</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d54d27fd633aaf022200444bfac454d88055a46c</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/baab66876799acac6073080964997b14b414629e</url>
    <id>baab66876799acac6073080964997b14b414629e</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-16T18:37:51-07:00</authored-date>
    <message>Changed Q3GroupBox to QGroupBox in basketproperties.cpp</message>
    <tree>5917e557729d49a6aa30baeee20f752e7a1973e7</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8eb972acfd1bde818a047c84001fe9867e4b3445</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/d54d27fd633aaf022200444bfac454d88055a46c</url>
    <id>d54d27fd633aaf022200444bfac454d88055a46c</id>
    <committed-date>2008-09-24T01:18:40-07:00</committed-date>
    <authored-date>2008-08-16T18:29:22-07:00</authored-date>
    <message>Removed Q3GroupBox from backup.cpp</message>
    <tree>d2958cd8625ddee65f1bab4651fbf369c235879c</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>483790141d2bd5a8313632f1d789993c8bcc0642</id>
      </parent>
      <parent>
        <id>d0fe29721cb4c7c03d6ab11054c0086c4725727e</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/8eb972acfd1bde818a047c84001fe9867e4b3445</url>
    <id>8eb972acfd1bde818a047c84001fe9867e4b3445</id>
    <committed-date>2008-09-16T13:41:50-07:00</committed-date>
    <authored-date>2008-09-16T13:41:50-07:00</authored-date>
    <message>Merge commit 'github/filter-rework'

* commit 'github/filter-rework':
  User-visible changes for the new filter bar change.
  Restore the auto-hide functionality in the FilterBar.
  Have FilterBar::hasEditFocus check the tag box as well.
  Filter: Remove signals/slots related to the Escape/Return key handling
  Removed the odd hack inside BNPView::toggleFilterAllBaskets</message>
    <tree>b0d9953e98549f134f12f7f2885e5e2509665221</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88049be79735b880912131b7374f5348eee9d67c</id>
      </parent>
      <parent>
        <id>d2db2d6df6e5d9c8c0ab8d19a659717e6c8cf75c</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/483790141d2bd5a8313632f1d789993c8bcc0642</url>
    <id>483790141d2bd5a8313632f1d789993c8bcc0642</id>
    <committed-date>2008-09-02T17:07:49-07:00</committed-date>
    <authored-date>2008-09-02T17:07:49-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/Voker57/basket</message>
    <tree>a6f9f05c6a95737977a9d9e13d69dc4893c1d4fb</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11aeb5e483d1142c9968bbfb81e69fe1c2b4b7e1</id>
      </parent>
    </parents>
    <author>
      <name>Voker57</name>
      <email>voker57@gmail.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/d2db2d6df6e5d9c8c0ab8d19a659717e6c8cf75c</url>
    <id>d2db2d6df6e5d9c8c0ab8d19a659717e6c8cf75c</id>
    <committed-date>2008-09-01T12:06:33-07:00</committed-date>
    <authored-date>2008-09-01T12:06:33-07:00</authored-date>
    <message>Small compilation fix</message>
    <tree>ad2462df1129b378b70c95efac64be6596c13461</tree>
    <committer>
      <name>Voker57</name>
      <email>voker57@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ef3cf4b625d6e58229f01034204ba90d57aed1a</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/88049be79735b880912131b7374f5348eee9d67c</url>
    <id>88049be79735b880912131b7374f5348eee9d67c</id>
    <committed-date>2008-08-31T18:53:21-07:00</committed-date>
    <authored-date>2008-08-31T18:53:05-07:00</authored-date>
    <message>Fix capitalization.</message>
    <tree>5de8c809c5bdaead8569eacf83c2f3264c58de90</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8be795bb791dccd7998c85f305587f2c69fe61de</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/d0fe29721cb4c7c03d6ab11054c0086c4725727e</url>
    <id>d0fe29721cb4c7c03d6ab11054c0086c4725727e</id>
    <committed-date>2008-08-31T18:52:39-07:00</committed-date>
    <authored-date>2008-08-31T18:52:39-07:00</authored-date>
    <message>User-visible changes for the new filter bar change.

* The &quot;Filter&quot; and &quot;Search All&quot; (previously &quot;Filter all baskets&quot;) buttons
  are now added to the toolbar as it is now less obvious that filtering and
  searching are possible (the filter bar was _always_ visible before).

* The reset button now no longer needs to be disabled; it got transformed
  into a &quot;close&quot; button, that is commonplace in search toolbars.

* The line edit now has its ClearButton shown, in place of the reset
  button.

* The filter bar now defaults to be shown on the bottom, as with the search
  toolbar in most web browsers and other programs</message>
    <tree>6c601cafbdaaa91816772d7a675b99f41f849faf</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4661684d3137e9e14b97504595c32a8ab07722aa</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/8be795bb791dccd7998c85f305587f2c69fe61de</url>
    <id>8be795bb791dccd7998c85f305587f2c69fe61de</id>
    <committed-date>2008-08-31T18:41:55-07:00</committed-date>
    <authored-date>2008-08-31T18:41:55-07:00</authored-date>
    <message>Restore the auto-hide functionality in the FilterBar.

Now the FilterBar behaves a lot better -- I think this is what S&#233;bastien
had in mind for the filter bar originally (it is apparent in some of the
code that is commented out and the comments themselves).

It now checks the editor focus before hiding; FilterBar:;reset() now closes
the filter bar.

With this new change, the &quot;Filter all Baskets&quot; action now automatically
shows the filter bar initially.</message>
    <tree>36ba55e8759fc17f3bdf255c8486bdc8f6af5f12</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b551b9719b5b30bdc90e01c8df2c4aec8a17017</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/4661684d3137e9e14b97504595c32a8ab07722aa</url>
    <id>4661684d3137e9e14b97504595c32a8ab07722aa</id>
    <committed-date>2008-08-31T18:34:39-07:00</committed-date>
    <authored-date>2008-08-31T18:34:39-07:00</authored-date>
    <message>Have FilterBar::hasEditFocus check the tag box as well.

This makes sure the focus does not leave the filter bar when it is open
and the user is selecting a tag to filter by.</message>
    <tree>2cd76ffaea47f71b9ea25787dfaf3545ad73c88c</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6ee87d455b64793aac4903bb6973b6670d01bbc</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/0b551b9719b5b30bdc90e01c8df2c4aec8a17017</url>
    <id>0b551b9719b5b30bdc90e01c8df2c4aec8a17017</id>
    <committed-date>2008-08-31T18:27:33-07:00</committed-date>
    <authored-date>2008-08-31T18:27:33-07:00</authored-date>
    <message>Filter: Remove signals/slots related to the Escape/Return key handling

This avoids two code paths; it is a much better idea to be more diligent
about emitting FilterData with the necessary information to classes that
need so rather than to propagate signals and slots; this makes for neater
code overall and makes it easier to follow.

The casualties are:
FilterBar::escapePressed
FilterBar::returnPressed
Basket::cancelFilter
Basket::validateFilter</message>
    <tree>f593cc2bfddb1d28267ea1267b9e1065098fa45a</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af626e9ccbcc9146e28ff9c0b1f7bba9a691a820</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/4ef3cf4b625d6e58229f01034204ba90d57aed1a</url>
    <id>4ef3cf4b625d6e58229f01034204ba90d57aed1a</id>
    <committed-date>2008-08-31T18:13:48-07:00</committed-date>
    <authored-date>2008-08-31T18:13:26-07:00</authored-date>
    <message>Remove deprecated QWidget::setShown call.</message>
    <tree>d6286118567c81b4013ba76d11db47b02a3f49cd</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af626e9ccbcc9146e28ff9c0b1f7bba9a691a820</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/d6ee87d455b64793aac4903bb6973b6670d01bbc</url>
    <id>d6ee87d455b64793aac4903bb6973b6670d01bbc</id>
    <committed-date>2008-08-31T17:46:26-07:00</committed-date>
    <authored-date>2008-08-31T17:46:26-07:00</authored-date>
    <message>Removed the odd hack inside BNPView::toggleFilterAllBaskets

It does not seem like it is necessary.</message>
    <tree>9d006c0c9c49ff227fdef476955ad3b04379851c</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5004e29c0afe38d4b4edf55c6f8f294a235ea08</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/af626e9ccbcc9146e28ff9c0b1f7bba9a691a820</url>
    <id>af626e9ccbcc9146e28ff9c0b1f7bba9a691a820</id>
    <committed-date>2008-08-31T17:31:35-07:00</committed-date>
    <authored-date>2008-08-31T17:30:50-07:00</authored-date>
    <message>Fix the About data.

This was not merged correctly (by me) earlier.</message>
    <tree>2c6e557715a7d520e82b215540d3b4c5527068e7</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>26b2f4c2bf4b122045abfa452fb7cf4248cedd16</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/f5004e29c0afe38d4b4edf55c6f8f294a235ea08</url>
    <id>f5004e29c0afe38d4b4edf55c6f8f294a235ea08</id>
    <committed-date>2008-08-30T17:07:15-07:00</committed-date>
    <authored-date>2008-08-30T17:06:49-07:00</authored-date>
    <message>Fix another icon name in Filter.

This actually changes the icon; while it should be the RTL locationbar erase
icon, this uses the dialog-close button instead -- this more closely matches the
filter(or rather, search) bar found in other places, such as Konsole.</message>
    <tree>c5d6276cb70bd02a7da6664a4f411ab8d6e7657a</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed87ae63f92b619f4056975cc17722dc3db69134</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/26b2f4c2bf4b122045abfa452fb7cf4248cedd16</url>
    <id>26b2f4c2bf4b122045abfa452fb7cf4248cedd16</id>
    <committed-date>2008-08-30T17:03:57-07:00</committed-date>
    <authored-date>2008-08-30T17:03:57-07:00</authored-date>
    <message>Fix the CMakeLists file to use the KDE4 phonon library

FindQt4 on my system fails to resolve the QT_PHONON_LIBRARY variable, and it
will fail with a cmake error.</message>
    <tree>05c275fe0d9bf1cfbede120444a507011738a6d8</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11aeb5e483d1142c9968bbfb81e69fe1c2b4b7e1</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/ed87ae63f92b619f4056975cc17722dc3db69134</url>
    <id>ed87ae63f92b619f4056975cc17722dc3db69134</id>
    <committed-date>2008-08-30T17:03:07-07:00</committed-date>
    <authored-date>2008-08-30T17:03:07-07:00</authored-date>
    <message>Fix deprecated header in FilterBar</message>
    <tree>b5c78f2965ce6c20e22a5aee9d746eba6735c3f4</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01887b6c8f887b1284fdc5376690c0a933c04e0c</id>
      </parent>
      <parent>
        <id>642d5043a96e927beef37ceeba64aacb31ae4981</id>
      </parent>
    </parents>
    <author>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/11aeb5e483d1142c9968bbfb81e69fe1c2b4b7e1</url>
    <id>11aeb5e483d1142c9968bbfb81e69fe1c2b4b7e1</id>
    <committed-date>2008-08-17T19:26:21-07:00</committed-date>
    <authored-date>2008-08-17T19:26:21-07:00</authored-date>
    <message>Merge Patrice's phonon changes

* commit 'peri/for-kelvie':
  manage sound with phonon

Conflicts:
	src/CMakeLists.txt</message>
    <tree>7713e5bd020848fe904dd7fe10536cff0f1ff178</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ada9f6c2a81ac2bd9c36494116c2357c3948dc84</id>
      </parent>
    </parents>
    <author>
      <name>Dr. Robert Marmorstein</name>
      <email>robert@narnia.homeunix.com</email>
    </author>
    <url>http://github.com/kelvie/basket/commit/01887b6c8f887b1284fdc5376690c0a933c04e0c</url>
    <id>01887b6c8f887b1284fdc5376690c0a933c04e0c</id>
    <committed-date>2008-08-17T19:25:03-07:00</committed-date>
    <authored-date>2008-08-13T08:26:03-07:00</authored-date>
    <message>Changed QV3Button group to use QGroupBox.

This fixed a bug with slots/signals.  Unfortunately, it seems only global shortcuts work.  I can't seem to
get local shortcuts to work at all.  Not sure why.

Fixed connection between the shortcut signal and the basket's slot.

Local shortcuts still don't seem to work, though.</message>
    <tree>5caf884d7902c3355e00daf80bee70253e630c5b</tree>
    <committer>
      <name>Kelvie Wong</name>
      <email>kelvie@ieee.org</email>
    </committer>
  </commit>
</commits>
