Commit Graph

13647 Commits

Author SHA1 Message Date
paul
b195e208ac qt: QTabBar_tabAt for qt < 4.3
git-svn-id: trunk@13779 -
2008-01-16 13:43:35 +00:00
paul
015034e457 qt: dont use .Handle <> 0 comparison use HandleAllocated instead
git-svn-id: trunk@13778 -
2008-01-16 12:15:49 +00:00
zeljko
1e077039d5 Qt: Fix AV on TCommonDialog release.
git-svn-id: trunk@13777 -
2008-01-16 12:10:34 +00:00
paul
04dc42a284 wince: port win32 fix #13755 (have not tested though)
git-svn-id: trunk@13776 -
2008-01-16 05:42:23 +00:00
paul
75ed1560dc win32: fix behavior of docked form (issue #0010539)
git-svn-id: trunk@13775 -
2008-01-16 05:38:03 +00:00
paul
6974762fd6 - formatting, cosmetic changes and cleanup
git-svn-id: trunk@13774 -
2008-01-16 04:05:34 +00:00
paul
e913ee236f gtk: correct creation of user TWinControl descendants (issue #0010635)
git-svn-id: trunk@13773 -
2008-01-16 01:54:37 +00:00
marc
32e7e2fe7d * improved Build Lazarus Dialog localization patch by Maxim Ganetsky
* updated po files

git-svn-id: trunk@13772 -
2008-01-16 00:14:16 +00:00
marc
56d9683e1a * Fixed some valis resourcetypes
git-svn-id: trunk@13771 -
2008-01-15 23:45:39 +00:00
mattias
d49945c877 gtk intf: using translated strings for menu item short cuts
git-svn-id: trunk@13770 -
2008-01-15 21:59:26 +00:00
mattias
c8c4ca2cde IDE: added resourcestrings for help dialog
git-svn-id: trunk@13769 -
2008-01-15 21:41:05 +00:00
mattias
32e3f17447 IDE: added resourcestrings for package editor menu items
git-svn-id: trunk@13768 -
2008-01-15 21:17:55 +00:00
mattias
01856c7ca7 IDE: added resourcestrings for help button
git-svn-id: trunk@13767 -
2008-01-15 21:04:34 +00:00
mattias
cd05c54a98 IDE: add to package dlg: set Buttons.AutoSize to true
git-svn-id: trunk@13766 -
2008-01-15 21:03:57 +00:00
mattias
bbe54784af IDE: added resourcestrings for help button
git-svn-id: trunk@13765 -
2008-01-15 20:59:09 +00:00
mattias
852484d628 IDE: renamed find option multi line to multiline pattern
git-svn-id: trunk@13764 -
2008-01-15 20:53:21 +00:00
mattias
afd2c3e60c IDE: added resourcestrings for help buttons
git-svn-id: trunk@13763 -
2008-01-15 20:49:07 +00:00
mattias
af1db7c9d0 IDE: added resourcestrings for install/remove package confirm dialog
git-svn-id: trunk@13762 -
2008-01-15 20:45:43 +00:00
mattias
091479f87b IDE: moved menu item View / messages up
git-svn-id: trunk@13761 -
2008-01-15 20:25:15 +00:00
mattias
f3efce1701 LCL: anchor docking: auto cleanup on undock/hiding, undocking pages, anchoring on manualfloat for non forms, fixed undocking pages, TSplitter: fixed anchor splitter max/min
git-svn-id: trunk@13760 -
2008-01-15 19:31:02 +00:00
mattias
84a32a76be examples: docking: set session flag and improved layout
git-svn-id: trunk@13759 -
2008-01-15 19:21:15 +00:00
paul
fd1256d378 publish TCombobox.Constraints
git-svn-id: trunk@13758 -
2008-01-15 10:26:42 +00:00
paul
546684ab7b DragImageList example
git-svn-id: trunk@13757 -
2008-01-15 10:18:20 +00:00
paul
3092ac63d9 qt: TQtWSDragImageList implementation
git-svn-id: trunk@13756 -
2008-01-15 06:00:23 +00:00
paul
6b0ae9506c gtk: correct direction of dragimagelist hotspot
git-svn-id: trunk@13755 -
2008-01-15 05:29:41 +00:00
paul
ff395fbe25 wince: add imagelist and dragimagelist implementation (from win32 with changes)
git-svn-id: trunk@13754 -
2008-01-15 04:50:09 +00:00
paul
9c545d3562 gtk: TGtkWSDragImageList implementation
git-svn-id: trunk@13753 -
2008-01-15 03:29:00 +00:00
marc
50c40aea30 * fixed initialstate of the mode toggle button
git-svn-id: trunk@13752 -
2008-01-15 00:25:47 +00:00
marc
3f0857ff4f * Fixed anchoring of application bundle and manifest checkboxes
git-svn-id: trunk@13751 -
2008-01-15 00:24:14 +00:00
paul
7d5ecafd5e fix typo in dragmanager (from Marius)
git-svn-id: trunk@13750 -
2008-01-14 23:12:48 +00:00
paul
4aa431716f fix gtk1 compilation
git-svn-id: trunk@13749 -
2008-01-14 12:57:34 +00:00
paul
e3c223acf6 fix gtk1 compilation
git-svn-id: trunk@13748 -
2008-01-14 12:44:06 +00:00
paul
00d2ada452 dragmanager: fix typo
git-svn-id: trunk@13747 -
2008-01-14 08:54:39 +00:00
paul
a2dfc721bd gtk: dont call gtk_notebook_set_page if there is no reason
git-svn-id: trunk@13746 -
2008-01-14 08:27:13 +00:00
paul
e0b764dc96 gtk:
- move GtkSwitchPage from GtkCallbacks unit to GtkWsExtCtrls unit
- fix double call of OnChanging on manual page change (part of 8338)

git-svn-id: trunk@13745 -
2008-01-14 08:10:31 +00:00
paul
8e8ae63a6d gtk:
- dont send notification message to lcl when page of notebook is switching from no-page state
- AllowChange = False now has effect
qt:
- send notification message to lcl when notebook page want to switch
and look at AllowChange result
(fix part of 0008338)

git-svn-id: trunk@13744 -
2008-01-14 07:48:25 +00:00
mattias
0db10a247b IDE: external tool editor: fixed captions of ok and cancel buttons and improved layout
git-svn-id: trunk@13743 -
2008-01-13 22:36:09 +00:00
marc
273bdea671 * Ignore debugger errors when creating locals
git-svn-id: trunk@13742 -
2008-01-13 19:21:26 +00:00
paul
73343131f6 wince: reformatting
git-svn-id: trunk@13741 -
2008-01-13 16:05:32 +00:00
paul
df6de142fe TWinControl.DoUnDock: result = true by default
git-svn-id: trunk@13740 -
2008-01-13 15:47:00 +00:00
paul
b3dfe03d52 wince: copy few resize fixes from win32 widgetset
git-svn-id: trunk@13739 -
2008-01-13 15:33:22 +00:00
paul
f895295167 qt:
- install global event filter on all systems (not only win) to catch release events
- fix crash in RawImage_FromBitmap

git-svn-id: trunk@13738 -
2008-01-13 13:31:01 +00:00
paul
b1c2ed3d9b typo
git-svn-id: trunk@13737 -
2008-01-13 11:44:16 +00:00
paul
3a3a47ada3 fix qt 4.2 compilation
git-svn-id: trunk@13736 -
2008-01-13 11:42:22 +00:00
sekelsenmat
123be10231 Fixes setting the application title on windows unicode.
git-svn-id: trunk@13735 -
2008-01-12 21:08:45 +00:00
marc
993bf3680e * Fixed arguments as locals
git-svn-id: trunk@13734 -
2008-01-12 18:41:45 +00:00
marc
b6485030ed * Fixed crash when deleting watches (#10075). Patch by Martin Friebe
git-svn-id: trunk@13733 -
2008-01-12 17:36:07 +00:00
marc
b929239e3c * widened the current column so it will show its contents on windows
git-svn-id: trunk@13732 -
2008-01-12 17:09:27 +00:00
sekelsenmat
ecd8376f68 Initial implementation for setting unicode strings on the clipboard on windows.
git-svn-id: trunk@13731 -
2008-01-12 10:27:36 +00:00
sekelsenmat
214c8287f7 Initial implementation of a unicode clipboard on windows.
git-svn-id: trunk@13730 -
2008-01-12 09:46:39 +00:00