Commit Graph

36928 Commits

Author SHA1 Message Date
mattias
a331c301ba lazutils: added fpdoc files
git-svn-id: trunk@37868 -
2012-07-05 09:44:17 +00:00
mattias
877babae87 tachart: fixed compilation fpc 2.7.1, bug #22365
git-svn-id: trunk@37867 -
2012-07-05 09:40:29 +00:00
mattias
c3bf5b2a16 lazutils: fixed unit names
git-svn-id: trunk@37866 -
2012-07-05 09:38:35 +00:00
ask
1a835d8a6b TAChart: Extract TDataPointDrawTool basic class.
Based on patch by Werner Pamler

git-svn-id: trunk@37865 -
2012-07-04 13:27:45 +00:00
sekelsenmat
355ce3cab8 fpvectorial: Advances the mathml rendering
git-svn-id: trunk@37863 -
2012-07-04 06:14:03 +00:00
zeljko
15e52b52b5 Qt: hide statusbar panel only when width is 0, do not count any margin.issue #22362
git-svn-id: trunk@37862 -
2012-07-04 05:29:10 +00:00
blikblum
893d72cb94 lcl: check if ListDataset is loading to update lookup info. Issue #22337
git-svn-id: trunk@37861 -
2012-07-03 15:34:28 +00:00
zeljko
b68368f585 Qt: hide statusbar panels with width 0. issue #22362
git-svn-id: trunk@37857 -
2012-07-03 10:55:39 +00:00
zeljko
24a032bd60 Gtk2: hide statusbar panel with width of 0.part of issue #22362
git-svn-id: trunk@37856 -
2012-07-03 10:50:11 +00:00
mattias
4458799589 build_lcl_docs: showcmd: show working directory
git-svn-id: trunk@37855 -
2012-07-03 10:44:48 +00:00
martin
2edaf60158 SynEdit Pas HL: recognize {$IFOPT}
git-svn-id: trunk@37854 -
2012-07-02 21:49:22 +00:00
mattias
b08e12984d lcl: docs: fixed some links
git-svn-id: trunk@37853 -
2012-07-02 16:14:08 +00:00
mattias
8ee459d460 build_lcl_docs: using UTF-8 file functions, added option -h
git-svn-id: trunk@37852 -
2012-07-02 15:54:05 +00:00
mattias
658c75476f docs: updated
git-svn-id: trunk@37851 -
2012-07-02 15:53:04 +00:00
mattias
8528c56932 IDE docs: fixed encoding
git-svn-id: trunk@37850 -
2012-07-02 15:52:36 +00:00
mattias
d5c901ec68 lcl: docs: fixed encoding
git-svn-id: trunk@37849 -
2012-07-02 14:50:07 +00:00
mattias
34add97fc4 lazutils: docs: fixed encoding and package name
git-svn-id: trunk@37848 -
2012-07-02 14:42:33 +00:00
blikblum
994d2dce9f win32: let TComboBox.CloseUp fire before Change (delphi compatible). Fix #22352
git-svn-id: trunk@37846 -
2012-07-02 02:10:54 +00:00
martin
841ea14c49 SynEdit: use LazLoggerBase not LazLogger
git-svn-id: trunk@37845 -
2012-07-01 20:42:04 +00:00
mattias
f8b7e064aa translations: German: updates from Swen Heinig
git-svn-id: trunk@37843 -
2012-07-01 16:35:33 +00:00
juha
eb0c2952f0 IDE: correction for r37836 #c877b2f326. I copied the code to a wrong place.
git-svn-id: trunk@37842 -
2012-07-01 15:26:15 +00:00
martin
af616044d3 DBG: Pseudo-Terminal, accept tabs
git-svn-id: trunk@37841 -
2012-07-01 15:24:34 +00:00
martin
e449769745 SynEdit: Fixed missing StatusChange notification for LinesInWindow changed
[Fixed in rev 37876]

