Commit Graph

48556 Commits

Author SHA1 Message Date
mattias
12677f044a IDEIntf: fixed compiling with FPC 2.6.4
git-svn-id: trunk@51251 -
2016-01-11 14:20:22 +00:00
mattias
ba98cf3c4a IDE: simplified
git-svn-id: trunk@51250 -
2016-01-11 13:49:11 +00:00
ondrej
a4cd23f7ac IDE: menu designer: simplify delete dialog
git-svn-id: trunk@51249 -
2016-01-11 13:38:19 +00:00
ondrej
61b8894157 IDE: menueditor improvements:
- allow empty menus
- remove menu start-up prompt

git-svn-id: trunk@51248 -
2016-01-11 12:29:01 +00:00
ondrej
798ce08c42 IDEIntf: fixed compilation error introduced in r51233 #3a1c8fac99
git-svn-id: trunk@51245 -
2016-01-10 21:48:52 +00:00
ondrej
0321aeb764 sparta: fix AV in pFakeMenuPaint
git-svn-id: trunk@51242 -
2016-01-10 21:26:07 +00:00
ondrej
f3ec76381d MenuDesigner: new method IsUpdate for MenuDesigner (related to BeginUpdate and EndUpdate) to prevent IDE crash. Fix for issue #29362. (merged from sparta, by hnb)
git-svn-id: trunk@51241 -
2016-01-10 20:58:45 +00:00
hnb
9072a13913 merge r51237 sparta: bug fix for nil reference for fake menu
git-svn-id: trunk@51238 -
2016-01-10 16:22:15 +00:00
joost
c65c09f800 * Added TLazThreadedQueue.PopItemTimeout to be able to specify different timeout then the default
git-svn-id: trunk@51236 -
2016-01-10 15:45:53 +00:00
hnb
cf0f53eb93 merge r51214,r51225: sparta:
sparta: Patch for Ondrej patch :) (r51145) fix designer not receiving key events for DataModule and Frame. Issue #29044 
sparta: improve fake menu for further usage (delegate it to dedicated pFakeMenu panel)

git-svn-id: trunk@51235 -
2016-01-10 14:22:19 +00:00
ondrej
b2e160ebab favorites: add icons to project files in recent drop-down menu
git-svn-id: trunk@51234 -
2016-01-10 12:25:11 +00:00
ondrej
3a1c8fac99 IDE, IDEIntf: add icons to project files in recent drop-down menu
git-svn-id: trunk@51233 -
2016-01-10 11:59:33 +00:00
wp
d593e000f8 fpvectorial: Supported rotated linear gradients. Support entity- and page-relative coordinates for gradient vectors.
git-svn-id: trunk@51232 -
2016-01-09 17:09:17 +00:00
juha
811799c840 Revert r50906 #1c912f069b. Prevented docking the Search Results window.
git-svn-id: trunk@51231 -
2016-01-09 15:16:35 +00:00
ondrej
4b7b10696b ide: fix Options changed through "Change Build Mode" CoolBar button isn't respected by the compiler. Issue #28059
git-svn-id: trunk@51229 -
2016-01-08 12:36:01 +00:00
maxim
434aa922dd Translations: French translation update by Gilles Vasseur, bug #29354
git-svn-id: trunk@51224 -
2016-01-07 22:19:08 +00:00
mattias
ca1144df44 lcl: removed example PaintSwastika
git-svn-id: trunk@51223 -
2016-01-07 12:53:41 +00:00
maxim
685b71be6d Sparta: added Russian translation
git-svn-id: trunk@51222 -
2016-01-06 23:48:15 +00:00
maxim
e66b53063e Translations: Hungarian translation update by Péter Gábor, bug #29351
git-svn-id: trunk@51220 -
2016-01-06 23:24:43 +00:00
michael
7be987b140 * Fix bug ID #24360
git-svn-id: trunk@51219 -
2016-01-06 21:12:15 +00:00
michael
31641874aa * Insert hint into FastCGI code for setting port on which to listen
git-svn-id: trunk@51218 -
2016-01-06 20:04:30 +00:00
dmitry
c8dc0c6767 lcl: per Anthony Walker request, added LineWidth parameter to PaintSwastika function. The parameter defines the length of a leaf stoke as a fraction of diameter. The default is set to 1/5th for backward compatibility
git-svn-id: trunk@51217 -
2016-01-06 20:02:10 +00:00
ondrej
16925fa4b4 codetools: support static array helpers
git-svn-id: trunk@51216 -
2016-01-06 19:53:50 +00:00
dmitry
ea60c10a12 lcl: adding a parameter for painting swastika counter-clock wise
git-svn-id: trunk@51215 -
2016-01-06 18:08:33 +00:00
juha
2e3b9429b8 IDE: Allow ComponentList to unselect a component. Issue #29348, patch from Anthony Walter.
git-svn-id: trunk@51213 -
2016-01-06 15:32:50 +00:00
juha
d5272def5e MenuDesigner: BeginUpdate and EndUpdate methods to prevent AV. Related changes in menushadows.pp inside method TShadowMenu.DeleteChildlessShadowAndItem
(operation ownsIt.RemoveComponent(mi) was the starting point for many TMenuDesigner.OnDesignerSetSelection calls, especially visible with Sparta package.
During execution OnDesignerSetSelection, caller object TShadowMenu was destroyed after RemoveComponent operation, before end of DeleteChildlessShadowAndItem).
Issue #29328, from Maciej.

