Commit Graph

58 Commits (54d392c4ff8a2a211e00a62023409b2dba85e8e9)

Author SHA1 Message Date
Cinder dcffb97518 Move some more script editor functions from LLTextEditor to LLScriptEditor 2014-04-18 23:13:57 -06:00
Cinder 0039e80d7c bool not U32 2014-04-16 11:52:27 -06:00
Oz Linden a60875e549 merge latest changes from Ima 2014-04-08 11:40:10 -04:00
Ima Mechanique 8bc4278412 strom-1831: Cleaning out commented and unused code 2014-03-28 17:21:36 +00:00
Oz Linden bd4f4ee793 logging cleanup in support of debugging text editor problems 2014-03-19 14:17:13 -04:00
Oz Linden d6fdc6e68f merge changes for 3.7.3-release 2014-03-14 16:38:12 -04:00
Oz Linden bc7a579ba2 STORM-1831 initialize LLKeywords::mLoaded in constructor (fixes black-on-black text in various places) 2014-03-14 16:33:47 -04:00
Oz Linden 3ee3d4a8f4 correct logging levels (ERR causes a crash), and a minor style fix 2014-03-14 16:19:21 -04:00
Ima Mechanique 06bdcef531 storm-1831 Fixing identificaton of label for highlighting. 2014-03-09 04:55:46 +00:00
Ima Mechanique a2c084849f storm-1831: Fixing constants not getting highlighted. Fixing ratation constant treated as string. Adding logging of unrecognised token groups. 2014-03-06 16:11:59 +00:00
Ima Mechanique 00a99d9097 Adding clear methods to remove any highlighting. 2014-02-06 16:47:27 +00:00
simon 38915f119c More memory cleanup of containers after DeletePairedPointer() usage. 2014-02-14 14:57:08 -08:00
Baker Linden d7b902d575 [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown
- Added clear() after DeletePointer() call to hopfully fix this...
2014-02-14 13:56:36 -08:00
Ima Mechanique 93022725ea minor white-space fixes 2014-01-30 15:32:04 +00:00
Ima Mechanique 81170ed939 Adding error output for attributes containing MAP or ARRAY elements. 2014-01-15 21:33:09 +00:00
Ima Mechanique 11beaee566 Fixing LL_INFOS out put for group colour that previous commit broke. 2014-01-14 18:27:15 +00:00
Ima Mechanique 8df2007187 storm-1831 Enabling highlighting of deprecated and god-mode functions. 2014-01-14 03:45:14 +00:00
Ima Mechanique bc1cecd754 Removing the value "void" from return types and empty argument lists. 2014-01-14 00:22:41 +00:00
Ima Mechanique 025e0b07ab Correcting int to U32 2014-01-11 03:19:34 +00:00
Ima Mechanique 7d4febe7bb STORM-1831/STORM-2000 Changing LSL syntax schema to contain arguments in an array instead of a map element. 2014-01-04 01:19:51 +00:00
Ima Mechanique f6d86fcacf Fixing some BOOL to bool and changing one function to void 2013-12-17 18:23:09 +00:00
Ima Mechanique fa5c3320cc storm-1831 Cleaning up colour LLSD processing code which is no longer used as colours come from the colors XML file. 2013-11-21 19:55:38 +00:00
Ima Mechanique 3e41917403 Removing no longer used member variable, adding method to reset the mLoaded status 2013-11-11 16:33:04 +00:00
Ima Mechanique dc317ed70a Refactoring load routines to remove uneeded methods 2013-11-10 21:58:17 +00:00
Ima Mechanique 5e27952ee4 storm-1831 Switch to use the llsyntaxid keywords LLSD directly 2013-11-10 20:24:13 +00:00
Ima Mechanique 29b2129e1e Backed out changeset: e82d9467bec8 2013-11-09 11:32:08 +00:00
Ima Mechanique 4af2158029 Adding method to load cached/default syntax file and method to access sKeyWordsXML. 2013-11-09 11:31:32 +00:00
Ima Mechanique 79645e6981 STORM-1831 First attempt at using SyntaxIdLSL capability. (incomplete) 2013-10-21 04:09:20 +01:00
Ima Mechanique bccbcced54 Renaming file to better reflect it's actual usage for the future. 2013-10-15 21:56:20 +01:00
Ima Mechanique 0c1d6d7d9e Merge v3.6.7 in 2013-10-04 20:47:54 +01:00
Ima Mechanique 02097397e0 Changing the way I commented out functions for later removal. TC doesn't like how I did it before :-( 2013-06-28 18:29:59 +01:00
Ima Mechanique 7d5ed4f747 Moving LSL highlighting colour info into .../skins/default/colors.xml where it makes more sense than its own xml file. Changing other functions to read it. 2013-06-27 21:28:52 +01:00
Ima Mechanique b615858d6c Merging last four months of development 2013-06-26 17:39:23 +01:00
simon ee2fce8790 Merge downstream code and viewer-beta 2013-05-09 14:10:45 -07:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
simon cd8cd8c265 Fix merge oddities 2013-04-12 09:26:59 -07:00
simon b42b789723 Merge in downstream code (chui fixes, materials) 2013-04-11 16:18:34 -07:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Graham Madarasz e8b8a12b73 Mods to make compile on gcc 4.6.3 work mo betta 2013-03-12 10:48:05 -07:00
Ima Mechanique 14b00fc6bf STORM-1831 Removing an unnecessary assignment. 2013-02-14 18:34:13 +00:00
Ima Mechanique 9db5ed51f0 STORM-1831 Refactoring serial if's to be prettier ;-) + Minor edit to comment tootips 2013-02-14 16:54:24 +00:00
Ima Mechanique 582babac2f STORM-1831 Changes to LLSD structure and corresponding processing in llkeywords. Plus some formating clean ups. 2013-02-11 21:50:38 +00:00
Ima Mechanique 7183cecd14 STORM-1831 merging in previous work 2013-02-05 16:37:37 +00:00
Don Kjer c06c35609c Updating linux build to gcc4.6 2012-10-11 00:09:04 +00:00
niel@nirvana-win7hp.planescape.home 42c166e451 STORM-959 Adding syntax highlighting for /* */ style comments 2011-10-26 01:38:29 +01:00
Oz Linden 06b0d72efa Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
Yuri Chebotarev 6bbe55558f EXT-7623 FIX One more place where text was processed into segments without LLLineBreakSegment.
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/

--HG--
branch : product-engine
2010-06-07 12:56:29 +03:00
Monroe Linden 3e8320201f Partial fix for EXT-5071.
Changed the index on the keyword map in LLKeywords so that LLKeywords::findSegments() doesn't have to create LLWString objects to search the map.

Reviewed by Richard.
2010-02-17 18:18:18 -08:00
James Cook eda3831041 skinning-22 -> viewer-2 trunk to pick up bug fixes, including crash on script compile when cursor is at the end of the script editor window. Replaced panel_pick_info.xml and panel_profile_view.xml with our versions, which stomped some PE changes. Panels still work, however, and Kurt is still working on layout.
CHANGES:
minor layout change: "start location" and "remember password" weren't on the same horizontal line.

DEV-35120 image_unselected art was "transparent.j2c" - switched it out for PushButton_Off

I18N: more things are missing a.. you guessed it, a name= parameter. Breaks localization.

forgot to check this in earlier...fixes off-by-one crash when editing a script

DEV-36740 change the displayed string per Erica's request re 'You can only set your Home Location...'  VIEWER-SIDE text change.  This does not change the actual message coming from the server

EXT-689 Odd spinner behaviour - For Sale Price -- reviewed by james

DEV-26973 Internationalize the server msg Youcan'tset this place as home -- reviewed by james

EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- reviewed by james

EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- to be reviewed

EXT-655 Cannot choose Both logging options in Preferences -- to be reviewed

Changes to notifications.xml text to fit Style Guide and some renamed menu items

EXT-147 Ongoing revisions to new gestures layout.

DEV-35097 catch more instances of 'SLURL' and make them 'SLurl'

Removed Info Displays and Buy Currency Test from top menus.

Clean up code to use proper childGetFoo and childSetFoo calls, as well as setCommitCallback using slots.

De-inlined LLAvatarIconCtrl paramblock constructor because I was doing a full rebuild anyhow.

Commented about use of childSetCommitCallback().  De-inlined LocalizedString paramblock constructor.

eliminated memory leak

I18N: more things are missing a name= parameter, breaks localization.

EXT-714 Updated panels in sidetray that were not using the scroll_container element to adjust for viewer heights.

fix for llmessage_test crash in Windows Release builds

DEV-11254 I18N: replace all string instances of "Second Life" - do this in the foreign languages too

DEV-11254 I18N: replace all string instances of "Second Life" - found new instances from merged code

potential fix for unit test crash on parabuild, moved statics into singleton member variables to get around potential dual instantation of statics on different modules

DEV-36809 Click target for slider handles is too small -- reviewed by steve

EXT-403 change getChild<LLSpiner> to LLUICtrl to make it generic -- reviewed by richard

DEV-35938 Horizontal scroll thumb too high -- to be reviewed

EXT-386 clean up warnings - initCommitCallback...

Rename Product Engine's LLFloaterMiniInspector to LLInspectAvatar, clean up XUI XML, clean up construction code, move refresh method to postBuild() so widgets are constructed before refresh, fixed a member variable in llavatarlistitem.cpp.  Reviewed with Leyla.

Login menu > Debug > Avatar Inspector shows test avatar inspector.  Also added to main menu > Debug > XUI > Avatar Inspector.  Changed text/layout of dummy inspector.  Not reviewed.

Merging revisions 131558-131975 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22 into D:\viewer-2.0.0-3, respecting ancestry
2009-08-28 16:51:34 +00:00
Richard Nelson 138bf11322 merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3
DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684

improved text editor (handles multiple fonts simultaneously as well as inline widgets)
2009-08-24 20:04:52 +00:00