Commit Graph

51952 Commits

Author SHA1 Message Date
juha
3000ed4e71 Carbon: Fix clipping of Memo top border. Issue #28071, patch from Squall64 and AlexeyT.
git-svn-id: trunk@54782 -
2017-04-30 15:28:04 +00:00
michl
d26cecd517 LCL: TPageControl: Win32: Fixed Pagecontrol does show space for tabs, but no tabs in it. Issue #19278
git-svn-id: trunk@54781 -
2017-04-30 14:53:32 +00:00
juha
8ccf033501 Carbon, Cocoa: Fix filename returned by Save Dialog. Issue #31492, patch from AlexeyT.
git-svn-id: trunk@54780 -
2017-04-30 13:49:34 +00:00
zeljko
dcfe43130d Qt: reverted using unixdatetime instead of x11 CurrentTime const because problem is in buggy wm not in our code.
git-svn-id: trunk@54779 -
2017-04-30 09:49:11 +00:00
zeljko
ed47307de1 Qt5: do not use x11 timestamp workaround as qt4 uses. Qt5 uses libxcb which handles timestamps well.
git-svn-id: trunk@54778 -
2017-04-30 09:22:26 +00:00
zeljko
0d66c24a77 Qt, Qt5: set correct timestamp when using X11Raise(), some wm's complains about it.
git-svn-id: trunk@54777 -
2017-04-29 17:51:41 +00:00
maxim
3e3a8fdf8b IDE: Spanish translation update by Alonso Cárdenas Márquez, bug #31731
git-svn-id: trunk@54772 -
2017-04-28 22:57:35 +00:00
maxim
5894290dfc IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@54771 -
2017-04-28 22:51:24 +00:00
mattias
f915aac0c7 codetools: use namespaces only for pas2js and fpc>30101
git-svn-id: trunk@54769 -
2017-04-28 22:39:47 +00:00
mattias
08bd7d6206 IDE: parse project default namespace
git-svn-id: trunk@54767 -
2017-04-28 22:27:06 +00:00
michl
0401160d0d LCL: TTrayIcon: Win32: Fixed SIGSEGV after closing app. Issue #29739
git-svn-id: trunk@54766 -
2017-04-28 21:30:51 +00:00
juha
fb21bde862 LCL-GTK2: A workaround to prevent a complete freeze with menu seperators. Issue #31138.
git-svn-id: trunk@54765 -
2017-04-28 10:41:37 +00:00
mattias
73b1b38cde codetools: fixed compilation with fpc<3.1.1
git-svn-id: trunk@54763 -
2017-04-28 10:40:01 +00:00
wp
093242498d LCL: Activate ImageIndexPropertyEditor for grids (Columns[].Title.ImageIndex, ImageIndexSortAsc/Desc)
git-svn-id: trunk@54762 -
2017-04-27 22:47:29 +00:00
mattias
fa61032594 IDE: identifier completion: global property types, patch from Anton, bug #31722
git-svn-id: trunk@54760 -
2017-04-27 21:23:01 +00:00
wp
6ddfc9b60c LCL Grids: Rename new sort image indexes to ImageIndexSortAsc and ImageIndexSortDesc
git-svn-id: trunk@54759 -
2017-04-27 19:38:48 +00:00
mattias
871ae7e6b9 IDE: added macros for namespaces
git-svn-id: trunk@54758 -
2017-04-27 14:34:53 +00:00
mattias
e87f70b765 lazutils: added MergeWithDelimiter
git-svn-id: trunk@54756 -
2017-04-27 14:33:17 +00:00
wp
f1771e6b02 LCL: Grids: Add properties AscImageIndex and DescImageIndex
git-svn-id: trunk@54755 -
2017-04-27 11:15:51 +00:00
wp
6247aacae5 lcl: Interchange icons sortasc and sortdesc in resource lcl_grid_images.res
git-svn-id: trunk@54754 -
2017-04-27 10:13:55 +00:00
wp
bedc62bf6e lcl: interchange icons sortasc and sortdesc (used as grid header sort icons) - see http://forum.lazarus.freepascal.org/index.php/topic,36664.msg244590.html#msg244590
git-svn-id: trunk@54753 -
2017-04-27 09:46:21 +00:00
mattias
b382175cfb IDE: parse namespaces from custom compiler options
git-svn-id: trunk@54751 -
2017-04-26 19:41:08 +00:00
mattias
a067dd3411 IDE: do not pass -B when option -k or -T changes, added resourcestring
git-svn-id: trunk@54749 -
2017-04-26 19:20:54 +00:00
mattias
4692141978 IDE: sourceeditor completion box: namespaces
git-svn-id: trunk@54747 -
2017-04-26 18:40:09 +00:00
mattias
aa5717bb55 codetools: search units with namespaces
git-svn-id: trunk@54745 -
2017-04-26 18:36:04 +00:00
mattias
8fe94c57d5 codetools: tests: namespace in uses section
git-svn-id: trunk@54744 -
2017-04-26 18:33:51 +00:00
zeljko
bca1a59f06 Qt5: added QBuffer class, needed for saving and loading streams where QIODevice is needed. eg QImage
git-svn-id: trunk@54743 -
2017-04-26 18:03:00 +00:00
mattias
afc67da7ae codetools: tests: test program namespace
git-svn-id: trunk@54742 -
2017-04-26 11:04:17 +00:00
mattias
af09292110 codetools: identifier completion: list each namespace only once
git-svn-id: trunk@54740 -
2017-04-26 10:08:12 +00:00
juha
7f172ef2ae Carbon: Don't show the first part of a sequential combo shortcut in MenuItem. Issue #31613, patch from AlexeyT.
git-svn-id: trunk@54739 -
2017-04-26 10:05:24 +00:00
mattias
18296584ed codetools:
- dotted unit name in term: find longest match
- dotted unit name: fixed searching in interface only interface uses section
- identifier completion: fixed list unit sub identifiers when there are longer namespaces
- identifier completion: list all name used namespaces

