diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 | ||||
-rw-r--r-- | linden/indra/newview/English.lproj/InfoPlist.strings | 4 | ||||
-rw-r--r-- | linden/indra/newview/Info-SecondLife.plist | 2 | ||||
-rw-r--r-- | linden/indra/newview/llpanelclassified.cpp | 5 | ||||
-rw-r--r-- | linden/indra/newview/llpanelclassified.h | 1 | ||||
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.cpp | 2 | ||||
-rw-r--r-- | linden/indra/newview/releasenotes.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/res/newViewRes.rc | 8 |
8 files changed, 19 insertions, 10 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 894744b..78369d9 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -32,7 +32,7 @@ | |||
32 | const S32 LL_VERSION_MAJOR = 1; | 32 | const S32 LL_VERSION_MAJOR = 1; |
33 | const S32 LL_VERSION_MINOR = 18; | 33 | const S32 LL_VERSION_MINOR = 18; |
34 | const S32 LL_VERSION_PATCH = 3; | 34 | const S32 LL_VERSION_PATCH = 3; |
35 | const S32 LL_VERSION_BUILD = 3; | 35 | const S32 LL_VERSION_BUILD = 4; |
36 | 36 | ||
37 | const char * const LL_CHANNEL = "Second Life Release"; | 37 | const char * const LL_CHANNEL = "Second Life Release"; |
38 | 38 | ||
diff --git a/linden/indra/newview/English.lproj/InfoPlist.strings b/linden/indra/newview/English.lproj/InfoPlist.strings index 0b95b39..9b09bc3 100644 --- a/linden/indra/newview/English.lproj/InfoPlist.strings +++ b/linden/indra/newview/English.lproj/InfoPlist.strings | |||
@@ -1,5 +1,5 @@ | |||
1 | /* Localized versions of Info.plist keys */ | 1 | /* Localized versions of Info.plist keys */ |
2 | 2 | ||
3 | CFBundleName = "Second Life"; | 3 | CFBundleName = "Second Life"; |
4 | CFBundleShortVersionString = "Second Life version 1.18.3.3"; | 4 | CFBundleShortVersionString = "Second Life version 1.18.3.4"; |
5 | CFBundleGetInfoString = "Second Life version 1.18.3.3, Copyright 2004-2007 Linden Research, Inc."; | 5 | CFBundleGetInfoString = "Second Life version 1.18.3.4, Copyright 2004-2007 Linden Research, Inc."; |
diff --git a/linden/indra/newview/Info-SecondLife.plist b/linden/indra/newview/Info-SecondLife.plist index e1e04be..955532b 100644 --- a/linden/indra/newview/Info-SecondLife.plist +++ b/linden/indra/newview/Info-SecondLife.plist | |||
@@ -32,7 +32,7 @@ | |||
32 | </dict> | 32 | </dict> |
33 | </array> | 33 | </array> |
34 | <key>CFBundleVersion</key> | 34 | <key>CFBundleVersion</key> |
35 | <string>1.18.3.3</string> | 35 | <string>1.18.3.4</string> |
36 | <key>CSResourcesFileMapped</key> | 36 | <key>CSResourcesFileMapped</key> |
37 | <true/> | 37 | <true/> |
38 | </dict> | 38 | </dict> |
diff --git a/linden/indra/newview/llpanelclassified.cpp b/linden/indra/newview/llpanelclassified.cpp index 5f7bb6e..96adf06 100644 --- a/linden/indra/newview/llpanelclassified.cpp +++ b/linden/indra/newview/llpanelclassified.cpp | |||
@@ -100,6 +100,7 @@ LLPanelClassified::LLPanelClassified(BOOL in_finder) | |||
100 | mInFinder(in_finder), | 100 | mInFinder(in_finder), |
101 | mDirty(false), | 101 | mDirty(false), |
102 | mForceClose(false), | 102 | mForceClose(false), |
103 | mLocationChanged(false), | ||
103 | mClassifiedID(), | 104 | mClassifiedID(), |
104 | mCreatorID(), | 105 | mCreatorID(), |
105 | mPriceForListing(0), | 106 | mPriceForListing(0), |
@@ -575,6 +576,7 @@ void LLPanelClassified::processClassifiedInfoReply(LLMessageSystem *msg, void ** | |||
575 | self->mDescEditor->setText(desc); | 576 | self->mDescEditor->setText(desc); |
576 | self->mSnapshotCtrl->setImageAssetID(snapshot_id); | 577 | self->mSnapshotCtrl->setImageAssetID(snapshot_id); |
577 | self->mLocationEditor->setText(location_text); | 578 | self->mLocationEditor->setText(location_text); |
579 | self->mLocationChanged = false; | ||
578 | 580 | ||
579 | self->mCategoryCombo->setCurrentByIndex(category - 1); | 581 | self->mCategoryCombo->setCurrentByIndex(category - 1); |
580 | self->mMatureCheck->set(mature); | 582 | self->mMatureCheck->set(mature); |
@@ -765,6 +767,7 @@ void LLPanelClassified::confirmPublish(S32 option) | |||
765 | mNameEditor->resetDirty(); | 767 | mNameEditor->resetDirty(); |
766 | mDescEditor->resetDirty(); | 768 | mDescEditor->resetDirty(); |
767 | mLocationEditor->resetDirty(); | 769 | mLocationEditor->resetDirty(); |
770 | mLocationChanged = false; | ||
768 | mCategoryCombo->resetDirty(); | 771 | mCategoryCombo->resetDirty(); |
769 | mMatureCheck->resetDirty(); | 772 | mMatureCheck->resetDirty(); |
770 | mAutoRenewCheck->resetDirty(); | 773 | mAutoRenewCheck->resetDirty(); |
@@ -839,6 +842,7 @@ void LLPanelClassified::onClickSet(void* data) | |||
839 | location_text.append(llformat(" (%d, %d, %d)", region_x, region_y, region_z)); | 842 | location_text.append(llformat(" (%d, %d, %d)", region_x, region_y, region_z)); |
840 | 843 | ||
841 | self->mLocationEditor->setText(location_text); | 844 | self->mLocationEditor->setText(location_text); |
845 | self->mLocationChanged = true; | ||
842 | 846 | ||
843 | // Set this to null so it updates on the next save. | 847 | // Set this to null so it updates on the next save. |
844 | self->mParcelID.setNull(); | 848 | self->mParcelID.setNull(); |
@@ -854,6 +858,7 @@ BOOL LLPanelClassified::checkDirty() | |||
854 | if ( mNameEditor ) mDirty |= mNameEditor->isDirty(); | 858 | if ( mNameEditor ) mDirty |= mNameEditor->isDirty(); |
855 | if ( mDescEditor ) mDirty |= mDescEditor->isDirty(); | 859 | if ( mDescEditor ) mDirty |= mDescEditor->isDirty(); |
856 | if ( mLocationEditor ) mDirty |= mLocationEditor->isDirty(); | 860 | if ( mLocationEditor ) mDirty |= mLocationEditor->isDirty(); |
861 | if ( mLocationChanged ) mDirty |= TRUE; | ||
857 | if ( mCategoryCombo ) mDirty |= mCategoryCombo->isDirty(); | 862 | if ( mCategoryCombo ) mDirty |= mCategoryCombo->isDirty(); |
858 | if ( mMatureCheck ) mDirty |= mMatureCheck->isDirty(); | 863 | if ( mMatureCheck ) mDirty |= mMatureCheck->isDirty(); |
859 | if ( mAutoRenewCheck ) mDirty |= mAutoRenewCheck->isDirty(); | 864 | if ( mAutoRenewCheck ) mDirty |= mAutoRenewCheck->isDirty(); |
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h index ec2d0b6..f0151df 100644 --- a/linden/indra/newview/llpanelclassified.h +++ b/linden/indra/newview/llpanelclassified.h | |||
@@ -117,6 +117,7 @@ protected: | |||
117 | BOOL mInFinder; | 117 | BOOL mInFinder; |
118 | BOOL mDirty; | 118 | BOOL mDirty; |
119 | bool mForceClose; | 119 | bool mForceClose; |
120 | bool mLocationChanged; | ||
120 | LLUUID mClassifiedID; | 121 | LLUUID mClassifiedID; |
121 | LLUUID mRequestedID; | 122 | LLUUID mRequestedID; |
122 | LLUUID mCreatorID; | 123 | LLUUID mCreatorID; |
diff --git a/linden/indra/newview/llpanelgroupgeneral.cpp b/linden/indra/newview/llpanelgroupgeneral.cpp index 1db306d..b443036 100644 --- a/linden/indra/newview/llpanelgroupgeneral.cpp +++ b/linden/indra/newview/llpanelgroupgeneral.cpp | |||
@@ -512,8 +512,6 @@ bool LLPanelGroupGeneral::apply(LLString& mesg) | |||
512 | mChanged = FALSE; | 512 | mChanged = FALSE; |
513 | notifyObservers(); | 513 | notifyObservers(); |
514 | 514 | ||
515 | notifyObservers(); | ||
516 | |||
517 | return true; | 515 | return true; |
518 | } | 516 | } |
519 | 517 | ||
diff --git a/linden/indra/newview/releasenotes.txt b/linden/indra/newview/releasenotes.txt index a9ea3f3..db83da9 100644 --- a/linden/indra/newview/releasenotes.txt +++ b/linden/indra/newview/releasenotes.txt | |||
@@ -1,3 +1,8 @@ | |||
1 | Release Notes for Second Life 1.18.3(4) September 14, 2007 | ||
2 | ===================================== | ||
3 | Bug fixes: | ||
4 | * Fixed VWR-2378: Failure to enable the "Update" button in the profile/classifieds tab, after a "Set Location" update. | ||
5 | |||
1 | Release Notes for Second Life 1.18.3(3) September 12, 2007 | 6 | Release Notes for Second Life 1.18.3(3) September 12, 2007 |
2 | ===================================== | 7 | ===================================== |
3 | Changes: | 8 | Changes: |
diff --git a/linden/indra/newview/res/newViewRes.rc b/linden/indra/newview/res/newViewRes.rc index 04ed824..11cfe63 100644 --- a/linden/indra/newview/res/newViewRes.rc +++ b/linden/indra/newview/res/newViewRes.rc | |||
@@ -227,8 +227,8 @@ TOOLPIPETTE CURSOR "toolpipette.cur" | |||
227 | // | 227 | // |
228 | 228 | ||
229 | VS_VERSION_INFO VERSIONINFO | 229 | VS_VERSION_INFO VERSIONINFO |
230 | FILEVERSION 1,18,3,3 | 230 | FILEVERSION 1,18,3,4 |
231 | PRODUCTVERSION 1,18,3,3 | 231 | PRODUCTVERSION 1,18,3,4 |
232 | FILEFLAGSMASK 0x3fL | 232 | FILEFLAGSMASK 0x3fL |
233 | #ifdef _DEBUG | 233 | #ifdef _DEBUG |
234 | FILEFLAGS 0x1L | 234 | FILEFLAGS 0x1L |
@@ -245,12 +245,12 @@ BEGIN | |||
245 | BEGIN | 245 | BEGIN |
246 | VALUE "CompanyName", "Linden Lab" | 246 | VALUE "CompanyName", "Linden Lab" |
247 | VALUE "FileDescription", "Second Life" | 247 | VALUE "FileDescription", "Second Life" |
248 | VALUE "FileVersion", "1.18.3.3" | 248 | VALUE "FileVersion", "1.18.3.4" |
249 | VALUE "InternalName", "Second Life" | 249 | VALUE "InternalName", "Second Life" |
250 | VALUE "LegalCopyright", "Copyright © 2001-2007, Linden Research, Inc." | 250 | VALUE "LegalCopyright", "Copyright © 2001-2007, Linden Research, Inc." |
251 | VALUE "OriginalFilename", "SecondLife.exe" | 251 | VALUE "OriginalFilename", "SecondLife.exe" |
252 | VALUE "ProductName", "Second Life" | 252 | VALUE "ProductName", "Second Life" |
253 | VALUE "ProductVersion", "1.18.3.3" | 253 | VALUE "ProductVersion", "1.18.3.4" |
254 | END | 254 | END |
255 | END | 255 | END |
256 | BLOCK "VarFileInfo" | 256 | BLOCK "VarFileInfo" |