Commit Graph

36437 Commits

Author SHA1 Message Date
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
martin
d17e688df7 SynEdit: Fixed Caret when scrolling under older Wine (Win Emulator) 0021929
git-svn-id: trunk@37166 -
2012-05-05 18:10:28 +00:00
mattias
b16adcf533 IDE: fixed DoGetUnitRegisterInfo for virtual files
git-svn-id: trunk@37165 -
2012-05-05 11:52:28 +00:00
mattias
92b4af045c IDE: fixed DoGetUnitRegisterInfo for virtual files
git-svn-id: trunk@37164 -
2012-05-05 11:49:29 +00:00
mattias
a461fd7b65 IDE: TProjectFileDescriptor.DefaultResourceName: first try without appending a number, check for pascal keywords
git-svn-id: trunk@37163 -
2012-05-05 11:47:40 +00:00
mattias
7ef4bcdbbf IDE: TProjectFileDescriptor.DefaultResourceName: first try without appending a number, check for pascal keywords
git-svn-id: trunk@37162 -
2012-05-05 11:36:45 +00:00
sekelsenmat
45c7aa2ce1 LCL-CustomDrawn-Cocoa: Improved accessibility, now it lists all elements on a form correctly
git-svn-id: trunk@37161 -
2012-05-05 10:38:28 +00:00
zeljko
f7a4699628 LCL: published missing properties TCalendar.Hint and TCalendar.TabOrder.
git-svn-id: trunk@37160 -
2012-05-05 10:06:12 +00:00
sekelsenmat
f0f5beb5cf Fixes a bug in the code to iterate accessible objects, it didnt work, now it does
git-svn-id: trunk@37159 -
2012-05-05 09:58:28 +00:00
sekelsenmat
5b94ac9513 LCL-CustomDrawn-Cocoa: Fixes the alphanumerical key input
git-svn-id: trunk@37158 -
2012-05-05 09:21:12 +00:00
zeljko
1cd734692e Qt: fixed key events from QCalendar, now tabbing works fine.
git-svn-id: trunk@37157 -
2012-05-05 09:13:18 +00:00
maxim
94b6dd00df Cody: updated Russian translation
git-svn-id: trunk@37156 -
2012-05-04 21:44:08 +00:00
jesus
825197724c LCL, use rectclip to set clipping rectangle instead of current path because it sometimes get drawn on next stroke
git-svn-id: trunk@37155 -
2012-05-04 19:51:30 +00:00
marc
09e587db69 lcl-db: prevent lookup initialization when dataset is destroyed
git-svn-id: trunk@37154 -
2012-05-04 12:27:30 +00:00
marc
465eb5f5c1 enable global loading, so loaded gets called only once when loading inherited frames/forms
git-svn-id: trunk@37153 -
2012-05-04 12:26:04 +00:00