You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(5) |
Apr
(7) |
May
(11) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(18) |
Nov
(9) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(1) |
Mar
(5) |
Apr
(1) |
May
(1) |
Jun
(73) |
Jul
(128) |
Aug
(39) |
Sep
(91) |
Oct
(24) |
Nov
(42) |
Dec
(37) |
2006 |
Jan
(8) |
Feb
(22) |
Mar
(15) |
Apr
(44) |
May
(13) |
Jun
(9) |
Jul
(19) |
Aug
(35) |
Sep
(28) |
Oct
(53) |
Nov
(19) |
Dec
(29) |
2007 |
Jan
(28) |
Feb
(37) |
Mar
(86) |
Apr
(14) |
May
(48) |
Jun
(2) |
Jul
(20) |
Aug
(19) |
Sep
(19) |
Oct
(8) |
Nov
(11) |
Dec
(11) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
(22) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(16) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(24) |
Dec
(9) |
2009 |
Jan
(14) |
Feb
(4) |
Mar
(16) |
Apr
(13) |
May
(22) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(20) |
Oct
(18) |
Nov
(5) |
Dec
(11) |
2010 |
Jan
(4) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(41) |
Jun
(15) |
Jul
(3) |
Aug
(2) |
Sep
(9) |
Oct
(7) |
Nov
(8) |
Dec
(3) |
2011 |
Jan
(28) |
Feb
(29) |
Mar
(3) |
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
|
2012 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(2) |
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-11-28 09:37:58
|
Bugs item #2355227, was opened at 2008-11-28 09:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2355227&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wxadvtable Initial Comment: hi, i'm using vs2005 and wxmsw 2.8.5 (multilib) and wxadvtable svn version as of 11.28. 2008. The compiler gave me linking errors when compiling demo project. The issue was about wxAboutDialogInfo and wxEVT_GRID_CELL_<action> event handlers. After I've added the wxmsw28_adv lib, everything was ok. If I'm not mistaken, you have forgot to add <wx-lib>adv</wx-lib> option in bkl file in sample settings section i.e. the bakefile part of sample setting should look like this: ... <library>wxadvtable_lib</library> <wx-lib>aui</wx-lib> <wx-lib>adv</wx-lib> <wx-lib>core</wx-lib> <wx-lib>base</wx-lib> .... best regards, fantaz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2355227&group_id=51305 |
From: SourceForge.net <no...@so...> - 2008-11-25 07:26:31
|
Bugs item #2342061, was opened at 2008-11-25 08:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2342061&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ronan Chartois (pgriddev) Assigned to: Ronan Chartois (pgriddev) Summary: editing applied to wrong column Initial Comment: After editing a label, I kill the focus of the edit control by clicking outside. If the click happens to land on one of the other tree-list columns, then that column gets updated with the new text, not the main column. Since I only need to edit the main column, I changed this line (in wxTreeListMainWindow::OnRenameAccept) SetItemText (m_editItem, m_curColumn, m_renameRes); to SetItemText (m_editItem, 0, m_renameRes); but this is not suitable when you need other columns, too. (I didn't investigate this one.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2342061&group_id=51305 |
From: SourceForge.net <no...@so...> - 2008-11-25 07:21:56
|
Bugs item #2342054, was opened at 2008-11-25 08:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2342054&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ronan Chartois (pgriddev) Assigned to: Otto Wyss (wyo) Summary: crash after rename / cell edit Initial Comment: After several renames, I get either intermittent crashes or failure of the Edit control to show and work properly. The bug is due to the usage of a deleted object. Say, we're editing a label and hit ENTER. In the OnChar handler, the edit control is marked for some asynchronous deletion, and then m_finished flag is set. void wxEditTextCtrl::OnChar( wxKeyEvent &event ) { //... if (event.GetKeyCode() == WXK_RETURN) { if (!wxPendingDelete.Member(this)) wxPendingDelete.Append(this); m_finished = true; // ... } // ... } At some point in time _later_, the destructor is called (because the object has been pending for deletion), whicn in turn calls CancelEdit. CancelEdit exits immediately, because m_finished is set. So there's no chance that m_renameControl of the owner is reset to NULL. void wxEditTextCtrl::CancelEdit() { if (m_finished) return; // ... if (m_owner) { m_owner->OnRenameAccept(true); // cancelled if (m_owner->m_renameControl == this) { m_owner->m_renameControl = NULL; m_owner->m_editItem = NULL; } // ... } // ... } In the next EditLabel call, the following code will crash, because m_renameControl pointer is dangling. if (m_renameControl) { m_renameControl->CancelEdit(); } I patched this bug by moving the "m_owner->m_renameControl = NULL" above the "if (m_finished) return;" in CancelEdit. The patch works for me but may be wrong in some way; unfortunately, I don't have time to think it over and test it. So please fix this major bug as you see fit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2342054&group_id=51305 |
From: SourceForge.net <no...@so...> - 2008-11-24 12:23:08
|
Patches item #2338601, was opened at 2008-11-24 13:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2338601&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Jansson (jansson) Assigned to: Nobody/Anonymous (nobody) Summary: [wxplotctrl] plotdata.cpp: sprintf format warning Initial Comment: A compiler warning is generated in the method wxPlotData::LoadFile where wxString::Format(...%d...) is used with a long integer in the argument list. The attached patch uses %ld instead of %d. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2338601&group_id=51305 |
From: Ulrich T. <ulr...@gm...> - 2008-11-23 09:14:06
|
Hi Francesco, >> How do I update those documentation files? > I think you should use sftp to connect to web.sourceforge.net using for the > username "utelle,wxcode"; That did the trick. Thanks! Regards, Ulrich |
From: Francesco M. <f18...@ya...> - 2008-11-22 23:20:44
|
Hi, Ulrich Telle ha scritto: > I'm currently releasing a new version of my component wxSQLite3. For > previous releases I published the doxygen generated documentation in the > docs/wxsqlite3 subdirectory. I'd like to update the documentation to > reflect the new version. > > I successfully connected to web.sourceforge.net via sftp and was able to > cd to userweb, but when I try to cd to htdocs I get "access denied" > error messages. > > How do I update those documentation files? I think you should use sftp to connect to web.sourceforge.net using for the username "utelle,wxcode"; you shouldn't have permission problems then (when writing to "/home/groups/w/wx/wxcode/htdocs/docs/wxsqlite3". Let me know, Francesco |
From: Ulrich T. <ulr...@gm...> - 2008-11-22 21:06:23
|
I'm currently releasing a new version of my component wxSQLite3. For previous releases I published the doxygen generated documentation in the docs/wxsqlite3 subdirectory. I'd like to update the documentation to reflect the new version. I successfully connected to web.sourceforge.net via sftp and was able to cd to userweb, but when I try to cd to htdocs I get "access denied" error messages. How do I update those documentation files? Regards, Ulrich |
From: Francesco M. <f18...@ya...> - 2008-11-19 17:08:14
|
ma...@sm... ha scritto: > Hello again. > > I made first release of wxAdvTable component. > > How can i (if i can) post news about my releases to wxcode main page? Sure, you should ;) Simply go to: https://sourceforge.net/news/submit.php?group_id=51305 and submit a new item. Then drop here a note so I'll run the script which updates the wxCode homepage. Bye, Francesco |
From: <ma...@sm...> - 2008-11-19 16:16:40
|
Hello again. I made first release of wxAdvTable component. How can i (if i can) post news about my releases to wxcode main page? |
From: <ma...@sm...> - 2008-11-13 18:49:53
|
Thanks for your answer. I will try this. |
From: Francesco M. <f18...@ya...> - 2008-11-13 16:32:27
|
Hi, ma...@sm... ha scritto: > Hello again. I changed website/index.php files for my components, > replacing MYCOMP, etc with appropriate values. I know: component websites, contrary to what writting in wxCode docs, are not currently automatically updated once per hour. This is because of the changes undergoing in SF servers. Until they restore 'cron' I need to manually run a script on their servers to have component websites updated... I just ran it now and I see this fixed the websites of your components. Just drop a note here if you need your component websites updated again (or you may even run the script 'updatesite.sh' in wxcode/htdocs yourself...); it's not a problem! Bye, Francesco |
From: <ma...@sm...> - 2008-11-13 15:05:29
|
Hello again. I changed website/index.php files for my components, replacing MYCOMP, etc with appropriate values. Then i successfully commited them into svn repository. But when i open wxcode.sourceforge.net/components/advtable/ i see following: MYCOMPNAME0: Could not find this component in the database! Please contact the project admin. When i open wxcode.sourceforge.net/components/freechart/ i see no my changes, but default page as it was when component created. |
From: <ma...@sm...> - 2008-11-11 07:19:23
|
It's now ok! Thanks! :-) |
From: Francesco M. <f18...@ya...> - 2008-11-10 19:35:14
|
Francesco Montorsi ha scritto: > that's strange... can you retry it now? I see now you managed to add contents ;) Bye, Francesco |
From: Francesco M. <f18...@ya...> - 2008-11-10 19:26:58
|
Hi, ma...@sm... ha scritto: > I'm trying to commit files (initial commit) for my component > wsxFreeChart, and got > > the following error message from > > svn commit -m 'Initial commit': > > vn: Commit failed (details follow): > svn: Server sent unexpected return value (403 Forbidden) in response to > MKACTIVITY request for that's strange... can you retry it now? Francesco |
From: <ma...@sm...> - 2008-11-09 15:43:37
|
I'm trying to commit files (initial commit) for my component wsxFreeChart, and got the following error message from svn commit -m 'Initial commit': vn: Commit failed (details follow): svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svnroot/wxcode/!svn/act/629f3b6b-41fc-442a-9843-6200a8a89775' My SF account/password and wxCode maintainer account/password are same. I used moskvichev as user name. |
From: Francesco M. <f18...@ya...> - 2008-11-08 13:32:47
|
ma...@sm... ha scritto: > I submitted two new components: wxFreeChart and wxAdvTable. I've approved them, but I changed the location removing the intial 'wx' prefix (=> directories for the components will be named 'freechart', 'advtable'). You can now proceed to checking out the component folders as explained in the maintainer's guide: http://wxcode.sourceforge.net/maintguide.php Ask here for any doubt.... Francesco |
From: <ma...@sm...> - 2008-11-07 15:35:27
|
I submitted two new components: wxFreeChart and wxAdvTable. |
From: Francesco M. <f18...@ya...> - 2008-11-06 16:04:59
|
Hi all, since now SF has re-enabled shell access, I've been able to restore basic wxCode functionalities (cron and emails are still blocked however :/). In particular now the submission form works again, but after using it the new maintainers should drop here a note, as I won't get notified automatically about new additions: they just get placed in the queue of unapproved components... Another important note: I've disabled (actually, I've just removed the links to it from the website; in future I plan to remove it entirely from SF servers) the wxCode wiki; it wasn't very much used and the recent SF changes had reset it. If you had any contents on the old wiki which you want to restore, we may send a mail to SF staff to see if we can get wiki contents back... bye, Francesco |
From: Francesco M. <f18...@ya...> - 2008-11-06 15:50:13
|
Hi, just for the wxAdvTable, can you please resubmit these infos using the canonical form? TIA! ma...@sm... ha scritto: > location: wxfreechart again, I'd put it in "freechart" instead > inCVS: 1 same consideration for wxAdvTable; are you sure? :) Bye, Francesco |
From: Francesco M. <f18...@ya...> - 2008-11-06 15:49:04
|
Hi, seems a great component! Now the component submission form should work again... can you please resubmit it in the canonical way? TIA! Just a note: ma...@sm... ha scritto: > location: wxadvtable I'd put it in a "advtable" folder instead. > inCVS: 1 are you sure you want to put it in a CVS repo instead of a SVN one? I ask just because many users realize they wanted Subversion after component submission... Thanks, Francesco Montorsi |
From: SourceForge.net <no...@so...> - 2008-11-05 08:56:44
|
Patches item #2224536, was opened at 2008-11-05 09:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2224536&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Jansson (jansson) Assigned to: Nobody/Anonymous (nobody) Summary: [wxthings] spinctld: SetBestSize deprecated Initial Comment: Hi, In version 2.8.8 of wxWdigets, wxWindow::SetBestSize is deprecated. SetInitialSize should be used instead. I attach a patch for spinctld.cpp in wxthings. Greetings, Peter Jansson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2224536&group_id=51305 |
From: <ma...@sm...> - 2008-11-02 05:28:44
|
name: wxFreeChart wxversion: 2.8 category: gui component language: cpp description: wxFreeChart is charting library, designed with flexibility in mind. It has Model-Controller-View design. Can draw chart types: line/point charts based on XY coordinates, category (bar) charts, OHLC financial charts, pie charts, bubble chars. location: wxfreechart cdate: 2008-11-2 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Moskvichev Andrey V. version: 1.0 inCVS: 1 maintainerid: 96 Maintainer SF username: moskvichev Maintainer name: Moskvichev Andrey V. Maintainer mail address: mab[no-spam]@smtp.ru |
From: <ma...@sm...> - 2008-10-31 19:29:46
|
name: wxAdvTable wxversion: 2.8 category: gui component language: cpp description: wxAdvTable is table component (like wxGrid) designed with simplicity and flexibility in mind. It has features like: - composite rows/columns - sorting and filtering support - flexible rendering and editing support - dynamic row/columns add/removal - and visual features like: highlight modes, cell attributes, etc. wxAdvTable designed after Java Swing(tm) table classes (JTable, ...) and has MCV (Model-Controller-View) design. location: wxadvtable cdate: 2008-10-31 id: 102 status: beta docs: notavailable buildsys: projectfiles extdep: none wiki: enabled wxport: all samples: 0 approved: 0 author: Moskvichev Andrey V. version: 1.0 inCVS: 1 maintainerid: 24 Maintainer SF username: moskvichev Maintainer name: Moskvichev Andrey V. Maintainer mail address: mab[no-spam]@smtp.ru |
From: Francesco M. <f18...@ya...> - 2008-10-20 12:35:16
|
Hi, I've added the skeleton of your component to SVN but I didn't yet setup the internals of wxCode website for it. This is because of the current status of SF services. ASAP I'll revise all the maintainance scripts of wxCode with regards to this situation :( Michal Bližňák ha scritto: > name: wxShapeFramework > wxversion: 2.8 > category: data container,graphics > language: cpp > description: wxShapeFramework (wxSF) is a software framework based on > wxWidgets which allows easy development of software applications > manipulating graphical objects, gui controls and diagrams like various > CASE tools, technological processes modeling tools, etc. > location: wxsf I've changed this to just "shapeframework"; it's better to not abuse of short names, nor to use the 'wx' prefix where it's not strictly necessary (otherwise all components in wxCode would start with that prefix!). So, even if your component currently does not appear listed as a wxCode component, you can now commit it to SVN repo... Bye, Francesco |