Commit Graph

49689 Commits

Author SHA1 Message Date
jesus
ad4616bb77 LazReport: implements adding the file extension of export filter to exported report in case the user do not supply one, patch from Aleksey Lagunov
git-svn-id: trunk@52543 -
2016-06-21 20:23:32 +00:00
sekelsenmat
8edded4e25 customdrawn - patch #29822: Fixes windows 64 bits compilation
git-svn-id: trunk@52542 -
2016-06-21 06:35:27 +00:00
sekelsenmat
86397bb4fb cocoa: bug #28784 - Many improvements to TListBox in Cocoa
git-svn-id: trunk@52541 -
2016-06-21 06:31:11 +00:00
maxim
d6c8fdd305 LazReport, editor sample: do not include useless translation strings from tfrmcustompreview to .po files
git-svn-id: trunk@52540 -
2016-06-20 23:02:52 +00:00
maxim
09da73398e DocEditor: don't regenerate translations from localize scripts anymore, let IDE handle this.
git-svn-id: trunk@52539 -
2016-06-20 22:58:33 +00:00
maxim
b3f20e3b16 Translations: don't regenerate LazReport editor sample translations from localize scripts anymore, they are handled by IDE just fine.
git-svn-id: trunk@52538 -
2016-06-20 22:40:31 +00:00
maxim
2c10ed8937 LazReport, editor sample: removed unused translation string and regenerated translations
git-svn-id: trunk@52537 -
2016-06-20 22:30:23 +00:00
maxim
cec173c607 LazReport: regenerated translations for editor sample
git-svn-id: trunk@52536 -
2016-06-20 22:22:04 +00:00
maxim
81627efe17 LazReport: fixed editor sample compilation
git-svn-id: trunk@52535 -
2016-06-20 22:12:31 +00:00
sekelsenmat
c351a36c29 cocoa: Improves key state routine, fixes 64 bits compilation
git-svn-id: trunk@52534 -
2016-06-20 20:49:59 +00:00
sekelsenmat
1775e611f6 cocoa - bug #30297 - fix TListBox clicking
git-svn-id: trunk@52533 -
2016-06-20 19:58:37 +00:00
ondrej
bd6f6bf6dd ide: ExceptionDlg: fix checkbox position regression from r52309 #f7106b7504
git-svn-id: trunk@52532 -
2016-06-20 18:02:01 +00:00
wp
cabde596fa TAChart: Avoid painting a line for zero-height bars in a TBarSeries
git-svn-id: trunk@52531 -
2016-06-20 11:12:12 +00:00
juha
e31a4d74d3 IDE: Make CompilerMode selection more robust. DelphiUnicode could not be used. Support also GNU Pascal mode.
git-svn-id: trunk@52530 -
2016-06-20 08:51:17 +00:00
juha
d5346b5108 Formatting
git-svn-id: trunk@52529 -
2016-06-20 08:51:12 +00:00
juha
f34ea1f4c7 LazUtils: Match character case of unit name LazUTF16 with LazUTF8.
git-svn-id: trunk@52528 -
2016-06-20 06:34:37 +00:00
wp
7f8864e5b6 LCLTranslator: Fix FindLocaleFilename failing if optional directory is absolute or ends with a path delimiter.
git-svn-id: trunk@52527 -
2016-06-19 22:19:27 +00:00
sekelsenmat
f62aa7b77d cocoa - patch #30126 - support process synchronize on cocoa
git-svn-id: trunk@52526 -
2016-06-19 20:37:34 +00:00
sekelsenmat
7b420e889d carbon/pascocoa - Fixes compilation in 64-bits patch #27814
git-svn-id: trunk@52525 -
2016-06-19 20:29:52 +00:00
sekelsenmat
e67083d91e cocoa - patch #30040 - TCocoaWSPopupMenu.Popup positions menu in wrong place
git-svn-id: trunk@52524 -
2016-06-19 20:21:51 +00:00
sekelsenmat
b2399e3114 cocoa - patch #30129 - support Alt key in cocoa
git-svn-id: trunk@52523 -
2016-06-19 20:19:10 +00:00
sekelsenmat
e99e9b73b9 cocoa - patch #30125 - support reference counting of objects in cocoa
git-svn-id: trunk@52522 -
2016-06-19 20:15:09 +00:00
mattias
25e0c02d76 translations: German: updates from Swen Heinig
git-svn-id: trunk@52521 -
2016-06-19 17:00:51 +00:00
ondrej
7737a78f43 lcl: TControlCanvas: revert r52495 #925bc15836, add comment
git-svn-id: trunk@52520 -
2016-06-19 16:58:52 +00:00
juha
c322c31b04 Revert r52495 #925bc15836 "lcl: TControlCanvas: simplify" and add a temporary assertion.
git-svn-id: trunk@52519 -
2016-06-18 20:21:07 +00:00
juha
920c072f0e LazUtils: Add, fix and unify header comments of many units.
git-svn-id: trunk@52518 -
2016-06-18 16:40:04 +00:00
sekelsenmat
801f392c8d cocoa: Fixes TButton clicking
git-svn-id: trunk@52517 -
2016-06-18 07:47:05 +00:00
sekelsenmat
081d6d92bc cocoa: Fixes GetKeyState during application start, bug #29272
git-svn-id: trunk@52516 -
2016-06-17 20:38:54 +00:00
juha
2beb2f65d0 LCL: Make TTreeView more compatible with Delphi, use Color instead of BackgroundColor, respect Brush.Color in CustonDrawItem. Issue #30288, patch from Anton Kavalenka.
git-svn-id: trunk@52515 -
2016-06-17 16:37:57 +00:00
maxim
991df2faf8 POChecker: don't hide 'Open file in external editor' menuitem in Graphical Statistics form if external editor is not defined, just disable it (so user can know about this function at all)
git-svn-id: trunk@52514 -
2016-06-16 22:22:34 +00:00
hnb
50f4d45c3a Maciej Izak aka hnb in Contributors.txt (commit rights test)
git-svn-id: trunk@52513 -
2016-06-16 21:17:16 +00:00
juha
8a97af956e LCL: Publish TCommonDialogAction.OnUpdate. Issue #30196, patch from Rolf Wetjen.
git-svn-id: trunk@52512 -
2016-06-16 11:06:05 +00:00
maxim
62ad5d07b8 Translations: don't regenerate LazResExplorer translations from localize scripts anymore, because they are handled by IDE for quite some time already.
git-svn-id: trunk@52511 -
2016-06-15 22:51:06 +00:00
maxim
efdc90aafb POChecker: some code simplifications
git-svn-id: trunk@52510 -
2016-06-15 21:43:30 +00:00
sekelsenmat
fdee048f85 cocoa: Patch #30282 keyboard shortcut for standard menus
git-svn-id: trunk@52509 -
2016-06-15 15:39:54 +00:00
mattias
ad3eacb527 IDE: designer: fixed jitform for fpc 3.1
git-svn-id: trunk@52507 -
2016-06-15 09:43:21 +00:00
mattias
474fb2827d updated lpl
git-svn-id: trunk@52506 -
2016-06-15 09:42:19 +00:00
maxim
57f75e90a3 POChecker: when scanning directory remove already present master files from the list if they went missing and notify user. Regenerated translations and updated Russian translation.
git-svn-id: trunk@52505 -
2016-06-14 23:47:36 +00:00
jesus
df0d616b82 New patch from Aleksey Lagunov:
1. Send to email addons
 - fix work with post client if client locked exported file
