Commit Graph

45654 Commits

Author SHA1 Message Date
juha
d30cca924e IPro, TIpHtmlPreview: make printers print always. Issue #27409, patch from Michl.
git-svn-id: trunk@47606 -
2015-02-06 21:22:33 +00:00
sekelsenmat
d3056b750a carbon: Fixes window creation in Retina displays
git-svn-id: trunk@47605 -
2015-02-06 19:18:01 +00:00
juha
abf9a845da Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
juha
23756279f4 IDE: Cleanup
git-svn-id: trunk@47603 -
2015-02-06 18:25:13 +00:00
juha
cda1efb38d Translation example: Fix compilation, DefaultTranslator -> LCLTranslator.
git-svn-id: trunk@47602 -
2015-02-06 17:39:29 +00:00
juha
d6b0f9d196 JpegExample: remove breakpoints etc.
git-svn-id: trunk@47601 -
2015-02-06 17:39:18 +00:00
zeljko
5324546b91 Qt: added define TQTMESSAGEBOXUSEPARENT to fix showing dialogs behind application on MacOSX.
git-svn-id: trunk@47600 -
2015-02-06 09:16:37 +00:00
martin
59b3e94a65 SynEdit: Multi caret beta / small fix
git-svn-id: trunk@47599 -
2015-02-06 04:59:27 +00:00
martin
b48672e38e SynEdit: Multi caret beta / missing
git-svn-id: trunk@47598 -
2015-02-06 02:26:29 +00:00
martin
f38ac4815a SynEdit: Multi caret beta / missing
git-svn-id: trunk@47597 -
2015-02-06 02:22:41 +00:00
martin
b6efaa244f SynEdit: Multi caret beta
git-svn-id: trunk@47596 -
2015-02-06 02:07:31 +00:00
martin
edf313e023 GDB: better display of data with repeat count
git-svn-id: trunk@47595 -
2015-02-06 02:05:51 +00:00
juha
d2dc7a43e6 Revert r47571 #74d2ec821a "IDE: New project description for UTF8 ...". Build mode cannot be set in project description.
git-svn-id: trunk@47594 -
2015-02-05 16:05:09 +00:00
juha
9569ce56d2 IDE: Move "Support UTF8 RTL" button to Project options window. Add -dEnableUTF8RTL to MatrixOptions (Additions and Overrides).
git-svn-id: trunk@47593 -
2015-02-05 15:46:46 +00:00
juha
25753901f7 IDE: Fix the error message when session .lps file is corrupted.
git-svn-id: trunk@47592 -
2015-02-05 15:46:33 +00:00
mattias
bee2faeb7b IDE: added parameters --verbose, --quiet, when building IDE or project and when quit, give message when already building
git-svn-id: trunk@47590 -
2015-02-04 22:30:54 +00:00
mattias
ea7686e0d4 IDE: build file: do not build while debugging or compiling
git-svn-id: trunk@47588 -
2015-02-04 20:46:23 +00:00
maxim
f43220d638 Components, sqlite: i18n and layout improvement, patch by Péter Gábor, bug #27390 with string corrections. Also added Russian translation.
git-svn-id: trunk@47585 -
2015-02-03 00:02:46 +00:00
maxim
8de1e2482d IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@47584 -
2015-02-02 23:06:15 +00:00
bart
2ef47b3812 ColorListBox: use same logic for Style as TColorBox. Issue #0027397.
git-svn-id: trunk@47583 -
2015-02-02 18:21:18 +00:00
martin
f05054dd59 Debugger: GDB more fixes for gdb 7.7 and up. Uppercase expressions / See issue #27136
git-svn-id: trunk@47581 -
2015-02-02 03:07:09 +00:00
zeljko
d517ab2465 Qt: reverted r47579 #f974ca6724. It was wrong, problem is much deeper.
git-svn-id: trunk@47580 -
2015-02-01 10:44:45 +00:00
zeljko
f974ca6724 Qt: fixed display lock with mouse grabber. issue #27384
git-svn-id: trunk@47579 -
2015-02-01 10:25:38 +00:00
zeljko
a22050dd62 Qt: fixed themed drawing of disabled combobox. issue #27381
git-svn-id: trunk@47578 -
2015-02-01 09:30:42 +00:00
juha
d78c839b57 LCL: Remove redundant code in TCheckListBox. Issue #27385, patch from Vojtech Cihak.
git-svn-id: trunk@47577 -
2015-02-01 09:04:04 +00:00
juha
63e79c85cd IDE: Tweak the Build Mode manager GUI a little more.
git-svn-id: trunk@47576 -
2015-02-01 09:03:58 +00:00
martin
205a10bfc3 SynEdit: Prepare alternative caret
git-svn-id: trunk@47575 -
2015-01-31 19:21:13 +00:00
martin
e99fe3257d Debugger: GDB improve launching app by stepping (F8). break at main
git-svn-id: trunk@47574 -
2015-01-31 13:55:47 +00:00
mattias
2315bd655d translations: German: updates from Swen Heinig
git-svn-id: trunk@47572 -
2015-01-31 10:22:28 +00:00
juha
74d2ec821a IDE: New project description for an application with UTF8 RTL support.
git-svn-id: trunk@47571 -
2015-01-31 09:53:56 +00:00
juha
4a4651ad58 IDE: Button for adding defines into customoptions for UTF8 RTL support.
git-svn-id: trunk@47570 -
2015-01-31 09:53:44 +00:00
juha
1495974c5f IDE: improve layout anchors in 2 forms.
git-svn-id: trunk@47569 -
2015-01-31 09:53:33 +00:00
juha
4945b58a15 LCL, Win32: Reduce PDrawItemStruct typecasts in WindowProc methods.
git-svn-id: trunk@47568 -
2015-01-31 09:53:23 +00:00
martin
f611836e4c Debugger: GDB improve internal breakpoints at start. Issue #0026209 #0026470
git-svn-id: trunk@47567 -
2015-01-30 23:16:32 +00:00
jesus
7e93d299dc Docs: TCanvas.TextRect changes from wp, issue #27379
git-svn-id: trunk@47566 -
2015-01-30 21:47:02 +00:00
mattias
dfffaa0c33 IDE: drop files: invalidate file state cache
git-svn-id: trunk@47563 -
2015-01-29 14:38:02 +00:00
juha
48f6e42729 Revert r47557 #4189a2b962 "LCL: Prevent calling TListView OnMouseUp twice on Windows 7. Issue #27189."
git-svn-id: trunk@47562 -
2015-01-29 13:13:05 +00:00
juha
7fd9395d32 Revert r47558 #b2e75458f2 "LCL: Remove a Win9x workaround for TListView OnMouseUp. Issue #27189"
git-svn-id: trunk@47561 -
2015-01-29 13:12:54 +00:00
juha
b2e75458f2 LCL: Remove a Win9x workaround for TListView OnMouseUp. Issue #27189, patch from Michl.
git-svn-id: trunk@47558 -
2015-01-28 21:21:37 +00:00
juha
4189a2b962 LCL: Prevent calling TListView OnMouseUp twice on Windows 7. Issue #27189, patch from Michl.
git-svn-id: trunk@47557 -
2015-01-28 21:21:26 +00:00
marco
2163b6cdcb * Phillipe Levi mentioned seeing "Stringrid" on the ml, a grep turned up two occurances -> fixed.
git-svn-id: trunk@47556 -
2015-01-28 11:21:36 +00:00
mattias
a3523cddaa wikiconvert: allow fpdoc root nodes with minus, issue #27362, patch from Andi Friess
git-svn-id: trunk@47555 -
2015-01-27 23:33:52 +00:00
maxim
ede88bbed7 Translations: Hungarian translation update by Péter Gábor, bug #27365
git-svn-id: trunk@47550 -
2015-01-27 23:10:25 +00:00
maxim
29a6115f7c SynEdit: updated Russian translation
git-svn-id: trunk@47549 -
2015-01-27 22:22:02 +00:00
maxim
b6cc6e34aa IDEIntf: updated Russian translation
git-svn-id: trunk@47548 -
2015-01-27 22:07:12 +00:00
mattias
38712c1dc6 wikiconvert: use fpdoc-descriptions
git-svn-id: trunk@47547 -
2015-01-27 14:53:32 +00:00
mattias
6b684cfedd IDE: Messages: fixed parsing Windows drive colon in fpc messages
git-svn-id: trunk@47545 -
2015-01-27 08:40:32 +00:00
mattias
e6f5e26e7c LCL: formatting
git-svn-id: trunk@47543 -
2015-01-27 08:33:20 +00:00
mattias
bd1a801f5d LCL: TCustomSpeedButton: do not store Glyph in lfm when Action provides the Glyph, issue #27357, from BBaz
git-svn-id: trunk@47542 -
2015-01-27 08:31:53 +00:00
mattias
c1e57c70af wikiconvert: started fpdoc project file
git-svn-id: trunk@47541 -
2015-01-27 00:26:17 +00:00