git-svn-id: trunk@54737 -
2017-04-26 09:55:09 +00:00
mattias
2d51c08884 codetools: tests: namespace prefixes
git-svn-id: trunk@54736 -
2017-04-26 09:32:36 +00:00
mattias
e4895d2fd0 codetools: dotted unit name tests
git-svn-id: trunk@54735 -
2017-04-26 08:40:45 +00:00
ondrej
35aaed1cd7 CodeTools: no IFDEFs for r54731 #532ce029d5
git-svn-id: trunk@54734 -
2017-04-25 10:50:58 +00:00
ondrej
1223f3b20a lcl: grids: don't invalidate grid when changing bounds if not necessary. Issue #31518
git-svn-id: trunk@54733 -
2017-04-25 10:34:28 +00:00
ondrej
910b0b45e8 lcl: grids: fix endless loop "paint->update scrollbars->paint". Issue #31518
git-svn-id: trunk@54732 -
2017-04-25 10:32:49 +00:00
sekelsenmat
532ce029d5 codetools: Fixes compilation with fpc 2.6
git-svn-id: trunk@54731 -
2017-04-25 10:23:10 +00:00
mattias
a8d6670895 codetools: fixed parsing array
git-svn-id: trunk@54729 -
2017-04-25 09:52:21 +00:00
mattias
fa480d0669 codetools: tests: added array test
git-svn-id: trunk@54728 -
2017-04-25 09:52:08 +00:00
mattias
c5464ad7dc codetools: fixed compilation with fpc 2.6.4
git-svn-id: trunk@54726 -
2017-04-25 09:45:15 +00:00
mattias
6bd8281e0c codetools: updated readme
git-svn-id: trunk@54725 -
2017-04-25 09:45:02 +00:00
mattias
fe64d686d6 IDE: identifier completion: do not auto complete single possibility when invoked by timer
git-svn-id: trunk@54723 -
2017-04-25 08:32:23 +00:00
ondrej
d40aae2903 lcl: forms: don't check for old value in UpdateShowInTaskBar. Issue #31248, patch by Michl
git-svn-id: trunk@54722 -
2017-04-25 08:14:10 +00:00
ondrej
a37042e344 lcl: TForm: fix ShowInTaskbar = stNever. Issue #22768
git-svn-id: trunk@54721 -
2017-04-25 07:12:10 +00:00
mattias
22350effc4 codetools: parse multi dim arrays, patch from Paul W, issue #25045
git-svn-id: trunk@54719 -
2017-04-25 07:08:42 +00:00
mattias
d7b05763d1 IDE: fixed compilation, bug #31711
git-svn-id: trunk@54717 -
2017-04-25 06:31:25 +00:00
mattias
95545633e7 codetools: added $mode ExtPas, load hidden units MacPas, ISO7185, ExtPas, BlockRTL
git-svn-id: trunk@54714 -
2017-04-24 17:42:10 +00:00
mattias
815496f161 codetools: fixed modeswitch name blocks to cblocks
git-svn-id: trunk@54712 -
2017-04-24 17:29:19 +00:00
mattias
b432133a9a codetools: added tests for modeswitch cblocks
git-svn-id: trunk@54711 -
2017-04-24 17:28:56 +00:00
zeljko
5893d28ac9 Qt, Qt5: fixed wrong key release event after pressing ENTER in combobox dropdown list. issue #31574
git-svn-id: trunk@54710 -
2017-04-24 13:18:30 +00:00