Commit Graph

363 Commits

Author SHA1 Message Date
Chris McKenzie
6070529f86 (+bugfix) --help relied on writing a file to disk when there was no reason.
(+bugfix) --help used POCO_BASE before it was defined.  At the time of the help screen, it is known as $base.
2008-06-19 00:57:42 +00:00
Guenter Obiltschnig
b40e8df4f2 added --help option to configure script 2008-06-18 09:26:12 +00:00
Peter Schojer
d9c505331d Linux fixes 2008-06-12 08:48:40 +00:00
Guenter Obiltschnig
ecefa6121c improvements to PageCompiler (new precondition page attribute) 2008-06-10 15:21:44 +00:00
Guenter Obiltschnig
9f751f5e9a added release build scripts 2008-06-09 18:48:09 +00:00
Guenter Obiltschnig
c23141fa4d added release scripts 2008-06-09 18:42:07 +00:00
Guenter Obiltschnig
076c301460 fixed SF# 1985180: Poco::Net::DNS multithreading issue 2008-06-09 14:21:56 +00:00
Peter Schojer
b3d124f14a added support for custom JS cell renderers 2008-06-09 13:28:59 +00:00
Peter Schojer
46ab108194 fixed delegates error 2008-06-09 09:49:24 +00:00
Peter Schojer
515c64faea refactored JSEvents for easier server callbacks 2008-06-09 09:09:02 +00:00
Peter Schojer
db640711d1 minor table header rendering optimization 2008-06-06 11:48:25 +00:00
Peter Schojer
d2eaf40e88 added exception handling in Requesthandler, added WebWidgetsException 2008-06-06 08:24:57 +00:00
Chris Johnson
e8111249e5 -Fix bug [ 1985839 ] strip TARGET* in make all
-Tweak MinGW configuration file
-Modified Tuple.h for sane behavior with MinGW
-Modified UtilTestSuite.cpp for conditional use of MFC based on availability of library; otherwise use console
2008-06-06 04:38:13 +00:00
Peter Schojer
790a20ed20 added rowClicked event 2008-06-05 13:10:18 +00:00
Peter Schojer
c7a3b3499d fixed css include 2008-06-05 10:00:14 +00:00
Peter Schojer
5941524877 added Resourcemanager 2008-06-05 09:01:29 +00:00
Peter Schojer
8cd381c913 afterload event added 2008-06-04 13:37:04 +00:00
Peter Schojer
691eb2d909 added support for multiline selection 2008-06-04 10:42:53 +00:00
Aleksandar Fabijanic
cb234f14ac Fedora Core9/g++ 4.3.0 compilations fixes 2008-06-03 20:51:10 +00:00
Aleksandar Fabijanic
e2fafc6404 [1983595] ODBCMetaColumn type detection fix 2008-06-03 13:52:00 +00:00
Peter Schojer
9e6591b474 added table selectionmodel, auto-mask tables while loading 2008-06-03 11:21:31 +00:00
Aleksandar Fabijanic
a90b28b4d3 [1982878] Can't set log files purging to none 2008-06-03 01:38:57 +00:00
Peter Schojer
20bd90aa5d fixed writing back of datefields 2008-06-02 07:36:54 +00:00
Aleksandar Fabijanic
97b9101d54 [1981139] initial value of reference to non-const must be an lvalue 2008-06-01 20:40:11 +00:00
Aleksandar Fabijanic
0a1c616368 SF items:
[1981125] std::swap_ranges overloading resolution failed
[1981130] pointless comparison of unsigned integer with zero
[1981139] initial value of reference to non-const must be an lvalue

Buffer test
FunctionDelegate comment spelling
2008-06-01 14:33:45 +00:00
Aleksandar Fabijanic
1d27e75989 added LogRotation sample 2008-06-01 13:18:36 +00:00
Aleksandar Fabijanic
cf01c1ad16 date/time test fix; g++ compilation fix for bulk 2008-06-01 11:02:21 +00:00
Aleksandar Fabijanic
ded102a6a4 fix for SF [1980478] FileChannel loses messages with "archive"="timestamp" 2008-05-31 13:41:24 +00:00
Aleksandar Fabijanic
4fe33a7c49 Sun Studio ODBC compile fixes 2008-05-30 19:00:11 +00:00
Peter Schojer
fafec95355 fixes to table, events, datefields 2008-05-30 12:48:59 +00:00
Peter Schojer
72a0f3c3ff added beforerender+afterrender events 2008-05-29 13:54:48 +00:00
Peter Schojer
bfddbdb20a changed requestprocessor interface 2008-05-29 11:32:51 +00:00
Aleksandar Fabijanic
4e774e71aa SunOS build consolidation:
build/config/SunOS renamed to SunOS-SunForte
added build/config/SunOS-SunStudio
modified build/rules/global to select proper configuration based on detected Sun compiler version
disabled spurious hidevf warning for Data/testsuite and Data/SQLite Sun build
2008-05-28 19:08:40 +00:00
Peter Schojer
d0a169567b simplified table serializing 2008-05-27 13:59:06 +00:00
Peter Schojer
e07a2126e9 Added fixes for layouts+ComboBoxevents 2008-05-27 12:58:28 +00:00
Peter Schojer
0362659ac9 added hidden column to fix remote sorting 2008-05-26 08:55:41 +00:00
Aleksandar Fabijanic
979749490a Binding compilation fix 2008-05-25 16:36:58 +00:00
Aleksandar Fabijanic
d6ace3c20a various use()/useRef()/bind() case tests 2008-05-25 16:09:11 +00:00
Aleksandar Fabijanic
532672c027 SF 1969276 DynamicAny("") should be false; added operator! 2008-05-22 01:29:32 +00:00
Guenter Obiltschnig
1de922e8c3 fixed SF# 1968106: DigestOutputStream losing data 2008-05-20 17:19:27 +00:00
Peter Schojer
7a0aa6987c table performance updates+JSEvent handling changes 2008-05-20 13:58:01 +00:00
Peter Schojer
ab07e2cbba Changed Ajax request detection to prevent browser caching 2008-05-19 13:25:44 +00:00
Peter Schojer
ae5b44091f fixes to events 2008-05-19 13:14:14 +00:00
Peter Schojer
665172eed0 several fixes for table, numberfield+DateField 2008-05-15 12:06:22 +00:00
Aleksandar Fabijanic
0fe95a31c4 more optimization 2008-05-14 23:51:10 +00:00
Aleksandar Fabijanic
81fcb5cbf5 Solaris and non-Cygwin pthreads fixes (Serge: backport to 1.3.3) 2008-05-14 18:12:04 +00:00
Peter Schojer
f5c0603771 Fixed JSEvent 2008-05-14 12:40:32 +00:00
Peter Schojer
fba8e67818 Extensions for JSEvents 2008-05-14 12:31:14 +00:00
Peter Schojer
0d3e23167a Fixes for rendering of DateField in Table, Button event fixes 2008-05-14 08:09:08 +00:00
Peter Schojer
4e730ecc7e Fixed constness detection of const char[] arrays 2008-05-14 06:00:40 +00:00