Commit Graph

26884 Commits

Author SHA1 Message Date
mattias
26e3d51f1a removed examples/parser
git-svn-id: trunk@27335 -
2010-09-12 16:34:42 +00:00
mattias
e76c4c475d IDE: fixed storing i18n output directory and checking modified
git-svn-id: trunk@27334 -
2010-09-12 16:26:12 +00:00
mattias
0cffa9fdab IDE: fixed storing version info and checking modified
git-svn-id: trunk@27333 -
2010-09-12 16:18:16 +00:00
mattias
386e78da8d IDE: compiler options: replaced TNoteBook with TPageControl
git-svn-id: trunk@27332 -
2010-09-12 15:09:48 +00:00
mattias
1c293c3104 IDE: fixed checking unit modify flags, bug #17315
git-svn-id: trunk@27331 -
2010-09-12 14:46:42 +00:00
juha
55bb3e8ffe Converter: Load a unit to editor in a different way.
git-svn-id: trunk@27330 -
2010-09-12 13:38:38 +00:00
juha
2581056c23 Converter: Improve single unit file conversion. Load and save it properly.
git-svn-id: trunk@27329 -
2010-09-12 11:16:05 +00:00
juha
8e81570b80 Converter: don't try to retype variables when there are no replacements.
git-svn-id: trunk@27328 -
2010-09-12 11:16:01 +00:00
juha
772c10f63e Converter: Allow class definition in implementation section.
git-svn-id: trunk@27327 -
2010-09-12 11:15:56 +00:00
juha
017b48771a Converter: support class defintion in implementation section.
git-svn-id: trunk@27326 -
2010-09-12 11:15:52 +00:00
michael
0f7bdce052 * Added option to create SQL script file
git-svn-id: trunk@27325 -
2010-09-12 11:03:00 +00:00
michael
def95ce019 * Upgraded to version 0.5
git-svn-id: trunk@27324 -
2010-09-12 11:02:12 +00:00
michael
233cbd23c3 * HTML/CSS/JS file creation items in File New (From Aleksey Lagunov).
* HTML Editor menu item to insert HTML tags (From Aleksey Lagunov).
* JS file 'Quick syntax check' option enabled.
* Enabled Syntax highlighting options for SQL properties of SQLDBConnector.

git-svn-id: trunk@27323 -
2010-09-12 08:45:22 +00:00
michael
b02ee4ee72 * Added Syntax check option for SQL (recent version 2.5.1 of FPC, uses defines so should compile with 2.4.x as well)
git-svn-id: trunk@27322 -
2010-09-12 08:32:53 +00:00
jesus
9cb4d0cf13 LCL, do not unnecessarily scroll the grid on click, issue #16102
git-svn-id: trunk@27321 -
2010-09-12 05:17:56 +00:00
jesus
a1fc7a7bee LCL, do not check for default grid's column title, issue #16845
git-svn-id: trunk@27320 -
2010-09-12 00:00:13 +00:00
mattias
c3c3c6425c codetools: fixed save include links
git-svn-id: trunk@27319 -
2010-09-11 23:14:47 +00:00
mattias
6132daabf9 IDE: comment
git-svn-id: trunk@27318 -
2010-09-11 22:46:42 +00:00
jesus
90bf8f4f5e LCL, grid improvement (inplace editing of cell values with picklisteditor and stringeditor), from Oleg, issue #15833
git-svn-id: trunk@27317 -
2010-09-11 22:44:28 +00:00
mazen
05a65583d1 * Remove *.or files after running a make clean. This should probably be fixed in make files of each directory.
git-svn-id: trunk@27316 -
2010-09-11 22:43:57 +00:00
juha
20ee3ff266 Fixed type cast. Tag is Integer and the cast must be Integer, too.
git-svn-id: trunk@27315 -
2010-09-11 22:10:54 +00:00
mattias
c3b2a1927d install files for linux: removed encoding for gnome desktop file
git-svn-id: trunk@27314 -
2010-09-11 18:44:22 +00:00
mattias
875ac17bdb codetools: fixed parsing constants a.b.c
git-svn-id: trunk@27313 -
2010-09-11 18:41:52 +00:00
mattias
1e799a4678 codetools: added "is nested" procedure modifier, bug #17310
git-svn-id: trunk@27312 -
2010-09-11 18:07:15 +00:00
zeljko
2940387350 Gtk2: fixed result from WindowFromPoint(). fixes first part of #17389, still to do cases of showing/hiding, enabling/disabling, moving/resizing under mouse when it's not moved.
git-svn-id: trunk@27311 -
2010-09-11 17:25:58 +00:00
zeljko
c7feb3efb5 Qt: added helper functions for WindowFromPoint() cache.
git-svn-id: trunk@27310 -
2010-09-11 16:44:11 +00:00
zeljko
00d38fd701 Qt: added caching of TQtWidgetSet.WindowFromPoint() to avoid unnecesarry calls of very slow QApplication_widgetAt() function. Now TQtWidgetSet.WindowFromPoint() returns same as Win32 WindowFromPoint(), especially in case if mouse isn't moved but widget under it has been disabled or hidden, or new widget is shown above it.
git-svn-id: trunk@27309 -
2010-09-11 16:11:48 +00:00
mattias
1fc4c3a359 codetools: identifier completion: check base context only once on error, bug #17345
git-svn-id: trunk@27308 -
2010-09-11 15:27:27 +00:00
mattias
e1fab76727 codetools: extended ReadConstant to read all operators and operands, bug #17351
git-svn-id: trunk@27307 -
2010-09-11 15:06:38 +00:00
mattias
8532d4a6f7 IDE: reduced min wait time for completion box to 10ms, bug #17374
git-svn-id: trunk@27306 -
2010-09-11 14:26:00 +00:00
mattias
dc78f11aef fixed typo cant
git-svn-id: trunk@27305 -
2010-09-11 14:06:32 +00:00
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