Commit Graph

46621 Commits

Author SHA1 Message Date
juha
fa15fb313c Revert r48914 #3873e99f24, Restore RowSelect in ComponentList TreeView.Text color was fixed. Issue #28002.
git-svn-id: trunk@48919 -
2015-05-02 21:49:50 +00:00
sekelsenmat
a5d0a6d8bd cocoa: Implements OnChange for TScrollBar
git-svn-id: trunk@48918 -
2015-05-02 16:48:12 +00:00
sekelsenmat
c9dce2ea9a cocoa: Fixes problem with DC state saving for clipping, this fixes bug #28015
git-svn-id: trunk@48917 -
2015-05-02 15:45:49 +00:00
zeljko
9c77d7629c LCL: fixed TTreeView selected row's text color when themes are disabled. Patch by Balázs Székely. Issue #28014
git-svn-id: trunk@48916 -
2015-05-02 13:50:23 +00:00
sekelsenmat
11b4b031e8 cocoa: Indentation and comment
git-svn-id: trunk@48915 -
2015-05-02 12:53:38 +00:00
juha
3873e99f24 IDE: Remove RowSelect from ComponentList TreeView. Affects the selected text color. Issue #28002.
git-svn-id: trunk@48914 -
2015-05-02 08:03:40 +00:00
mattias
19386f4875 IDE: simplified reading SrcUnitName
git-svn-id: trunk@48912 -
2015-05-01 10:37:23 +00:00
mattias
8b4e761edc IDE: renamed TUnitInfo.Unit_Name to SrcUnitName and fixed updating it
git-svn-id: trunk@48911 -
2015-05-01 10:32:13 +00:00
mattias
1c8f99a192 IDE: resourcestrings
git-svn-id: trunk@48910 -
2015-05-01 08:31:47 +00:00
mattias
ad0a80376f IDE: use IDEMessageDialog instead of LCL
git-svn-id: trunk@48909 -
2015-05-01 08:24:46 +00:00
sekelsenmat
5d06fc87a9 customdrawn: Implements minimally functional popup menu and combobox item selection
git-svn-id: trunk@48908 -
2015-04-30 08:34:13 +00:00
maxim
ac0dee2b7f Translations: French translation update by Gilles Vasseur, bug #27997
git-svn-id: trunk@48901 -
2015-04-29 21:27:56 +00:00
maxim
2a4937c81a IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@48900 -
2015-04-29 21:18:17 +00:00
maxim
f15b645703 IDEIntf: fixed typo
git-svn-id: trunk@48899 -
2015-04-29 21:17:04 +00:00
jesus
e33e32e823 Translations: one missing correction on previous patch
git-svn-id: trunk@48897 -
2015-04-29 20:14:37 +00:00
jesus
aff6009359 Translations: corrections to spanish translation by Julio Jiménez B.
git-svn-id: trunk@48896 -
2015-04-29 20:08:08 +00:00
sekelsenmat
bf72cf856e customdrawn: Should fix #24356, extra line break in TEdit
git-svn-id: trunk@48895 -
2015-04-29 10:30:11 +00:00
sekelsenmat
d9b5fc452a customdrawn: Patch from bug #27053
git-svn-id: trunk@48894 -
2015-04-29 10:24:59 +00:00
mattias
096f4f7fe2 lazbuild: save lpk list after compiling an lpk, bug #27991
git-svn-id: trunk@48892 -
2015-04-29 10:02:46 +00:00
mattias
4d8676bc6a synedit: less hints
git-svn-id: trunk@48891 -
2015-04-29 09:58:01 +00:00
sekelsenmat
960e2242e9 customdrawn: Fixes combobox width autosize
git-svn-id: trunk@48890 -
2015-04-29 09:19:19 +00:00
jesus
c6d6f8c7a6 IDEIntf, dbpropedits: check when retrieving fields definitions, issue #27962
git-svn-id: trunk@48889 -
2015-04-29 06:20:16 +00:00
jesus
bfe307d647 LazReport, fix image exporter filename, from willians cleyton, issue #27986
git-svn-id: trunk@48888 -
2015-04-29 05:52:30 +00:00
jesus
28089b25f7 Printers, win: check for PDev.DevModeSize that prevents error 204, from DaLiv, issue #27970
git-svn-id: trunk@48887 -
2015-04-29 05:08:31 +00:00
maxim
aae4334209 LHelp: i18n-ed Open Dialog (bug #27977) and updated Russian translation
git-svn-id: trunk@48885 -
2015-04-28 23:00:57 +00:00
maxim
95a72e9548 Translations: French translation update by Gilles Vasseur, bug #27990
git-svn-id: trunk@48883 -
2015-04-28 21:59:04 +00:00
maxim
7414a268fe IDE: regenerated Spanish translation
git-svn-id: trunk@48881 -
2015-04-28 21:23:02 +00:00
sekelsenmat
b3ede1ffd0 lcl-customdrawn: Finally fixes the combobox height in non-Android platforms, which was due to lack of a proper PreferredHeight
git-svn-id: trunk@48880 -
2015-04-28 15:05:25 +00:00
zeljko
02fecee255 Qt: do not assume that parent of TQtPage is TQtTabWidget.
git-svn-id: trunk@48879 -
2015-04-28 12:35:49 +00:00
juha
c9ad1bd666 Packager: When adding a new component, update palette page only if there is one. Issue #27985
git-svn-id: trunk@48878 -
2015-04-27 19:15:25 +00:00
jesus
bd0773764e Translations: some missing spanish po files
git-svn-id: trunk@48877 -
2015-04-27 18:17:26 +00:00
jesus
f54444c6ae LazReport: Patch from Aleksey Lagunov:
1. fix work with Zeos DB components (lr.zeos.diff)
2. fix export to pdf with cairo export - correctly export justify text (lr.cairo.diff)
3. Increase max bands on page to 255 
4. for MemoView implemebtated First Line indent - ParagraphGap property
5. Rework code for subreports - need for drag page in report designer
6. Rework code for crosstab reports - fix sorting in report
7. In report designer implement page reordering

git-svn-id: trunk@48876 -
2015-04-27 17:50:38 +00:00
zeljko
2f05933d7f Qt: fixed regression with focus of controls on mdichild forms. issue #27982
git-svn-id: trunk@48875 -
2015-04-27 08:29:55 +00:00
juha
b8f7b8aef0 Packager: Don't hide selection in the ListView of Open Installed Package dialog.
git-svn-id: trunk@48874 -
2015-04-26 21:14:31 +00:00
juha
414374dbd9 LazUtils: Restore test for HashTableSize>0, needed because HashTableSize is unsigned.
git-svn-id: trunk@48873 -
2015-04-26 21:10:30 +00:00
jesus
ded4b23a89 LCL, grids: modified previous patch, the text should be the text value not the pressed key
git-svn-id: trunk@48872 -
2015-04-26 20:41:18 +00:00
jesus
4ec7f482b1 LCL, grids: make sure the grid is notified about text is changed on pressing the first char, issue #27955
git-svn-id: trunk@48871 -
2015-04-26 20:34:38 +00:00
bart
77ddd148d7 Dialogs: Add another overloaded version of MessageDlg (Delphi compatibility). Issue #0027964.
git-svn-id: trunk@48870 -
2015-04-26 17:56:58 +00:00
juha
a711accc1f IDE: Save all changed Coolbar options. Issue #27941
git-svn-id: trunk@48869 -
2015-04-26 14:21:32 +00:00
bart
2cb6581c7f IDE: fix alt-modifier in dutch translation for main menu. Issue #0027967.
git-svn-id: trunk@48868 -
2015-04-26 09:07:14 +00:00
sekelsenmat
3e670b1f36 cocoa: Fixes compilation to latest customdrawn
git-svn-id: trunk@48867 -
2015-04-26 05:37:52 +00:00
jesus
3289794569 Translations: spanish translation complement
git-svn-id: trunk@48866 -
2015-04-25 22:56:24 +00:00
joost
640226c89b FpDebug: Forgot to include file in r48864 #c53e775af5
git-svn-id: trunk@48865 -
2015-04-25 19:18:08 +00:00
joost
c53e775af5 FpDebug: The developers at Apple were not able to build a linker
with the ability to deal with Dwarf-debug info. Added the ability
to read the Dwarf-debug info from the object files and to map the
corresponding addresses to their position in the final executable.

git-svn-id: trunk@48864 -
2015-04-25 19:15:09 +00:00
maxim
77b0466028 Docs: added José Martínez to contributors list
git-svn-id: trunk@48859 -
2015-04-25 18:33:34 +00:00
bart
b727702265 LazUtils: TFileSearcher.Search: do not remove directories that are subdirectories of another directory from ASearchPath,
when ASearchSubDirs is False. Issue #0027965.

git-svn-id: trunk@48858 -
2015-04-25 18:28:43 +00:00
maxim
c318c7ac51 Translations: minor translations README update
git-svn-id: trunk@48856 -
2015-04-25 18:15:12 +00:00
bart
a64855cad9 LazUtils: TFileSearcher.Search: if SearchPath is empty, search current directory.
git-svn-id: trunk@48854 -
2015-04-25 18:02:28 +00:00
maxim
e222aaa1be IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@48852 -
2015-04-25 17:50:43 +00:00
maxim
622dfa7549 Translations: Spanish translation update by José Martínez with some help of Jesus Reyes, bug #27803
git-svn-id: trunk@48851 -
2015-04-25 17:49:09 +00:00