git-svn-id: trunk@37840 -
2012-07-01 15:04:54 +00:00
juha
a65ed8792b IDE: Toggle a boolean editor checkbox in OI directly only when the square is clicked
git-svn-id: trunk@37839 -
2012-07-01 14:42:54 +00:00
martin
68dcd42126 DBG: Fix handling console input
git-svn-id: trunk@37838 -
2012-07-01 14:20:24 +00:00
martin
c066c82535 SynEdit: Overview-gutter, take folds into account
git-svn-id: trunk@37837 -
2012-07-01 13:29:39 +00:00
juha
c877b2f326 IDE: Make editor controls in OI short when compiling with UseOICheckBox, revealing redraw problems on Windows. Issue #22347
git-svn-id: trunk@37836 -
2012-07-01 13:03:44 +00:00
martin
7cf9c40478 SynEdit: foldview, add callback list
git-svn-id: trunk@37835 -
2012-07-01 13:02:55 +00:00
martin
46366a57c7 SynEdit: Clean-up foldview
git-svn-id: trunk@37834 -
2012-07-01 12:54:34 +00:00
juha
67c49dcb2a IDE: Change a CheckBox state only if user clicked the value part in OI (when using CheckBox for booleans)
git-svn-id: trunk@37833 -
2012-07-01 08:48:18 +00:00
juha
d4e4a800c9 IDE: Implement Boolean CheckBox editor better in OI. Draw a fake Checkbox when not editing. Requires UseOICheckBox DEFINE
git-svn-id: trunk@37832 -
2012-07-01 07:56:30 +00:00
juha
9f3c8533e3 IDE: Minor optimization and formatting in OI
git-svn-id: trunk@37831 -
2012-07-01 07:56:25 +00:00
martin
e0d69ad952 SynEdit: Word-brackets (word-pair highlight) for ifdef
git-svn-id: trunk@37830 -
2012-06-30 21:40:44 +00:00
juha
9acafe4c47 svn2revisioninc: fix copying revision so it works on windows, linux and cygwin. Patch from Ludo Brands
git-svn-id: trunk@37829 -
2012-06-30 18:28:38 +00:00
juha
274b27b1e8 IDE: Make ValueCheckBox for Booleans work in Object Inspector. Compile with DEFINE UseOICheckBox.
git-svn-id: trunk@37828 -
2012-06-30 18:28:33 +00:00
juha
3df6dc0d2f IDE: formatting
git-svn-id: trunk@37827 -
2012-06-30 18:28:26 +00:00
andrew
7cc9b49f82 fixed bug where a new lhelp process could be started each time F1 was pressed
git-svn-id: trunk@37826 -
2012-06-30 16:43:14 +00:00
andrew
140a228eb0 Fixed chmhelp typo
git-svn-id: trunk@37825 -
2012-06-30 16:19:46 +00:00
andrew
ac177fc0e2 Fixed lazarus hanging when chmhelp pipe is leftover from an improperly closed lhelp
git-svn-id: trunk@37824 -
2012-06-30 15:29:38 +00:00
juha
eea630f3bb svn2revisioninc: add support for HG mirror repos cloned from SVN. Issue #22330, patch from Ludo Brands
git-svn-id: trunk@37823 -
2012-06-30 12:17:14 +00:00
mazen
6b8afeb984 MAKE DEB: Included 1.0 new components in lcl-units Debian package.
git-svn-id: trunk@37821 -
2012-06-29 08:37:51 +00:00
mazen
1f5fb77fda MAKE DEB: Got rid of debian scpecific patches for make files after build system rework byt upstream.
git-svn-id: trunk@37820 -
2012-06-29 08:37:46 +00:00
mazen
113840d1a9 MAKE DEB: Updated change log file
git-svn-id: trunk@37819 -
2012-06-29 08:37:41 +00:00
mazen
406f896ced MAKE DEB: Package LCL Qt widget set units. (Closes: Bug#627345)
git-svn-id: trunk@37818 -
2012-06-29 08:37:07 +00:00
mazen
643fa73fcb MAKE DEB: Integrating NMU from Peter Green: Add armhf to architecture lists (Closes: #675894)
Conflicts:

	debian/changelog

git-svn-id: trunk@37817 -
2012-06-29 08:05:05 +00:00
juha
0a0285a7e5 Tools: Add svn2revisioninc support for mercurial/hg. Issue #22330, patch from Reinier Olislagers
git-svn-id: trunk@37816 -
2012-06-28 21:14:26 +00:00
mattias
8259668bfb chmhelp: clean up old ipc files
git-svn-id: trunk@37814 -
2012-06-28 13:56:19 +00:00
martin
788a19edd4 DBG: Fixed IDE hang, introduced in rev 37809 #1b6c227bd8 "Thread window: update while running"
git-svn-id: trunk@37813 -
2012-06-28 10:43:27 +00:00
mattias
f834ac76ce lhelp: fixed invalid recent item path in config, added build modes default,debug
git-svn-id: trunk@37811 -
2012-06-28 08:36:35 +00:00
mattias
8961260644 rpm: fixed building without chmhelp
git-svn-id: trunk@37810 -
2012-06-28 06:04:47 +00:00