Commit Graph

29089 Commits

Author SHA1 Message Date
mattias
f431caf66e IDE: clean up
git-svn-id: trunk@29602 -
2011-02-18 20:07:22 +00:00
mattias
7b812f3b86 IDE: open file: add file masks of editor files
git-svn-id: trunk@29601 -
2011-02-18 20:06:39 +00:00
mattias
c5dcc6c2c8 LCL: added TFileDialog.ExtractAllFilterMasks
git-svn-id: trunk@29600 -
2011-02-18 19:25:06 +00:00
mattias
a28c311a69 IDEIntf: added TComponentPalette.DoAfterComponentAdded
git-svn-id: trunk@29599 -
2011-02-18 18:15:06 +00:00
mattias
f8078acc5b codetools: c parser: simplify typedef
git-svn-id: trunk@29598 -
2011-02-18 18:11:00 +00:00
maxim
b9aad8a69a IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@29597 -
2011-02-18 00:54:47 +00:00
maxim
9a28be51c1 IDE: improved custom form editor localization
git-svn-id: trunk@29596 -
2011-02-18 00:51:11 +00:00
mattias
f3e40328d8 codetools: c parser: volatile
git-svn-id: trunk@29595 -
2011-02-17 23:33:20 +00:00
maxim
3075d389e4 IDE: improved 'Check LFM' dialog localization
git-svn-id: trunk@29594 -
2011-02-17 23:12:18 +00:00
maxim
b35100dab3 Components, Printers: fixed 'Select printer' dialog by replacing TNotebook component type with (correct) TPageControl one
git-svn-id: trunk@29593 -
2011-02-17 20:53:24 +00:00
mattias
615db58c74 codetools: c parser extern
git-svn-id: trunk@29592 -
2011-02-17 18:02:57 +00:00
mattias
dfbe1e665f codetools: c parser: fixed parsing til end of directive
git-svn-id: trunk@29591 -
2011-02-17 16:57:54 +00:00
mattias
2fe6028b41 IDE: improved error message when open lpi file
git-svn-id: trunk@29590 -
2011-02-17 11:44:56 +00:00
mattias
2829b842e8 LCL: small optimization
git-svn-id: trunk@29589 -
2011-02-17 10:07:01 +00:00
mattias
fa186c4933 IDE: small optimization
git-svn-id: trunk@29588 -
2011-02-17 10:06:00 +00:00
sekelsenmat
bd44a633e1 Adds a large Canvas drawing example and test
git-svn-id: trunk@29587 -
2011-02-17 09:55:53 +00:00
maxim
1674f7ce22 Components, Printers: added missing ComCtrls unit
git-svn-id: trunk@29586 -
2011-02-17 00:11:16 +00:00
maxim
a6788bcd99 Components, Printers: fixed to use TPageControl
git-svn-id: trunk@29585 -
2011-02-17 00:04:37 +00:00
maxim
a460a9d3ee Examples, TestAll: disabled TNotebook, enabled TPageControl instead
git-svn-id: trunk@29584 -
2011-02-16 23:45:39 +00:00
maxim
a6d35d4624 Examples, TabOrder: fixed to use TPageControl, made 'Close' button work
git-svn-id: trunk@29583 -
2011-02-16 23:13:04 +00:00
martin
11a403bf19 IDE, SourceEditor: FocusEditor to honour locks / CleanUp UpdatePageNames
git-svn-id: trunk@29582 -
2011-02-16 23:11:37 +00:00
martin
959a53f86e IDE, SourceEditor: clean-up the new "lock-honouring" code, put UpdateProjectFiles back into CloseFile (it' honours the lock, while project closing)
git-svn-id: trunk@29581 -
2011-02-16 22:49:50 +00:00
maxim
93873ae295 Examples, NotebookTest: save session info in .lpi again
git-svn-id: trunk@29580 -
2011-02-16 22:31:43 +00:00
maxim
936f3bcb10 Examples, NotebookTest: adapted to changed TNotebook behavior and improved layout
git-svn-id: trunk@29579 -
2011-02-16 22:24:49 +00:00
jesus
3cbb0a7b81 LazReport, fix memo autosize, tip from Velissariou Costas, issue #18582
git-svn-id: trunk@29578 -
2011-02-16 22:04:44 +00:00
jesus
cb47ca2b93 LCL, grids, do not invalidate cells which are not visible (or do not exist as in this case), fix issue #18498
git-svn-id: trunk@29577 -
2011-02-16 21:18:48 +00:00
jesus
2364ee740e LCL, fix grids showing checkbox if column is hidden, issue #18389
git-svn-id: trunk@29576 -
2011-02-16 20:27:48 +00:00
martin
0904d42e8d IDE, SourceEditor: Avoid temporary "unit1" tab captions
git-svn-id: trunk@29575 -
2011-02-16 16:40:29 +00:00
juha
f9c6883183 IDE: Optimise loading and closing editor files.
git-svn-id: trunk@29574 -
2011-02-16 12:17:20 +00:00
martin
5151e1f9c5 DBG: Disassembler: fixed copy to clipboard
git-svn-id: trunk@29573 -
2011-02-16 12:06:52 +00:00
martin
af04cb1c53 IDE, SourceEditor: Honour UpdateLock in UpdateStatusBar, UpdatePageNames => Reduce unnecessary calls to OS
git-svn-id: trunk@29572 -
2011-02-15 23:30:59 +00:00
maxim
363abb927f Examples, NoteBk: converted nested Notebook to TPageControl and restored features, which were removed in r28916 #76f0a18ff0
git-svn-id: trunk@29571 -
2011-02-15 22:17:28 +00:00
jesus
7d1c2d987a LazReport, fix loop adding pages on memo objects with long texts, issue #18719
git-svn-id: trunk@29570 -
2011-02-15 22:15:58 +00:00
zeljko
f73311c159 Qt: introduced TQtToolBox class, fixed problem with messages delivery to LCL. issue #18757
git-svn-id: trunk@29569 -
2011-02-15 21:54:45 +00:00
martin
0394cf0a93 IDE, SourceEditor: Honour UpdateLock in UpdateStatusBar, UpdatePageNames => Reduce unnecessary calls to OS
git-svn-id: trunk@29568 -
2011-02-15 21:54:35 +00:00
mattias
c6b9b65aa1 IDE: register LazControls
git-svn-id: trunk@29567 -
2011-02-15 21:39:22 +00:00
mattias
117f3f55fa codetools: started parsing union
git-svn-id: trunk@29566 -
2011-02-15 21:37:44 +00:00
mattias
ca93fe85e5 cody: fixed percent separator, bug #18758
git-svn-id: trunk@29563 -
2011-02-15 18:58:18 +00:00
mattias
650767b247 codetools: c file merger: do not replace macro on define/undef name
git-svn-id: trunk@29562 -
2011-02-15 17:50:32 +00:00
mattias
28f1a2f56d coddetools: c file merge: replace macros
git-svn-id: trunk@29561 -
2011-02-15 13:47:49 +00:00
mattias
80905822d8 LCL: linker path addition for gtk1 on SuSE
git-svn-id: trunk@29560 -
2011-02-15 12:29:29 +00:00
mattias
4f644760d6 codetools: c file merger: options to merge all
git-svn-id: trunk@29559 -
2011-02-15 12:27:49 +00:00
maxim
d4ab1e76ea IDEIntf, ImageList editor: removed bevel from ButtonPanel
git-svn-id: trunk@29558 -
2011-02-14 23:58:30 +00:00
maxim
aa89d68f66 IDEIntf: improved ListView editor layout
git-svn-id: trunk@29557 -
2011-02-14 23:43:05 +00:00
paul
b5eef598e9 ide: return buildmacro options
git-svn-id: trunk@29556 -
2011-02-14 23:38:57 +00:00
mattias
759c3a2aa8 codetools: c merge: fixed merged pos to original pos
git-svn-id: trunk@29555 -
2011-02-14 23:37:29 +00:00
maxim
3d9c23d3de IDEIntf: regenerated translations; updated Russian translation
git-svn-id: trunk@29554 -
2011-02-14 23:26:29 +00:00
maxim
a698e6e048 IDEIntf: improved ImageList editor localization
git-svn-id: trunk@29553 -
2011-02-14 23:21:30 +00:00
maxim
801fa92b8b IDEIntf: improved ListView editor localization
git-svn-id: trunk@29552 -
2011-02-14 23:12:00 +00:00
maxim
43f1c4d764 Examples, listview: fixed to use TPageControl. While at it, also got rid of .lrs resource.
git-svn-id: trunk@29551 -
2011-02-14 22:19:26 +00:00