Commit Graph

26853 Commits

Author SHA1 Message Date
mattias
369aa3055c fixed typo dont
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
juha
163408b6f1 Converter: fixed a bug in function name replacement when the func has no params.
git-svn-id: trunk@27303 -
2010-09-11 14:05:09 +00:00
mattias
70b20c0c64 translations: german: added po files
git-svn-id: trunk@27302 -
2010-09-11 14:01:04 +00:00
mattias
7b03a2512f IDE: component palette: replaced TNoteBook with TPageControl
git-svn-id: trunk@27301 -
2010-09-11 13:59:52 +00:00
mattias
f87802b542 IDE: source editor: replaced TNoteBook with TPageControl
git-svn-id: trunk@27300 -
2010-09-11 13:49:24 +00:00
mazen
591f9e03b3 * Merged modifications from official Debian packaging rules : split packages into lcl-* and ide-*.
* Fixed patches failing to apply due to new components added between 0.9.28 and 0.9.29.

git-svn-id: trunk@27299 -
2010-09-11 13:48:12 +00:00
mattias
dd6758df98 IDEIntf: replaced TNoteBook with TPageControl
git-svn-id: trunk@27298 -
2010-09-11 13:36:39 +00:00
jesus
dcdc584212 LazReport, updated editor sample layout and added master-detail report sample
git-svn-id: trunk@27297 -
2010-09-10 21:04:37 +00:00
jesus
e6486c22dc LazReport, added missing custompreview unit files to editor sample
git-svn-id: trunk@27296 -
2010-09-10 20:49:12 +00:00
jesus
514a2ed285 LazReport, fix initial value on COUNT aggregate function, band name was not evaluated correctly
git-svn-id: trunk@27295 -
2010-09-10 20:45:11 +00:00
jesus
62e7fc2053 LCL, grids, changed the cell's text drawing order, issue #17372
git-svn-id: trunk@27294 -
2010-09-10 19:15:59 +00:00
mattias
6c2f27e038 translations: german: updates from Swen Heinig
git-svn-id: trunk@27293 -
2010-09-10 16:35:01 +00:00
juha
18f2e518a3 Converter: fixed reading a nil variable.
git-svn-id: trunk@27292 -
2010-09-10 15:25:26 +00:00
juha
4c8d3d791b Converter: improved GUI and added options for settings. Cleanup.
git-svn-id: trunk@27291 -
2010-09-10 15:04:48 +00:00
juha
65fc15cd3b Converter: removed some code copied from CheckLFM but not needed in CheckTopOffsets.
git-svn-id: trunk@27290 -
2010-09-10 15:04:41 +00:00
dmitry
d309150340 cocoa: improve Menus handling. Added utility debug methods for NSObject
git-svn-id: trunk@27289 -
2010-09-10 14:44:16 +00:00
zeljko
1a283e877f Gtk2: fixed asserts from gtk2 lib when using gtk_window_set_keep_above() but our form is reparented to some other control (eg. TPanel).
git-svn-id: trunk@27288 -
2010-09-10 09:50:05 +00:00
zeljko
cf350c8d33 Qt: fixed TQtWidgetSet.WindowFromPoint() when TQtViewport returned instead of TQtCustomControl, also result won't be returned anymore if widget is disabled (like MSDN says).
git-svn-id: trunk@27287 -
2010-09-09 20:41:04 +00:00
juha
20ce4bc26e Converter: Implemented adding offset to Top coord for components in visual container components. +GUI.
git-svn-id: trunk@27286 -
2010-09-09 09:41:21 +00:00
dmitry
3a97736476 cocoa: implemented CocoaWSComboBox api. removed unused WS classes
git-svn-id: trunk@27285 -
2010-09-09 09:24:27 +00:00
zeljko
9a31e1e0ce Qt: implemented csCaptureMouse flag.
git-svn-id: trunk@27284 -
2010-09-08 13:20:08 +00:00
juha
97eddada84 Converter: Use OnPrepareCanvas instead of OnDrawCell handler for changing text color.
git-svn-id: trunk@27283 -
2010-09-08 09:55:27 +00:00
jesus
af63bc2037 LazReport, editor sample: custom preview and db update
git-svn-id: trunk@27282 -
2010-09-08 04:27:24 +00:00
zeljko
ec644c4d7d Gtk2: fixed TMemo.ReadOnly. fixes #17367
git-svn-id: trunk@27281 -
2010-09-07 19:18:48 +00:00
zeljko
5100ba4cda Gtk2: TGtk2WidgetSet.SetWindowPos() implemented SWP_NOMOVE & SWP_NOSIZE
git-svn-id: trunk@27280 -
2010-09-07 19:06:59 +00:00
zeljko
bfa8ee5124 Qt: fixed wrong return value of TQtWidgetSet.GetWindowRect(), value should be in screen coordinates.
git-svn-id: trunk@27279 -
2010-09-07 18:56:07 +00:00
jesus
c925f08bcb LCL, check that dbgrid reserves at least one buffer, issue #14694
git-svn-id: trunk@27278 -
2010-09-07 17:48:05 +00:00
zeljko
83b0b2ef87 Qt: fixed delayed initialization of palettes under X11 (inactiveTitleColor, disabled controls color) by initializing palette imediatelly (as suggested from qt-nokia devels).
git-svn-id: trunk@27277 -
2010-09-07 14:23:03 +00:00
dmitry
bcb791dcb6 cocoa: initial implementation of CocoaListView and CocoaGroupBox
git-svn-id: trunk@27276 -
2010-09-06 13:37:27 +00:00
dmitry
959ce2b93d cocoa: initial implementation of WSScrollbar and WSToggleBox
git-svn-id: trunk@27275 -
2010-09-05 16:47:07 +00:00
dmitry
9343928763 cocoa: initial implementation of TMemo control, improved WScontrols handle creation, initial CocoaScrollView implementation
git-svn-id: trunk@27274 -
2010-09-05 13:47:24 +00:00
dmitry
3cd980b72a cocoa:
* changed bounds setting/getting mechanism using objccategory.
* removed bounds setting/getting functions from CocoaUtils
* implemented DC origin changing getting functions
* fix CriticalSection compilation problem (related bug #17341)
* added stubs for Scroll-related winapi function

git-svn-id: trunk@27273 -
2010-09-05 09:57:31 +00:00
ask
78e3076672 TAChart: Update stacked series demo
git-svn-id: trunk@27272 -
2010-09-05 06:48:04 +00:00
ask
0006342434 TAChart: Use styles for drawing stacked series
git-svn-id: trunk@27271 -
2010-09-05 06:46:46 +00:00
ask
a1d8b1a7e8 TAChart: Initial implementation of chart styles
git-svn-id: trunk@27270 -
2010-09-05 06:33:54 +00:00
zeljko
f2e1d9f50b Gtk2: fixed TGtk2WSWinControl.SetChildZPosition(). fixes #17298
git-svn-id: trunk@27269 -
2010-09-04 17:14:49 +00:00
zeljko
4cc5ab25bf Qt: fixed TQtWSWinControl.SetChildZPosition().Partially fixes #17298
git-svn-id: trunk@27268 -
2010-09-04 17:00:08 +00:00
sekelsenmat
b542879b49 Fixes the name of the ICNS format
git-svn-id: trunk@27267 -
2010-09-04 16:28:08 +00:00
sekelsenmat
2739344796 Fixes the compilation of the LCL for WinCE by fixing the new winfileutils to work with WinCE
git-svn-id: trunk@27266 -
2010-09-04 15:28:39 +00:00
zeljko
9943e6437a Qt: moved QtFileDialog.setShortcuts() to UpdateProperties, also added setShortcuts() for SelectDirectory dialogs.
git-svn-id: trunk@27265 -
2010-09-04 12:12:45 +00:00
zeljko
bb84c35d61 Qt: TQtWidgetSet.DrawText() implemented usage of DT_MODIFYSTRING and DT_END_ELLIPSIS.
git-svn-id: trunk@27264 -
2010-09-04 11:27:53 +00:00
ask
a8b64bb621 TAChart: Add multi-valued db-aware source. Update demo.
git-svn-id: trunk@27263 -
2010-09-04 10:11:15 +00:00
zeljko
fd82ff4f5f Qt: new class TQtObjectDump for dumping complete object children tree, hooked TQtFileDialog children controls to add standard shortcuts which are missing in non-native qt dialogs.
git-svn-id: trunk@27262 -
2010-09-04 09:52:47 +00:00
ask
94c95314be TAChart: Update demos to use MarginX and MarginY properties
git-svn-id: trunk@27261 -
2010-09-04 06:33:21 +00:00
ask
0fb7f8fc83 TAChart: Split TChartLegend.Margin into MarginX and MarginY properties
git-svn-id: trunk@27260 -
2010-09-04 06:32:40 +00:00
dmitry
9ac81b0d34 cocoa: implement SaveDC/ReleaseDC functions, WindowOrigin moving, CriticalSections
git-svn-id: trunk@27259 -
2010-09-03 21:14:49 +00:00
dmitry
dfad230000 cocoa: partialy implemented EnumFontFamiliesEx
git-svn-id: trunk@27258 -
2010-09-03 09:56:48 +00:00
zeljko
404ca55078 Qt: disallow QFileDialog constructor to use native dialogs out of static functions. fixes #16532
git-svn-id: trunk@27257 -
2010-09-03 09:39:01 +00:00
dmitry
02308cd07e lcl: fix range cheking errors for windows file operations
git-svn-id: trunk@27256 -
2010-09-03 09:27:25 +00:00
dmitry
ea83850a40 cocoa: improve text out drawing, implemented ref-counting for gdi objects
git-svn-id: trunk@27255 -
2010-09-02 22:35:04 +00:00