Commit Graph

38250 Commits

Author SHA1 Message Date
mattias
20fd881b41 startlazarus: fixed target file name
git-svn-id: trunk@39509 -
2012-12-11 09:33:51 +00:00
sekelsenmat
3c7d1f7112 LCL-Android-Sqlite: Reading string data via data-aware controls fully works now
git-svn-id: trunk@39508 -
2012-12-11 09:33:25 +00:00
maxim
e4b2f12b25 IDE: changed Search Results dialog to bsSizeable and enabled system menu in order to unify its look with Find / Find in files dialogs, bug #23456
git-svn-id: trunk@39507 -
2012-12-10 21:48:56 +00:00
maxim
f5bdd7af3f Translations: Spanish IDE translation update by Lucas Martín, bug #23457
git-svn-id: trunk@39504 -
2012-12-10 19:55:58 +00:00
sekelsenmat
43740984e2 LCL-Android-Sqlite: Changes the architecture to recreate the handle on each routine because it was crashing. Reorders the methods to be according to the interface. Fixes many issues and crashes and bugs in the Android-Sqlite dataset code.
git-svn-id: trunk@39503 -
2012-12-10 17:37:41 +00:00
martin
bc13aee2de PascalScript: sync with original
git-svn-id: trunk@39502 -
2012-12-10 14:27:09 +00:00
sekelsenmat
7cc850d667 LCL-Android-Example: Makes the sqlite usage selectable
git-svn-id: trunk@39501 -
2012-12-10 11:01:22 +00:00
maxim
3d9f6e6c37 Installer: removed unused InstallerStrConsts translations
git-svn-id: trunk@39500 -
2012-12-10 00:16:36 +00:00
maxim
3e447376a4 Localization scripts: manual objinspstrconsts.*.po updating no longer needed, rebuilding IDE is enough
git-svn-id: trunk@39499 -
2012-12-09 23:45:58 +00:00
maxim
d58447866c regenerated translations; updated Russian translation
git-svn-id: trunk@39498 -
2012-12-09 23:41:28 +00:00
maxim
fe06914c96 OI: fixed typos
git-svn-id: trunk@39497 -
2012-12-09 23:37:12 +00:00
bart
3933ed5f1b ValEdit: Only allow FixedCols := 0 or 1
git-svn-id: trunk@39496 -
2012-12-09 20:25:59 +00:00
bart
664747f4cf ValEdit: Fix crash in TValueListEditor.ShowColumnTitles when TitleCaptions.Count = 1
git-svn-id: trunk@39495 -
2012-12-09 19:13:50 +00:00
martin
84521c065f PascalScript: ppc, fix push self, before result
git-svn-id: trunk@39494 -
2012-12-09 18:57:12 +00:00
sekelsenmat
fb7212f505 LCL-CustomDrawn: Finally finishes fixing suppoty to navigate controls with tab
git-svn-id: trunk@39493 -
2012-12-09 18:55:55 +00:00
martin
0366bfa300 PascalScript: ppc, fix dealing with calls that use register only (empty stack caused endless soop)
git-svn-id: trunk@39492 -
2012-12-09 18:02:02 +00:00
bart
18bd334bfa ValEdit: Start implementing validating: don't accept duplicate Key names.
git-svn-id: trunk@39491 -
2012-12-09 16:51:01 +00:00
martin
5b1bd9549c PascalScript: tests
git-svn-id: trunk@39490 -
2012-12-09 15:31:54 +00:00
martin
0cc92c4269 DBG: fix tests
git-svn-id: trunk@39489 -
2012-12-09 15:23:06 +00:00
martin
8594de7421 SynEdit: fix forwarding result in LogicPosAddChars (introduced in r 39483) Issue #0023454
git-svn-id: trunk@39488 -
2012-12-09 14:47:15 +00:00
juha
c09fb28755 IDE, PropEdits: use GetVerbCount, GetVerb and ExecuteVerb for OI popup menu actions
git-svn-id: trunk@39487 -
2012-12-09 14:08:11 +00:00
martin
966565bfbd DBG: fixes/updates to tests
git-svn-id: trunk@39486 -
2012-12-09 13:47:35 +00:00
mattias
2560f9ed40 lazutils: xmlreader: handle non existing property list, bug #23450
git-svn-id: trunk@39484 -
2012-12-09 09:34:10 +00:00
martin
d61a0ebb2e SynEdit: ecDelete use codepoints instead of chars
git-svn-id: trunk@39483 -
2012-12-09 03:31:37 +00:00
martin
24df785c4c PascalScript: tests
git-svn-id: trunk@39481 -
2012-12-08 14:42:38 +00:00
martin
e67589ea6f PascalScript: Fix 64bit initialization. See https://github.com/remobjects/pascalscript/issues/22
git-svn-id: trunk@39480 -
2012-12-08 13:10:51 +00:00
martin
03b80bc7f6 PascalScript: port of the original tests
git-svn-id: trunk@39479 -
2012-12-07 23:32:16 +00:00
martin
51a6157180 PascalScript: ppc, arm, add self to param list
git-svn-id: trunk@39478 -
2012-12-07 22:16:08 +00:00
jesus
fe1d227c76 LazReport, fix moving/resizing objects when using keyboard under QT (and carbon), Patch from Julio Jiménez Borreguero, issue #23435
git-svn-id: trunk@39477 -
2012-12-07 20:42:08 +00:00
martin
908e2660f2 PascalScript: ppc, fix do not use stack *and* register
git-svn-id: trunk@39476 -
2012-12-07 18:48:50 +00:00
sekelsenmat
e155bfca39 Reimplements the cdintf control special case as a LCLIntf function, to be more conformant to the way of working for the LCL
git-svn-id: trunk@39475 -
2012-12-07 15:55:54 +00:00
sekelsenmat
9b8ffbeb1f LCL-CustomDrawn: Now writing db data via a TDBEdit also works, as I fixed the CM_TEXTCHANGED signal sending
git-svn-id: trunk@39474 -
2012-12-07 15:32:30 +00:00
sekelsenmat
ceaecc704b LCL-CustomDrawn: Improves TEdit features support so that now we can already read data from a database with TDBEdit
git-svn-id: trunk@39473 -
2012-12-07 14:26:39 +00:00
maxim
7044190d31 Installer: updated Russian translation
git-svn-id: trunk@39472 -
2012-12-07 00:31:17 +00:00
maxim
415d896b04 regenerated translations; updated Russian translation
git-svn-id: trunk@39471 -
2012-12-06 23:47:39 +00:00
juha
5f3229f26e JEDI Code Format: convert between Widestrings and Ansistrings. Issue #23442
git-svn-id: trunk@39470 -
2012-12-06 23:38:02 +00:00
bart
bca930e0c9 ValEdit: override TValueListStrings.SetTextStr: Don't show editor while changing values. Edited cell would not be changed.
git-svn-id: trunk@39469 -
2012-12-06 23:13:17 +00:00
martin
9f01fe7db9 Installer, Win: Display info while installing
git-svn-id: trunk@39468 -
2012-12-06 20:19:20 +00:00
martin
97bda19497 DBG: optimizations (speed / display format) for array watches
git-svn-id: trunk@39467 -
2012-12-06 20:06:06 +00:00
bart
a11814ad68 Masks.pas: implement optional parameter to control case-sensitivity for (filename) matching,
which may be usefull on case-sensitive filesystems or OS's.
Default is False, so it is backwards compatible with exiting code.

