Commit Graph

41396 Commits

Author SHA1 Message Date
mattias
1d79c4edb3 mac dmg: fixed linking by using using -WM10.5
git-svn-id: tags/lazarus_1_2_RC1@43369 -
2013-11-03 23:25:25 +00:00
mattias
bd1307d8fd added missing lpl
git-svn-id: tags/lazarus_1_2_RC1@43359 -
2013-11-03 09:32:58 +00:00
mattias
f187ddd259 set version to 1.2RC1
git-svn-id: branches/fixes_1_2@43357 -
2013-11-03 09:22:12 +00:00
mattias
11e4873909 lazcontrols: TTreeFilterBranch.RemoveChildrenData: fixed crash when passing nil
git-svn-id: branches/fixes_1_2@43356 -
2013-11-03 08:34:46 +00:00
martin
1c967e864d Merged revision(s) 43341-43342 #766298e0ef-#766298e0ef, 43344 #95fe4e6ff1, 43348 #2eb279e6e1, 43350-43352 #029f4903de-#029f4903de from trunk:
*r43341 lazcontrols: fixed crash on freeing TFileNameItem
*r43342 SynEdit: Pas HighLighter, recognize new &keyword for identifier style
*r43344 TreeFilterEdit: Improve TTreeFilterBranch.RemoveChildrenData logic.
*r43348 LazUtf8: implement Utf8 versions of LeftStr and RightStr.
*r43350 MaskEdit: avoid calling OnChange when setting initial values for Mask and Text. Issue #0019029.
*r43351 IDE: Fix the check for conflicting sequential (multi-stage) shortcuts. Issue #25085
*r43352 IDE: Update popup menu item Enabled state correctly in Keymapping options. Sender is PopupMenu, not TreeView.

git-svn-id: branches/fixes_1_2@43353 -
2013-11-02 23:57:51 +00:00
martin
f6f4f5d154 Merged revision(s) 43315 #40b4393fe1, 43317-43318 #60810fa307-#60810fa307, 43329 #69885cfba0, 43332-43333 #6b7452699a-#6b7452699a, 43337 #c115f8906b from trunk:
Qt: workaround for Qt raster engine bug when rectangle is drawn and pen is cosmetic. issue #25227
........
Debugger: Fix parsing class with nested record / array of record
........
Debugger: Fix parsing class with nested record / array of record / newer gdb
........
Debugger: Fix mem leak in disassembler 
........
SynEdit: IFDEF lowlight, fix wrong index, and fix using same nested comment setting as HL / Issue #0025244
........
Qt: implemented SWP_SHOWWINDOW and SWP_HIDEWINDOW in TQtWidgetSet.SetWindowPos. 
........
ComCtrls: change signature of TDrawTabEvent to avoid compilation error due to duplicatie identifier. Issue #0025245. Patch by Avishai. 

git-svn-id: branches/fixes_1_2@43340 -
2013-10-29 20:54:52 +00:00
martin
239d001434 Merged revision(s) 43302-43304 #e1a4c01ac8-#e1a4c01ac8, 43306-43308 #0148216198-#0148216198 from trunk:
Debugger: improve cache / fix compare none case-sensitive 
........
Debugger: fix disassembler testcase
........
Debugger: fix adding watch via dialog. Open watch view window
........
Debugger: Change ExceptionList to one list (no master/slave), fix debugger follows config which exceptions to ignore.
........
SrcEdit: workaround for Mac QueueAsync bug
........
Qt: added note about spotted bug in Qt-4.8.5 lib when using raster graphicssystem.

........

git-svn-id: branches/fixes_1_2@43320 -
2013-10-25 10:10:58 +00:00
martin
310e3c4834 Merged revision(s) 43269-43274 #f4a8e84331-#f4a8e84331, 43294 #e52c2ff8d2 from trunk:
LCL, carbon, fix CombineRgn when op=diff and dst=src2, dst(src2) ended with a copy of src1 and result is src1 op src1
........
LCL, carbon, implements CreateEllipticRgn
........
Lazreport, fix Report shape tool has black shadow, issue #14127
........
LazReport, some times objects that are hidden by others in upper layer show up because clipping region of moving object enable them, make sure they are visible or not
........
LazReport, enable native print dialog in Mac OS X by default + option to disable it
........
Qt: fixed sizing of autosized forms by ignoring sizepolicy for centralwidget when QTSCROLLABLEFORMS is enabled.
........
Debugger: Fix getting min callstack depth in some cases.
........