2. Internal scrip
 - add mouse cursors const to script engine
 - localize error messages (add russian messages)
 - fix error on parse string values in scrip (now work ' char in string)
3. Report designer
 - in report designer add check code before save script
 - for memo object on master/detail band add popup menu for
   quick select fields from master/detail datasets
   (see option in designer options dialog)

 - fix show scrip editor for dialog page on mouse duble click

4. Crross report
 - add scrip suppert
 - add internal const "CrosViewIsEmpty" 

5. Cleanup code 

git-svn-id: trunk@52504 -
2016-06-14 20:44:19 +00:00
jesus
a539c0253f LazReport, fix duplicates in filter list for some Export filters (htm and csv)
git-svn-id: trunk@52503 -
2016-06-14 16:53:42 +00:00
wp
dfa022a41e lcl: Add property WordWrap to panel
git-svn-id: trunk@52502 -
2016-06-13 19:18:55 +00:00
ondrej
baf3f396bf ideintf: hide HTML hint window with ESC key. Issue #30266, patch by Cyrax
git-svn-id: trunk@52501 -
2016-06-13 12:20:35 +00:00
ondrej
48fe37a204 lcl: destroy canvas handle of TGraphicControl when parent is removed. Issue #30003
git-svn-id: trunk@52500 -
2016-06-13 12:05:53 +00:00
sekelsenmat
953f47fe08 fpvectorial: Fixes multiline text drawing in HTML with non-inverted Y coordinates
git-svn-id: trunk@52499 -
2016-06-13 09:56:16 +00:00
sekelsenmat
d69c951230 Fixes compilation with FPC 2.6
git-svn-id: trunk@52498 -
2016-06-13 09:28:03 +00:00
ondrej
6eb42f280e lcl: grids: check top left after size change - also for negative values. Issue #30211
git-svn-id: trunk@52497 -
2016-06-12 20:26:01 +00:00
ondrej
dda51d51ec ide: use grid scrolling in IDE matrix grid.
git-svn-id: trunk@52496 -
2016-06-12 19:55:27 +00:00
ondrej
925bc15836 lcl: TControlCanvas: simplify
git-svn-id: trunk@52495 -
2016-06-12 19:42:35 +00:00
ondrej
dd7ec70032 lcl: TControlCanvas: don't allow to empty handle if there is a pre-allocated FDeviceContext handle. Solves issue #30003
git-svn-id: trunk@52494 -
2016-06-12 19:41:44 +00:00
ondrej
46c8b6c3f3 lcl: grids: check top left after size change. Issue #30211
git-svn-id: trunk@52493 -
2016-06-12 17:41:48 +00:00