commit 167f379e75b28be993bc06350f49ca2492fb7ac6 Author: Matt Rogers <ma...@kde.org> Date: Sat Mar 20 20:57:18 2010 -0500
Fix crash when grouping notes. Fix a crash when grouping notes that was caused by one of my other changes that initialized the note's height to -1. There is a MIN_HEIGHT value in the Note class, so use that instead. commit 2918dea5d3ea19a71134b8358cb27ea60b8d344d Author: Matt Rogers <ma...@kde.org> Date: Sat Mar 20 20:50:57 2010 -0500 shorten some long lines There were several long lines in the initialization list of the Note class, so I reformatted so it fit within 110 columns. commit 7a03668448ac2ff5f7cd03e270aa24671704c5f6 Author: Matt Rogers <ma...@kde.org> Date: Sat Mar 20 14:41:22 2010 -0500 Reenable the compile time checks for GPG GPG encryption of baskets seems to work just fine here (at least in my minimal testing of it) so I see no reason to leave it disabled. commit 96601a99b4a752ab33fda718bca4cb4c2e5cd1a5 Author: Kelvie Wong <kel...@ieee.org> Date: Mon Mar 8 10:47:07 2010 -0800 Use ifdefs instead of comments, and add a #warning and some comments This is for the systray problems. commit c0522af7b2808cc0620d48cbda7f57f4eca17e18 Author: Kelvie Wong <kel...@ieee.org> Date: Mon Mar 8 10:44:51 2010 -0800 Revert "Re-enable GPG." This reverts commit 5c2e64c376da75df5dd22e25b8add432c6a95c3d. commit 8b543911c478b854de1692d88c6b4acb03e80df3 Author: Kelvie Wong <kel...@ieee.org> Date: Mon Mar 8 10:44:14 2010 -0800 Whitespace changes Remove trailing whitespace, and fix mixed tabs/spaces commit e87b76e1069e5f16971171467c042156808aced2 Merge: 355e777 a737829 Author: Kelvie Wong <kel...@ieee.org> Date: Mon Mar 8 10:36:14 2010 -0800 Merge remote branch 'rm/master' * rm/master: Fix passive popup problem that broke screen grab. Temporarily disable deletion tracking. Fix a memory access bug. onety-three's patch for session restore bug. Fix 'spacer' is not a widget warning. Make KPassivePopup creation consistent. Fix insignificant typo in a comment. Fix some broken icons. Re-enable GPG. "Fix" minimize bug. Fix big note scrolling bug. Fix handle selection bug. commit a737829078b63a1421ec8f95583536d2be021ead Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Sat Mar 6 23:33:42 2010 -0500 Fix passive popup problem that broke screen grab. Thanks to Jon Mease for pointing out that the problem was an incorrect cast of a QSystemTrayIcon* to a QWidget*. commit 69afc21ff8b11414a81d6eba873282d7313fc158 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Sat Mar 6 22:11:02 2010 -0500 Temporarily disable deletion tracking. This works around a bug in KDirWatch (bug #229634) by ignoring "delete" signals for now. Really, we should figure out why KDirWatch thinks that file is being deleted and compensate for it.... commit 252ea3510cdb66f77062d752d0451cbf2432acbb Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Mar 4 11:53:51 2010 -0500 Fix a memory access bug. If you had the editor open when closing basket, you got a crash, because the destructor tried to save the note, but the note had already been deleted by a previous destructor.... Not good. Adding an explicit delete of m_baskets fixes this issue and potentially fixes several memory leaks, too! commit eb583ecfac011f213010e2b4bad27cfa389348e5 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Mar 4 11:52:26 2010 -0500 onety-three's patch for session restore bug. Thanks, Frank! commit eea36ad3f0e681e739b3a394a1f12f2c978e86a4 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Mar 4 00:03:52 2010 -0500 Fix 'spacer' is not a widget warning. At some point 'spacer' became 'VerticalSpacer' in designer, I guess. I just deleted the old one and added a new one in the exact same place. commit 5929cc24a202ee4006502042c934ae7d1211462f Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Wed Mar 3 23:47:10 2010 -0500 Make KPassivePopup creation consistent. Does this fix the crash that Nicholas Sushkin was seeing? commit b11aacef8cfc35031a40e4179e1a9019b767dbaf Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Sun Jan 31 22:03:34 2010 -0500 Fix insignificant typo in a comment. Why not? commit 355e77755283d8f0002aa9ff52fa450fc5bc9497 Merge: 726f819 8ee2ea2 Author: Kelvie Wong <kel...@ieee.org> Date: Thu Jan 28 21:10:49 2010 -0800 Merge commit 'refs/merge-requests/2' of git://gitorious.org/basket/basket * git://gitorious.org/basket/basket: Updated Deb-package control file. Updated package copyright information. Added script for generating Debian packages (thanks to the Arora project). commit 5542413df7d1194efeea88b5a6c72c8136b86b92 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Mon Jan 18 02:00:28 2010 -0500 Fix some broken icons. I just sort of picked new oxygen icons I thought worked here. commit 5c2e64c376da75df5dd22e25b8add432c6a95c3d Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Wed Jan 6 15:19:01 2010 -0500 Re-enable GPG. commit debad3eb1f494c177172d08cd56288cdf8937b76 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Dec 10 05:33:03 2009 -0500 "Fix" minimize bug. Not sure what the deal is with this code. Commenting it out fixes the issue. Why is it even here? commit ad944c98dd7d6bbea1750be008a85de247a255dc Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Dec 10 04:15:06 2009 -0500 Fix big note scrolling bug. The problem related to the difference between Q3ScrollView coordinates and Qt4 widget coordinates. We were centering the view at the cursor's "viewpoint" coordinates instead of at its "contents" coordinates. Now al should be well. commit e9ed2af6bd5149369148267a69f9db85bdd573e6 Author: Dr. Robert Marmorstein <rob...@narnia.homeunix.com> Date: Thu Dec 10 02:54:18 2009 -0500 Fix handle selection bug. I have no idea why this code is here. There MUST be some reason, right? However, it is causing a bug when the user selects several notes by left clicking on the handle using CTRL or SHIFT. The selection works fine, but faster than the eye can see, the selection is automaticaly removed as soon as the mouse button is released. :-P ** Summary changed: - Basket password problem - + Basket password problem - fixed in beta 1 ** Description changed: Binary package hint: basket - I cant enter password for my password protected basket in Lucid Lynx. I - am using Basket 1.0 on KDE 4.4.1 and the main problem is that when i - should get "password field" i get only "loading..." and it's blocked. + == Original description == + I cant enter password for my password protected basket in Lucid Lynx. I am using Basket 1.0 on KDE 4.4.1 and the main problem is that when i should get "password field" i get only "loading..." and it's blocked. + + == Beta upload == + A beta has been released containing a lot of bug-fixes, including a fix to the above problem. Compared to the git-pull we are currently using this is a bug-fix only update. Git log added as a comment. ** Changed in: basket (Ubuntu) Status: Incomplete => In Progress -- Basket password problem - fixed in beta 1 https://bugs.launchpad.net/bugs/544849 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs