- 10 Ock, 2012 21 kayıt (commit)
-
-
Radek Doulik yazdı
-
Radek Doulik yazdı
-
Caolán McNamara yazdı
have MappedLockBytes take complete ownership of the file handle and unmap it and close it on release. Otherwise xFile will close it and MappedLockBytes will unmap it in that order, which breaks post android requirement to have a valid file handle in unmap
-
Caolán McNamara yazdı
-
Thorsten Behrens yazdı
Don't de-reference invalid iterator (and no point in doing anything with an empty style sheet list anyway).
-
Philipp Weissenbacher yazdı
-
Philipp Weissenbacher yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Noel Power yazdı
some id and string renaming from b08e2730 was reverted, those parts of the changes are reapplied here
-
Noel Power yazdı
This reverts commit 83a28682.
-
Michael Stahl yazdı
- iterators should be compared with !=, not < - iterator invalidation on erase should be avoided by using the iterator that is returned by erase - in WrongList::operator== only one iterator was incremented
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Jan Holesovsky yazdı
-
Marcel Metz yazdı
-
Marcel Metz yazdı
-
- 09 Ock, 2012 19 kayıt (commit)
-
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Kohei Yoshida yazdı
-
Miklos Vajna yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Stefan Knorr (astron) yazdı
Also, change the contained text slightly. Thanks to William Gathoye for noticing and producing a first patch
-
Stefan Knorr (astron) yazdı
With big thanks to Lapo Calamandrei for his willingness to relicense his Save and Save As icons. Copyrights: icon-themes/tango/cmd/[l,s]c_reload.png and icon-themes/tango/res/[l,s]c05508.png are from the Public Domain Tango artwork available under tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz icon-themes/tango/cmd/lc_save.svg icon-themes/tango/cmd/[l,s]c_save.png, icon-themes/tango/cmd/[l,s]c_saveas.png, icon-themes/tango/cmd/[l,s]c_savebasicas.png, icon-themes/tango/res/[l,s]c05502.png, icon-themes/tango/res/[l,s]c05505.png are (C) Lapo Calamandrei, as available from http://git.gnome.org/browse/gnome-icon-theme/, relicensed to LGPL3+/MPL
-
Miklos Vajna yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Thorsten Behrens yazdı
-
Thorsten Behrens yazdı
-
Michael Stahl yazdı
Move everything that requires ObjectiveC stuff to the ObjC++ files in the aqua subdirectory, where it belongs.
-
Thorsten Behrens yazdı
-
Thorsten Behrens yazdı
Another code-review follow-up fix from fdo#44533 - don't use Sequence::getArray, that tends to create a new copy everytime you call.
-