git-svn-id: trunk@39466 -
2012-12-06 19:08:12 +00:00
mattias
43695d025f updated lpl
git-svn-id: trunk@39465 -
2012-12-06 17:00:54 +00:00
martin
97c63bee5e DBG: Small optimizations for array watches (test)
git-svn-id: trunk@39464 -
2012-12-06 16:48:53 +00:00
martin
b4c7cffa66 DBG: Small optimizations for array watches
git-svn-id: trunk@39463 -
2012-12-06 16:43:22 +00:00
mattias
979dfc0037 IDE: extract proc: stop if identifier is invalid
git-svn-id: trunk@39461 -
2012-12-06 16:33:40 +00:00
juha
989a5004df IDE: OI and PropEdits code formatting
git-svn-id: trunk@39460 -
2012-12-06 16:27:41 +00:00
juha
cee6bb8700 IDE: Popup menu items in OI to let the user set current size to Max/Min constraints. Issue #23408
git-svn-id: trunk@39459 -
2012-12-06 16:27:29 +00:00
mattias
1ebbaf20e0 lazbuild: comment
git-svn-id: trunk@39458 -
2012-12-06 16:18:22 +00:00
mattias
6ff833e38d lazbuild: pass absolute paths to compiler, to make sure that external tools resolve symlinks correctly
git-svn-id: trunk@39457 -
2012-12-06 16:17:41 +00:00
mattias
53feb116ae lazbuild: apply verbosity to buildmanager
git-svn-id: trunk@39456 -
2012-12-06 16:11:39 +00:00
mattias
2cd110e940 lazbuild: fixed typo
git-svn-id: trunk@39455 -
2012-12-06 16:07:40 +00:00