git-svn-id: branches/fixes_1_2@43316 -
2013-10-24 11:11:31 +00:00
maxim
83c4d4abaf Merged revision(s) 43251 #cfb686b83f, 43253 #68196f23cb from trunk:
LCL: Japanese translation by Yuichiro Takahashi, bug #25123
........
Docs: added Yuichiro Takahashi and Haruyuki Fujimaki to contributors list
........

git-svn-id: branches/fixes_1_2@43268 -
2013-10-17 22:00:11 +00:00
martin
9d45f35d0a Merged revision(s) 43234 #87d90e960c, 43236 #ccf61e6739, 43238 #7185e1ba7d, 43240-43245 #4f8bfb32e9-#4f8bfb32e9, 43255 #d064177936 from trunk:
Qt: do not invalidate client rect cache in scrollable form viewport if we are embedded form (eg. docked). 
---------------------
Qt: do not loop with LCL when designing TPageControl, keep LCL sizes when InUpdate. 
---------------------
Qt: invalidate clientrect cache when viewport of scrollable form is resized.QTSCROLLABLEFORMS part. 
---------------------
Qt: fixed QPainter assertion when QTSCROLLABLEFORMS is enabled.part of issue #24715 
---------------------
Qt: fixed problem with clientrect sizes when QTSCROLLABLEFORMS are enabled.part of issue #24715 
---------------------
Qt: fixed crash when QTSCROLLABLEFORMS are enabled and reparenting form with mouse (eg undock).part of issue #24715 
---------------------

