Commit Graph

36301 Commits

Author SHA1 Message Date
sekelsenmat
2ae6c90244 LCL-CustomDrawn-Android: Further improves the improved timer. Starts adding a list to make sure nothing is GCed, uses global reference and adds a new parameter to in the future use only the list ID instead of the raw reference
git-svn-id: trunk@37246 -
2012-05-10 16:18:54 +00:00
sekelsenmat
0c28a14046 LCL-CustomDrawn-Android: Fixes the crashes in Samsung Galaxy S2 with Android 4.0 by fixing a wrong DeleteLocalRef and by properly allocating a global reference for the timer
git-svn-id: trunk@37245 -
2012-05-10 15:55:51 +00:00
sekelsenmat
c05b358686 LCL-CustomDrawn-Android: Greatly expands the list of known mimetypes
git-svn-id: trunk@37244 -
2012-05-10 15:11:11 +00:00
mattias
2cd8c83f80 gtk2: debugging for liboverlay grab_add/current problem
git-svn-id: trunk@37243 -
2012-05-10 14:58:41 +00:00
sekelsenmat
a75cb7fc80 fpvectorial: Moves the path rendering also from fpvtocanvas to fpvectorial.
git-svn-id: trunk@37242 -
2012-05-10 14:47:53 +00:00
zeljko
ddd0657787 Qt: TQtCustomControl should pass arrow keys to lcl.
git-svn-id: trunk@37241 -
2012-05-10 13:21:09 +00:00
sekelsenmat
1e3ca58978 fpvectorial: Adds a documentation image to clarify the coordinate system
git-svn-id: trunk@37240 -
2012-05-10 13:06:35 +00:00
zeljko
6a8e4af165 Qt: more checks for lclobject validity inside input events.
git-svn-id: trunk@37239 -
2012-05-10 12:57:43 +00:00
sekelsenmat
81f2c80fa7 fpvectorial: Moves all remaining entities to the new rendering method of fpvectorial, except the path. Fixes the mess about text positioning by defining a new uniform way of working for it. Refactors the fpvectorial implementation to reflect the order of declaration of classes.
git-svn-id: trunk@37238 -
2012-05-10 12:51:48 +00:00
sekelsenmat
14ea0c8587 fpvectorial: Adds pen setting to the ellipse rendering
git-svn-id: trunk@37237 -
2012-05-10 10:20:28 +00:00
sekelsenmat
fc747d6013 fpvectorial: DXF: Adds support for the color of an arrow
git-svn-id: trunk@37236 -
2012-05-10 10:02:59 +00:00
sekelsenmat
43b9f71606 fpvectorial: Adds support for the arrow entity in both generic fpvectorial and also DXF, and with a rendered directly in fpvectorial. Also fixes the text coordinates in DXF
git-svn-id: trunk@37235 -
2012-05-10 09:57:14 +00:00
martin
a8077ac2d8 DBG: Improve start-up to work with bug in gdb 7.4
git-svn-id: trunk@37234 -
2012-05-10 00:26:23 +00:00
sekelsenmat
25fe9208a0 LCL-CustomDrawn-Android: Fixes the implementation of reading from the Clipboard. Now both directions are working.
git-svn-id: trunk@37233 -
2012-05-09 14:45:05 +00:00
martin
c742e08c1d DBG: Inspect window, improve scrolling
git-svn-id: trunk@37232 -
2012-05-09 14:28:42 +00:00
martin
df2d3225ef SynEdit: Prevent some scrolling, while selecting by mouse. Issue #0021996
git-svn-id: trunk@37231 -
2012-05-09 14:14:41 +00:00
sekelsenmat
273f846e3e LCL-CustomDrawn-Android: OpenURI: Improves the code so that it doesnt crash when there are no registered applications for a given mimetype
git-svn-id: trunk@37230 -
2012-05-09 12:35:49 +00:00
sekelsenmat
b4de9a8f4f LCL-CustomDrawn-Android: Finishes the basic implementation of OpenURL and OpenDocument. Both are working now =)
git-svn-id: trunk@37229 -
2012-05-09 12:21:20 +00:00
sekelsenmat
d6044d86ae LCL-CustomDrawn-Android: Advances OpenDocument. Now it shows the list, but the apps crash at startup misteriously
git-svn-id: trunk@37228 -
2012-05-09 11:46:44 +00:00
sekelsenmat
d1036bd684 LCL-CustomDrawn-Android: Starts support for OpenURL and OpenDocument in Android
git-svn-id: trunk@37227 -
2012-05-09 10:08:14 +00:00
sekelsenmat
d6d91e73dd LCL-CustomDrawn-Android: Now sending data to the Clipboard is working! Reading from it still fails if the data comes from Android
git-svn-id: trunk@37226 -
2012-05-09 08:37:20 +00:00
zeljko
c229d7a370 Qt: additional check for LCLObject inside mdi child activation, fixes rare crash.
git-svn-id: trunk@37225 -
2012-05-09 08:14:01 +00:00
martin
b8b5b6cae9 SynEdit: Autocompletion, workaround for click on hint Issue #21952
git-svn-id: trunk@37224 -
2012-05-08 17:42:20 +00:00
sekelsenmat
2b25ebf0b3 LCL-CustomDrawn-Android: Improves the combobox selection further, fixing the case where the item index didnt change but the text did. Starts implementing Clipboard text setting
git-svn-id: trunk@37223 -
2012-05-08 17:04:49 +00:00
sekelsenmat
81d61cbfd7 LCL-CustomDrawn: Improves the item update in the combobox
git-svn-id: trunk@37222 -
2012-05-08 16:33:26 +00:00
sekelsenmat
0b9f2fb271 LCL-CustomDrawn-Android: Starts implementing clipboard support and fixes regressions from previous commits: Fixes Android combobox text and selection. Fixes Android virtual keyboard which was broken by SetFocus.
git-svn-id: trunk@37221 -
2012-05-08 16:15:40 +00:00
maxim
342109486f Translations: Czech IDE translation update by Martin Smat
git-svn-id: trunk@37220 -
2012-05-08 13:27:40 +00:00
mattias
42994e213e codetools: fixed parsing parameter types with units, bug #21985
git-svn-id: trunk@37219 -
2012-05-08 13:17:02 +00:00
zeljko
aa578cedd1 Qt: allow processing of arrow keys only on TQtAbstractButton (TButton,TBitBtn,TCheckBox,TRadioButton).second part of issue #21983
git-svn-id: trunk@37218 -
2012-05-08 09:59:13 +00:00
zeljko
d487295f64 Qt: eat arrow keys otherwise LCL will stop the event. issue #21983
git-svn-id: trunk@37217 -
2012-05-08 06:35:16 +00:00
juha
b53fa296e3 LazUtils: add a ToDo item for CopyDirTree.
git-svn-id: trunk@37216 -
2012-05-07 21:11:03 +00:00
mattias
1802fda674 codetools: GetSmartHint: ^, .., file of, class of
git-svn-id: trunk@37215 -
2012-05-07 16:16:17 +00:00
mattias
1eca771511 codetools: save less errors
git-svn-id: trunk@37214 -
2012-05-07 16:13:24 +00:00
mattias
855af79e42 codetools: do not save errors outside parser
git-svn-id: trunk@37213 -
2012-05-07 16:04:57 +00:00
mattias
ea0537d6bd sqldb: added TMySQL55Connection
git-svn-id: trunk@37212 -
2012-05-07 15:29:44 +00:00
ask
ceb9377fc2 TAChart: Update versions of a few demo projects
git-svn-id: trunk@37211 -
2012-05-07 08:49:20 +00:00
ask
28475d565d TAChart: Update dragdrop demo to use TDataPointHintTool with the modifier key
git-svn-id: trunk@37210 -
2012-05-07 07:39:35 +00:00
ask
c0db15a654 TAChart: Silence compiler hints
git-svn-id: trunk@37209 -
2012-05-07 07:32:38 +00:00
ask
35ae157a3b TAChart: Add TDataPointHintTool.UseApplicationHint property
Application-level hint does not work in combination with modifier keys
and mouse buttons. The tool now manages a separate hint window instead.
Rare users who require a single hint window per application
may set UseApplicationHint=true.

