Commit Graph

2407 Commits

Author SHA1 Message Date
9c2b80b5c4 * Re-generated .inc files with new version from the idlparser.
* Some string-types are now not returned as function result but as parameter. Solves several string issues.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2357 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 14:43:54 +00:00
63822c9462 * Updated the gui-project for the new type-mappings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 14:10:59 +00:00
2610161021 * Added ability to specify in type-mappings if var,constref etc should be uesed
* Added ability to force passing a variable in a parameter instead of function result
 * Removed ctypes-mapping, this in not necessary anymore

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 13:48:22 +00:00
ffbc7d0761 * Removed unused variables
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2354 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 13:45:20 +00:00
3d88234802 * Updated GBrowser example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2353 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-19 13:33:52 +00:00
c3ba51579a * Fixed parsing differences between in/out/inout parameters
* Added option to add all forward declarations into a separate file

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2352 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-18 11:44:57 +00:00
713d864ebe remove old resource file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-17 17:17:38 +00:00
f7ccd67805 fix bug in TToolPanel on show ToolPanelSetupForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2350 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-17 17:16:29 +00:00
625a4e0e99 * Begin of version 2 of the geckoport package
In this new version the gecko-interfaces are generated directly from the
   idl-files of the gecko-sdk using the idlparser utility. The generated 
   include files are kept as closely to the original as possible. For now
   by defaule Gecko 9 is used, as Gecko 10 has a bug which makes it
   impossible to embed it on Linux systems.



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-17 10:50:10 +00:00
50aaeec1c9 * Added version2 branch of Geckoport, branched from version 1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-16 11:32:18 +00:00
35a067e943 * Moved current geckoport version to version1 branch
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-16 11:27:43 +00:00
efa62983f8 CheckCloseForm in TRXCloseFormValidator now is public
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 16:35:18 +00:00
edeccf9cb4 Added ability to gather all forward declarations into one file
* Check for implementation and set reserved words

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 15:27:56 +00:00
30ab99dd35 * Improved constant parsing: handle constant value as one text block
* Replace << and >> for shl and shr in non-string constants

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 13:31:51 +00:00
d1b1ffc8b1 * Added command-line version of parser: idltopas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 11:59:33 +00:00
56cdbd977f * Check for reserved words type and end as identifier names
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 11:58:18 +00:00
a7d87c1cfa Extra checks for db null dates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 10:36:27 +00:00
07bc0b98a9 * Fir for storing the idl-to pascal-type mapping to disk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-15 10:22:10 +00:00
c59ab57339 Make things simple
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2339 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-14 18:00:29 +00:00
69552795e1 Preventing double updates (QT widgetset)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-14 15:56:06 +00:00
9c3f8d1bfb * Added initial version of idlparser
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-14 15:06:44 +00:00
f78231c2d7 LazClock: Adds Linux install script
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2336 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-14 10:41:59 +00:00
ac77fabe78 LazClock: Adds bundle creator and path getting code, this allows it to run in Mac OS X
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2335 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-14 08:21:57 +00:00
29abd84caa new image for component TRxCloseFormValidator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2334 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-07 15:30:40 +00:00
1f687faa43 Fixed focus issues
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2333 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-06 15:59:19 +00:00
41d2a7604a fix compile with latest FPC 2.7
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2332 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-03 18:35:29 +00:00
96d0c1deb9 Save small change
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2331 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-03-03 09:28:11 +00:00
d5190ae858 Fixed missing English translation for mnuFileNewText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 22:45:54 +00:00
08573f881e Corrected copyright statement and application name in comment headers
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 22:40:24 +00:00
02df30c327 Beautified about dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 13:18:26 +00:00
7664591671 Added (sample) icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2327 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 12:02:41 +00:00
60bf9619dd Implemented detection of image width/height in PictureDlgForm. Added LazEdit_PicsLib unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2326 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 11:51:13 +00:00
6e508e0184 Use selected text in editor as FindDialog.FindText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 11:28:47 +00:00
f9c83aff08 Removed unused function TAnchorDlg.GetAnchorText
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2324 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 11:11:58 +00:00
2bf672c856 Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 11:09:45 +00:00
a8e6f92847 Removed unused constant
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2322 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 10:58:15 +00:00
c6d8a731af Cleanup code to set Tabsheet.Caption
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 10:56:52 +00:00
fc6cac6a8f More improvements to handling of Open/SaveDialog.FilterIndex
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-29 10:50:50 +00:00
1d4fd99f98 fix error in rxDbGrid - tnx .wOvAN and ronin from freepascal.ru
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2319 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 20:01:51 +00:00
a69372cd07 Cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 14:18:41 +00:00
cd2d3f37da Removed unneccesary reference to Win9xWSManager (it is included by LCLProc on Win32)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2317 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 13:34:45 +00:00
041633a17f Improved Open/SaveDialog filter handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2316 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-28 13:32:11 +00:00
ab46c9f782 cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-26 21:06:20 +00:00
50fbeba243 fix error on open demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2314 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-26 21:03:30 +00:00
06f7e545ad RxDBGrid - move footers property to FooterOptions
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2313 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-25 07:27:11 +00:00
7a6c561aec lazhexeditor: Fixes compilation in newer FPC and renames the project to lazhexeditor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2312 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-23 16:12:04 +00:00
540529cf37 lazclock: Minor fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2311 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-23 15:48:04 +00:00
6c209927e9 fix bug in RxDBGrid - tnx haword from freepascal.ru
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2310 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-23 04:46:16 +00:00
db4f915436 Disable commandline parameter handling on Darwin
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-22 17:54:51 +00:00
cce35768f7 fpbrowser: Adds a configuration dialog with a user agent switcher
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-02-22 14:35:04 +00:00