mattias
07c1f1e3a8
turbopower_ipro: updated Makefile
...
git-svn-id: trunk@28880 -
2011-01-06 17:24:32 +00:00
mattias
902fb6322f
todolist: updated Makefile
...
git-svn-id: trunk@28879 -
2011-01-06 17:24:09 +00:00
mattias
5b5bcad609
macfiles: updated Makefile
...
git-svn-id: trunk@28878 -
2011-01-06 17:23:26 +00:00
mattias
2a79108848
codetools: fixed class compltion for indexed property, patch #18416
...
git-svn-id: trunk@28877 -
2011-01-06 17:22:04 +00:00
mattias
e2a2b1c57f
IDE: code templates: auto indent and option to disable it for each template, bug #17632
...
git-svn-id: trunk@28876 -
2011-01-06 17:14:35 +00:00
martin
36d4591e7e
DBG: tests
...
git-svn-id: trunk@28875 -
2011-01-06 16:30:42 +00:00
vincents
70d3297249
ide: replace OnGetApplicationName with hardcoded 'lazarus', so that Application.Title isn't used in GetAppConfigDir (issue #18396 )
...
git-svn-id: trunk@28874 -
2011-01-06 15:41:43 +00:00
vincents
c3cc4ea704
tools: removed script to convert po files to UTF-8, because all our po-files are now UTF-8 encoded; fixes issue #18410 .
...
git-svn-id: trunk@28873 -
2011-01-06 13:48:52 +00:00
juha
da3a1c47cd
Converter: Fix function call replacement when a parameter has typecast or is another func call.
...
git-svn-id: trunk@28872 -
2011-01-06 11:53:42 +00:00
martin
000f6941b0
IDE/EditOpts: Fix saving position of page-tabs. issue #0018399
...
git-svn-id: trunk@28871 -
2011-01-05 14:25:35 +00:00
juha
cfa9c9c875
Converter: replace some OpenGL units and functions in default settings.
...
git-svn-id: trunk@28870 -
2011-01-05 14:06:43 +00:00
martin
4db349f705
SrcEdit: Fix breakpoint marker is lost, if lines inserted/deleted, while executionmark is at breakpoint
...
git-svn-id: trunk@28869 -
2011-01-05 14:02:11 +00:00
zeljko
f8893e96d8
Qt: fixed weird behaviour of fonts when lcl font.name='default', we must assign QApplication default font family in that case.
...
git-svn-id: trunk@28868 -
2011-01-05 14:01:29 +00:00
maxim
4cb53f21a4
IDE: regenerated translations
...
git-svn-id: trunk@28867 -
2011-01-05 13:48:44 +00:00
maxim
2c69788496
IDE: fixed typo in Build Lazarus dialog, bug #18400
...
git-svn-id: trunk@28866 -
2011-01-05 13:42:42 +00:00
paul
e924248fa7
codetools: fix compilation with fpc 2.5.1
...
git-svn-id: trunk@28865 -
2011-01-04 10:36:40 +00:00
paul
33e357ef6d
docs: add Bald Zhang to the Contributors.txt
...
git-svn-id: trunk@28864 -
2011-01-04 10:19:41 +00:00
paul
54743aa2ce
lcl: fix showing of tree note text at the middle of node by hint of Bald Zhang (issue #0018285 )
...
git-svn-id: trunk@28863 -
2011-01-04 10:18:28 +00:00
paul
f3d6a081e5
ideintf: show object inspector hint for values which are wider than window on the value row instead of lower row by Sven Barth (issue #0018258 )
...
git-svn-id: trunk@28862 -
2011-01-04 10:11:25 +00:00
paul
acf7b58d7b
win32: adjust notebook pages size after page add/remove/options change by cobines (issue #0018317 )
...
git-svn-id: trunk@28861 -
2011-01-04 09:24:58 +00:00
paul
ea3028e5b6
docs: add Christian Budde to the Contributors.txt
...
git-svn-id: trunk@28860 -
2011-01-04 07:34:03 +00:00
paul
2c06e838e4
win32: don't create a taskbar item for LCL in libraries based on patch of Christian Budde (issue #0017965 )
...
git-svn-id: trunk@28859 -
2011-01-04 07:33:34 +00:00
sekelsenmat
cb6d78faba
Fixes the wince button focus and the groupbox text background in customdrawnextras.pas
...
git-svn-id: trunk@28857 -
2011-01-02 12:05:00 +00:00
sekelsenmat
5652dbe192
Patch from Jixian Yang, fixes the wince and adds a win2000 look for TCDButton. Applied with minor modifications.
...
git-svn-id: trunk@28856 -
2011-01-02 10:27:50 +00:00
sekelsenmat
503224890d
Patch from Eugen Bolz to TCDPageControl. ComponentEditor now has some more Options like "Insert Page" or "Show Page (XY)". ComponentEditor fixed "Next Page" / "Previous Page". TCDPageControl now has a PageCount-Property
...
git-svn-id: trunk@28855 -
2011-01-01 08:59:22 +00:00
ask
c7b1bd7bda
TAChart: Protect PointDist functions from integer overflow.
...
This fixes issue #18348 (Reticule doesn't work when zoomed)
git-svn-id: trunk@28854 -
2011-01-01 08:21:49 +00:00
sekelsenmat
3039874a64
Adds one unit to the custom drawn package
...
git-svn-id: trunk@28852 -
2010-12-31 16:34:12 +00:00
sekelsenmat
6a134e0caf
Fixes the TNotebook image by moving the image from tuntabbednotebook.png to tnotebook.png
...
git-svn-id: trunk@28851 -
2010-12-31 16:12:18 +00:00
sekelsenmat
cadb31f8a9
Replaces the current wrongly implement TPage and TNotebook with their correct implementations. TCustomPage and TCustomNotebook remain because they are used in TPageControl.
...
git-svn-id: trunk@28850 -
2010-12-31 16:08:46 +00:00
sekelsenmat
1fe899bfee
Adds a missing file to the custom drawn package
...
git-svn-id: trunk@28849 -
2010-12-31 15:12:44 +00:00
sekelsenmat
04023695d9
Patch from JiXian Yang, improves the custom drawn components
...
git-svn-id: trunk@28848 -
2010-12-31 13:41:58 +00:00
blikblum
9f15965b98
wince: port win32 changes from rev 27386 #0d632cce9c
...
git-svn-id: trunk@28847 -
2010-12-31 10:18:00 +00:00
zeljko
b27fe29d35
Qt: initialize pallettes only if we are under KDE3 installation, since selection and disable
...
colors are mismatched only in this case.
git-svn-id: trunk@28846 -
2010-12-31 08:55:25 +00:00
vincents
b62fd7a34e
fixed debian watch file, nowadays we distribute sources packaged as tar.bz2
...
git-svn-id: trunk@28845 -
2010-12-31 08:29:40 +00:00
zeljko
0f23c5419f
Gtk2: fixed wrong implementation of SetGCRasterOperation().Fixes issue #18330
...
git-svn-id: trunk@28844 -
2010-12-31 08:13:14 +00:00
zeljko
6a7de6fc3f
Qt: fix mousegrab locks with native QAbstractItemView.Fixes issue #18351
...
git-svn-id: trunk@28843 -
2010-12-31 07:30:55 +00:00
mazen
81c462a88b
MAKE DEB: packaged chmhelp, sqlite, lazreport and todolist.
...
git-svn-id: trunk@28842 -
2010-12-30 15:12:23 +00:00
mazen
8023e063cb
MAKE DEB: Changed package names to be suffixed by version in order to allow multiple version installation.
...
git-svn-id: trunk@28841 -
2010-12-30 12:30:17 +00:00
vincents
95e7ce5291
ide: fixed drawing of selected text in search results view, based on patch by Alexander Klenin (issue #18328 )
...
git-svn-id: trunk@28840 -
2010-12-30 11:39:26 +00:00
michael
ac11c21dd6
* Applied patch from javivf, bug #17629
...
git-svn-id: trunk@28839 -
2010-12-30 11:09:21 +00:00
vincents
07207f0562
svn plugin: patch by Darius Blaszijk (issue #18257 )
...
+ double clicking on listview in commit dialog opens the diff window
+ implemented commit message history
* improved sizing of save button in diff dialog
git-svn-id: trunk@28838 -
2010-12-30 10:38:26 +00:00
vincents
e975b38aab
lcl: make TStatusBar, TStatusPanel, THeaderSection translatable (issue #18322 )
...
patch by: cobines
git-svn-id: trunk@28837 -
2010-12-30 10:16:40 +00:00
vincents
762b048004
sql property editor: on show, set focus to editor from Anton (issue #18340 )
...
git-svn-id: trunk@28836 -
2010-12-30 10:02:54 +00:00
vincents
4f67325894
lclversion example: extended to show use of lcl_fullversion.
...
git-svn-id: trunk@28835 -
2010-12-30 09:12:10 +00:00
vincents
d58923f26f
lclversion: added lcl_fullversion numeric constant (issue #18336 )
...
git-svn-id: trunk@28834 -
2010-12-30 08:57:27 +00:00
maxim
7a5f903128
IDE: improved project options Path tab layout. Fixes bug #18333 .
...
git-svn-id: trunk@28833 -
2010-12-29 21:25:55 +00:00
paul
23e763f874
codetools: don't remove POINTERARITHMETICS modeswitch because it is supported by current fpc release
...
git-svn-id: trunk@28832 -
2010-12-29 08:39:18 +00:00
paul
4019e60d3f
codetools: refresh mode switches enum
...
git-svn-id: trunk@28831 -
2010-12-29 03:38:33 +00:00
vincents
ceb5f99b6a
synedit: don't use LINE_LEN_UNKNOWN as actual line length in LengthOfLongestLine, fixes issue #17174
...
git-svn-id: trunk@28830 -
2010-12-28 15:50:56 +00:00
vincents
629b64d29f
win32 interface: allow TTogleButton to be multiline (issue #17301 )
...
git-svn-id: trunk@28829 -
2010-12-28 14:11:09 +00:00