2008-04-28 01:10:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Bump gnome-sharp API depends for shlib name changes and dependency changes.
Bump PKGREVISION of its dependencies.
|
2008-04-27 11:21:35 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISION
of dependencies.
|
2008-04-25 18:45:39 by Mihai Chelaru | Files touched by this commit (4) |
Log message:
improve launching script
|
2008-04-25 14:43:31 by Mihai Chelaru | Files touched by this commit (1) |
Log message:
Fixed crash, add buggy script
|
2008-04-25 14:41:42 by Mihai Chelaru | Files touched by this commit (2) |
Log message:
Make it compile
|
2008-04-25 14:25:22 by Mihai Chelaru | Files touched by this commit (3) |
Log message:
Make it use system provided ndesk-bus and ndesk-bus-glib libraries
Should fix a crash reported by wiz@ in WriteBsdCred()
|
2008-04-15 15:22:41 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Update to 0.2.2. Still doesn't work for me (see TODO).
0.2.2
-----
Bugfixes:
- Add pagination to day view so that days with large number of files
doesn't use excessive memory and halts the program for a long time
- Fix a refresh bug where the day view would blink upon first enter
- Fix some memory leaks in thumbnailer
- Fix an indexing problem (#520790), thanks to Bret Towe
- Fix two other indexing problems:
- If watch_dir in config ends with / it would try to insert all files
in the top level directory on reindex
- Fix deleting and reinserting files + labels when indexing.
- Some better error messages when dbus session is not running (#519853)
- Some fixes to po/Makefile to make it work better with intltool
Translations:
- Updated Swedish translation by Daniel Nylander
- Added Greek translation by Giannis Katsapiris
|
2008-03-18 01:53:15 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Catch up with gtk-sharp rename.
|
2008-03-16 11:21:10 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
Import nemo-0.2.1 as wip/nemo.
Starts up fine, but exits again immediately with:
Unhandled Exception: System.Exception: Unable to open the session message bus. \
---> System.ArgumentNullException: Argument cannot be null.
Parameter name: address
at NDesk.DBus.Bus.Open (System.String address) [0x00000]
at NDesk.DBus.Bus.get_Session () [0x00000] --- End of inner exception stack \
trace ---
at NDesk.DBus.Bus.get_Session () [0x00000]
at Nemo.Tracker..ctor (Boolean reindex) [0x00000]
at MainWindow..ctor (Boolean reindex, Boolean hidden) [0x00000]
at Nemo.MainClass.Main (System.String[] args) [0x00000]
What is Nemo?
Nemo is a new way of managing files, or rather not manage files.
Currently it's a cross between a calendar and a file browser with
labels.
In the default view, files are displayed by date of last change
instead of the typical hierarchical view.
Nemo is a free/open source GTK application written in C#.
|