-
KeePassDB doesn't seem to save into the external DB neither on changes nor on exit when using the "reload external DB on startup" option.
Appart from that, this is an extremely great port. Thanks for it!
2008-09-01 02:05:39 UTC in KeePass for BlackBerry
-
jacobo221 registered the jGnash2QIF project.
2008-04-12 17:52:45 UTC in jGnash2QIF
-
i start sylpheed at startup and use the systray plugin.
I'd love it to start minimized instead of having to
minimize it manually.
I did not know how to contact the plugin developer, so
I'm leaving this request here :)
greets and great job!
2005-11-17 10:24:42 UTC in Claws Mail
-
the debian packages provided at bootsplash.de are
outdated and the patches do not work anymore with the
new rc script (rcS is now simply calling "rc S").
Please provide a new patch for init.d/rc
thanks.
2005-10-21 17:04:55 UTC in Linux Bootsplash
-
Logged In: YES
user_id=761341
ok, following vadz and abxabx's suggestins, here is the
patch. patch it against wx 2.5.4 with "-p1".
Now *_SASH_POS_CHANGED is called when dropping the splitter
after a drag. You can always use *_SASH_POS_CHANGING to
achieve the old *_SASH_POS_CHANGED behaviour (since they
were 99.9% the same).
I've kept compatibility with previous wx versions by calling.
2005-03-25 00:48:38 UTC in wxWidgets
-
Logged In: YES
user_id=761341
This was continued here:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1076226&group_id=9863
I'm closing the report.
2005-03-24 19:34:37 UTC in wxWidgets
-
Hello,
I'm interested in this piece of software you are
working on, but since I don't code with gtk2 i would
rather avoid installing it's headers and it's
dependencies. Anyway, I have the binnaries installed
already so if you could please supply some binnaries...
Of course, onyl if you find some time and wish to do so ;)
Greets!
2005-02-20 06:02:24 UTC in Fluxbox Tray Menu
-
Logged In: YES
user_id=761341
> Perhaps EVT_SPLITTER_SASH_POS_DONE
could be named EVT_SPLITTER_SASH_POS_CHANGED for
consitency?
That was my first guess when researching for this problem.
But, after a quick view to
http://www.wxwidgets.org/manuals/2.4.2/wx357.htm and a talk
at #wxwidgets in irc.freenode.net, I got clear that the goal
of *_CHECKED isn't that. *_CHECKING is...
2004-11-30 19:53:27 UTC in wxWidgets
-
This patch closes bug
http://sourceforge.net/tracker/index.php?func=detail&aid=1076013&group_id=9863&atid=359863
Description follows:
When you are using wxSplitterWindow, you tend to want
to get it's status on every pixel it is moved (to
dynamically resuit the rest of the window to the size
the splitter is leaving).
Now, it may also happen that you only want (or _also_
want) to know...
2004-11-30 19:28:09 UTC in wxWidgets
-
wxSplitterWindow lacks an event which, from my point of
view, would be very useful: when the splitter is moved,
an event should exist that was called when the move is
done (when mouse's left button is released).
Currently, none EVT_SPLITTER_SASH_POS_CHANGE nor
EVT_SPLITTER_SASH_POS_CHANGING do that (they are called
on every pixel that is moved).
I hope I made my suggestion clear ;...
2004-11-30 14:09:56 UTC in wxWidgets