Search Criteria
Package Base Details: backintime
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime.git (read-only, click to copy) |
---|---|
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 282 |
Popularity: | 0.81 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2022-05-05 18:19 (UTC) |
Latest Comments
gerum100 commented on 2022-05-13 15:27 (UTC)
@leonardof: I am pretty is not related to backintime. I think it is any issue in Qt or adwaita. The problem is that if you search for a icon (e.g "list-add") with Qt it searches only for icons that have that name, but adwaita only delivers files with the "-symbolic" postfix.
pipep commented on 2022-04-23 06:01 (UTC)
@leonardof: Same problem here, see https://imgur.com/a/PwlSTcj I am using Adwaita icon theme
yochananmarqos commented on 2022-04-22 19:08 (UTC) (edited on 2022-04-22 19:14 (UTC) by yochananmarqos)
@leonardof: I have icons in the toolbar. There is no application icon in the package and the icon defined in the desktop file is the generic
document-save
icon. The desktop file hasn't changed since 2016, so maybe it's due to the icon theme. I'm using Papirus-Dark.EDIT: The Paprius Team suggests changing it to
systemback
instead. It does look nicer.leonardof commented on 2022-04-22 17:32 (UTC)
Anyone else seeing text instead of icons in the toolbar, and a symbolic icon instead of the app icon in the launcher? I'm on GNOME, and it started around the upgrade to GNOME 42.
graysky commented on 2021-12-18 13:56 (UTC)
Cannot reproduce your error.
MickeyRat commented on 2021-12-18 13:01 (UTC)
I got the following error on both this and the git version and I wasn't using an AUR helper. Possible missing dependency. Not sure.
make: *** [Makefile:567: unittest] Alarm clock
katt commented on 2021-07-20 16:16 (UTC)
check() fails in clean chroot, needs python-dbus, openssh, and rsync as checkdepends to succeed.
graysky commented on 2021-07-20 10:24 (UTC)
AUR helpers are not helpful. Build with
makepkg
and it works fine.tom commented on 2021-07-20 07:55 (UTC)
Installation failed with errors
$ yay backintime ...
gzip -n --best -c config-example-ssh > config-example-ssh.gz All OK. Now run: make sudo make install
man pages
for i in $(ls -1 man/C/); do case $i in .gz|~) continue;; *) gzip -n --best -c man/C/$i > man/C/${i}.gz;; esac; done ==> Betrete fakeroot Umgebung... /usr/share/makepkg/util/util.sh: line 49: ${!v@a}: bad substitution /usr/share/makepkg/util/util.sh: line 49: ${!v@a}: bad substitution /usr/bin/makepkg: line 395: local: `-': not a valid identifier ...
-> Komprimiere Paket... /usr/bin/makepkg: line 395: local: `-': not a valid identifier error making: backintime (backintime-cli backintime)
yochananmarqos commented on 2021-07-04 17:14 (UTC) (edited on 2021-07-04 17:45 (UTC) by yochananmarqos)
Please change _pkgname to pkgbase since this is a split package.
They forgot to bump the version:
test() is not a valid function, it's check(). The tests are failing, I'm still working on why.
Fedora removes
test_tools.py
, but If I do that they fail because it's missing:graysky commented on 2021-06-04 21:33 (UTC)
Updated in 1.2.1-2
Jino commented on 2021-06-04 21:00 (UTC) (edited on 2021-06-04 21:01 (UTC) by Jino)
I am running into an issue when running backintime:
[code] AttributeError: 'TempPasswordThread' object has no attribute 'isAlive' /usr/bin/backintime-qt: line 31: 22945 Aborted (core dumped) python -Es ${APP_PATH}/app.py "$@ [/code]
As I understand this issue was solved upstream. Should the pkgbuild be updated?
https://github.com/bit-team/backintime/issues/1134
deisi commented on 2019-11-28 16:44 (UTC)
arch. Maybe something is messed up with my python setup, as I have package installed with pip as user and packages from pacman in the system.
graysky commented on 2019-11-28 16:26 (UTC)
I cannot reproduce. Arch or Manjaro/other?
deisi commented on 2019-11-28 16:15 (UTC)
@graysky same issue.
graysky commented on 2019-11-28 12:31 (UTC)
@deisi - Don't use yay. Build with makepkg.
deisi commented on 2019-11-28 07:57 (UTC) (edited on 2019-11-28 07:57 (UTC) by deisi)
After an system upgrade today "yay -Syu" backintime is not starting any more due to missing python module: "ModuleNotFoundError: No module named 'dbus'"
holunder commented on 2019-05-04 22:40 (UTC)
Beware for version 1.2.0, it has many issues: https://github.com/bit-team/backintime/issues/988
TaurohtaR commented on 2019-02-10 22:05 (UTC) (edited on 2019-02-10 22:05 (UTC) by TaurohtaR)
I see at githab page that Backintime might be compiled with Qt5 GUI.
Is it possible to update this package to use it or there are some problems?
Eli783 commented on 2019-01-23 09:12 (UTC)
"new":http:google.com
Eli783 commented on 2019-01-23 09:08 (UTC)
[url=googl.com]Google[/url] abc https://www.google.com
graysky commented on 2019-01-07 21:19 (UTC)
@pipep - No, all members of the base-devel group are assumed dependencies and shall not be listed out explicitly: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
pipep commented on 2019-01-07 20:35 (UTC)
Compiling backintime I get the error "make: msgfmt: Command not found". I solved installing gettext. Should gettext be added as dependency?
graysky commented on 2019-01-07 12:28 (UTC)
@artafinde - Yes, the current version of pyqt4 will not work without it. https://aur.archlinux.org/cgit/aur.git/commit/?h=backintime&id=
2eb754ea07a0
artafinde commented on 2019-01-07 07:57 (UTC) (edited on 2019-01-07 07:57 (UTC) by artafinde)
Is python-sip-pyqt4 now a dependency?
graysky commented on 2019-01-06 16:00 (UTC)
@derkardinal @finswimmer - thanks for pointing me in the right direction. I added the dep of python-pyqt4 based on @inemum's PKGBUILD (which I uploaded to the AUR). I am able to run 1.1.24 now with the current version of pyqt4.
derkardinal commented on 2019-01-03 21:53 (UTC)
I installed the python-sip-pyqt4 package from @inemum and that solved the problem as @finswimmer described.
derkardinal commented on 2018-12-30 19:07 (UTC)
How do I install the described python-sip-pyqt4 package provided by @inemum?
finswimmer commented on 2018-12-30 16:28 (UTC)
With PyQt4 v4.12.2 it is necessary to create a private copy of the sip module. See the note in the install instructions (http://pyqt.sourceforge.net/Docs/PyQt4/installation.html)
Note: When building PyQt4 v4.12.2 or later you must configure SIP to create a private copy of the sip module using a command line similar to the following:
python configure.py --sip-module PyQt4.sip --no-dist-info --no-tools
In the comment area of the python-pyqt4 package (https://aur.archlinux.org/packages/python-pyqt4/) @inemum provide a PKGBUILD for a python-sip-pyqt4 package. Installing this and added it as a dependency for backintime, solves the "ModuleNotFoundError: No module named 'PyQt4.sip'" problem for me.
graysky commented on 2018-12-14 17:13 (UTC) (edited on 2018-12-14 17:14 (UTC) by graysky)
https://github.com/bit-team/backintime/issues/964
AUR helpers do not help. Stop using them and just build with makepkg.
catalin.hritcu commented on 2018-12-14 15:42 (UTC)
And once I manage to install I get the same error as @MikeyRat: ModuleNotFoundError: No module named 'PyQt4.sip'
catalin.hritcu commented on 2018-12-14 14:52 (UTC)
And similar for pamac: "could not satisfy dependencies: unable to satisfy dependency 'python-pyqt4' required by backintime"
catalin.hritcu commented on 2018-12-14 14:40 (UTC)
My aur helper (aura) also seems confused: "The following are not AUR packages: pyqt4-common python-pyqt4"
MickeyRat commented on 2018-12-14 14:18 (UTC)
Here's what I'm getting and I did try a full reinstall. The install works but, it's missing something.
Traceback (most recent call last): File "/usr/share/backintime/qt4/app.py", line 30, in <module> import qt4tools File "/usr/share/backintime/qt4/qt4tools.py", line 21, in <module> from PyQt4.QtGui import QFont, QFileDialog, QListView, QAbstractItemView, \ ModuleNotFoundError: No module named 'PyQt4.sip'
graysky commented on 2018-12-03 20:49 (UTC)
What?
bulletproof commented on 2018-12-03 18:31 (UTC)
Not find the qt-assistant-compat dependency.
graysky commented on 2018-11-09 18:46 (UTC)
Use makepkg. AUR helpers tend to cause more problems than they solve...
jamesray commented on 2018-11-09 11:16 (UTC)
I couldn't install with
yay backintime
on Manjaro, see https://gist.github.com/jamesray1/0d84130bb5c3f1a7f0aed10063f6ef83.graysky commented on 2018-10-25 22:38 (UTC)
@hasdf - Which patch are you recommending? Technically not out-of-date.
rplanchuelo commented on 2018-09-25 05:38 (UTC)
@unkissedfrog, you can try to intall backintime-git, it is Qt5 GUI version.
graysky commented on 2018-09-12 21:07 (UTC)
@unkissedfrog - https://lists.archlinux.org/pipermail/arch-dev-public/2018-August/029331.html
You can build it from the AUR.
unkissedfrog commented on 2018-09-12 15:30 (UTC)
I get the following message when trying to install backintime
:: no results found for phonon-qt4-backend (dependency tree: phonon-qt4 phonon-qt4-backend)
How can I fix that? I found no way to install phonon-qt4-backend
tamas commented on 2017-08-31 15:06 (UTC)
graysky commented on 2017-08-26 12:22 (UTC)
icedaddy commented on 2017-08-26 12:06 (UTC)
tamas commented on 2017-08-24 15:22 (UTC)
geo909 commented on 2017-01-09 00:07 (UTC)
graysky commented on 2017-01-08 19:27 (UTC)
coderkun commented on 2017-01-08 19:13 (UTC)
geo909 commented on 2017-01-08 19:09 (UTC)
graysky commented on 2016-08-04 16:38 (UTC)
alejandro.perez commented on 2016-08-04 16:02 (UTC)
graysky commented on 2016-08-01 22:23 (UTC)
willemw commented on 2016-08-01 15:17 (UTC)
graysky commented on 2016-06-24 18:45 (UTC)
Maxiride commented on 2016-06-24 16:17 (UTC) (edited on 2016-06-24 16:29 (UTC) by Maxiride)
graysky commented on 2016-03-28 12:01 (UTC)
MaycneSonahoz commented on 2016-03-28 08:49 (UTC) (edited on 2016-03-28 08:50 (UTC) by MaycneSonahoz)
graysky commented on 2016-03-25 18:15 (UTC)
fabiscafe commented on 2016-03-25 11:48 (UTC)
jmx commented on 2016-03-02 16:25 (UTC)
Wabuo commented on 2016-03-02 16:18 (UTC)
jmx commented on 2016-03-02 10:54 (UTC)
catalin.hritcu commented on 2016-02-15 18:57 (UTC)
graysky commented on 2016-02-15 18:46 (UTC)
catalin.hritcu commented on 2016-02-15 18:37 (UTC)
Simone98RC commented on 2016-02-15 18:18 (UTC)
SajeOne commented on 2016-01-19 23:00 (UTC)
graysky commented on 2016-01-15 12:49 (UTC)
aexoxea commented on 2016-01-15 09:23 (UTC)
graysky commented on 2016-01-14 22:57 (UTC)
commented on 2016-01-14 17:06 (UTC)
catalin.hritcu commented on 2016-01-10 22:22 (UTC)
catalin.hritcu commented on 2016-01-10 21:52 (UTC)
graysky commented on 2015-12-16 19:51 (UTC)
ainola commented on 2015-12-16 18:02 (UTC)
dabbill commented on 2015-12-15 03:21 (UTC)
graysky commented on 2015-12-14 19:43 (UTC)
dabbill commented on 2015-12-14 19:40 (UTC)
graysky commented on 2015-12-13 20:15 (UTC)
catalin.hritcu commented on 2015-12-13 20:06 (UTC)
graysky commented on 2015-12-13 20:02 (UTC)
Germar commented on 2015-12-13 19:41 (UTC)
catalin.hritcu commented on 2015-12-13 18:35 (UTC)
graysky commented on 2015-12-13 18:24 (UTC)
graysky commented on 2015-12-13 18:23 (UTC)
catalin.hritcu commented on 2015-12-13 17:29 (UTC)
graysky commented on 2015-12-13 17:25 (UTC)
catalin.hritcu commented on 2015-12-13 16:39 (UTC) (edited on 2015-12-13 17:35 (UTC) by catalin.hritcu)
graysky commented on 2015-09-29 19:01 (UTC)
commented on 2015-09-13 10:44 (UTC)
graysky commented on 2015-09-12 11:09 (UTC)
Germar commented on 2015-09-12 00:24 (UTC)
tahayassen commented on 2015-09-11 23:40 (UTC)
Germar commented on 2015-09-08 17:17 (UTC)
nielsvd commented on 2015-09-07 20:22 (UTC)
graysky commented on 2015-09-02 18:10 (UTC)
coderkun commented on 2015-09-02 12:05 (UTC)
graysky commented on 2015-08-22 17:11 (UTC)
willemw commented on 2015-08-22 16:39 (UTC)
finswimmer commented on 2015-08-19 12:12 (UTC)
arm1e commented on 2015-08-06 08:27 (UTC)
Wabuo commented on 2015-06-13 12:34 (UTC)
graysky commented on 2015-06-12 18:56 (UTC)
Wabuo commented on 2015-06-12 15:01 (UTC)
uffe commented on 2015-05-23 00:06 (UTC)
Germar commented on 2015-05-22 16:38 (UTC)
uffe commented on 2015-05-22 16:09 (UTC)
graysky commented on 2015-05-04 19:22 (UTC)
Germar commented on 2015-05-04 18:52 (UTC)
CanalGuada commented on 2015-04-30 16:21 (UTC)
slip commented on 2015-03-26 08:09 (UTC)
MightyPork commented on 2015-03-25 14:04 (UTC)
luuuciano commented on 2015-02-19 14:29 (UTC)
graysky commented on 2015-02-06 20:17 (UTC)
willemw commented on 2015-02-06 09:02 (UTC)
graysky commented on 2015-02-05 19:57 (UTC)
Germar commented on 2015-01-31 19:54 (UTC)
lockheed commented on 2015-01-31 19:50 (UTC)
Germar commented on 2015-01-31 19:49 (UTC)
lockheed commented on 2015-01-31 19:48 (UTC)
lockheed commented on 2015-01-31 19:47 (UTC)
Germar commented on 2015-01-31 19:39 (UTC)
lockheed commented on 2015-01-30 20:38 (UTC)
graysky commented on 2015-01-30 20:35 (UTC)
lockheed commented on 2015-01-30 20:32 (UTC)
graysky commented on 2015-01-30 20:03 (UTC)
Germar commented on 2015-01-30 12:15 (UTC)
lockheed commented on 2015-01-30 12:08 (UTC)
Germar commented on 2015-01-30 11:57 (UTC)
lockheed commented on 2015-01-30 10:57 (UTC)
optomus commented on 2015-01-25 23:52 (UTC)
optomus commented on 2015-01-25 23:52 (UTC)
commented on 2015-01-25 23:49 (UTC)
optomus commented on 2015-01-25 23:24 (UTC)
graysky commented on 2015-01-24 14:30 (UTC)
MightyPork commented on 2015-01-24 12:25 (UTC)
Germar commented on 2015-01-19 20:22 (UTC)
graysky commented on 2015-01-19 19:56 (UTC)
gatonero commented on 2015-01-19 18:24 (UTC)
graysky commented on 2015-01-17 15:19 (UTC)
adrianx commented on 2015-01-17 15:00 (UTC)
willemw commented on 2015-01-17 12:57 (UTC)
graysky commented on 2015-01-17 12:47 (UTC)
willemw commented on 2015-01-17 12:42 (UTC)
graysky commented on 2015-01-17 12:10 (UTC)
willemw commented on 2015-01-17 08:24 (UTC)
graysky commented on 2015-01-16 21:05 (UTC)
commented on 2015-01-11 21:14 (UTC)
gatonero commented on 2015-01-11 21:09 (UTC)
commented on 2015-01-11 19:30 (UTC)
petaramesh commented on 2014-12-31 07:38 (UTC)
graysky commented on 2014-12-30 10:25 (UTC)
kartapux commented on 2014-12-29 12:38 (UTC)
noplomplom commented on 2014-12-29 09:07 (UTC)
graysky commented on 2014-12-28 19:22 (UTC)
graysky commented on 2014-11-25 21:47 (UTC)
Profpatsch commented on 2014-11-25 21:44 (UTC)
graysky commented on 2014-11-13 20:09 (UTC)
catalin.hritcu commented on 2014-09-29 06:32 (UTC)
graysky commented on 2014-09-28 21:13 (UTC)
naraesk commented on 2014-09-28 20:39 (UTC)
graysky commented on 2014-09-28 19:51 (UTC)
Germar commented on 2014-09-28 19:19 (UTC)
Germar commented on 2014-08-18 19:45 (UTC)
graysky commented on 2014-08-18 19:42 (UTC)
tuborg commented on 2014-08-18 19:12 (UTC)
graysky commented on 2014-08-18 18:59 (UTC)
Germar commented on 2014-08-18 13:03 (UTC)
catalin.hritcu commented on 2014-06-22 14:34 (UTC)
commented on 2014-06-09 22:19 (UTC)
graysky commented on 2014-06-03 21:26 (UTC)
gatonero commented on 2014-06-03 21:09 (UTC)
Germar commented on 2014-06-03 20:50 (UTC)
gatonero commented on 2014-06-03 20:45 (UTC)
gatonero commented on 2014-06-02 17:55 (UTC)
graysky commented on 2014-06-01 20:45 (UTC)
gatonero commented on 2014-06-01 19:43 (UTC)
graysky commented on 2014-05-30 20:54 (UTC)
graysky commented on 2014-04-28 19:00 (UTC)
catalin.hritcu commented on 2014-04-28 17:23 (UTC)
catalin.hritcu commented on 2014-04-28 17:18 (UTC)
orschiro commented on 2014-04-26 18:28 (UTC)
willll commented on 2014-04-26 15:50 (UTC)
snassar commented on 2014-04-15 07:59 (UTC)
DaveCode commented on 2014-04-09 07:23 (UTC)
neitsab commented on 2014-04-08 22:03 (UTC)
orschiro commented on 2014-04-04 11:42 (UTC)
Germar commented on 2014-04-04 09:03 (UTC)
orschiro commented on 2014-04-04 05:43 (UTC)
Germar commented on 2014-04-03 21:17 (UTC)
orschiro commented on 2014-04-03 06:42 (UTC)
Germar commented on 2014-03-11 21:30 (UTC)
JeroenMathon commented on 2014-03-11 20:10 (UTC)
orschiro commented on 2014-03-06 07:29 (UTC)
Germar commented on 2014-03-04 14:08 (UTC)
orschiro commented on 2014-03-04 12:57 (UTC)
ottomops commented on 2014-03-04 09:21 (UTC)
graysky commented on 2014-03-03 21:10 (UTC)
Germar commented on 2014-03-03 13:03 (UTC)
orschiro commented on 2014-03-03 05:52 (UTC)
qqqqqqqqq9 commented on 2014-03-03 00:32 (UTC)
Germar commented on 2014-03-02 17:04 (UTC)
orschiro commented on 2014-03-02 08:28 (UTC)
mojtabazn commented on 2014-03-02 05:04 (UTC)
orschiro commented on 2014-03-01 07:50 (UTC)
orschiro commented on 2014-02-26 15:23 (UTC)
Germar commented on 2014-02-26 13:50 (UTC)
orschiro commented on 2014-02-26 10:53 (UTC)
orschiro commented on 2014-02-21 11:46 (UTC)
zapataz commented on 2014-02-21 11:39 (UTC)
orschiro commented on 2014-02-21 08:14 (UTC)
zapataz commented on 2014-02-21 07:58 (UTC)
graysky commented on 2014-02-17 20:17 (UTC)
qqqqqqqqq9 commented on 2014-02-17 10:58 (UTC)
graysky commented on 2014-01-28 20:44 (UTC)
ryuzy commented on 2014-01-28 19:05 (UTC)
graysky commented on 2014-01-24 19:39 (UTC)
graysky commented on 2014-01-24 19:39 (UTC)
Germar commented on 2014-01-12 19:18 (UTC)
orschiro commented on 2014-01-09 06:44 (UTC)
Germar commented on 2014-01-06 20:57 (UTC)
petaramesh commented on 2014-01-06 09:43 (UTC)
graysky commented on 2013-12-21 17:49 (UTC)
Germar commented on 2013-12-21 17:28 (UTC)
blackshark commented on 2013-12-19 20:22 (UTC)
Germar commented on 2013-12-19 20:20 (UTC)
blackshark commented on 2013-12-19 19:29 (UTC)
graysky commented on 2013-12-19 19:24 (UTC)
blackshark commented on 2013-12-19 19:21 (UTC)
graysky commented on 2013-12-19 19:15 (UTC)
blackshark commented on 2013-12-19 19:10 (UTC)
graysky commented on 2013-12-19 12:18 (UTC)
fleaz commented on 2013-12-19 12:17 (UTC)
graysky commented on 2013-12-14 23:31 (UTC)
Germar commented on 2013-12-14 23:26 (UTC)
graysky commented on 2013-12-14 10:34 (UTC)
piedro commented on 2013-12-14 09:31 (UTC)
orschiro commented on 2013-11-10 23:14 (UTC)
Germar commented on 2013-11-10 20:40 (UTC)
orschiro commented on 2013-11-10 10:48 (UTC)
graysky commented on 2013-11-10 10:45 (UTC)
graysky commented on 2013-11-10 10:32 (UTC)
graysky commented on 2013-11-10 00:44 (UTC)
Germar commented on 2013-11-09 23:18 (UTC)
orschiro commented on 2013-11-05 12:53 (UTC)
Germar commented on 2013-11-04 22:18 (UTC)
orschiro commented on 2013-11-04 21:45 (UTC)
Germar commented on 2013-11-04 20:32 (UTC)
orschiro commented on 2013-11-04 07:16 (UTC)
graysky commented on 2013-11-04 00:58 (UTC)
Germar commented on 2013-11-03 20:06 (UTC)
Germar commented on 2013-10-31 20:40 (UTC)
orschiro commented on 2013-10-31 20:08 (UTC)
Germar commented on 2013-10-31 14:24 (UTC)
orschiro commented on 2013-10-31 06:34 (UTC)
Gruentee commented on 2013-10-30 17:43 (UTC)
orschiro commented on 2013-10-25 09:16 (UTC)
coderkun commented on 2013-10-25 08:47 (UTC)
orschiro commented on 2013-10-25 08:44 (UTC)
coderkun commented on 2013-10-25 08:22 (UTC)
orschiro commented on 2013-10-25 08:14 (UTC)
coderkun commented on 2013-10-25 06:22 (UTC)
orschiro commented on 2013-10-25 06:13 (UTC)
coderkun commented on 2013-10-25 06:13 (UTC)
orschiro commented on 2013-10-25 06:00 (UTC)
graysky commented on 2013-10-24 20:35 (UTC)
blackshark commented on 2013-10-24 20:14 (UTC)
orschiro commented on 2013-10-24 20:10 (UTC)
blackshark commented on 2013-10-24 20:09 (UTC)
orschiro commented on 2013-10-24 20:05 (UTC)
blackshark commented on 2013-10-24 19:42 (UTC)
petaramesh commented on 2013-10-23 09:25 (UTC)
orschiro commented on 2013-10-23 06:20 (UTC)
Germar commented on 2013-10-22 21:50 (UTC)
graysky commented on 2013-10-22 21:35 (UTC)
graysky commented on 2013-10-22 21:35 (UTC)
Germar commented on 2013-10-22 20:44 (UTC)
graysky commented on 2013-10-22 20:28 (UTC)
graysky commented on 2013-10-22 20:28 (UTC)
graysky commented on 2013-10-22 20:26 (UTC)
Germar commented on 2013-10-22 18:46 (UTC)
iromeister commented on 2013-10-22 15:06 (UTC)
hal commented on 2013-10-22 13:44 (UTC)
orschiro commented on 2013-10-22 05:15 (UTC)
Germar commented on 2013-10-21 23:08 (UTC)
graysky commented on 2013-10-21 22:27 (UTC)
orschiro commented on 2013-10-21 21:17 (UTC)
graysky commented on 2013-10-21 20:41 (UTC)
Germar commented on 2013-10-21 20:03 (UTC)
graysky commented on 2013-10-21 09:00 (UTC)
petaramesh commented on 2013-10-21 08:04 (UTC)
Germar commented on 2013-10-20 22:13 (UTC)
Germar commented on 2013-10-20 22:05 (UTC)
graysky commented on 2013-10-20 20:31 (UTC)
graysky commented on 2013-10-20 20:28 (UTC)
Germar commented on 2013-10-20 19:44 (UTC)
orschiro commented on 2013-10-20 19:38 (UTC)
Germar commented on 2013-10-20 19:25 (UTC)
graysky commented on 2013-10-20 18:33 (UTC)
petaramesh commented on 2013-10-20 16:20 (UTC)
gatonero commented on 2013-10-20 15:53 (UTC)
graysky commented on 2013-10-20 11:24 (UTC)
blackshark commented on 2013-10-20 10:24 (UTC)
farnsworth commented on 2013-10-20 10:09 (UTC)
graysky commented on 2013-10-20 10:05 (UTC)
orschiro commented on 2013-10-20 07:41 (UTC)
graysky commented on 2013-10-19 23:16 (UTC)
graysky commented on 2013-10-19 23:10 (UTC)
blackshark commented on 2013-10-19 22:51 (UTC)
blackshark commented on 2013-10-19 22:48 (UTC)
graysky commented on 2013-10-19 19:13 (UTC)
noplomplom commented on 2013-10-19 19:06 (UTC)
graysky commented on 2013-10-19 19:01 (UTC)
orschiro commented on 2013-10-19 18:58 (UTC)
graysky commented on 2013-10-19 18:50 (UTC)
orschiro commented on 2013-10-19 18:49 (UTC)
graysky commented on 2013-10-19 18:48 (UTC)
graysky commented on 2013-10-19 18:45 (UTC)
coderkun commented on 2013-10-19 18:36 (UTC)
noplomplom commented on 2013-10-19 18:33 (UTC)
graysky commented on 2013-10-19 18:15 (UTC)
blackshark commented on 2013-10-14 20:24 (UTC)
Germar commented on 2013-10-14 19:58 (UTC)
graysky commented on 2013-10-13 23:45 (UTC)
blackshark commented on 2013-10-13 21:05 (UTC)
graysky commented on 2013-10-13 20:47 (UTC)
blackshark commented on 2013-10-13 20:45 (UTC)
graysky commented on 2013-10-13 20:45 (UTC)
blackshark commented on 2013-10-13 20:45 (UTC)
graysky commented on 2013-10-13 20:43 (UTC)
blackshark commented on 2013-10-13 20:42 (UTC)
graysky commented on 2013-10-13 20:40 (UTC)
blackshark commented on 2013-10-13 20:33 (UTC)
graysky commented on 2013-10-13 20:31 (UTC)
blackshark commented on 2013-10-13 18:58 (UTC)
graysky commented on 2013-10-10 12:15 (UTC)
fettouhi commented on 2013-10-09 19:22 (UTC)
blackshark commented on 2013-10-08 19:47 (UTC)
graysky commented on 2013-10-07 20:10 (UTC)
blackshark commented on 2013-10-07 20:00 (UTC)
firun commented on 2013-10-06 22:07 (UTC)
graysky commented on 2013-10-06 17:09 (UTC)
blackshark commented on 2013-10-06 15:03 (UTC)
firun commented on 2013-10-06 11:56 (UTC)
graysky commented on 2013-10-06 10:21 (UTC)
firun commented on 2013-10-06 10:11 (UTC)
graysky commented on 2013-10-05 19:57 (UTC)
graysky commented on 2013-10-05 14:51 (UTC)
ArchGiac commented on 2013-10-05 13:43 (UTC)
orschiro commented on 2013-10-05 11:31 (UTC)
ArchGiac commented on 2013-10-05 11:28 (UTC)
Danyright commented on 2013-10-03 14:05 (UTC)
graysky commented on 2013-10-02 23:17 (UTC)
fettouhi commented on 2013-10-02 16:26 (UTC)
graysky commented on 2013-10-02 08:49 (UTC)
fettouhi commented on 2013-10-02 08:16 (UTC)
fettouhi commented on 2013-10-02 06:52 (UTC)
graysky commented on 2013-10-01 22:16 (UTC)
fettouhi commented on 2013-10-01 22:01 (UTC)
graysky commented on 2013-10-01 21:26 (UTC)
fettouhi commented on 2013-10-01 20:34 (UTC)
fukawi2 commented on 2013-10-01 09:23 (UTC)
graysky commented on 2013-09-28 14:30 (UTC)
Germar commented on 2013-09-26 00:38 (UTC)
Polly commented on 2013-09-25 09:01 (UTC)
agustin commented on 2013-09-11 14:24 (UTC)
Germar commented on 2013-09-10 22:38 (UTC)
fettouhi commented on 2013-09-10 18:04 (UTC)
agustin commented on 2013-09-09 22:43 (UTC)
fukawi2 commented on 2013-09-09 01:51 (UTC)
agustin commented on 2013-09-09 00:19 (UTC)
rectec commented on 2013-08-30 01:54 (UTC)
agustin commented on 2013-08-27 11:25 (UTC)
commented on 2013-08-23 19:36 (UTC)
Germar commented on 2013-08-15 17:04 (UTC)
rectec commented on 2013-08-14 15:46 (UTC)
Corubba commented on 2013-08-14 09:52 (UTC)
noplomplom commented on 2013-08-14 09:47 (UTC)
fukawi2 commented on 2013-08-14 08:16 (UTC)
morodan commented on 2013-08-09 13:56 (UTC)
zoe commented on 2013-06-19 09:16 (UTC)
fukawi2 commented on 2013-06-18 10:05 (UTC)
fukawi2 commented on 2013-06-18 09:58 (UTC)
zoe commented on 2013-06-18 09:47 (UTC)
camarao commented on 2013-06-17 19:10 (UTC)
Corubba commented on 2013-06-15 10:54 (UTC)
Profpatsch commented on 2013-06-15 10:31 (UTC)
orschiro commented on 2013-06-09 05:10 (UTC)
commented on 2013-06-08 18:59 (UTC)
altkrall commented on 2013-05-11 00:26 (UTC)
fukawi2 commented on 2013-05-09 02:14 (UTC)
esponki commented on 2013-05-09 02:13 (UTC)
fukawi2 commented on 2013-05-08 23:21 (UTC)
Germar commented on 2013-05-08 17:54 (UTC)
orschiro commented on 2013-05-05 06:02 (UTC)
ArchGiac commented on 2013-05-04 20:01 (UTC)
gumper commented on 2013-05-04 19:27 (UTC)
fukawi2 commented on 2013-05-02 22:52 (UTC)
daniel_shub commented on 2013-05-02 13:46 (UTC)
k0Do commented on 2013-05-02 13:05 (UTC)
daniel_shub commented on 2013-05-02 10:00 (UTC)
orschiro commented on 2013-05-02 09:30 (UTC)
daniel_shub commented on 2013-05-02 09:27 (UTC)
fukawi2 commented on 2013-04-25 22:48 (UTC)
fawn commented on 2013-04-25 18:47 (UTC)
fukawi2 commented on 2013-04-14 23:51 (UTC)
willemw commented on 2013-04-14 06:55 (UTC)
k0Do commented on 2013-04-13 15:21 (UTC)
fukawi2 commented on 2013-04-11 06:43 (UTC)
orschiro commented on 2013-04-11 04:59 (UTC)
orschiro commented on 2013-04-10 18:43 (UTC)
fukawi2 commented on 2013-04-08 22:52 (UTC)
k0Do commented on 2013-04-08 16:50 (UTC)
k0Do commented on 2013-04-08 16:47 (UTC)
sirkingchase commented on 2013-04-08 02:09 (UTC)
fukawi2 commented on 2013-04-07 23:15 (UTC)
test0 commented on 2013-04-07 12:32 (UTC)
orschiro commented on 2013-04-07 09:57 (UTC)
cleger commented on 2013-04-07 02:35 (UTC)
coderkun commented on 2013-04-06 08:22 (UTC)
kar commented on 2013-04-05 15:54 (UTC)
Corubba commented on 2013-04-05 15:26 (UTC)
kar commented on 2013-04-05 14:41 (UTC)
cookiewhispers commented on 2013-04-05 12:34 (UTC)
fukawi2 commented on 2013-04-04 23:33 (UTC)
ValHue commented on 2013-04-04 07:59 (UTC)
fukawi2 commented on 2013-04-03 22:22 (UTC)
fukawi2 commented on 2013-04-03 22:11 (UTC)
kar commented on 2013-02-12 01:23 (UTC)
fukawi2 commented on 2013-02-11 22:45 (UTC)
kar commented on 2013-02-11 15:09 (UTC)
fukawi2 commented on 2013-01-01 06:28 (UTC)
coderkun commented on 2012-12-31 12:05 (UTC)
capoeira commented on 2012-11-04 08:44 (UTC)
fukawi2 commented on 2012-10-28 22:14 (UTC)
mrbit commented on 2012-10-28 18:53 (UTC)
Henry78 commented on 2012-10-20 11:23 (UTC)
fukawi2 commented on 2012-10-20 11:09 (UTC)
k0Do commented on 2012-10-20 07:52 (UTC)
graysky commented on 2012-10-20 00:06 (UTC)
Henry78 commented on 2012-10-19 23:41 (UTC)
fukawi2 commented on 2012-10-18 00:57 (UTC)
commented on 2012-10-18 00:30 (UTC)
fukawi2 commented on 2012-10-17 23:10 (UTC)
graysky commented on 2012-10-17 14:52 (UTC)
cookiewhispers commented on 2012-10-17 13:13 (UTC)
capoeira commented on 2012-10-08 15:05 (UTC)
k0Do commented on 2012-10-08 10:03 (UTC)
k0Do commented on 2012-10-08 09:39 (UTC)
capoeira commented on 2012-10-04 16:56 (UTC)
k0Do commented on 2012-10-04 07:43 (UTC)
fukawi2 commented on 2012-10-04 01:27 (UTC)
capoeira commented on 2012-10-04 01:27 (UTC)
fukawi2 commented on 2012-10-04 01:18 (UTC)
capoeira commented on 2012-10-04 01:11 (UTC)
fukawi2 commented on 2012-08-29 00:34 (UTC)
k0Do commented on 2012-08-28 14:47 (UTC)
k0Do commented on 2012-08-28 14:38 (UTC)
capoeira commented on 2012-07-14 14:45 (UTC)
fukawi2 commented on 2011-12-28 02:02 (UTC)
graysky commented on 2011-12-28 01:47 (UTC)
fukawi2 commented on 2011-12-27 22:44 (UTC)
graysky commented on 2011-12-27 22:26 (UTC)
fukawi2 commented on 2011-12-27 22:14 (UTC)
graysky commented on 2011-12-27 16:23 (UTC)
fukawi2 commented on 2011-12-27 10:53 (UTC)
graysky commented on 2011-12-26 12:36 (UTC)
fukawi2 commented on 2011-12-08 08:20 (UTC)
graysky commented on 2011-12-07 23:24 (UTC)
graysky commented on 2011-07-29 00:12 (UTC)
leonardof commented on 2011-07-24 01:04 (UTC)
altkrall commented on 2011-07-22 22:20 (UTC)
altkrall commented on 2011-07-22 22:09 (UTC)
fukawi2 commented on 2011-07-21 22:55 (UTC)
graysky commented on 2011-07-21 20:30 (UTC)
altkrall commented on 2011-07-21 18:51 (UTC)
fukawi2 commented on 2011-07-21 10:31 (UTC)
graysky commented on 2011-07-21 08:31 (UTC)
fukawi2 commented on 2011-07-11 03:39 (UTC)
leonardof commented on 2011-07-11 03:08 (UTC)
fukawi2 commented on 2011-06-26 23:12 (UTC)
fukawi2 commented on 2011-05-16 22:59 (UTC)
commented on 2011-05-16 14:13 (UTC)
fukawi2 commented on 2011-02-11 11:40 (UTC)
Linas commented on 2011-02-07 16:05 (UTC)
fukawi2 commented on 2011-02-01 21:49 (UTC)
schivmeister commented on 2011-02-01 17:05 (UTC)
fukawi2 commented on 2011-01-23 03:21 (UTC)
ptb commented on 2011-01-21 08:12 (UTC)
fukawi2 commented on 2011-01-02 22:41 (UTC)
fukawi2 commented on 2010-12-19 12:51 (UTC)
graysky commented on 2010-12-19 12:34 (UTC)
fukawi2 commented on 2010-10-28 23:52 (UTC)
fukawi2 commented on 2010-10-27 22:07 (UTC)
mr_hangman commented on 2010-10-27 21:59 (UTC)
fukawi2 commented on 2010-10-27 21:43 (UTC)
fukawi2 commented on 2010-10-24 22:45 (UTC)
fukawi2 commented on 2010-10-20 21:58 (UTC)
domanov commented on 2010-10-20 14:51 (UTC)
graysky commented on 2010-10-19 20:20 (UTC)
domanov commented on 2010-10-19 11:43 (UTC)
commented on 2010-10-19 09:26 (UTC)
graysky commented on 2010-10-17 10:39 (UTC)
fukawi2 commented on 2010-10-17 05:14 (UTC)
fukawi2 commented on 2010-10-15 05:59 (UTC)
commented on 2010-10-14 21:09 (UTC)
fukawi2 commented on 2010-09-15 22:41 (UTC)
graysky commented on 2010-09-15 21:12 (UTC)
fukawi2 commented on 2010-09-14 23:30 (UTC)
graysky commented on 2010-09-14 20:16 (UTC)
fukawi2 commented on 2010-09-13 22:51 (UTC)
graysky commented on 2010-09-02 22:54 (UTC)
fukawi2 commented on 2010-09-02 22:41 (UTC)
graysky commented on 2010-09-02 21:23 (UTC)
fukawi2 commented on 2010-08-30 22:54 (UTC)
adrianx commented on 2010-08-30 20:25 (UTC)
fukawi2 commented on 2010-08-30 01:35 (UTC)
graysky commented on 2010-08-30 00:50 (UTC)
fukawi2 commented on 2010-08-06 08:32 (UTC)
graysky commented on 2010-08-06 08:03 (UTC)
commented on 2010-06-16 20:05 (UTC)
Aeon_Tux commented on 2010-05-07 15:50 (UTC)
fukawi2 commented on 2010-04-27 03:54 (UTC)
joelsc commented on 2010-04-25 15:41 (UTC)