passwordsafe-devel Mailing List for Password Safe (Page 37)
Popular easy-to-use and secure password manager
Brought to you by:
ronys
You can subscribe to this list here.
2002 |
Jan
(2) |
Feb
(1) |
Mar
(4) |
Apr
|
May
(18) |
Jun
(11) |
Jul
|
Aug
(1) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(67) |
May
(96) |
Jun
(16) |
Jul
(26) |
Aug
(9) |
Sep
(7) |
Oct
(11) |
Nov
|
Dec
(19) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(20) |
Apr
(9) |
May
|
Jun
(1) |
Jul
(5) |
Aug
(47) |
Sep
(12) |
Oct
(2) |
Nov
(5) |
Dec
(21) |
2005 |
Jan
(27) |
Feb
(5) |
Mar
(3) |
Apr
(10) |
May
(12) |
Jun
(8) |
Jul
(22) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(41) |
Dec
(15) |
2006 |
Jan
(17) |
Feb
(15) |
Mar
(14) |
Apr
(3) |
May
(2) |
Jun
(8) |
Jul
(5) |
Aug
|
Sep
(2) |
Oct
(12) |
Nov
(12) |
Dec
(3) |
2007 |
Jan
(1) |
Feb
(6) |
Mar
(11) |
Apr
|
May
(35) |
Jun
(4) |
Jul
(4) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
|
Nov
(3) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(3) |
Dec
(14) |
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(8) |
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
(4) |
Jul
(3) |
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(2) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(5) |
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(4) |
Nov
(1) |
Dec
(2) |
2016 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2019 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(9) |
Nov
|
Dec
(2) |
2020 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2021 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(2) |
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(1) |
2023 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
(8) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
|
2024 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: gregg c. <gr...@ga...> - 2003-04-28 21:24:37
|
i think it would be great if the passwordsafe engine were fully encapsulated and the UI didn't have to know anything about reading/writing files, the format of the file, or maintaining the list of data that was read from the file. then each passwordsafe object instance would be one safe file, allowing the gui to open more than one at a time with minimal effort. and actually, it's not very simple to just drop in mfc code (features) right now due to the current design. but i believe making this basic design change would help simplify ui changes/fixes/additions. for portability within the passwordsafe object, we would break out the low-level file access routines and other such utility functions. anyway, these are just the thoughts i've had working on it the last few days. -gregg At 03:51 PM 4/28/2003 -0400, you wrote: >gregg conklin writes: > > > >i'd like to see some discussion pertaining to redesigning passwordsafe. i > >also think it's something we should really work on in the next release. it > >will help move forward on adding features more easily and finally porting > >to other platforms. > >Gregg, what would help you add features more easily? > >What I'm working on is to slowly extract pwsafe logic from MFC code. I plan >to refactor very slowly, to minimize the risk I will break anything. But, >eventually this will make MFC coding a bit more annoying, I think, since if >you are adding new program logic, you won't be able to plop in MFC code as >easily. So, I think your two goals above may conflict. I too would like to >see discussion on redesigning passwordsafe. But, I think the discussion needs >to be within a framework of our goals. What other large goals are there >besides portability? > >-Andy |
From: gregg c. <gr...@ga...> - 2003-04-28 19:19:32
|
i added "MRU safe" functionality to the File menu. i wanted to add it to the initial screen, but until the file management is redesigned, it's difficult to directly open a file from there. this is going to be the last feature i commit until we release 1.91. sounds like graham may have a number of changes to merge, so i don't want to give him a moving target. i'd like to see some discussion pertaining to redesigning passwordsafe. i also think it's something we should really work on in the next release. it will help move forward on adding features more easily and finally porting to other platforms. rony- i would still like to administer the Bugs and Support sections, but don't have the appropriate access. thanks, -gregg |
From: Rony S. <ro...@gm...> - 2003-04-28 08:22:21
|
Hi, I'd like to welcome Graham Ullrich (https://sourceforge.net/users/grahamu/) to our team. Graham has been working on PasswordSafe independently for a while, and has offered to merge his work into the project. For starters, Graham will try to add a couple of bugfixes by our May 1st cutoff. In the longer term, he's implemented some nice advanced options for password generation (minimum length, etc.), and, most interesting, converted the database to XML! Cheers, Rony |
From: Rony S. <ro...@gm...> - 2003-04-28 07:59:56
|
Yep, that fixed it - thanks (again). Gotta love Microsoft: Things work great as long as you work with their "wizards", but as soon as you try to write some framework by yourself, they don't even bother to generate compiler warnings... Speaking of compiler warnings, I've checked in versions of files that compile cleanly on warning level 4. Let's try to keep it that way... Cheers, Rony -----Original Message----- From: pas...@li... [mailto:pas...@li...]On Behalf Of gregg conklin Sent: Sunday, April 27, 2003 10:09 PM To: passwordsafe-devel Subject: Re: [Passwordsafe-devel] 1.91 beta unstable in Release build turned out to be the same method signature problem for ON_NOTIFY. i updated DBoxMain.h/.cpp. see if you still have a problem. -gregg At 07:39 PM 4/27/2003 +0200, you wrote: >Hi, > >It seems that 1.91 beta crashes very easily in the release build (for >example: minimize, unminimize, double-click on an entry). > >A run with a debugger shows that DboxMain's "this" pointer is getting >trashed after a call from Windows internals (i.e., SendMessage) returns. >Very doubleplus ungood. > >Any ideas? > > Rony > > |
From: gregg c. <gr...@ga...> - 2003-04-28 06:01:58
|
hey andy- :pserver: access is only allowed to read. you'll need to run an ssh client in order to do commits. check out the docs on sf.net: http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 and here is the step-by-step i used to get wincvs / putty going: http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 At 12:47 AM 4/28/2003 -0400, you wrote: >Hey, I'm trying to add a new file to the repository, but get this >error: > >cvs95 -q add main.cpp >CVSROOT=:pserver:ajm...@cv...:/cvsroot/passwordsafe > >cvs [server aborted]: "add" requires write access to the repository > >I'm using TortoiseCVS, but get the same error when trying from cygwin. >(Note I have not yet checked in anything at all). Any idea what the problem >is? Rony, have I been given permission to write to the repository? > >-Andy > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Rony S. <ro...@gm...> - 2003-04-28 05:55:46
|
Hi Andy, You do have write permission - however your CVSROOT appears to be incorrect. Instead of :pserver:, you shoul have :ext:, with CVS_SH set to "ssh" - I'm not familiar with TortoiseCVS, but on Cygwin's CVS, this tels CVS to use SSH for authentication, instead of the default CVS authentication mechanism. On WinCVS, there's an explicit SSH authentication option, which does the Right Thing. For more info, see the following: Introduction to SSH on SourceForge.net https://sourceforge.net/docman/display_doc.php?docid=6841&group_id=1 Guide to Generation and Posting of SSH Keys https://sourceforge.net/docman/display_doc.php?docid=761&group_id=1 WinCvs CVS Client Installation Instructions https://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 Rony -----Original Message----- From: pas...@li... [mailto:pas...@li...]On Behalf Of Andrew Mullican Sent: Monday, April 28, 2003 6:48 AM To: Password Safe Subject: [Passwordsafe-devel] Adding a file Hey, I'm trying to add a new file to the repository, but get this error: cvs95 -q add main.cpp CVSROOT=:pserver:ajm...@cv...:/cvsroot/passwordsafe cvs [server aborted]: "add" requires write access to the repository I'm using TortoiseCVS, but get the same error when trying from cygwin. (Note I have not yet checked in anything at all). Any idea what the problem is? Rony, have I been given permission to write to the repository? -Andy ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Passwordsafe-devel mailing list Pas...@li... https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: <mul...@in...> - 2003-04-28 04:40:40
|
Hey, I'm trying to add a new file to the repository, but get this error: cvs95 -q add main.cpp CVSROOT=:pserver:ajm...@cv...:/cvsroot/passwordsafe cvs [server aborted]: "add" requires write access to the repository I'm using TortoiseCVS, but get the same error when trying from cygwin. (Note I have not yet checked in anything at all). Any idea what the problem is? Rony, have I been given permission to write to the repository? -Andy |
From: gregg c. <gr...@ga...> - 2003-04-27 20:08:38
|
turned out to be the same method signature problem for ON_NOTIFY. i updated DBoxMain.h/.cpp. see if you still have a problem. -gregg At 07:39 PM 4/27/2003 +0200, you wrote: >Hi, > >It seems that 1.91 beta crashes very easily in the release build (for >example: minimize, unminimize, double-click on an entry). > >A run with a debugger shows that DboxMain's "this" pointer is getting >trashed after a call from Windows internals (i.e., SendMessage) returns. >Very doubleplus ungood. > >Any ideas? > > Rony > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Rony S. <ro...@gm...> - 2003-04-27 16:39:02
|
Hi, It seems that 1.91 beta crashes very easily in the release build (for example: minimize, unminimize, double-click on an entry). A run with a debugger shows that DboxMain's "this" pointer is getting trashed after a call from Windows internals (i.e., SendMessage) returns. Very doubleplus ungood. Any ideas? Rony |
From: Rony S. <ro...@gm...> - 2003-04-27 12:58:14
|
Hi, I've just checked in new file versions that: (1) Make sure that the selected search result is always visible (thanks to Gregg for pointing me to CListCtrl::EnsureVisible), and (2) Changing the text of the Find button to "Find Next" when there's more than one match, in an attempt to make it clear to the user that the functionality is indeed analogous to F3... Rony -----Original Message----- From: pas...@li... [mailto:pas...@li...]On Behalf Of Jens B. Jorgensen Sent: Friday, April 25, 2003 8:53 PM To: passwordsafe-devel Subject: Re: [Passwordsafe-devel] RFE 639439 - Search function Just to register my own opinion to me I would expect the Find button to be analogous to F3 which customarily repeatedly searches for the next match for each additional press. If the screen real estate is not too dear though it wouldn't hurt to add the extra word. gregg conklin wrote: > hey rony- > > the new find feature looks good. the only thing i might change would > be the "Find" button. > > i'm not sure what to do, maybe something as simple as relabeling it to > "Find / Find Again" or "Find Next". just something to get the point > across that pressing find again will go to the next match. > > or maybe a note under the "Found x matches" that said to press it > again for subsequent matches. > > just some thoughts, but the functionality looks good. > > -gregg > > > > At 08:32 AM 4/25/2003 +0200, you wrote: > >> Hi, >> >> It is now possible to search the database for a given string. Thanks to >> Gregg for helping me with a CVS merge issue. >> >> One small problem: When a matching entry is not visible, the user has to >> scroll manually to see the selection. Does anyone know how to >> programatically scroll the list control so that the selection is >> visible? >> >> Comments, suggestions and bugs regarding this feature are welcome! >> >> Rony >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Passwordsafe-devel mailing list >> Pas...@li... >> https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Passwordsafe-devel mailing list > Pas...@li... > https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel -- Jens B. Jorgensen jen...@ta... "With a focused commitment to our clients and our people, we deliver value through customized technology solutions" ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Passwordsafe-devel mailing list Pas...@li... https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Rony S. <ro...@gm...> - 2003-04-26 17:37:10
|
Hi, It seems that the HTML files used to generate the chm help file were zipped and placed here: https://sourceforge.net/project/showfiles.php?group_id=41019 I've unzipped the files and placed them in CVS, so that the help file can be updated. Does anyone have a pointer on how to generate chm files from HTML? I'd like to add help for the Find dialog... Cheers, Rony |
From: Steve L. <st...@is...> - 2003-04-26 07:09:55
|
----- Original Message ----- From: <pas...@li...> To: <pas...@li...> Sent: Friday, April 25, 2003 20:23 Subject: Passwordsafe-devel digest, Vol 1 #20 - 9 msgs > Reply-To: "passwordsafe-devel" <pas...@li...> > Date: Fri, 25 Apr 2003 01:31:57 -0400 > To: "passwordsafe-devel" <pas...@li...> > From: gregg conklin <gr...@ga...> > Subject: [Passwordsafe-devel] code use limitation > > > there exists some code to make doing the tray icon much easier that i have > used in the past with great success, but i don't know what the usage > limitations are on such things. it was published in the microsoft systems > journal in 1996. > > http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/sdbea.htm > I checked some code I have, and note that to reappear in the tray after a system crash you need to catch a new message in some window. Kind of useful unless you are one of those people whose shell never crashes. const UINT wm_TaskbarCreated = RegisterWindowMessage(_T("TaskbarCreated")); When you catch it you have to destroy and recreate (or hide and show) the tray item. -steve |
From: Rony S. <ro...@gm...> - 2003-04-26 05:20:08
|
Hi, A few administrative issues, just to keep things in sync: - All developers can now administer the RFE and Bug lists. I sugggest that everyone assign themselves to the features they've implemented or are going to implement, and that we change the status to CLOSED when we build a binary release. - I suggest May 1st, 0800 GMT as the cutoff date for 1.91. At this time, I'll label the CVS tree and build a binary release for beta. I think that a non-beta release should follow a week or so after. - I've modified the project's homepage, mainly to officially announce the retirement of the Todo list. Comments, discussion and suggestions welcome. Thanks, Rony |
From: Rony S. <ro...@gm...> - 2003-04-26 04:57:54
|
Hi, Well, to me it seems that Microsoft published the code in order for it to be used freely. However, I couldn't find a place where they explicitly say so. I've entered a support request from sourceforge - let's see what they have to say. The request is logged as https://sourceforge.net/tracker/index.php?func=detail&aid=727867&group_id=1& atid=200001 - I'll post to the list as soon as I get a reply. Rony -----Original Message----- From: pas...@li... [mailto:pas...@li...]On Behalf Of gregg conklin Sent: Friday, April 25, 2003 7:32 AM To: passwordsafe-devel Subject: [Passwordsafe-devel] code use limitation there exists some code to make doing the tray icon much easier that i have used in the past with great success, but i don't know what the usage limitations are on such things. it was published in the microsoft systems journal in 1996. http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/sdbea.htm ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Passwordsafe-devel mailing list Pas...@li... https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Jens B. J. <jen...@ta...> - 2003-04-25 18:53:21
|
Just to register my own opinion to me I would expect the Find button to be analogous to F3 which customarily repeatedly searches for the next match for each additional press. If the screen real estate is not too dear though it wouldn't hurt to add the extra word. gregg conklin wrote: > hey rony- > > the new find feature looks good. the only thing i might change would > be the "Find" button. > > i'm not sure what to do, maybe something as simple as relabeling it to > "Find / Find Again" or "Find Next". just something to get the point > across that pressing find again will go to the next match. > > or maybe a note under the "Found x matches" that said to press it > again for subsequent matches. > > just some thoughts, but the functionality looks good. > > -gregg > > > > At 08:32 AM 4/25/2003 +0200, you wrote: > >> Hi, >> >> It is now possible to search the database for a given string. Thanks to >> Gregg for helping me with a CVS merge issue. >> >> One small problem: When a matching entry is not visible, the user has to >> scroll manually to see the selection. Does anyone know how to >> programatically scroll the list control so that the selection is >> visible? >> >> Comments, suggestions and bugs regarding this feature are welcome! >> >> Rony >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Passwordsafe-devel mailing list >> Pas...@li... >> https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Passwordsafe-devel mailing list > Pas...@li... > https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel -- Jens B. Jorgensen jen...@ta... "With a focused commitment to our clients and our people, we deliver value through customized technology solutions" |
From: gregg c. <gr...@ga...> - 2003-04-25 18:48:28
|
hey rony- the new find feature looks good. the only thing i might change would be the "Find" button. i'm not sure what to do, maybe something as simple as relabeling it to "Find / Find Again" or "Find Next". just something to get the point across that pressing find again will go to the next match. or maybe a note under the "Found x matches" that said to press it again for subsequent matches. just some thoughts, but the functionality looks good. -gregg At 08:32 AM 4/25/2003 +0200, you wrote: >Hi, > >It is now possible to search the database for a given string. Thanks to >Gregg for helping me with a CVS merge issue. > >One small problem: When a matching entry is not visible, the user has to >scroll manually to see the selection. Does anyone know how to >programatically scroll the list control so that the selection is visible? > >Comments, suggestions and bugs regarding this feature are welcome! > > Rony > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: gregg c. <gr...@ga...> - 2003-04-25 06:00:42
|
i was wondering that myself earlier tonight. i think now wouldn't be too bad of a stopping point as quite a few features have been added. i was trying to bang out some of the smaller items so if we did a release soon, the feature count would be higher. i can probably get the minimize to tray option in pretty quick, too, if i can use that code from MSJ. this item could probably done rather quickly: 39 726615 Single click password copy option and maybe: 22 504086 Export to file the other items could be a couple days away. i'm only recounting the items in the original todo list. there may be others on the RFE / Bugs list that could be easily done. i'll review tomorrow. there is one problem that i know of off hand regarding making releases... no source for the help system. for now, we can pull the help from the previous package, but it won't have any of the new features in it. and it would be nice to have some sort of whatsnew.txt file or entry in the help system showing what's changed from the last release. -gregg At 08:41 AM 4/25/2003 +0200, you wrote: >Folks, > >It looks like we've a (very) nice set of new features. I'm beginning to >think of labelling the version as 1.91 in CVS, banging on it a bit and >releasing it as a binary package. > >- What other features do you all think should make it into this release? > >- When do you think we should label the version, test it a bit and release >it to the masses? > > Rony > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: gregg c. <gr...@ga...> - 2003-04-25 05:45:42
|
i'll be checking this new feature out in the morning, but i think the method you're looking for is: BOOL CListCtrl::EnsureVisible( int nItem, BOOL bPartialOK ); At 08:32 AM 4/25/2003 +0200, you wrote: >Hi, > >It is now possible to search the database for a given string. Thanks to >Gregg for helping me with a CVS merge issue. > >One small problem: When a matching entry is not visible, the user has to >scroll manually to see the selection. Does anyone know how to >programatically scroll the list control so that the selection is visible? > >Comments, suggestions and bugs regarding this feature are welcome! > > Rony > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Rony S. <ro...@gm...> - 2003-04-25 05:41:13
|
Folks, It looks like we've a (very) nice set of new features. I'm beginning to think of labelling the version as 1.91 in CVS, banging on it a bit and releasing it as a binary package. - What other features do you all think should make it into this release? - When do you think we should label the version, test it a bit and release it to the masses? Rony |
From: Rony S. <ro...@gm...> - 2003-04-25 05:32:21
|
Hi, It is now possible to search the database for a given string. Thanks to Gregg for helping me with a CVS merge issue. One small problem: When a matching entry is not visible, the user has to scroll manually to see the selection. Does anyone know how to programatically scroll the list control so that the selection is visible? Comments, suggestions and bugs regarding this feature are welcome! Rony |
From: gregg c. <gr...@ga...> - 2003-04-25 05:32:01
|
there exists some code to make doing the tray icon much easier that i have used in the past with great success, but i don't know what the usage limitations are on such things. it was published in the microsoft systems journal in 1996. http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/sdbea.htm |
From: gregg c. <gr...@ga...> - 2003-04-25 05:15:30
|
The always-on-top feature has been checked into cvs. Available from the options dialog and the system menu. At some point, we may want to break the options dialog into tabs or some other grouping method. |
From: gregg c. <gr...@ga...> - 2003-04-25 03:37:12
|
553750 - ctrl c (copy) in add and edit dialog now works 726487 - added clear clipboard tool bar button i also corrected the merge problem of PasswordSafe.rc from 1.6 to 1.7 that was causing some difficulties. |
From: gregg c. <gr...@ga...> - 2003-04-24 21:53:30
|
i was able to build edward's latest code. the new functionality looked good. i was also (i believe) able to fix the gpf problem for the status bar. i checked in DboxMain.cpp/.h. the problem was bad method signatures. -gregg At 10:45 PM 4/24/2003 +0200, you wrote: >Hi, > >I've a bit of a problem - trying to merge this with my implementation of the >Search function, the merged version isn't resizable, and, worse, shows an >empty list instead of a multicolumn one. > >Before I dive into the debugger - is it possible that there's a missing >checkin? Did anyone get this to build and run successfully from CVS? > > Thanks, > > Rony > >-----Original Message----- >From: pas...@li... >[mailto:pas...@li...]On Behalf Of Edward >Quackenbush >Sent: Thursday, April 24, 2003 7:52 AM >To: pas...@li... >Subject: [Passwordsafe-devel] updates checked in... > > >hi all- >sorry this took so long and i hope i havent help anyone up. had a bug and >cvs issues. here are changes to make password safe a resizable app (size >and position remembered) with a multi-column, sortable, display that can >show passwords if so desired. > >i do have one issue that i have narrowed down to the display updates for the >status bar. the status bar function calls would comletely invalidated the >stack in release mode only. i will look to correct this over the weekend, >but for now, updates are currently disabled for the status bar and a static >message is displayed. > >gregg, nice work organizing the old and new todo lists. the changes i have >submited should address old items 14, 15, & 35. should i make the >corresponding updates in the list? > >rony, i finally got everything checked in, so you can toss the source files >i sent you. sorry for bothering you with that. > >andrew, welcome! > >talk with everyone soon, >eq > > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Passwordsafe-devel mailing list >Pas...@li... >https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |
From: Rony S. <ro...@gm...> - 2003-04-24 19:45:22
|
Hi, I've a bit of a problem - trying to merge this with my implementation of the Search function, the merged version isn't resizable, and, worse, shows an empty list instead of a multicolumn one. Before I dive into the debugger - is it possible that there's a missing checkin? Did anyone get this to build and run successfully from CVS? Thanks, Rony -----Original Message----- From: pas...@li... [mailto:pas...@li...]On Behalf Of Edward Quackenbush Sent: Thursday, April 24, 2003 7:52 AM To: pas...@li... Subject: [Passwordsafe-devel] updates checked in... hi all- sorry this took so long and i hope i havent help anyone up. had a bug and cvs issues. here are changes to make password safe a resizable app (size and position remembered) with a multi-column, sortable, display that can show passwords if so desired. i do have one issue that i have narrowed down to the display updates for the status bar. the status bar function calls would comletely invalidated the stack in release mode only. i will look to correct this over the weekend, but for now, updates are currently disabled for the status bar and a static message is displayed. gregg, nice work organizing the old and new todo lists. the changes i have submited should address old items 14, 15, & 35. should i make the corresponding updates in the list? rony, i finally got everything checked in, so you can toss the source files i sent you. sorry for bothering you with that. andrew, welcome! talk with everyone soon, eq ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Passwordsafe-devel mailing list Pas...@li... https://lists.sourceforge.net/lists/listinfo/passwordsafe-devel |