Commit Graph

43274 Commits

Author SHA1 Message Date
mattias
df5bd3cc50 IDE: project options: overrides: show LCLWidgetType macro only when project uses LCL
git-svn-id: trunk@45089 -
2014-05-19 07:45:08 +00:00
mattias
ff794a0e77 IDE: comment
git-svn-id: trunk@45088 -
2014-05-19 07:17:17 +00:00
juha
d2e17ae21c IDE: resource string formatting.
git-svn-id: trunk@45087 -
2014-05-18 22:54:12 +00:00
juha
b7f34fb2ec IDE: Add a dedicated button for LclWidgetType macro in "Additions and Overrides" page.
git-svn-id: trunk@45086 -
2014-05-18 22:53:51 +00:00
juha
761b0905cc LCL: rename the newly added method Reset in FilterEdit to prevent name clash.
git-svn-id: trunk@45085 -
2014-05-18 17:37:15 +00:00
mattias
98ff9b979e IDE: removed gtk2 workaround
git-svn-id: trunk@45084 -
2014-05-18 17:04:48 +00:00
mattias
6a4c629aec LCL: TControlScrollBar.ClientSizeWithoutBar: removed workaround for gtk2
git-svn-id: trunk@45083 -
2014-05-18 17:03:13 +00:00
mattias
59516fe2c8 LCL: fixed TScrollingWinControl.AutoScroll endless loop when one scrollbars needs to be shown because of the other
git-svn-id: trunk@45082 -
2014-05-18 17:01:29 +00:00
mattias
1631dd22e2 tpm: added missing shebang, bug #26184
git-svn-id: trunk@45080 -
2014-05-18 15:13:54 +00:00
mattias
7d6def48e6 chmhelp: added missing shebang, bug #26184
git-svn-id: trunk@45078 -
2014-05-18 15:12:42 +00:00
juha
e756eca77b LCL: Prevent IniPropStorage wiping configuration if collection is used. Issue #26112, patch from Luca Olivetti
git-svn-id: trunk@45077 -
2014-05-18 13:16:06 +00:00
maxim
3f72322a49 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45075 -
2014-05-18 12:42:22 +00:00
zeljko
5983ef2173 IDE: removed LCLQt from define, resize of components scrollbox is correct now.
git-svn-id: trunk@45073 -
2014-05-18 11:16:44 +00:00
zeljko
807a627cca Qt: implemented SM_CXDRAG,SM_CYDRAG.
git-svn-id: trunk@45072 -
2014-05-18 11:05:41 +00:00
zeljko
4a2626035c Qt: simplified and corrected clientrect handling of TQtAbstractScrollArea, especially in case of TScrollBox.
git-svn-id: trunk@45071 -
2014-05-18 09:39:33 +00:00
mattias
889c3dc94a IDE: componentpalette: less resizes
git-svn-id: trunk@45070 -
2014-05-18 09:17:43 +00:00
juha
cf3f44455a IDE: Make sure the "Additions And Overrides" page is visible before jumping there.
git-svn-id: trunk@45069 -
2014-05-18 08:58:13 +00:00
juha
c4cfaaa5d5 LCL: remove default param from FilterEdit.ForceFilter(). Add method Reset().
git-svn-id: trunk@45068 -
2014-05-18 08:57:17 +00:00
juha
8bf7b2db6e CompilerOptions: small cleanup.
git-svn-id: trunk@45067 -
2014-05-18 08:56:49 +00:00
zeljko
9061d3ee69 Qt: fixed StretchMaskBlt bug when dstRect position is not inside clipRegion.issue #26004
git-svn-id: trunk@45066 -
2014-05-18 07:18:56 +00:00
zeljko
85417a6ccd Qt: reverted r45064 #8e2eaec4fc
git-svn-id: trunk@45065 -
2014-05-17 21:52:11 +00:00
zeljko
8e2eaec4fc Qt: better fix for StretchMaskBlt - do not stop clipping for no reason.issue #26004
git-svn-id: trunk@45064 -
2014-05-17 21:10:07 +00:00
mattias
ccb4ea0792 lhelp: fixed building lhelp under fpc 2.6.4
git-svn-id: trunk@45062 -
2014-05-17 18:55:25 +00:00
juha
2026bcfa22 IDE: add a link for Widgetset settings also to Config and Target page. Fix comp. names.
git-svn-id: trunk@45061 -
2014-05-17 17:00:20 +00:00
mattias
a94d290c94 LCL: docs
git-svn-id: trunk@45060 -
2014-05-17 15:20:25 +00:00
zeljko
9d1bbadad1 Qt: fixed wrong clientRect & clientOffset result when TQtWidget have assigned FOwner.issue #26175
git-svn-id: trunk@45059 -
2014-05-17 15:03:56 +00:00
mattias
a7895ead33 LCL: do not clear last adjusted clientrect
git-svn-id: trunk@45057 -
2014-05-17 14:53:58 +00:00
zeljko
40930242e8 IDE: fixed anchors in buildlazdialog.
git-svn-id: trunk@45056 -
2014-05-17 13:38:09 +00:00
mattias
fe40c7c022 LCL: debugging ifdefs
git-svn-id: trunk@45054 -
2014-05-17 12:05:42 +00:00
mattias
5992cb80f4 lazutils: fixed UTF8FindNearestCharStart for 64bit long strings
git-svn-id: trunk@45053 -
2014-05-17 12:05:05 +00:00
mattias
ad050e9ddd IDE: fixed typo
git-svn-id: trunk@45051 -
2014-05-17 08:46:23 +00:00
mattias
7536a12eb1 IDE: designer: before adding a new component check for syntax errors, bug #20512
git-svn-id: trunk@45049 -
2014-05-16 20:01:56 +00:00
mattias
43ebc91b4e IDE: designer: check result of AddClicked
git-svn-id: trunk@45048 -
2014-05-16 19:53:14 +00:00
zeljko
af1b32c183 Qt: fixed groupbox preferredSize and added workaround for scrollbar policy change in TQtCustomControl.issue #26174
git-svn-id: trunk@45047 -
2014-05-16 12:33:49 +00:00
bart
6c682f3dd7 EditButton: fix OnEditingDone. Issue #0026171.
Patch by Torsten Bonde Christiansen.

