Commit Graph

37155 Commits

Author SHA1 Message Date
mattias
ac5fdad655 undo
git-svn-id: trunk@38292 -
2012-08-21 07:48:52 +00:00
mattias
8700716f40 codetools: example for skipped code
git-svn-id: trunk@38291 -
2012-08-21 07:47:20 +00:00
juha
d50b5d1cd8 Converter: Improve IsRootPath function. Issue #22630, patch from Bart Broersma
git-svn-id: trunk@38290 -
2012-08-20 21:59:21 +00:00
juha
8297ee1f08 Sort ListViews by column click around in many places.
git-svn-id: trunk@38289 -
2012-08-20 18:05:46 +00:00
juha
56b709abba IDE: Sort the ListView of installed packages by column click.
git-svn-id: trunk@38288 -
2012-08-20 18:02:13 +00:00
juha
b3b28cb94d LCL: Set TCustomListView.SortColumn default to -1, improve range checks
git-svn-id: trunk@38287 -
2012-08-20 17:58:56 +00:00
martin
c4d537e314 lhelp: replace MessageBox, with Form.Modal. FIx IPC hang. issue #0022592
git-svn-id: trunk@38285 -
2012-08-20 13:33:59 +00:00
mattias
51fa7f0f40 lcl carbon: use resourcestrings
git-svn-id: trunk@38283 -
2012-08-20 12:12:14 +00:00
mattias
be1772272f lazarus deb: added Installed-Size
git-svn-id: trunk@38281 -
2012-08-20 10:46:24 +00:00
mattias
9c348b4df1 lazbuild: fixed compilation
git-svn-id: trunk@38278 -
2012-08-20 08:56:55 +00:00
mattias
0215cd7a52 IDE: build ide via IDE: use make idepkg, make idepkg: do not pass default unit paths
git-svn-id: trunk@38277 -
2012-08-20 08:49:54 +00:00
juha
3ab146851e Converter: Don't scan the system root directory for pascal sources. Issue #22630, patch from Bart Broersma
git-svn-id: trunk@38276 -
2012-08-19 19:40:57 +00:00
mattias
5404ba516d codetools: comment
git-svn-id: trunk@38275 -
2012-08-19 15:57:39 +00:00
juha
9f602bf564 Converter: Fix function replacement to handle nested brackets correctly. Issue #22537
git-svn-id: trunk@38273 -
2012-08-18 12:33:39 +00:00
juha
f6f3d00b54 Converter: improve comments
git-svn-id: trunk@38272 -
2012-08-18 12:33:35 +00:00
juha
0d694dafac More Finnish translations
git-svn-id: trunk@38271 -
2012-08-18 12:33:28 +00:00
mattias
65edce8d3f IDE: clean up
git-svn-id: trunk@38270 -
2012-08-18 11:47:44 +00:00
juha
bb2fd0e106 Converter: Map more Delphi types to LCL types. Issue #22631, patch from Ocean
git-svn-id: trunk@38268 -
2012-08-18 07:51:48 +00:00
juha
984e643131 Some more Finnish translations
git-svn-id: trunk@38267 -
2012-08-18 07:51:43 +00:00
juha
a55f93e921 IDE: Tweak the layout of ManageExamplesForm
git-svn-id: trunk@38266 -
2012-08-18 07:51:38 +00:00
martin
a0e76f9cd5 Initial-Setup-Dialog: Fix dbg-type, if gdb exe is changed. Issue #0022650
git-svn-id: trunk@38265 -
2012-08-18 01:12:29 +00:00
vincents
ec8a375d01 rpm building: also strip lhelp, if it exists
git-svn-id: trunk@38264 -
2012-08-17 21:07:30 +00:00
juha
46522f2920 Document TStringGrid.LoadFromFile and SaveOptions. Issue #22640, patch from Reinier Olislagers
git-svn-id: trunk@38262 -
2012-08-16 21:08:02 +00:00
ask
58cb183a8f TAChart: Issue change notifications when modifying TListChartSource.DataPoint property
git-svn-id: trunk@38261 -
2012-08-16 17:28:45 +00:00
ask
c489ae022c TAChart: Use correct notification when the series' source changes
git-svn-id: trunk@38260 -
2012-08-16 17:12:28 +00:00
ask
fc96c5a92f TAChart: Use TFitSeries.IEquationText in the fit demo
git-svn-id: trunk@38259 -
2012-08-16 16:12:58 +00:00
ask
af9adfd054 TAChart: Add TFitSeries.IEquationText interface, deprecate previous methods of getting equation text
git-svn-id: trunk@38258 -
2012-08-16 16:09:02 +00:00
sekelsenmat
71c6aaaf43 LCL-CustomDrawn-Cocoa: Makes a fine adjustment on the window size, before it was too small by the amount of the height of the title bar
git-svn-id: trunk@38257 -
2012-08-16 05:32:29 +00:00
maxim
09e0cf678c Translations: large Lithuanian translation update by Valdas Jankūnas, part 2
git-svn-id: trunk@38253 -
2012-08-15 23:40:00 +00:00
maxim
458214e8ee Translations: large Lithuanian translation update by Valdas Jankūnas, part 1
git-svn-id: trunk@38252 -
2012-08-15 23:39:08 +00:00
sekelsenmat
fcbbb972cb LCL-CustomDrawn: Advances the support for TPageControl, not yet fully working
git-svn-id: trunk@38251 -
2012-08-15 18:50:43 +00:00
sekelsenmat
b44a2ec7f3 LCL-CustomDrawn: Fixes a bug. It didnt consider the possibility of a alClient align with borders and wasnt drawing the parent control in this case
git-svn-id: trunk@38250 -
2012-08-15 18:32:12 +00:00
mattias
91db3e1026 lazutils: clean up
git-svn-id: trunk@38248 -
2012-08-15 10:36:13 +00:00
vincents
ae4e38a760 windows cross installer: also build the lazcontrols, ideintf depends on it.
git-svn-id: trunk@38247 -
2012-08-15 09:13:24 +00:00
sekelsenmat
a2c19ec20c LCL-CustomDrawn: Re-enables support for SetFocus in all platforms except Android and adds SetFocus support in the Accessibility code, this changes the focus when the selection is changed with VoiceOver
git-svn-id: trunk@38246 -
2012-08-15 09:01:38 +00:00
sekelsenmat
78e73fc658 LCL-CustomDrawn: Adds support for read/write selection information in TCDEdit, LCL-CustomDrawn and also in the Cocoa accessibility
git-svn-id: trunk@38245 -
2012-08-15 08:02:41 +00:00
mattias
fe2701f866 lcl gtk2: using translated button captions if resourcestrings translated, bug #22623
git-svn-id: trunk@38243 -
2012-08-14 21:37:27 +00:00
mattias
3f21a3c32a lazutils: renamed functions DBCSToUTF8, UTF8ToDBCS, fixed dbcs last char, using half space for asian tables
git-svn-id: trunk@38241 -
2012-08-14 21:01:39 +00:00
mattias
9295710c2a translations: German: updates from Swen Heinig
git-svn-id: trunk@38239 -
2012-08-14 20:48:41 +00:00
martin
2035b46c66 Examples/SynEdit: Readme and typo in comment
git-svn-id: trunk@38237 -
2012-08-14 12:53:12 +00:00
sekelsenmat
eda6929eb0 LCL-CustomDrawn: Starts support for tabbing between controls, didnt yet work in Mac OS X
git-svn-id: trunk@38236 -
2012-08-14 07:27:02 +00:00
maxim
15460809da LazUtils: attempt to fix WinCE build after r38199 #1be9d080b5
git-svn-id: trunk@38235 -
2012-08-13 22:18:20 +00:00
ask
59dd582337 TAChart: Fix crash when setting Marks.LabelFont from the Object Inspector
git-svn-id: trunk@38234 -
2012-08-13 14:08:42 +00:00
ask
1252e5d6dc TAChart: Fix disappearance of axis marks located exactly at chart bounds
git-svn-id: trunk@38233 -
2012-08-13 11:47:45 +00:00
ask
09924a0960 TAChart: Add InRangeUlps utility function
git-svn-id: trunk@38232 -
2012-08-13 11:45:55 +00:00
martin
9429d4dcd4 IDE: Edit menu, enable/disable undo/redo entry. Patch by Alexander Strokach. Issue #0022633
git-svn-id: trunk@38231 -
2012-08-13 11:18:16 +00:00
mattias
c93174f462 lazutils: lconvencoding: sorted
git-svn-id: trunk@38228 -
2012-08-12 12:03:32 +00:00
mattias
1bc9682635 codetools: fixed find declaration of a.b
git-svn-id: trunk@38227 -
2012-08-12 08:15:56 +00:00
ask
ec9045aeb0 TAChart: Fix hang in functional series with extreme zoom ratios
git-svn-id: trunk@38226 -
2012-08-11 06:02:05 +00:00
ask
9fa0308818 TAChart: Fix division by zero in zoom tools with extreme zoom ratios
git-svn-id: trunk@38225 -
2012-08-11 06:01:20 +00:00