Activity
From 02/16/2010 to 03/17/2010
03/16/2010
- 10:51 AM Revision a03a852aa949f86308241ea8ff2e5e0f9645a1d9: avoid build problems because of missing postgres
- avoid build problems because of missing postgres
- 07:42 AM Feature #337: implement intersect(Rect) and contains(Point) function in WPainterPath
- implement intersect(Rect) and contains(Point) function in WPainterPath
- 07:42 AM Feature #336: implement distanceTo function in WPoint and WPointF
- implement distanceTo function in WPoint and WPointF
- 07:31 AM Bug #335: Clarify WTimer documentation
- WTimer documentation confuses several users in the sense that it seems to imply that a WTimer is usable outside of an event loop. Documentation needs clarification. Also add suggestions for server-side timer frameworks.
- 03:27 AM Feature #334: How can I show the data in WTreeView from database ?
- In the treeview-dragdrop sample,the WTreeView works perfectly with WStandardItemModel and WSortFilterProxyModel. But,the data in WStandardItemModel is in the server's memory. How can I deel with the data in database? Does WTreeView suppor...
03/15/2010
- 03:08 PM Revision e654c87f8e6d6441d85ff352dffc572114265df4: do not connect if empty
- do not connect if empty
- 03:01 PM Revision 12f8b6de4593aa5550d36aaf220f26da3651a598: updated documentation
- updated documentation
- 03:00 PM Revision e238a55cc8ac61109728727ac4a2c4e15f973852: see Changelog
- see Changelog
03/12/2010
- 04:42 PM Revision cf66adfcb4a85e6378c554f15b490c42cc803242: see Changelog
- see Changelog
03/10/2010
- 02:38 PM Revision 2eb01989a60f18a66317f1a2822b6b2c9011dee8: see Changelog
- see Changelog
03/09/2010
- 10:59 AM Bug #205 (Closed): Fix reload-is-new-session = false behavior
- This seems to have be fixed.
- 10:30 AM Bug #264 (Closed): Doxygen : List of all members link - title is Wt: Member List
- This seems to be solved now.
- 10:29 AM Support #308 (Resolved): [ENHANCEMENT] /etc/wt/wthttpd syntax
- 07:41 AM Feature #274 (Resolved): WDialog: listen for escape key
03/06/2010
- 03:07 PM Bug #333: wt compile error under FreeBSD with sqlite
- make aborts build process because linking against libdl failed. There isn't a libdl under FreeBSD, the dynamic load functions are included in libc. I just deleted the following entries in src/Wt/Dbo/backend/CMakeLists.txt IF(NOT WIN32) TAR...
03/05/2010
- 05:36 PM Bug #327 (Resolved): wtimer is not updated when using progressive bootstrap
- 01:33 PM Bug #327: wtimer is not updated when using progressive bootstrap
- wtimer is not updated when using progressive bootstrap
- 12:47 PM Support #326 (Closed): Best Practices
- See the wtwithqt folder in the examples directory. It is a solution that will probably work for you, but alternative solutions are possible too. To integrate Wt in your current application, I'd start Wt in your current main(); see WServer documen...
- 12:45 PM Support #324 (Closed): Building Hello World from Gentle Intro.
- 12:00 PM Revision ce5ce7836874c6ad5f6b0e53aa70a1eeb4446b5e: see Changelog
- see Changelog
- 11:58 AM Feature #43 (Resolved): add mechanism to paint cells in a WCalendar
- implemented virtual WWidget* renderCell(WWidget* widget, const WDate& date);
- 11:58 AM Feature #288 (Resolved): Extend WCalendar features
- added clicked, activated, currentPageChanged signal added setSelectionMode (+ NoSelection)
03/04/2010
- 12:34 PM Support #326: Best Practices
- Hello, Why Wt c++ uses Boost library and doesn't use QT ? (Qt also includes Signal/Slot mechanisms) I am asking this question because I have worked on a QT project and I want to move my GUI to Wt (to allow multiple GUI connections on the same...
- 02:02 AM Support #324: Building Hello World from Gentle Intro.
- Hi, What is the correct way to build "Hello World" from listing 1 of: A gentle introduction to the Wt C++ Toolkit for Web Applications. This article is a tutorial distributed with Wt 3.1.1. The code is: #include <WApplicatio...
03/03/2010
- 05:30 PM Revision d8443d01f7df3dad80a3ad1b542c8d577c1d2b05: small fixes
- small fixes
- 03:21 PM Bug #323: Column alignment issues with Ext::TableView
- Wt: GIT OS: Linux Ubuntu 9.10 (karmic) ExtJS: 3.1.0 Browser: Chrome 5.0.307.9 beta Browser: Mozilla Firefox: 3.5.8 Browser: Konqueror 4.4.00 (KDE 4.4.0) Whenever the table needs to have an horizontal scroll bar, as soon as the last column ...
- 12:40 PM Feature #294: WText and WTextArea improvement proposal
- WLineEdit WTextArea add css style to make the text gray (public css api)
- 11:39 AM Bug #322: WSocketNotifier does not work on Windows
- Subject says it all. Root cause is probably that dup() in Server.C does not work.
- 04:24 AM Feature #285: How the Wt supports the "Server Push"
- Thank you very much for your example! The follow picture file is what i want to do "Server Push". I down not how to emit an signal from one thread to another. Can you give a suggestion? Thank you very much!
03/02/2010
- 01:48 PM Feature #312: Graceful degradation for WTreeView
- WTreeView needs a graceful degradation to use 1 2 3 4 >> next style of (lame) navigation when AJAX is not available.
- 12:38 PM Bug #86 (Closed): Handle XHTMLRequest update failing
- 12:38 PM Bug #216 (Closed): [ WCalendar and Wt::Ext::Calendar ] j103 is null, code: undefined, descripti...
- 12:37 PM Bug #257 (Closed): WBoxLayout uneven spacing
- 12:37 PM Bug #267 (Closed): WPopupMenu example in widget gallery crashes
- 12:37 PM Bug #275 (Closed): canvas rendering bugs
- 12:37 PM Bug #310 (Closed): website boost dependancy inaccurate
- Sorry! Fixed now.
- 12:34 PM Revision 4abbc2cc0c897d7a86931763a8a71bd447edf4a2: dbo 0 session() fixes, and UTF8 string literals
- dbo 0 session() fixes, and UTF8 string literals
03/01/2010
- 05:10 PM Feature #311: WCalendar implement Vertical header
- WCalendar implement Vertical header http://doc.trolltech.com/4.6/qcalendarwidget.html#VerticalHeaderFormat-enum
- 03:36 PM Bug #309 (Resolved): Sizing issues with Ext::TableView
- Hey, Thanks for the test case. This is a problem with webkit not handling oversized absolute elements correctly. Firefox also behaves correctly after applying the fix for #307. The latest git contains a workaround. Regards, koen
- 03:34 PM Revision e6b2a3c137e15f01411d0cd4d0b78705ef108306: see Changelog
- see Changelog
02/27/2010
- 11:32 PM Bug #310: website boost dependancy inaccurate
- http://www.webtoolkit.eu/wt#/download Claims : "The indispensable boost C++ library: boost-1.35 or later. " In reality, the latest stable does not compile with boost-1.36 or later. Since boost takes ages to compile, it's something many p...
02/26/2010
- 06:47 PM Bug #309: Sizing issues with Ext::TableView
- OS: Linux Ubuntu 9.10 (karmic) Wt: 3.1.1a ExtJS: 3.1.0 Browser: Chrome 5.0.307.9 beta Browser: Mozilla Firefox: 3.5.8 Browser: Konqueror 4.4.00 (KDE 4.4.0) Whenever the Ext::TableView needs more horizontal room than available in the contai...
- 04:02 PM Bug #307 (Closed): Sizing issues with Ext::TableView
- Fixed in latest git. The issue was caused by the deferred JavaScript execution waiting on the ExtJS libraries to be loaded.
- 04:01 PM Revision e407b83f3fc5870df2d8b9886ec917f1bab3f720: fix UTF8 encoding issue and autoJavaScript cod...
- fix UTF8 encoding issue and autoJavaScript code on deferred jsLoaded event
- 03:53 PM Support #308: [ENHANCEMENT] /etc/wt/wthttpd syntax
- In order to know the syntax to be used with /etc/wt/wthttpd file I had to dig down to <boost/program_options/parsers.hpp> and finally reached http://www.boost.org/doc/libs/1_42_0/doc/html/program_options/overview.html#id1419894 . Maybe this s...
- 03:37 PM Bug #307: Sizing issues with Ext::TableView
- Wt version: 3.1.1a (from repository https://launchpad.net/~pgquiles/+archive/ppa) ExtJS version: 3.1.1 OS: Ubuntu Linux 9.10 (Karmic) Browser: Google Chrome 5.0.307.9 beta Browser: Mozilla Firefox 3.58 Browser: Konqueror 4.4.00 (KDE 4.4.0) ...
- 03:07 PM Support #302 (Resolved): Mappingchema dbtable
- No you cannot (currently ?). But since this only affects schema generation, you can create the schema yourself rather than relying on Wt::Dbo for that? The problem is that index and constraint capabilities vary from database to database and I t...
- 03:02 PM Feature #285: How the Wt supports the "Server Push"
- From another thread you can grab the update lock, make the widget changes you want, and push them. See also the following small (quite nonsensical) example attached.
- 01:29 PM Support #301: cannot find Wt.sln
- Hello, From your post, I assume you found our windows build instructions at http://redmine.emweb.be/wiki/wt/Installing_Wt_on_MS_Windows Not having WT.sln means that CMake did not generate its WT.sln file. CMake generates the solution files...
- 01:26 PM Bug #296 (Closed): right mouse popup also displays default menu
- There seems not to be any reliable way of making this happen...
- 01:25 PM Bug #282 (Closed): wt version 3.1.0 don't compile because lack of boost/unordered library in boos...
- We version bumped to minimum boost 1.36 requirements
02/25/2010
- 11:18 AM Revision cc24ab48de9a3a369eb8abfcca7afe937b9acf20: see Changelog
- see Changelog
- 08:41 AM Feature #285: How the Wt supports the "Server Push"
- Thank you! I have seen the simplechat example. The WTextArea give an enter pressed signal,and make the server push process works. As you said, When data changed in another thread, can the changed data be a signal to make the server push works?
02/23/2010
- 05:35 PM Revision f4efa76ea9350a0021a058ed3d2523fe6878e18b: fix recursive eventloop interfering with multi...
- fix recursive eventloop interfering with multiple signal notification error
02/22/2010
- 02:29 PM Revision 568341583e7180f495818bebca969eaaf9d66d94: see Changelog
- see Changelog
- 09:58 AM Revision 76c18c8f10807dd5fb91788671a71e14a7d4d7aa: see Changelog
- see Changelog
- 09:05 AM Revision 756a677c2a6aaf11f46a327a7353b15c5a36a14f: see Changelog
- see Changelog
02/19/2010
- 02:23 PM Support #302: Mappingchema dbtable
- can i define an searchkey or unique key in mapping class? regards Axel
02/18/2010
- 12:04 AM Revision 31cf6b425bf79bb498476ce234c642526ac3722e: prune unused files
- prune unused files
02/17/2010
- 11:59 PM Revision eec48d45e4e44058d29060e1c8f97d938016ccd4: version bump
- version bump
- 11:56 PM Revision 638dee6ecb2e58dccdf4757c14b70a6b446fdac4: replace mxml by rapidxml, prepare 3.1.1 release
- replace mxml by rapidxml, prepare 3.1.1 release
- 11:21 PM Support #301: cannot find Wt.sln
- We are new to the Wt download/configure/compile/build/installation procedure. We have the following issue: (1) We want to download and install Wt 3.1.0. in our Windows PC. After we downloaded all the dependencies, we downloaded the Wt 3.1.0 P...
02/16/2010
- 11:49 AM Feature #299: WCaptcha needed
- Would be useful to have a captcha control. Please read the email conversation about the topic: Wim Dumon to witty-interest show details 11 Feb (5 days ago) Koen's answer at FOSDEM to this question was approximately this: No, there's not y...
Also available in: Atom