git-svn-id: trunk@51212 -
2016-01-06 15:16:20 +00:00
michael
8663e9c084 * Patch from wp to improve mrumenu (long delayed)
git-svn-id: trunk@51210 -
2016-01-05 21:54:03 +00:00
michael
76243ff0f4 * Getsources for windows by Mario Bonati
git-svn-id: trunk@51209 -
2016-01-05 21:42:58 +00:00
michael
49bdd9293a * Correct extension (as per bug ID #28352)
git-svn-id: trunk@51208 -
2016-01-05 21:40:07 +00:00
hnb
fa145e2772 sparta: localization support, patch from Péter Gábor #29257 thanks!
git-svn-id: trunk@51207 -
2016-01-05 15:11:41 +00:00
hnb
57d0cf30bb sparta: prevent SIGSEGV caused by fpc_intf_decr_ref and fix for memory corruption for Design Time Utils. Preparation for new Sparta package "FormsSmartEditor".
git-svn-id: trunk@51206 -
2016-01-05 15:07:11 +00:00
maxim
dea6ee2eda IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@51202 -
2016-01-05 13:35:27 +00:00
maxim
8c4ac2c065 TurboPower IPro: regenerated translations and updated French translation. Patch by Gilles Vasseur, bug #29330.
git-svn-id: trunk@51196 -
2016-01-05 12:39:40 +00:00
maxim
467dd69458 Installer: Hungarian translation by Péter Gábor, bug #29322
git-svn-id: trunk@51195 -
2016-01-05 12:31:21 +00:00
wp
288db7b666 fpvectorial: Add gradients with more than two colors
git-svn-id: trunk@51194 -
2016-01-04 21:32:49 +00:00
juha
8ff7b2a5c9 IDE: Improve a docked component list layout. Issue #29333, patch from Anthony Walter.
git-svn-id: trunk@51193 -
2016-01-04 21:01:36 +00:00
michael
402ec6b200 * Make data panel visible when a second query is started
git-svn-id: trunk@51192 -
2016-01-04 19:51:31 +00:00
dmitry
7fb25de778 win32: removed ComCtrls from win32proc. Replacing explicit TCustomTabControl check for a call to the added WindowInfo.ClientOffsetProc
git-svn-id: trunk@51191 -
2016-01-04 18:18:08 +00:00
dmitry
5913d5f2b1 win32: removing usage of ComCtrls from win32int. Refactored internal processing of WM_DRAWITEM message for ListView adding a new parameter to TWin32WindowInfo structure.
Moved ProgressBar constraint from TWin32WidgetSet to TWin32WSProgressBar.

git-svn-id: trunk@51190 -
2016-01-04 17:16:19 +00:00
mattias
b9393a2055 IDE: clean up
git-svn-id: trunk@51189 -
2016-01-04 15:05:35 +00:00
mattias
54396991ac fixed typos, bug #29323 patch from Paul Gevers
git-svn-id: trunk@51187 -
2016-01-04 15:02:09 +00:00
michael
0f5b62ad4c * Some small corrections so code compiles with 2.6.4
git-svn-id: trunk@51186 -
2016-01-04 13:41:09 +00:00
ondrej
f5509e82cb anchordocking: update percent position after anchor change. Issue #29309
git-svn-id: trunk@51184 -
2016-01-04 12:24:28 +00:00
ondrej
cd9428cf47 sparta: fix form resize flicker under win32. Issue #29331, patch from Balázs Székely
git-svn-id: trunk@51183 -
2016-01-04 12:00:59 +00:00
wp
4617d263b2 fpvectorial: Simple gradient support for TPath
git-svn-id: trunk@51182 -
2016-01-04 11:47:47 +00:00
juha
5aaef8bebb Anchordocking: Don't update a tabbed page's caption with its name when saving desktops. Issue #29199.
git-svn-id: trunk@51181 -
2016-01-04 00:45:00 +00:00
ondrej
f90e434afc sparta: add FillChars to initialize message records
git-svn-id: trunk@51180 -
2016-01-03 23:51:30 +00:00
hnb
0015151c63 Bug fix for memory leak for USE_GENERICS_COLLECTIONS version.
git-svn-id: trunk@51179 -
2016-01-03 23:40:03 +00:00
ondrej
11c388e6d2 sparta: revert r51170 & partly r51171 #e7106a0fa8: remove USE_GENERICS_COLLECTIONS ifdefs
git-svn-id: trunk@51178 -
2016-01-03 23:30:42 +00:00
ondrej
7bb3279fb8 sparta: fix fake menu height for WS other than win32
git-svn-id: trunk@51177 -
2016-01-03 23:27:04 +00:00