git-svn-id: branches/fixes_1_2@43267 -
2013-10-17 20:11:32 +00:00
martin
a791f2b8b7 Merged revision(s) 43218-43219 #50760cf759-#50760cf759, 43222-43223 #e48f39d20f-#e48f39d20f from trunk:
TRadioGroup: fix resetting ItemIndex to -1 when calling Items.Assign (regression introduced by me in r42772 #471ec807d9). This caused ItemIndex being reset to -1 when editing Items in OI. 
---------------------
LCL: wslclclasses, increased VIRTUAL_VMT_COUNT const from 100 to 128, to be able to add more methods to ws classes. 
---------------------
IDE: save package main source: ignore case, bug #25173
---------------------
Qt: implemented scrollbars on forms (scrollable forms).Currently it works only if QTSCROLLABLEFORMS define is enabled in qtdefines.inc. issue #24715 
---------------------

git-svn-id: branches/fixes_1_2@43266 -
2013-10-17 20:07:09 +00:00
maxim
b46dd27c71 Merged revision(s) 43263 #bde487616b from trunk:
sqldb: TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin are actually available in FPC 2.6.2, bug #25200
........

git-svn-id: branches/fixes_1_2@43265 -
2013-10-17 19:58:50 +00:00
martin
10421b2a13 Merged revision(s) 43009 #5da511836b, 43194-43195 #cc878b3646-#cc878b3646, 43197 #1baa61cb47, 43201-43205 #f978dc9fd0-#f978dc9fd0, 43208-43209 #9362ac2278-#9362ac2278, 43214-43215 #6849f265a6-#6849f265a6 from trunk:
........
r43194 sqldb: enabled TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin for FPC 2.6.3 too in order to allow to test them before FPC 2.6.4 is released (FPC 2.6.3 built in February is OK)
r43195 Converter: Fix a crash when a replaced function had brackets '()' without parameters.
r43197 Debugger: Fix handling of backslash in strings returned by gdb (used for classname resolving)
r43201 r43202 r43203 r43204 r43205 r43208 r43209 r43214 r43215 #b1dfaeda44 codetools: parsing new modifiers and keywords, needed for parsing FPC sources
r43009 SynEdit: Allow to set ssoMatchCase for TSynEditMarkupHighlightAllCaret. Issue #0025108 Patch by Denis Golovan 

git-svn-id: branches/fixes_1_2@43257 -
2013-10-15 19:21:48 +00:00
martin
93fed7a20a Merged revision(s) 43180 #d29e9fa0b6, 43182 #b12831f099, 43188-43189 #b271c77ae6-#b271c77ae6 from trunk:
Qt: fixed regression in owner drawn combobox from rev.43135. issue #25172
........
IDE: Compare TargetOS without case sensitivity. The default value is lowercase.
........
sqldb: TSQLDBLibraryLoader, TPQEventMonitor, TFBEventMonitor and TFBAdmin were backported to FPC 2.6.3
........
Debugger: Fix handling of single quote in strings returned by gdb
........

git-svn-id: branches/fixes_1_2@43256 -
2013-10-15 13:53:26 +00:00
martin
f41b62a98f Merged revision(s) 43164-43178 #ca952b3a82-#ca952b3a82 from trunk:
Printers, cups, fix PrintDialog does not set Copies and Colate properties, from Petr-K, issue #24959
........
SynEdit: Fixed uninitialized value in block-selection 
........
Qt: fixed TQtCheckListBox triggering OnItemClick when TCheckListBox.Style <> lbStandard.
........
Qt: improved QtThemes.GetDetailSize by returning sizes of checkbox and radiobutton.
........
Qt: improved teTreeView theme drawer, trigger IntfDoOnThemeChange when theme is changed.
........
Qt: fixed TQtListWidget behaviour when it's owner drawn and checkable = true.
........
Qt: fixed checked item state and custom painting cdsChecked when TQtTreeWidget is ownerdrawn (assigned OnCustomDrawXXX).
........
Qt: TQtTreeWidget: added odChecked to drawstate when OnDrawItem is assigned and we are checkable listview.
........
Qt: fixed wrong DrawState param for TQtListWidget when OnDrawItem is assigned (ownerdraw).
........
Qt: fixed behaviour of checkable items when key space is pressed in TQtAbstractItemView.OwnerDraw mode.
........
Gtk2: Gtk2Themes: return correct size value for checkbox and radiobutton
........
Qt: fixed drawer for themed TGroupBox.
........
Gtk2: fixed combobox themed paint (separated combo button from combo root).issue #25151
........
ValEdit: fix crash on GetCells when empty rows are auto-added.
........
Gtk2: pass TCheckListBox.OnDrawItem when Style <> lbStandard.issue #14071
........

git-svn-id: branches/fixes_1_2@43216 -
2013-10-12 11:07:32 +00:00
martin
c9127c3fdb Merged revision(s) 43024 #6d093a3d09, 43061 #1047128fbb, 43140-43141 #91bd6f356b-#91bd6f356b, 43159-43160 #ecdeadf98c-#ecdeadf98c, 43162-43163 #34c4d51b11-#34c4d51b11 from trunk:
Printers, windows, do not open and setup printer if it's being destroyed, issue #23026
........
LCL, carbon, fix filterindex and add trigger some missing dialog events, fix issue #25086
........
Printers, carbon, fix context origin (the origin should be the imageable area not the paper rect)
........
Printers, Carbon, support for printing at higher resolution, issue #23339
........
SynEdit: Avoid highlighter scanning twice, due to trailing space changes
........
SourceEdit: Set ifdef (on tab change) after dec-paintlock)
........
Fixes from Alexey Lagunov:
1. Fix AV on set frPrinGrid.Font property
2. Fix set Visible in script for dialog controls
3. Fix show frDataSet in object inspector after delete it from DialogPage
4. In Object Inspector sort compnent names in combobox
5. Fix string with '''' char
........
TRadiouGroup: do not reset FItemIndex in UpdateIyems whilst loading.
........

git-svn-id: branches/fixes_1_2@43192 -
2013-10-09 14:40:26 +00:00
martin
c2faa64b16 Merged revision(s) 43149-43150 #88d5245c95-#88d5245c95, 43152 #c0da5619bc, 43154 #11680d18c7, 43156-43158 #8fd5d00b1b-#8fd5d00b1b from trunk:
Qt: improved qt themes text drawer.
........
Qt: implemented teProgress in qt themes.
........
Qt: partially implemented teListView in qt themes
........
Qt: implemented teSpin in qt themes.
........
Gtk2: implemented themed draw of combobox.issue #25151
........
win32: implemented TListView.OwnerDraw. issue #25149
........
Qt: TQtListWidget, TQtTreeWidget.itemDelegatePaint() draw background of item by default.related to issue #24941
........

git-svn-id: branches/fixes_1_2@43191 -
2013-10-09 14:28:45 +00:00
martin
9b71525361 Merged revision(s) 43053 #31a3f82a68, 43135 #891efd2ffd, 43146 #9477d73519 from trunk:
Qt: fixed compilation with fpc-2.7.1. issue #25125
........
Qt: implemented TCustomListView OnCustomDraw, OnCustomDrawItem, OnCustomDrawSubItem. part of issue #7059
........
Qt: improved Qt themes. Added tab drawing.
........

git-svn-id: branches/fixes_1_2@43190 -
2013-10-09 14:21:08 +00:00
martin
ba2a7adcd9 Merged revision(s) 43115-43122 #a439dbcfb6-#a439dbcfb6 from trunk:
LCL: TCustomListView: Implemented OwnerDraw & OnDrawItem for delphi compatibility. Widgetsets are responsible to trigger OnDrawItem via CN_DRAWITEM message.Part of issue #25149
........
Qt: implemented TListView OwnerDraw and OnDrawItem event.Part of issue #25149
........
ValEdit: refactor the logic behind wether or not to hide the editor when manipulating the Strings property.
........
ValEdit: fix possible error in InsertRowWithValues due to uninitialized NameValueSeparator.
........
Gtk2: implemented TListView.OwnerDraw.Part of issue #25149
........

git-svn-id: branches/fixes_1_2@43153 -
2013-10-07 10:00:56 +00:00
martin
1759999ea1 Merged revision(s) 43051-43052 #b44b6771dd-#b44b6771dd, 43054 #a508278c43, 43109-43110 #00ac786d09-#00ac786d09 from trunk:
LCL, grids, do not trigger CellButton click if MouseDown is OutBounds, mdified patch from malcome, issue #25127
........
LCL, grids, reformat some code that SHIFT+CTRL+C keeps reminding is different
........
lcl: grid: initialize var
........
ValEdit: Fix crash in InsertRow if Strings.Count = 0. Issue #0025144.
........
ValEdit: implement an adapted version of InsertRowWithValues.
........

git-svn-id: branches/fixes_1_2@43151 -
2013-10-07 09:34:31 +00:00
maxim
9150f2737b Merged revision(s) 43076 #dff194b0a7 from trunk:
Components, Lazreport: updated Russian translation
........

git-svn-id: branches/fixes_1_2@43137 -
2013-10-06 23:01:52 +00:00
martin
abd9c85a95 Merged revision(s) 43046-43047 #76fbc9e44c-#76fbc9e44c, 43063 #82ba28e80b from trunk:
LazReport, improve error message on missing classes, was about FRF format while in reality is about LRF format
........
LazReport, fix error in dialogs when object is deleted and then a new one inserted, issue #25097
........
LazReport, restored accidentally removed translations
........

git-svn-id: branches/fixes_1_2@43121 -
2013-10-06 12:08:50 +00:00
martin
ce01175490 Merged revision(s) 43062 #cf2ec123c7 from trunk:
Qt: fix conditional switches. issue #25139
........

git-svn-id: branches/fixes_1_2@43120 -
2013-10-06 12:02:05 +00:00
martin
56c6087153 Merged revision(s) 43040-43043 #9f3fcabdd0-#9f3fcabdd0 from trunk:
LazReport, fix hyphenation helper mem leak
........
Qt: updated qt bindings to version 2.5
........
Qt: updated Qt4Pas5.dll to version 2.5
........
Qt: fixed application closing when session manager is used. issue #18910
........

git-svn-id: branches/fixes_1_2@43117 -
2013-10-06 11:42:56 +00:00
maxim
751fae062d Merged revision(s) 43077 #1520169d45, 43078 #76f7ea224e from trunk:
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #25134
---------------------
IDE: regenerated Brazilian Portuguese translation
---------------------

git-svn-id: branches/fixes_1_2@43079 -
2013-10-04 21:08:54 +00:00
martin
b481234cf0 Merged revision(s) 43064 #af8af08094 from trunk:
SynEdit: Ifdef highlight, more verbose assert.
........

git-svn-id: branches/fixes_1_2@43066 -
2013-10-03 13:39:11 +00:00
martin
0d4112edb4 Merged revision(s) 42948 #c3619f28f4, 43028 #1b27f92d2b, 43038 #6edf206205 from trunk:
LCL, gtk2, check if widget is still valid (avoid a CRITICAL warning)
........
IDE: Respect the Use Comments setting also when editing defines.
........
Debugger: force gdb to use lang=pascal. (set after attach / needed in some environment, such as cgi in webserver)
........

git-svn-id: branches/fixes_1_2@43060 -
2013-10-02 19:55:58 +00:00
martin
bba9aa941d Merged revision(s) 42945 #446747ed6c, 42994-42996 #f3f2450272-#f3f2450272 from trunk:
IDE: designer: fixed adding components on inherited form, bug #25084
........
LazReport, check valid lrt template files before listing them
........
LazReport, allow to distinguish between name.lrt and name.frt in new from template dialog
........
LazReport, save version in binary file temple, fix crash on loading template, issue #14137
........

git-svn-id: branches/fixes_1_2@43059 -
2013-10-02 19:49:11 +00:00
martin
cd861fead6 Merged revision(s) 42954 #c1f577aa5a, 42958 #74824cdc4e, 42985-42986 #c9715d9f6b-#c9715d9f6b, 42991-42993 #6ab0ade4ee-#6ab0ade4ee from trunk:
LCL, grids, modify editor bounds in case it's affected by modifying default Col width or Row height
........
LCL, fix ValueListEdit not showing key column at runtime, issue #24780
........
LCL, grids, fix check for focused
........
LCL, grids, fixed selection by mouse if editor is visible and focused (also undoes de previous premature commit)
........
LCL, grids, check for valid editor
........
LCL, grids, allow the RETURN key to go to OnKeyPress
........
LCL, grids, implemented InsertRowWithValues from Everton Vieira, issue #21176
........

git-svn-id: branches/fixes_1_2@43058 -
2013-10-02 19:44:09 +00:00
martin
776ab3b683 Merged revision(s) 42943 #2ed7a8a17c, 42946 #7a4a60f132, 42950-42953 #0a9b67d773-#0a9b67d773, 42987-42990 #665feafdc0-#665feafdc0 from trunk:
LCL, fix grids focus where OnEnter occurs twice, issue #25010
........
IDE: when closing a modified package and user does not save mods, clear modified, bug #22956
........
IDEIntf: object inspector: component tree: always use property name of TCollection, instead of PropName
........
IDEIntf: object inspector: component tree: list tkClass property only once
........
IDEIntf: clean up
........
IDEIntf: Get LookupRoot for TFieldDefs, bug #25068
........
SynEdit: Spelling 
........
Debugger: Spelling 
........
Debugger: fix disassembler, check if offset can be used
........
Debugger: fix race condition, stopping the debugger could lead to debugger error
........

git-svn-id: branches/fixes_1_2@43008 -
2013-09-28 11:41:48 +00:00
martin
3526881fa4 Merged revision(s) 42916 #d8f7a4df0a, 42923-42924 #3b6ec447bf-#3b6ec447bf, 42931-42932 #30f778a891-#30f778a891, 42936 #c33a15d30d, 42940-42941 #84d84eb479-#84d84eb479 from trunk:
IDE: Improve the All Compiler Options GUI filter. It lost focus because it was disabled. Not any more.
........
LCL, Gtk2, fix grid editing problem on ALT+TAB forward and back, issue #22475
........
LCL, Gtk2, force redraw of GTKWinApiWidgets on focus changes so they can reflect focused/unfocused state (for grids in this case)
........
Debugger: Options, disable add/remove buttons on signal opts. Not implemented
........
Debugger: Options, mark project as modified, when exceptions are enabled/disabled. Issue #0025074
........
LCL, grids, handle the first key in keypress, fixes issue #24893
........
Qt: fixed TQtCheckListBox double click event duplication.issue #25089
........
Qt: change current row of TQtCheckListBox for Qt >= 4.8 since it does not change ItemIndex when checkbox is clicked.
........

git-svn-id: branches/fixes_1_2@43007 -
2013-09-28 11:35:34 +00:00
martin
ced808e8cd Merged revision(s) 42832 #dbf7469826, 42886 #0a0a90e99b, 42909-42910 #88103f57a5-#88103f57a5, 42912-42913 #c5f9e05da6-#c5f9e05da6, 42917 #5efe201a20 from trunk:
Propedits: remove a test version of TCoolBarControlPropertyEditor.CheckNewValue
........
IDEIntf: Change TComponentPropertyEditor back to original behaviour so it lists all components from all forms.
........
IDE: add PowerPc processor types to selection list.
........
Converter: Define PUREPASCAL for units during conversion when simulate Delphi defines is set.
........
lcl: dbgrids: fixed memleak of KeyBookmark, patch from Luca Olivetti, bug #24412
........
Debugger: reset thread on start/init
........
Debugger: reset thread on start/init (rev 42913 #b49550e81b also did reset during run / fixed)
........

git-svn-id: branches/fixes_1_2@42933 -
2013-09-25 12:48:27 +00:00
martin
3a696e74d8 Merged revision(s) 42877 #fa3b7a0f0f, 42898 #899f464bcf, 42905-42906 #8d3d601588-#8d3d601588 from trunk:
LCL: TTreeView: check OverlayIndex upper bound
........
SynEdit: IfDef Markup, fix issue with not displaying nested disabled blocks sometimes 
........
Qt: TQtComboBox fix for call IntfGetItems when we are non-editable combobox.

........
Qt: call OnDropDown imediatelly after IntfGetItems, so our events are in expected order and there's no disturbing of QListWidget while showing. issue #25032

........

git-svn-id: branches/fixes_1_2@42930 -
2013-09-25 09:50:03 +00:00
martin
d254b622a0 Merged revision(s) 42854 #f4e5628407, 42856 #4c52e89cc2, 42859 #0e785800e1, 42865-42866 #c0dac09b7f-#c0dac09b7f, 42868 #7d402a8415 from trunk:
LCL: added TPairSplitter.Constraints, bug #25046
........
Debugger: Disable logging of stackdump during unit lookup
........
codetools: fixed removing first unit from second line
........
IDE: fixed complete block, bug #24935
........
IDE: fixed complete block on char, fixed codebrowser check if something changed
........
codetools: fixed checking if resolving edged bracket open is allowed, bug #25045
........

git-svn-id: branches/fixes_1_2@42908 -
2013-09-21 10:00:50 +00:00
martin
92307b7a51 Merged revision(s) 42840 #f79577e967, 42843-42846 #75902ea949-#75902ea949, 42850-42851 #875f854c30-#875f854c30 from trunk:
Spelling 
........
codetools: syntax error if parameter type is missing
........
codetools: fixed parsing var type deprecated )
........
LCL: minor corrections of comments in clipbrd.pp (thanks to Mike Thompson), bug #25033
........
codetools: fix parsing of "specialize SomeGeneric<TypeParams>" as function/operator result (this fixes error with parsing of new objpas generics)
........
carbon: fix crash in gradient draw
........
carbon: fix linear gradient
........

git-svn-id: branches/fixes_1_2@42907 -
2013-09-21 09:55:26 +00:00
mattias
31f61877ce dmg: versions with letters and minus
git-svn-id: branches/fixes_1_2@42842 -
2013-09-16 10:24:40 +00:00
mattias
7c3860c6a6 rpm: fixed handling versions with minus
git-svn-id: branches/fixes_1_2@42837 -
2013-09-16 09:18:06 +00:00
mattias
be4bd35292 IDE: mode matrix: fixed showing targets
git-svn-id: branches/fixes_1_2@42835 -
2013-09-16 08:35:22 +00:00
mattias
2aa7fda2a4 lcl: updated Makefile for win32
git-svn-id: branches/fixes_1_2@42830 -
2013-09-15 21:50:18 +00:00
martin
a3997af045 Merged revision(s) 42825 #2899e3dc78 from trunk:
Installer, Win: allow "pre-release" in version name (inno setup)
........

git-svn-id: branches/fixes_1_2@42826 -
2013-09-15 18:43:40 +00:00
mattias
6603db0add lcl: carbon: updated Makefile.compiled
git-svn-id: branches/fixes_1_2@42822 -
2013-09-15 16:27:58 +00:00
mattias
5659e8f9ec updated lpl
git-svn-id: branches/fixes_1_2@42821 -
2013-09-15 16:12:37 +00:00
mattias
c0d7fee02a updated lpl
git-svn-id: branches/fixes_1_2@42818 -
2013-09-15 15:51:08 +00:00
mattias
5f89b18df3 set version 1.1.99 pre release
git-svn-id: branches/fixes_1_2@42817 -
2013-09-15 15:43:27 +00:00
mattias
73c0d3b75c lcl: updated makefile nogui
git-svn-id: trunk@42816 -
2013-09-15 15:21:37 +00:00
mattias
7d96a7ed1d LCL: updated Makefiles
git-svn-id: trunk@42815 -
2013-09-15 15:12:42 +00:00
mattias
d0a590f959 LCL: updated makefile
git-svn-id: trunk@42814 -
2013-09-15 15:05:30 +00:00
mattias
f888918586 LCL: restored makefile
git-svn-id: trunk@42813 -
2013-09-15 14:54:41 +00:00
mattias
d66db17ace Started branch for 1.2
git-svn-id: branches/fixes_1_2@42812 -
2013-09-15 14:31:27 +00:00
mattias
a7d37f552d examples: designnonlcl: fixed compiling under windows
git-svn-id: trunk@42811 -
2013-09-15 14:24:37 +00:00