Commit Graph

46491 Commits

Author SHA1 Message Date
maxim
d6d9e33055 Translations: updated French translation by Gilles Vasseur, bug #27846
git-svn-id: trunk@48749 -
2015-04-13 22:22:39 +00:00
mattias
0c578bd921 IDE: designer: keep resizing with old bounds as long bounds stay the same (e.g. not changed by OI)
git-svn-id: trunk@48747 -
2015-04-13 10:32:48 +00:00
mattias
f07f7ec8a7 IDE: designer: simplified TSelectedControl.SetFormRelativeBounds
git-svn-id: trunk@48745 -
2015-04-13 10:16:29 +00:00
mattias
21ab8152c3 IDE: designer: simplified TSelectedControl
git-svn-id: trunk@48743 -
2015-04-13 10:08:30 +00:00
mattias
05d3490005 IDE: designer: simplified TSelectedControl.SetBounds
git-svn-id: trunk@48741 -
2015-04-13 10:04:26 +00:00
maxim
ccee3d6654 Translations: updated French translation by Gilles Vasseur, bug #27834
git-svn-id: trunk@48736 -
2015-04-12 21:23:24 +00:00
maxim
15b00a7034 SynEdit: regenerated Hebrew translation
git-svn-id: trunk@48735 -
2015-04-12 21:11:35 +00:00
sekelsenmat
2bf7a982cd fpvectorial: Fixes many issues with html, tables, text document in drawing positioning and other bugs
git-svn-id: trunk@48734 -
2015-04-12 19:05:58 +00:00
martin
4521dbff87 SynEdit: doublewidth / ambiguous width chars: Added code by skalogryz IFDEFED. Issue #0027707
git-svn-id: trunk@48733 -
2015-04-12 17:28:23 +00:00
juha
51783ca9fb PascalScript: Remove the old bitmaps.
git-svn-id: trunk@48732 -
2015-04-11 19:15:15 +00:00
juha
4e8e3b38c7 PascalScript: Use the new PNG icons in resource file.
git-svn-id: trunk@48731 -
2015-04-11 19:15:09 +00:00
juha
efd2f83381 New PNG icons for PascalScript with transparency defined, from Sandro Cumerlato.
git-svn-id: trunk@48730 -
2015-04-11 18:38:46 +00:00
wp
0442c2eda4 TAChart: Fix misaligned data in stacked area series (http://forum.lazarus.freepascal.org/index.php/topic,28025.msg174184)
git-svn-id: trunk@48728 -
2015-04-11 17:52:51 +00:00
martin
9ce1afac9e SourceSynEdit: Fixed wrong variable in reseting overviewgutter
git-svn-id: trunk@48727 -
2015-04-11 17:50:30 +00:00
martin
05df6ead70 added pascalscript images
git-svn-id: trunk@48726 -
2015-04-11 13:40:56 +00:00
zeljko
c35977caf0 Qt: qt does not support TMenuItem.RightJustify. issue #27828
git-svn-id: trunk@48725 -
2015-04-11 12:01:32 +00:00
mattias
2abe21355b LCL: ComputePreferredClientArea: fixed considering non movable child controls
git-svn-id: trunk@48723 -
2015-04-11 10:39:26 +00:00
mattias
df2c484a6c lazbuild: fixed loading environmentoptions.xml
git-svn-id: trunk@48721 -
2015-04-11 10:06:23 +00:00
maxim
62646edf38 IDE: Polish translation update by Darek Mazur, bug #27822
git-svn-id: trunk@48705 -
2015-04-10 21:56:58 +00:00
maxim
de79ac5d50 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@48704 -
2015-04-10 21:39:38 +00:00
maxim
7597b4fa5f IDEIntf: updated Russian translation
git-svn-id: trunk@48703 -
2015-04-10 21:34:54 +00:00
juha
a15564d545 SqlDb: Add Firebird support also for Solaris. Issue #27802, patch from Mark Morgan Lloyd.
git-svn-id: trunk@48702 -
2015-04-10 20:51:38 +00:00
mattias
7fc2d7d75e lazbuild: clean up
git-svn-id: trunk@48701 -
2015-04-10 19:55:10 +00:00
mattias
a7316c5d9f lazbuild: fixed showing memleaks on error
git-svn-id: trunk@48699 -
2015-04-10 19:51:46 +00:00
mattias
a96cfe9231 lazbuild: -q -q passes -vw-n-h-i-l-d-u-t-p-c-x- to the compiler
git-svn-id: trunk@48698 -
2015-04-10 19:19:09 +00:00
zeljko
894fe3d7d4 Gtk2: create FDrawable on demand, only when FDrawable is nil and widget unmapped yet (usually happens only for TCustomForm). issue #27821
git-svn-id: trunk@48697 -
2015-04-10 12:05:48 +00:00
zeljko
23b4170169 Qt: fixed TPageControl ignores nboKeyboardTabSwitch. issue #22853
git-svn-id: trunk@48696 -
2015-04-10 11:48:50 +00:00
mattias
b4fcc4f59d IDE/lazbuild: if project target empty, put in unit output dir, bug #27823
git-svn-id: trunk@48694 -
2015-04-10 08:52:33 +00:00
zeljko
890bf2475b Gtk2: fixed popupparent when mode is pmExplicit. issue #25589
git-svn-id: trunk@48693 -
2015-04-10 08:21:38 +00:00
zeljko
328668b5b6 Qt: fixed popupParent behaviour when mode is pmExplicit. issue #25589
git-svn-id: trunk@48692 -
2015-04-10 08:21:07 +00:00
sekelsenmat
19675bde86 cocoa: Large new parts of the recording-based printing
git-svn-id: trunk@48691 -
2015-04-10 07:28:57 +00:00
zeljko
fe8bc35cf1 Gtk2: fixed triggering of OnMouseUp event when mouse moved out of component. issue #21982
git-svn-id: trunk@48690 -
2015-04-10 07:26:53 +00:00
juha
143b80ae36 LazUtils: Implement abstract methods for classes TXMLObjectWriter / TXMLObjectReader. Issue #27817, patch from Vojtech Cihak.
git-svn-id: trunk@48689 -
2015-04-09 20:29:10 +00:00
juha
be0209b77b IDE: Improve the DoBuildProject change.
git-svn-id: trunk@48688 -
2015-04-09 20:05:18 +00:00
juha
5341fd0bed IDE: Increment build number only once when building many modes at one go. Patch from Sandro Cumerlato.
git-svn-id: trunk@48687 -
2015-04-09 16:37:04 +00:00
juha
00c7ba3737 FPCUnit: GUI ergonomy improvements. Issue #27765, patch from s_tarassov.
git-svn-id: trunk@48686 -
2015-04-09 13:53:15 +00:00
juha
2e99d6ffe7 CairoCanvas PDF example: add Thai, Russian and Arabic text. Set widgetset to NoGui, can be used in a server.
git-svn-id: trunk@48685 -
2015-04-09 10:07:42 +00:00
sekelsenmat
5b89a8d49e cocoa: Fixes a crash and a bug in printing
git-svn-id: trunk@48684 -
2015-04-09 07:33:19 +00:00
mattias
2d13dc3be6 LCL: fixed typo
git-svn-id: trunk@48683 -
2015-04-08 20:58:23 +00:00
mattias
7688e7b21f IDE: OI: implemented Revert to inherited for some base types of TComponent properties
git-svn-id: trunk@48682 -
2015-04-08 20:50:17 +00:00
mattias
d505fceb00 IDE: fixed TCustomFormEditor.GetAncestorLookupRoot to return the next ancestor root, instead of the deepest
git-svn-id: trunk@48681 -
2015-04-08 16:10:15 +00:00
joost
75eb7cb004 LazDebuggerFpGdbmi: Fixed compilation after r48638 #8f9d2106db
git-svn-id: trunk@48680 -
2015-04-08 15:01:31 +00:00
zeljko
6ccaef90d4 Qt: fixed build with -dQT_NATIVE_DIALOGS
git-svn-id: trunk@48679 -
2015-04-08 12:30:44 +00:00
sekelsenmat
6fac29b917 cocoa: Implements PageControl.ShowTabs, TabPosition and BorderWidth
git-svn-id: trunk@48678 -
2015-04-08 07:25:36 +00:00
juha
8ba395693c Finnish translations for chmhelp from Seppo Suutarla.
git-svn-id: trunk@48677 -
2015-04-08 06:42:22 +00:00
sekelsenmat
e501d2e418 cocoa: Fixes crash in Screen.Cursor := crDefault
git-svn-id: trunk@48676 -
2015-04-08 06:28:12 +00:00
sekelsenmat
c49bfcde31 cocoa: Implements support for wait cursor
git-svn-id: trunk@48675 -
2015-04-08 06:06:58 +00:00
sekelsenmat
311e29495a Adds hourglass cursors for platforms which provide no native one
git-svn-id: trunk@48674 -
2015-04-08 06:03:30 +00:00
mattias
4aa714fd47 IDE: Messages: popup menu - Options - More ... opens messages options frame
git-svn-id: trunk@48673 -
2015-04-07 21:55:44 +00:00
mattias
e8e7fd24b4 codetools: clean up
git-svn-id: trunk@48672 -
2015-04-07 21:30:17 +00:00