git-svn-id: trunk@45044 -
2014-05-15 20:59:40 +00:00
maxim
a1808b1422 Translations: Czech translation update by Vaclav Valicek, bug #26163, bug #26164, bug #26166
git-svn-id: trunk@45042 -
2014-05-15 20:51:39 +00:00
mattias
736a701bff IDE: comments
git-svn-id: trunk@45041 -
2014-05-15 07:44:58 +00:00
mattias
202722ed9b IDE: further migrating external tools
git-svn-id: trunk@45040 -
2014-05-14 22:38:19 +00:00
martin
668ff18191 FpDebug: added type skAddress
git-svn-id: trunk@45039 -
2014-05-14 21:02:13 +00:00
joost
69a51cde62 FpDebug: Read the symbol-table on OS/X
git-svn-id: trunk@45038 -
2014-05-14 20:21:22 +00:00
jesus
5829cc4e89 LazReport, make an event so the programmer can decide if use the internal bookmarks handling on form page or doing custom bookmark handling (like do nothing), this should help when using datasets that do not implemenent persistent bookmarks (on detail datasets) like sqldb, issue #26132
git-svn-id: trunk@45037 -
2014-05-14 19:56:59 +00:00
martin
1b1ec598f8 FpGdbmiDebugger: fixed crash, accessing nil object
git-svn-id: trunk@45036 -
2014-05-14 15:44:24 +00:00
bart
a2286d1c09 PoChecker: fix crash caused by passing not enough parameters to Format().
Patch by Vaclav Valicek. Issue #0026167.

git-svn-id: trunk@45035 -
2014-05-14 10:15:01 +00:00
zeljko
b305990772 TLedNumber: implemented properties Transparent and BorderStyle.
git-svn-id: trunk@45034 -
2014-05-14 06:22:34 +00:00
maxim
6f127abb9e Translations: Czech translation update by Vaclav Valicek, bug #26158
git-svn-id: trunk@45032 -
2014-05-13 22:56:48 +00:00
martin
620840c586 FpGdbmiDebugger: tests
git-svn-id: trunk@45031 -
2014-05-13 20:42:21 +00:00
maxim
f281e6830c LCL: fixed typos in comments ("extention" -> "extension"), patch by Reinier, bug #26154
git-svn-id: trunk@45029 -
2014-05-12 23:12:18 +00:00
maxim
ac3a2bbfad Translations: Czech translation update by Vaclav Valicek, bug #26153
git-svn-id: trunk@45020 -
2014-05-12 20:53:47 +00:00
martin
8d0980f7f9 SynEdit: Fixed double width chars $3000-$303E which were not detected correctly.
git-svn-id: trunk@45019 -
2014-05-12 19:58:07 +00:00
zeljko
34371d34aa Qt: fixed problem with casts under 64bit.
git-svn-id: trunk@45018 -
2014-05-12 09:39:38 +00:00