juha
24cd5e93cd
LCL: Fix TBitBTn behavior with Kind=bkClose and ModalResult=mrClose. Issue #21844 , patch from Bart Broersma
...
git-svn-id: trunk@37064 -
2012-04-28 14:26:39 +00:00
blikblum
6d94b077c7
lcl: cleanup TDBLookup.Notification
...
git-svn-id: trunk@37063 -
2012-04-28 13:07:24 +00:00
juha
7d52c74d6d
IDE: Remove IFDEF for a non-supported compiler version
...
git-svn-id: trunk@37062 -
2012-04-28 13:02:18 +00:00
juha
5fd04a633b
LazUtils: fix spelling from Childs to Children
...
git-svn-id: trunk@37061 -
2012-04-28 13:02:13 +00:00
juha
9fcb610a8e
LazUtils: control how CopyFile works using flags. Issue #21854 , modified from a patch from Takeda Matsuki
...
git-svn-id: trunk@37060 -
2012-04-28 13:02:07 +00:00
juha
c53c098c48
LazUtils: Remove useless comments (func declaration is copied to comment) + formatting
...
git-svn-id: trunk@37059 -
2012-04-28 13:01:59 +00:00
blikblum
320ed4bf07
lcl: cache FListLinkDataSet in a variable when used more than once
...
git-svn-id: trunk@37058 -
2012-04-28 12:51:24 +00:00
blikblum
437c6649fb
lcl: prevent loop in TDBLookup.Initialize after changing ListLink.Datasource
...
git-svn-id: trunk@37057 -
2012-04-28 12:39:08 +00:00
blikblum
4b7489f68f
lcl: remove workaround to possible TFieldDataLink bug in TDBLookup.Initialize. If it still exists let it show so we can properly fix.
...
git-svn-id: trunk@37056 -
2012-04-28 12:00:34 +00:00
blikblum
90d47a6dea
lcl: clear field list before calling GetFieldList
...
git-svn-id: trunk@37055 -
2012-04-28 11:53:48 +00:00
blikblum
2b436be529
lcl: set TDBLookup.FListLink.DataSource dynamically to FListSource or a local datasource. Issue #15410
...
git-svn-id: trunk@37054 -
2012-04-28 11:41:55 +00:00
mattias
67182a3a30
LCL: fixed compilation for fpc 2.7.1
...
git-svn-id: trunk@37053 -
2012-04-28 09:17:14 +00:00
maxim
5ac4a58270
regenerated translations; updated Russian translation
...
git-svn-id: trunk@37052 -
2012-04-27 20:58:02 +00:00
maxim
a65f754c71
Translations: Ukrainian translation update by Igor Paliychuk
...
git-svn-id: trunk@37051 -
2012-04-27 20:24:38 +00:00
sekelsenmat
ce188a223e
LCL-CustomDrawn: Advances the WinAPI cross-platform implementations
...
git-svn-id: trunk@37050 -
2012-04-27 19:16:53 +00:00
sekelsenmat
d97d4445ee
LCL-CustomDrawn-X11: Fixes compilation
...
git-svn-id: trunk@37049 -
2012-04-27 15:34:56 +00:00
sekelsenmat
a294a8baf8
LCL-CustomDrawn: Implements SetFocus and corrects a lot of control injection code which was not updated to the latest way of doing it
...
git-svn-id: trunk@37048 -
2012-04-27 12:20:11 +00:00
sekelsenmat
8da0ccb743
CustomDrawn: Fixes some crashes which show in TEdit inserted inside TDBGrid
...
git-svn-id: trunk@37047 -
2012-04-27 08:34:35 +00:00
sekelsenmat
c5e4e7f55d
CustomDrawn: Completely fills all Common/WinXP fallback colors, this improves TDBGrid in LCL-CustomDrawn
...
git-svn-id: trunk@37046 -
2012-04-27 07:53:39 +00:00
sekelsenmat
78b6b700b6
Starts preparing to add more customdrawn_common colors
...
git-svn-id: trunk@37045 -
2012-04-27 07:08:54 +00:00
sekelsenmat
3039cc08bb
LCL-CustomDrawn-Cocoa: Fixes compilation
...
git-svn-id: trunk@37044 -
2012-04-27 06:55:55 +00:00
jesus
e62f67750f
LCL, fix TPostScriptPrinterCanvas.ClipRect is empty-rect until explicitly set by user, patch from Joachim Paepke, issue #21027
...
git-svn-id: trunk@37043 -
2012-04-26 21:02:01 +00:00
jesus
997ff4605a
LazReport, added Lazreport doc in LibreOffice format, from Julio Jimenez B.
...
git-svn-id: trunk@37042 -
2012-04-26 20:20:58 +00:00
jesus
dbf8f4a6c7
LazReport, doc convertion from sxw to pdf, from Julio Jimenez B
...
git-svn-id: trunk@37041 -
2012-04-26 20:05:48 +00:00
ask
79614db4ae
TAChart: Workaround for TDbChartSource referring to the dataset with Filtered := true
...
Since RecordCount ignores filtering, TDbChartSource tries to display all records.
Replace filtered-out records with NaNs to hide them from the view.
git-svn-id: trunk@37040 -
2012-04-26 19:56:03 +00:00
michael
eb7bcc8408
* Reverted files committed by accident
...
git-svn-id: trunk@37039 -
2012-04-26 15:53:36 +00:00
michael
97163122d0
* Enable mssqlconnection for fpc >= 2.6.1 (patch from Reinier Olilagers, bug #21867 )
...
git-svn-id: trunk@37038 -
2012-04-26 15:51:41 +00:00
sekelsenmat
8d471ab570
LCL-CustomDrawn: Further improves TCustomGrid
...
git-svn-id: trunk@37037 -
2012-04-26 15:32:29 +00:00
sekelsenmat
31551c6c8f
LCL-CustomDrawn: Improves a little the error handling in GetTextMetrics and friends
...
git-svn-id: trunk@37036 -
2012-04-26 14:37:09 +00:00
sekelsenmat
8437f7dbd1
LCL-CustomDrawn: Improves GetTextMetrics which corrects the centralized text rendering of cells in TCustomGrid
...
git-svn-id: trunk@37035 -
2012-04-26 14:34:32 +00:00
mattias
1a21dd05cd
gtk2: verbosity for ubuntu liboverlay mouse capture bug
...
git-svn-id: trunk@37034 -
2012-04-26 13:58:47 +00:00
mattias
2a2ff5bd9d
gtk2 intf: cleaned up releasecapture
...
git-svn-id: trunk@37033 -
2012-04-26 12:48:50 +00:00
mattias
53e5a4ea10
gtk2 intf: clean up old mouse capture
...
git-svn-id: trunk@37032 -
2012-04-26 12:15:42 +00:00
zeljko
5c73765c8b
Gtk2: do not draw text background if colormap isn't assigned. Second part of issue #21863
...
git-svn-id: trunk@37031 -
2012-04-26 08:03:59 +00:00
paul
d335785ef6
tools: fix another memory leak - it may happen in case of exception
...
git-svn-id: trunk@37030 -
2012-04-26 06:50:45 +00:00
zeljko
d9d4cafa40
Gtk2: fixed drawing of text with solid brush. issue #21863
...
git-svn-id: trunk@37029 -
2012-04-26 06:48:06 +00:00
paul
83ced3ec16
tools: fix memory leak in TSvn2RevisionApplication.IsValidRevisionInc
...
git-svn-id: trunk@37028 -
2012-04-26 06:09:16 +00:00
martin
0a35a31f1d
DBG: Accept different line endings ( #10 , #13 , #10#13, #13#10) issue #0021834 . Requires rev 37026 #9baa5f827c
...
git-svn-id: trunk@37027 -
2012-04-25 19:46:34 +00:00
martin
9baa5f827c
DBG: Prepare for different line endings. Issue #0021834
...
git-svn-id: trunk@37026 -
2012-04-25 19:46:21 +00:00
mattias
0a86a3e9d4
IDE: use unit dialog: check for syntax errors
...
git-svn-id: trunk@37025 -
2012-04-25 19:17:37 +00:00
mattias
a5d49673a3
IDE: fall back package output directory: set dir separators not
...
git-svn-id: trunk@37024 -
2012-04-25 19:13:10 +00:00
mattias
d853ab2e28
IDE: fall back package output directory: set dir separators
...
git-svn-id: trunk@37023 -
2012-04-25 16:45:00 +00:00
mattias
b47c4e7481
codetools: fixed uninitialized result
...
git-svn-id: trunk@37022 -
2012-04-25 16:41:37 +00:00
mattias
d0e93df910
anchordocking: changestamp for options
...
git-svn-id: trunk@37021 -
2012-04-25 16:31:09 +00:00
mattias
458181f496
IDE: recent/history lists: replaced case sensitive comparison with three types
...
git-svn-id: trunk@37020 -
2012-04-25 09:03:37 +00:00
juha
8dcc79e336
Add Takeda Matsuki to contributors list.
...
git-svn-id: trunk@37019 -
2012-04-24 22:02:20 +00:00
juha
d7cb4f1717
LazUtils: Fix FileUtil.CopyFile to work with Unicode in filenames. Issue #21817 , patch from Takeda Matsuki
...
git-svn-id: trunk@37018 -
2012-04-24 21:47:32 +00:00
jesus
62a35aadda
LazReport, improve mouse selecting of thin line objects
...
git-svn-id: trunk@37017 -
2012-04-24 17:30:42 +00:00
sekelsenmat
553a853858
LCL-CustomDrawn-Android: Changes all JNI GetLongField to GetIntField because our fields are of type int and not long. This fixes crashes in some devices with SIGSEGV at 0xdeadd00d
...
git-svn-id: trunk@37016 -
2012-04-24 16:17:23 +00:00
mattias
90be500297
codetools: clean up
...
git-svn-id: trunk@37015 -
2012-04-24 14:08:00 +00:00