Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VWR-14426: Link step fails on Linux when LDFLAGS is set | Aleric Inglewood | 2010-09-30 | 3 | -2/+3 |
| | | | | See http://redmine.imprudenceviewer.org/issues/572 | ||||
* | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 2010-09-30 | 12 | -20/+21 |
| | | | | | | | | | | See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | ||||
* | Update of doc/contributions.txt | Aleric Inglewood | 2010-09-30 | 1 | -0/+6 |
| | | | | | | Added several SNOW and VWR jiras that are already in the imprudence source but weren't added to doc/contributions.txt. This in order to be able to keep track of what is already in there and what isn't. | ||||
* | Update of doc/contributions.txt for previous 10 commits. | Aleric Inglewood | 2010-09-28 | 1 | -1/+17 |
| | | | | | | | | | | Oops, I forgot to update doc/contributions.txt in my commits. This rectifies that. It is handy to have all jira and redmine labels in doc/contributions.txt so I can see what is already merged in in a particular source tree (of course, then I'll have to add those change with the each particulat commit itself, but I'll assume in this case that all ten will be merged more or less simultaneously ;). | ||||
* | RED-567: install.xml contains Linden Lab "local" sources. | Aleric Inglewood | 2010-09-28 | 1 | -147/+0 |
| | | | | | | See http://redmine.imprudenceviewer.org/issues/567 We can't scp from machines on the internal LAN of Linden Lab, and this causes errors for certain invokations of install.py. | ||||
* | RED-565: Building the package/ directory fails for standalone. | Aleric Inglewood | 2010-09-28 | 3 | -13/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | See http://redmine.imprudenceviewer.org/issues/565 This patch also reorders the "help" text of llmanifest.py to be alphabetical, next to adding the option --standalone with help text. indra/newview/CMakeLists.txt is changed to pass --standalone to the python script. Finally, viewer_manifest.py, which inherits from llmanifest.py uses it to skip the sections that don't make sense when building standalone, and which fail with errors without this patch. This patch is not 100% tested: I don't have a Mac or windows. However, it ONLY touches 'standalone', and before my patches standalone was broken anyway. So, even if this doesn't fix it completely for Mac and/or windows, then it can't hurt to commit, or even release. Even if this fails, the errors are not fatal: the packaging fails, but the viewer is already compiled at this point. I'd advise against holding this back until it could be tested by a Mac or windows developer that can build standalone: that might never happen to begin with! When time comes, some other developer will test it and when there are still problems, fix it, on the other operating systems. | ||||
* | RED-562: SNOW-422: Imprudence doesn't compile with g++ 4.4.x | Aleric Inglewood | 2010-09-28 | 1 | -1/+1 |
| | | | | See http://redmine.imprudenceviewer.org/issues/562 | ||||
* | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 2010-09-28 | 2 | -18/+5 |
| | | | | | | | | See http://redmine.imprudenceviewer.org/issues/561 Fixed erroneous use of optimization flags when not compiling Release. Also removed -DLL_VECTORIZE from compile options: that is set in a header file (llv4math.h), not on the commandline. Patch affects only 64 bit linux. | ||||
* | RED-560: Imprudence doesn't compile when configured with --standalone | Aleric Inglewood | 2010-09-28 | 4 | -107/+37 |
| | | | | See http://redmine.imprudenceviewer.org/issues/560 | ||||
* | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 2010-09-28 | 21 | -566/+1096 |
| | | | | See http://redmine.imprudenceviewer.org/issues/556 | ||||
* | RED-554: SNOW-623: Add support for boost 1.42 | Aleric Inglewood | 2010-09-28 | 1 | -2/+12 |
| | | | | See http://redmine.imprudenceviewer.org/issues/554 | ||||
* | RED-552: VWR-12838: NDOF is assumed to exist, even with --standalone. | Aleric Inglewood | 2010-09-28 | 2 | -9/+62 |
| | | | | | | See http://redmine.imprudenceviewer.org/issues/552 Add FindNDOF.cmake and treat it like every other library (on standalone). | ||||
* | RED-566: doc/contributions.txt clean up | Aleric Inglewood | 2010-09-28 | 1 | -18/+15 |
| | | | | | | | | | | See http://redmine.imprudenceviewer.org/issues/566 Removed collision markers, and fixed white space issues (every line in doc/contributions.txt should start with a TAB). Also added a few SNOW acknowledgements that were missing (that are already in the imprudence code but not acknowledged in doc/contributions.txt). I didn't check everything of course, only my own SNOW contributions related to the build system. | ||||
* | RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | 2010-09-28 | 1 | -3/+7 |
| | | | | See http://redmine.imprudenceviewer.org/issues/553 | ||||
* | Converted XUI files to unix line endings, again. | Aleric Inglewood | 2010-09-26 | 324 | -20055/+20055 |
| | | | | See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf | ||||
* | Changed version to Experimental 2010.09.18 | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Fixed contacts search not working on uppercase names | McCabe Maxsted | 2010-09-18 | 2 | -7/+8 |
| | |||||
* | Fixed windows compile error on autocomplete | McCabe Maxsted | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Default upload animation preview to own avatar | Armin Weatherwax | 2010-09-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-18 | 4 | -9/+40 |
|\ | |||||
| * | Fixed events handling on osx to behave correctly on 10.5+ compilation runs. | elektrahesse | 2010-09-17 | 2 | -6/+30 |
| | | | | | | Added ShellEx(std::string &) method to execute local applications based on file type. | ||||
| * | Ooops forgot to remove a debug printout :P | elektrahesse | 2010-09-17 | 1 | -1/+0 |
| | | |||||
| * | Fixed path separators for im history so it's multiplatform now | elektrahesse | 2010-09-17 | 1 | -1/+8 |
| | | |||||
| * | Added a check to avoid triggering completion tests if text in chatbar is empty. | elektrahesse | 2010-09-17 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-17 | 30 | -962/+711 |
| |\ | |||||
| * \ | Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly | elektrahesse | 2010-09-16 | 59 | -593/+676 |
| |\ \ | |||||
* | | | | UI Scale Reset button finds the actual default, not hardcoded. | Jacek Antonelli | 2010-09-18 | 1 | -1/+2 |
| | | | | |||||
* | | | | Added links to the blog and forums to the login screen's help menu | McCabe Maxsted | 2010-09-17 | 1 | -20/+22 |
| | | | | |||||
* | | | | Updated the profile button heights | McCabe Maxsted | 2010-09-17 | 1 | -8/+8 |
| |_|/ |/| | | |||||
* | | | Merge remote branch 'elektra/weekly' into weekly | McCabe Maxsted | 2010-09-17 | 6 | -41/+181 |
|\ \ \ | |/ / | |||||
| * | | Added nicknames support for chat highlighting (up to 3) in prefs->adv->extra | elektrahesse | 2010-09-16 | 4 | -6/+98 |
| | | | |||||
| * | | Commented out the checks for distance, above 1024mts seems like i can't make ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | them work fine :( | ||||
| * | | Switched struct declaration to a more C++esque way... Aleric hit me with a ↵ | elektrahesse | 2010-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | stick :P | ||||
| * | | Moved all the variables to a struct to keep code more clean and added a ↵ | elektrahesse | 2010-09-16 | 2 | -41/+53 |
| | | | | | | | | | | | | check to run the regex match only if the text in chat changes, so it's a bit lighter | ||||
| * | | Fixed a bug related to the names cache clearing :P | elektrahesse | 2010-09-16 | 1 | -40/+39 |
| | | | |||||
| * | | Added names cycling using TAB. Only 1 char now necessary to trigger ↵ | elektrahesse | 2010-09-16 | 2 | -30/+53 |
| | | | | | | | | | | | | completion. Otherwise TAB reverts to cycle through widgets. | ||||
| * | | Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵ | elektrahesse | 2010-09-16 | 1 | -3/+17 |
| | | | | | | | | | | | | last part upon new autocomplete attempt | ||||
| * | | Added support for autocompletion of names also in the 'local chat' window | elektrahesse | 2010-09-15 | 1 | -2/+1 |
| | | | |||||
| * | | Added more punctuation support to both names autocomplete and names ↵ | elektrahesse | 2010-09-15 | 2 | -2/+2 |
| | | | | | | | | | | | | highlight in chat | ||||
| * | | Added TAB as name completion hotkey, to be used after at least 3 chars ↵ | elektrahesse | 2010-09-15 | 1 | -1/+2 |
| | | | | | | | | | | | | otherwise it reverts to the default widgets-switching behaviour | ||||
* | | | "fix" null sound channel crash | Nemurimasu Neiro | 2010-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Made searching contacts suck a lot less | McCabe Maxsted | 2010-09-17 | 2 | -37/+47 |
| | | | |||||
* | | | Let's not put so many spaces in front of (none) | McCabe Maxsted | 2010-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵ | McCabe Maxsted | 2010-09-17 | 3 | -658/+5 |
| | | | | | | | | | | | | Eryn) | ||||
* | | | Updated de translations to third and fourth batches by Eryn | McCabe Maxsted | 2010-09-17 | 18 | -270/+541 |
| | | | |||||
* | | | Reset scroll position on search in contacts/groups lists | McCabe Maxsted | 2010-09-16 | 2 | -0/+2 |
| | | | |||||
* | | | Added search bars for friends and groups lists, based on a feature in the ↵ | McCabe Maxsted | 2010-09-16 | 8 | -23/+142 |
| |/ |/| | | | | | Ascent viewer by Charley Levenque | ||||
* | | Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵ | McCabe Maxsted | 2010-09-16 | 4 | -21/+39 |
| | | | | | | | | They now toggle spell check for a specific line/text editor consistently | ||||
* | | More spell checking cleanup | McCabe Maxsted | 2010-09-15 | 4 | -12/+14 |
| | | |||||
* | | Fixed up the spellcheck preferences labels to something more easily ↵ | McCabe Maxsted | 2010-09-15 | 1 | -26/+33 |
| | | | | | | | | understandable (TODO: make them make sense, create a decent layout) |