Commit Graph

56371 Commits

Author SHA1 Message Date
wp
790027cd13 TAChart: Fix font scaling of CanvasDrawer.
git-svn-id: trunk@60310 -
2019-02-02 23:39:44 +00:00
wp
7787d285fd TAChart: Improvements in TChartAxis.EnsureGuaranteedSpace(). Issue #34896. Patch by Marcin Wiazowski.
git-svn-id: trunk@60309 -
2019-02-02 22:42:31 +00:00
joost
ba29464f49 IDE: Added the option to create new fppkg configuration files to the initial setup dialog
git-svn-id: trunk@60308 -
2019-02-02 20:54:24 +00:00
mattias
928d0a0075 docs: fixed xml
git-svn-id: trunk@60301 -
2019-02-02 19:39:46 +00:00
mattias
7983e62372 docs: fixed xml
git-svn-id: trunk@60299 -
2019-02-02 19:29:17 +00:00
mattias
d9807c6e7d docs: fixed build_lcl_docs
git-svn-id: trunk@60298 -
2019-02-02 19:16:33 +00:00
mattias
bc4e62ed9b lazutils: docs, issue #34994, patch from Don Siders
git-svn-id: trunk@60296 -
2019-02-02 19:07:45 +00:00
wp
a67d32bace TAChart: Fix of TChart.IsPointInViewPort and axis labels if all data values are < 1E-12.
git-svn-id: trunk@60276 -
2019-02-02 11:03:36 +00:00
martin
759d2cc725 Debugger GDBMI: Fix compilation of tests
git-svn-id: trunk@60275 -
2019-02-01 22:55:43 +00:00
martin
586058a0e3 Debugger GDBMI: Attempt workaround for step-over issue (step-over performs step-in). See Issue #0034159
git-svn-id: trunk@60274 -
2019-02-01 22:54:41 +00:00
martin
54f21f7efa Debugger GDBMI: Fix thread context for finding correct frame
git-svn-id: trunk@60273 -
2019-02-01 22:51:44 +00:00
joost
5692512684 Packager: Do not recreate a fpmake.pp when there are only changes in the comments, or when the fppkgpackagemanager is not installed unless forced
git-svn-id: trunk@60272 -
2019-02-01 22:46:00 +00:00
zeljko
05fed34657 Qt,Qt5: fixed AppRun when called with Application.Terminated - eg. app terminated in mainform.OnShow when using QtUseNativeEventLoop. part of issue #34982
git-svn-id: trunk@60271 -
2019-02-01 13:01:03 +00:00
zeljko
a4ca4a448f Qt,Qt5: fixed application hang when terminated but trying to show another form. Now we don't use QtUseNativeEventLoop on qt4 anymore. issue #34982
git-svn-id: trunk@60270 -
2019-02-01 09:59:25 +00:00
maxim
30ab342a20 Docs: removed BOM from Contributors.txt, fixes displaying of contributors list in About window
git-svn-id: trunk@60269 -
2019-01-31 23:43:30 +00:00
maxim
e7188b6683 LCLTranslator: Normalize lineendings of multilined strings when searching for translations in MO files. Fixes loading of translations of multilined strings from MO files.
git-svn-id: trunk@60268 -
2019-01-31 23:23:19 +00:00
martin
211ab886b0 LazLogger: Improve Indent handling with threads. Ensure inc/dec is not overwritten by other threads
git-svn-id: trunk@60267 -
2019-01-31 22:55:20 +00:00
mattias
fd3473241b IDE: fixed debugging exttool
git-svn-id: trunk@60266 -
2019-01-31 22:42:47 +00:00
martin
30146193bb LazLogger: Check the callback in a more thread save manner
git-svn-id: trunk@60265 -
2019-01-31 22:24:21 +00:00
martin
131d04802a LazLogger: Init is called from DoDebugLn => make thread save
git-svn-id: trunk@60264 -
2019-01-31 22:06:25 +00:00
martin
4ee1459b01 LazLogger: Optimize indent handling / fix reset indent for DbgOut
git-svn-id: trunk@60263 -
2019-01-31 21:49:14 +00:00
martin
185d63ac35 LazLogger: Optimize indent handling
git-svn-id: trunk@60262 -
2019-01-31 21:44:56 +00:00
juha
e662e97111 Docs: Updated documentation for DBGrids and DBExtCtrls. Issues #34945 and #34959, patches from Don Siders.
git-svn-id: trunk@60261 -
2019-01-31 21:38:01 +00:00
balazs
cbe6cf58bb Opkman: Change key mapping to Ctrl+Alt+Shift+O.
git-svn-id: trunk@60260 -
2019-01-31 21:02:55 +00:00
mattias
0c7f054e03 docs: lazfileutils, issue #34984, from Don Siders
git-svn-id: trunk@60258 -
2019-01-31 19:16:59 +00:00
martin
720d4c15c5 LazLogger: Move widetset callback into threadsave block
git-svn-id: trunk@60257 -
2019-01-31 14:58:16 +00:00
mattias
ba5435154a IDE: keymap conflict: show relation caption
git-svn-id: trunk@60256 -
2019-01-31 10:51:23 +00:00
mattias
e2a94d370f IDE: keymap conflict: show relation caption
git-svn-id: trunk@60253 -
2019-01-31 10:42:32 +00:00
mattias
466d4440d0 IDE: clean up
git-svn-id: trunk@60252 -
2019-01-31 10:42:04 +00:00
maxim
370f9a57e6 POChecker: removed unused ExtractLanguageFromChildName function and eliminated code duplication in ExtractMasterNameFromChildName function
git-svn-id: trunk@60251 -
2019-01-30 23:21:01 +00:00
michl
ec7a5c0cd1 LCL: GTK2: Fixed memory leak in StatusBar. Issue #34951
git-svn-id: trunk@60250 -
2019-01-30 21:54:31 +00:00
zeljko
d66f084d39 Qt,Qt5: do not send LM_MOVE from QLineEdit of QComboBox. issue #34880
git-svn-id: trunk@60249 -
2019-01-30 18:26:15 +00:00
zeljko
d7e48acfb9 Qt,Qt5: do not send LM_MOVE from viewport of TCustomControl since param is position of viewport by itself.
git-svn-id: trunk@60248 -
2019-01-30 17:49:59 +00:00
zoran
fc99f0b187 DateTimePicker - improve readability (spaces aronund binary operators)
git-svn-id: trunk@60247 -
2019-01-30 12:27:47 +00:00
martin
1513ba0c4c LazLogger: Fix a crash, due to not thread safe.
git-svn-id: trunk@60246 -
2019-01-30 00:53:46 +00:00
maxim
040d1106ac IDE/Packager/LazUtils: factored out PO filename parsing code to a separate procedure and made it dotted filename safe. Now using it in all relevant places, thus reducing code duplication and fixing possible problems with dotted PO filenames.
git-svn-id: trunk@60245 -
2019-01-29 23:04:16 +00:00
martin
a9f2cac891 LazLogger: Comments / Ifdef'ed flush log
git-svn-id: trunk@60244 -
2019-01-29 19:47:46 +00:00
mattias
591bb0ff09 docs: documentation of lazutf8classes, issue #34968, from Don Siders
git-svn-id: trunk@60242 -
2019-01-29 19:12:20 +00:00
mattias
1dfd9924d7 codetools: scanner: added $modeswitch multiplescopehelpers
git-svn-id: trunk@60241 -
2019-01-29 18:21:11 +00:00
martin
7243ffc25d Lldb / FpLldb: fix length of exception class names
git-svn-id: trunk@60239 -
2019-01-29 15:00:28 +00:00
mattias
12a8c5eb4b docs: clean up
git-svn-id: trunk@60238 -
2019-01-29 14:02:09 +00:00
juha
ffba4af22d Docs: Update documentation for PopupNotifier, remove a duplicate UTF8Process.xml file. Issues #34962 and #34966, patch from Don Siders.
git-svn-id: trunk@60237 -
2019-01-28 19:09:02 +00:00
zeljko
2941d7f7de Qt,Qt5: fixed themed drawing of combobox when we draw regular dropdown button.
git-svn-id: trunk@60236 -
2019-01-28 17:23:19 +00:00
wp
7a10cc1e56 TAChart: Fix TChart.IsPointInViewPort to allow for floating point round-off errors (issue #34961).
git-svn-id: trunk@60235 -
2019-01-28 08:59:55 +00:00
michl
7ede3bf313 AnchorDocking: Removed check of IsVisible in UpdateHeaders, as it is wrong for controls that are just be created. Needed to show minimize button. Issue #34347
git-svn-id: trunk@60234 -
2019-01-27 22:11:22 +00:00
michl
99c5053caa AnchorDocking: Revert revision 60099 #4bb6efce90 as it breaks loading of layout. Closed sites were wrongly loaded.
git-svn-id: trunk@60233 -
2019-01-27 16:49:17 +00:00
zeljko
aab1280550 Qt5: fixed invalid positions of TCustomControl. issue #34880
git-svn-id: trunk@60232 -
2019-01-27 13:23:55 +00:00
zeljko
e3b3459bbd fpdebug: fixed compilation under darwin
git-svn-id: trunk@60231 -
2019-01-27 13:23:16 +00:00
wp
c6278a2e45 Examples/Translation: Combine {$warnings off} with {$push} and {$pop}
git-svn-id: trunk@60230 -
2019-01-27 11:35:11 +00:00
wp
23ebdb5faf TAChart: Combine {$hints on} and {$warnings on} with {$push} and {$pop}
git-svn-id: trunk@60229 -
2019-01-27 11:28:43 +00:00