Package Details: dwarftherapist-git 2:40.0.0_r0_g4d399d76-1

Git Clone URL: https://aur.archlinux.org/dwarftherapist-git.git (read-only, click to copy)
Package Base: dwarftherapist-git
Description: Heavily modified version of the original Dwarf Therapist.
Upstream URL: https://github.com/Dwarf-Therapist/Dwarf-Therapist
Licenses: MIT
Conflicts: dwarftherapist
Provides: dwarftherapist
Submitter: kiryl
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 97
Popularity: 0.071557
First Submitted: 2014-07-07 14:17 (UTC)
Last Updated: 2018-05-15 16:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

<deleted-account> commented on 2011-04-18 19:12 (UTC)

It appears to me that dwarf therapist is broken again, probably due to the March 28th, 2011 update. Can anyone verify this?

schuay commented on 2010-12-28 23:38 (UTC)

Sure, I'll add it to the next release.

Wesley commented on 2010-12-28 14:41 (UTC)

you could insert a icon and a .desktop starter. i found this icon via google: http://cloud.ohloh.net/attachments/32283/hammer_med.png and this is an example for an desktop starter http://aur.pastebin.com/BmmgWPuW

schuay commented on 2010-10-04 17:07 (UTC)

Thanks, updated.

BasT commented on 2010-10-04 16:51 (UTC)

0.6.4 with memory mappings up to 31.16 is out on the official DT repository (no update to the greatred one yet).

grine commented on 2010-09-30 20:41 (UTC)

schuay: Thanks, I won't need to add that since I'm holding back on qt anyhow thanks to spotify.

schuay commented on 2010-09-30 12:55 (UTC)

grine: that's caused by qt 4.7 and is solved by adding the following line to the PKGBUILD: sed -i 's|m_checksum(0)|m_checksum(QString::null)|' src/memorylayout.cpp I will take care of it in a bit.

grine commented on 2010-09-30 12:42 (UTC)

g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtScript -I/usr/include -Iinc -Iinc/models -Iinc/grid_view -Iinc/docks -Iui -Ithirdparty/qtcolorpicker-2.6 -Ibin/release -Ibin/release -o bin/release/memorylayout.o src/memorylayout.cpp src/memorylayout.cpp: In constructor ‘MemoryLayout::MemoryLayout(const QString&)’: src/memorylayout.cpp:12:22: error: call of overloaded ‘QString(int)’ is ambiguous /usr/include/QtCore/qstring.h:428:43: note: candidates are: QString::QString(const QByteArray&) /usr/include/QtCore/qstring.h:426:43: note: QString::QString(const char*) /usr/include/QtCore/qstring.h:727:8: note: QString::QString(const QString&) /usr/include/QtCore/qstring.h:106:5: note: QString::QString(QChar) /usr/include/QtCore/qstring.h:105:14: note: QString::QString(const QChar*) make: *** [bin/release/memorylayout.o] Error 1 Aborting... error: Build failed Something broke apperantly :(

schuay commented on 2010-09-18 18:25 (UTC)

Updated to 0.6.0, and I've switched to greatreds clone. Let me know if that causes any issues.

schuay commented on 2010-07-31 20:16 (UTC)

I felt kinda uncomfortable writing into another apps folders, so I went with QDir::tempPath() + "/dwarftherapist.log" for now. I'm also thinking of using the greatred-dwarftherapist (linux changes for dwarftherapist) clone at http://code.google.com/r/greatred-dwarftherapist/source/browse . This clone includes the memory layout files so I wouldn't need to add them myself for every df release..