Commit Graph

35671 Commits

Author SHA1 Message Date
mattias
30b303c406 cody: dictionary: use only units
git-svn-id: trunk@36478 -
2012-03-31 08:08:11 +00:00
mattias
7d623db285 IDE: can find unit: add hit about package
git-svn-id: trunk@36477 -
2012-03-31 08:01:45 +00:00
maxim
e3d4bbed9b IDE, Compiler codegeneration options frame: improved layout to better accomodate for translated strings
git-svn-id: trunk@36476 -
2012-03-30 23:47:23 +00:00
maxim
64e0bc6d1e Translations: improved Russian translation
git-svn-id: trunk@36475 -
2012-03-30 23:34:45 +00:00
maxim
b55bda6ea2 regenerated translations; updated Russian translation
git-svn-id: trunk@36474 -
2012-03-30 22:18:20 +00:00
maxim
e86ca8d180 IDE, Build Lazarus dialog: improved localization
git-svn-id: trunk@36473 -
2012-03-30 22:16:31 +00:00
maxim
db0546c3c3 Components, Cody: improved localization of 'Identifier dictionary' dialog and 'IDE Integration' settings tab; updated Russian translation. Inspired by barlone's patch, bug #21612.
git-svn-id: trunk@36472 -
2012-03-30 22:03:43 +00:00
juha
ec95bb1702 IDE: In ListView for adding editor files to Project Inspector, add a column and AutoWidthLastColumn. Issue #21517
git-svn-id: trunk@36471 -
2012-03-30 21:22:23 +00:00
martin
75ebdba3f9 IDE: moved update of window menu from OnIdle to ScreenChange and OnClick
git-svn-id: trunk@36470 -
2012-03-30 16:34:36 +00:00
mattias
f7921aef89 IDE: do not free package while compiling
git-svn-id: trunk@36469 -
2012-03-30 16:06:41 +00:00
mattias
24f1d64edb IDE: quickfix cant find unit: ppu of installed package
git-svn-id: trunk@36468 -
2012-03-30 15:57:23 +00:00
mattias
da7b36da06 IDE: improve message cant find unit: check if ppu is there
git-svn-id: trunk@36467 -
2012-03-30 14:56:58 +00:00
mattias
7482e8c614 sqldb: clean up
git-svn-id: trunk@36466 -
2012-03-30 14:40:14 +00:00
mattias
31b926bdad sqldb: less warnings
git-svn-id: trunk@36465 -
2012-03-30 14:39:34 +00:00
mattias
a3b86d11f7 IDE: cleaned up msg quickfixes
git-svn-id: trunk@36464 -
2012-03-30 14:37:28 +00:00
mattias
972e7f61ff IDE: test compiler options: using treeview for results
git-svn-id: trunk@36463 -
2012-03-30 14:16:28 +00:00
mattias
f17d10d7ac IDE: test compiler options: update fpc settings
git-svn-id: trunk@36462 -
2012-03-30 14:08:00 +00:00
mattias
7ce24999ea codetools: TFPCTargetConfigCache.GetUnitPaths: check if gathered
git-svn-id: trunk@36461 -
2012-03-30 14:02:05 +00:00
mattias
5ae752a4e9 contributors: Reinier Olislagers
git-svn-id: trunk@36460 -
2012-03-30 13:54:47 +00:00
mattias
2d79d6d08c sqldb: added mssql connector
git-svn-id: trunk@36459 -
2012-03-30 13:53:16 +00:00
mattias
4d57d078dd codetools: find inheritance of objccategory
git-svn-id: trunk@36458 -
2012-03-30 13:47:49 +00:00
mattias
7aa80f1685 IDE: clean up
git-svn-id: trunk@36457 -
2012-03-30 13:35:05 +00:00
mattias
233548ee99 IDE: TFileReference: small optimization
git-svn-id: trunk@36456 -
2012-03-30 13:10:30 +00:00
sekelsenmat
e3ce0595fa ops, the drawing optimizations had broken clicking: Repairs that while keeping the optimization itself and removes the defines to cleanup the drawing code
git-svn-id: trunk@36455 -
2012-03-30 10:31:42 +00:00
mattias
e8b9f9621b IDE: configure build laz: start with build page
git-svn-id: trunk@36454 -
2012-03-30 10:13:58 +00:00
mattias
a5ae14b2f5 IDE: clean up
git-svn-id: trunk@36453 -
2012-03-30 10:13:14 +00:00
mattias
f7cda8bea9 IDE: configure build laz: page showing inherited options
git-svn-id: trunk@36452 -
2012-03-30 10:12:05 +00:00
sekelsenmat
19d833609e Many small improvements to Android style drawing in checkbox and button, specially for light backgrounds
git-svn-id: trunk@36451 -
2012-03-30 09:43:55 +00:00
mattias
5cb07e2b79 IDE: build laz: clean all: clean up target directory
git-svn-id: trunk@36450 -
2012-03-30 09:27:24 +00:00
mattias
8477a4ae67 IDE: clean ide on clean common files
git-svn-id: trunk@36449 -
2012-03-30 09:22:18 +00:00
mattias
910b1da806 IDE: messages: removed indicator for has quickfix
git-svn-id: trunk@36448 -
2012-03-30 08:38:08 +00:00
mattias
448302319e make cleanbigide = clean
git-svn-id: trunk@36447 -
2012-03-30 08:30:36 +00:00
paul
df6f72a520 lcl, widgetsets: remove IntfSendsUTF8KeyPress from the widgetset interfaces implementation and call GetLCLCapability instead inside the generic function body
git-svn-id: trunk@36446 -
2012-03-30 08:28:34 +00:00
paul
e133b24a34 lazlogger: use PtrInt for String length instead of PtrUInt since SetLength() works with integer anyway
git-svn-id: trunk@36445 -
2012-03-30 08:21:38 +00:00
mattias
4359f97587 iconvtable: updated
git-svn-id: trunk@36444 -
2012-03-30 08:19:07 +00:00
juha
b626af08a0 IDE: Reduce BeginUpdate/EndUpdate calls to Messages window while building, issue #21600, patch from cobines
git-svn-id: trunk@36443 -
2012-03-30 08:08:53 +00:00
paul
5b803eebe0 cocoa: start implementation of DestroyHandle
git-svn-id: trunk@36442 -
2012-03-30 07:59:58 +00:00
paul
a51b6f1e56 cocoa: return SIZE_FULLSCREEN for fullscreen windows
git-svn-id: trunk@36441 -
2012-03-30 07:59:33 +00:00
juha
794930e8e2 Remove unused units in some files.
git-svn-id: trunk@36440 -
2012-03-30 07:40:15 +00:00
juha
92170ab538 LCL: Remove some unneeded Invalidate calls in TTreeView, issue #21602, patch from cobines
git-svn-id: trunk@36439 -
2012-03-30 07:40:00 +00:00
juha
9cc2b017b9 LCL: Update TreeView with Invalidate instead of Refresh, issue #21601, patch from cobines
git-svn-id: trunk@36438 -
2012-03-30 07:39:54 +00:00
sekelsenmat
1dad086508 LCL-CustomDrawn: Further improves the painting performance by checking if a control is completely covered by other ones, this improves the magnifier painting speed by 20%, from 790ms to 630ms, although it is still way too high
git-svn-id: trunk@36437 -
2012-03-30 07:32:31 +00:00
paul
439347c67b lazutils: use Int64 instead of LongInt for BlockRead operations result
git-svn-id: trunk@36436 -
2012-03-30 01:28:01 +00:00
paul
a17cb11168 lcl: reduce amount of hints and warnings
git-svn-id: trunk@36435 -
2012-03-30 01:27:25 +00:00
paul
6c8e15a1cf win32: reduce amount of hints and warnings
git-svn-id: trunk@36434 -
2012-03-30 01:24:16 +00:00
paul
a854bab3f0 lcl: don't show warnings about using symbols with platform modifier - this modifier is for those who use LCL but not for LCL itself
git-svn-id: trunk@36433 -
2012-03-30 01:06:25 +00:00
paul
d6e2a77af5 lcl:
- replace old SIZENORMAL, SIZEICONINC, ... constants with SIZE_RESTORED, SIZE_MINIMIZED
  - add new SIZE_FULLSCREEN constant to support wsFullScreen state

git-svn-id: trunk@36432 -
2012-03-30 01:05:10 +00:00
martin
b356839d80 DBG: more LazLogger
git-svn-id: trunk@36431 -
2012-03-29 12:36:54 +00:00
juha
37aba7b476 IDE: remove FindPaletteComp files completely.
git-svn-id: trunk@36430 -
2012-03-29 11:04:27 +00:00
juha
98d07d051d IDE: Remove FindPaletteComp from Component Palette's popup menu. Was earlier replaced with Component List.
git-svn-id: trunk@36429 -
2012-03-29 11:04:21 +00:00