Commit Graph

29078 Commits

Author SHA1 Message Date
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
mattias
9894191182 LCL: add linker path for gtk2: /opt/gnome/lib
git-svn-id: trunk@29550 -
2011-02-14 19:00:26 +00:00
mattias
26709e8c25 codetools: c file merger: translate source position back to original file position
git-svn-id: trunk@29549 -
2011-02-14 17:13:08 +00:00
zeljko
de531a2af0 Gtk2: fixed crash when WinKey + Some key pressed and range check is on. issue #18743
git-svn-id: trunk@29548 -
2011-02-14 16:32:35 +00:00
zeljko
4382974f54 Qt: do not allow QtTool for modal windows under win32, otherwise global actions are fired.issue #18709
git-svn-id: trunk@29547 -
2011-02-14 15:37:03 +00:00
mattias
8c126c8067 codetools: function to merge c header files into one
git-svn-id: trunk@29546 -
2011-02-14 13:52:23 +00:00
zeljko
8308cf24d5 Qt: creation of QMainWindow class could fail in case when splash screen is shown before Application.MainForm is created, so we never have MainForm=True (eg. lazarus on win32 - triggers sometimes).Returned checking of QKeySequence_isEmpty() for global actions.
git-svn-id: trunk@29545 -
2011-02-14 13:23:54 +00:00
zeljko
0080ce812a Qt: do not ask if QKeySequence_isEmpty for global action, otherwise it won't be added to global actions list.
git-svn-id: trunk@29544 -
2011-02-14 12:26:53 +00:00
zeljko
4aa7b988f1 Qt: added global actions handling (Alt+Key in app main form).issue #18478
git-svn-id: trunk@29543 -
2011-02-14 11:50:23 +00:00
mattias
4654e9dfb1 codetools: clean up
git-svn-id: trunk@29541 -
2011-02-13 23:23:10 +00:00
mattias
38d6797573 cody: sort for package
git-svn-id: trunk@29540 -
2011-02-13 22:22:01 +00:00
mattias
7d563e06c6 cody: ppu list: show owner package
git-svn-id: trunk@29539 -
2011-02-13 22:08:42 +00:00