git-svn-id: trunk@37208 -
2012-05-07 07:25:28 +00:00
sekelsenmat
f7a49a4d03 LCL-CustomDrawn-Cocoa: Improves ClientToScreen, now it returns LCL screen coordinates and is much closer to the real positions for non-windowed controls
git-svn-id: trunk@37207 -
2012-05-07 07:07:21 +00:00
sekelsenmat
44f5d11c10 fpvectorial-eps: Some corrections to the array handling
git-svn-id: trunk@37205 -
2012-05-06 17:13:40 +00:00
sekelsenmat
0cfb1121f3 fpvectorial-eps: Implements the repeat operation
git-svn-id: trunk@37204 -
2012-05-06 16:37:32 +00:00
sekelsenmat
0d9fd40e57 fpvectorial-eps: Adds more missing operations
git-svn-id: trunk@37203 -
2012-05-06 16:26:46 +00:00
sekelsenmat
e732c71f3b fpvectorial-eps: Adds some missing operations, specially for the Current Transformation Matrix, arrays and some arithmetic operations
git-svn-id: trunk@37202 -
2012-05-06 16:14:30 +00:00
martin
d0fa292c28 SourceEdit: Only add tabs to tab-history that were accessed
git-svn-id: trunk@37196 -
2012-05-06 10:48:22 +00:00
martin
b66752bd74 SourceEdit: Do not access outdated tab-history entries (dangling pointers). Issue #0021939
git-svn-id: trunk@37195 -
2012-05-06 10:40:09 +00:00
sekelsenmat
19e4380062 fpvectorial-EPS: Finishes up inkscape errors by giving up in the end of the file
git-svn-id: trunk@37184 -
2012-05-06 08:00:53 +00:00
sekelsenmat
1054e895c8 fpvectorial: Implements many dictionary and VM Memory commands necessary for reading EPS files from Inkscape. It still fails in the very end of the file
git-svn-id: trunk@37181 -
2012-05-06 07:53:16 +00:00
sekelsenmat
2111299e6b LCL-CustomDrawn-Cocoa: Now the highlighting of windowed controls is perfect in UIBrowser, non-windowed ones still wrong. Also fixes the implementation of ClientToScreen
git-svn-id: trunk@37173 -
2012-05-06 07:01:46 +00:00
juha
ffa0f2e2dd LCL: Fix range check error in StringGrid when sorting and RowCount=FixedRows, issue #21947
git-svn-id: trunk@37167 -
2012-05-05 23:38:50 +00:00