juha
|
e1ba658ec6
|
Converter: implemented fully the coordinate offsets. GUI improvements.
git-svn-id: trunk@27346 -
|
2010-09-13 09:37:06 +00:00 |
|
juha
|
f3fec16c04
|
Converter: add a single converted unit to file history menu.
git-svn-id: trunk@27345 -
|
2010-09-13 09:37:00 +00:00 |
|
mattias
|
21ac9ffc21
|
codetools: fixed node end for parameter type array/file of, bug #17324
git-svn-id: trunk@27344 -
|
2010-09-13 07:14:47 +00:00 |
|
zeljko
|
fe09cbf97c
|
Qt: cleanup unused local variables.
git-svn-id: trunk@27343 -
|
2010-09-13 06:18:35 +00:00 |
|
zeljko
|
51bcecf4da
|
IDE: fixed haiku lib extension.Patch by olivier. fixes #17392
git-svn-id: trunk@27342 -
|
2010-09-13 06:09:52 +00:00 |
|
jesus
|
2a9d99e631
|
LCL, grids, do not auto resize an invisible custom column
git-svn-id: trunk@27341 -
|
2010-09-12 22:26:46 +00:00 |
|
jesus
|
2e9b4a180d
|
LCL, published DbGrid's OnEditingDone event, issue #17242
git-svn-id: trunk@27340 -
|
2010-09-12 19:13:47 +00:00 |
|
jesus
|
0a2ca24c4f
|
Docs, modified grid's autofillcolumns property description
git-svn-id: trunk@27339 -
|
2010-09-12 18:55:23 +00:00 |
|
zeljko
|
ed177fd3aa
|
Qt: improved TQtWidgetSet.WindowFromPoint() returning from cache.
git-svn-id: trunk@27338 -
|
2010-09-12 17:50:15 +00:00 |
|
mattias
|
dc40b3a647
|
IDE: fixed TProject.SomethingModified checking session
git-svn-id: trunk@27337 -
|
2010-09-12 16:50:21 +00:00 |
|
mattias
|
bfe27912a8
|
codetools: fixed parsing constant with round brackets
git-svn-id: trunk@27336 -
|
2010-09-12 16:40:44 +00:00 |
|
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 |
|