William Jon McCann
2156d246e4
Add a way to rank search results
...
We give each search hit a relevance score computed from the sum
of proximity, recent, and text match bonuses.
The search results are ordered by this value by default.
https://bugzilla.gnome.org/show_bug.cgi?id=680163
2012-08-01 13:19:10 +02:00
William Jon McCann
1960b73460
Remove ctime and date_permissions
...
These are unreliable or unset
2012-08-01 12:25:17 +02:00
William Jon McCann
0a8a2781f2
Remove access time column
...
We can't ensure this value is accurate.
2012-08-01 12:25:17 +02:00
Matej Urbančič
99f6a38641
Updated Slovenian translation
2012-08-01 10:37:48 +02:00
Cosimo Cecchi
a04dc1d0dc
window: make gear-menu a window action instead of an app action
...
Otherwise clicking on the gear menu will activate it on every window at
the same time.
2012-07-31 18:16:53 +02:00
Cosimo Cecchi
195e7ee00d
eel: don't use GDK_THREADS macros
...
Use the function equivalents.
2012-07-31 17:08:27 +02:00
Cosimo Cecchi
60a191a900
Revert "Add support for a column that combines atime and mtime"
...
Unfortunately we can't really support this right now, as the atime we
retrieve is mostly a lie.
This reverts commit 85a1b463bf
.
2012-07-31 17:01:19 +02:00
William Jon McCann
7ac186d154
Fix the box styling of the query editor rows
2012-07-31 16:57:23 +02:00
William Jon McCann
79233d227c
Make search location buttons linked
2012-07-31 16:21:53 +02:00
William Jon McCann
349ccace89
Make query editor buttons raised
2012-07-31 16:15:32 +02:00
William Jon McCann
21bef4a894
Use window-close icon instead of list remove in query editor
2012-07-31 16:04:46 +02:00
Khaled Hosny
1f66b469f9
Updated Arabic translation
2012-07-31 06:11:04 +02:00
Fran Diéguez
35b6a25585
Updated Galician translations
2012-07-30 02:36:39 +02:00
Åsmund Skjæveland
6c048192d4
Updated Norwegian Nynorsk translation
2012-07-29 21:08:31 +02:00
Kjartan Maraas
73e3d501ce
Updated Norwegian Nynorsk translation
2012-07-29 18:43:37 +02:00
Åsmund Skjæveland
82771f71ad
Updated Norwegian Nynorsk translation
2012-07-29 18:22:32 +02:00
Gabor Kelemen
3d2eb19c4a
Updated Hungarian translation by Bence Lukacs <lukacs.bence1 at gmail dot com>
2012-07-28 17:36:46 +02:00
Daniel Mustieles
9a37666c4f
Updated Spanish translation
2012-07-27 11:33:47 +02:00
Praveen Illa
298425cdf0
Updated Telugu Translation
2012-07-26 23:17:01 +05:30
Kjartan Maraas
8a08b8d99c
Updated Norwegian bokmål translation
2012-07-25 16:32:21 +02:00
Cosimo Cecchi
55e2cdde73
toolbar: add a F10 keybinding for the gear menu
...
F10 should activate the gear menu, or there's no way to get to it using
the keyboard.
https://bugzilla.gnome.org/show_bug.cgi?id=680568
2012-07-25 05:37:08 -04:00
Cosimo Cecchi
55a6e553c3
toolbar: fix a copy/paste typo
...
We should be using the provided icon name, not hardcoding the gear icon
again.
2012-07-25 05:36:37 -04:00
Florian Müllner
85a1b463bf
Add support for a column that combines atime and mtime
...
For many users, the difference between access and modification time
is rather unobvious, so add support for a "Used" column, which combines
the two times, and make it default.
https://bugzilla.gnome.org/show_bug.cgi?id=680550
2012-07-25 11:05:15 +02:00
Yaron Shahrabani
bf0748ca0a
Updated Hebrew translation.
2012-07-24 22:25:22 +03:00
Daniel Mustieles
483e640bad
Updated Spanish translation
2012-07-21 18:50:51 +02:00
William Jon McCann
c9be986083
Don't use wallpaper surface if it NULL
...
https://bugzilla.gnome.org/show_bug.cgi?id=680356
2012-07-21 11:09:54 -04:00
William Jon McCann
a89d1c2795
Don't handle search for desktop windows
...
https://bugzilla.gnome.org/show_bug.cgi?id=680110
2012-07-21 11:09:54 -04:00
William Jon McCann
988e33f3af
Make time columns default to descending sort order
2012-07-20 19:07:09 -04:00
Cosimo Cecchi
88ae6601e7
man: don't mention --check in the manual
...
It's an internal option that can be disabled when building, no point in
showing it in the manual.
https://bugzilla.gnome.org/show_bug.cgi?id=676540
2012-07-20 11:32:10 -04:00
Cosimo Cecchi
555279e61b
pathbar: set single line mode for pathbar button labels
...
We never want these buttons to have more than a single line of text.
https://bugzilla.gnome.org/show_bug.cgi?id=680289
2012-07-19 20:36:04 -04:00
William Jon McCann
9de06587d2
Change focus to the view on down arrow
...
https://bugzilla.gnome.org/show_bug.cgi?id=680159
2012-07-19 20:30:09 -04:00
William Jon McCann
edab17d713
Don't grab focus away from the search entry box
...
https://bugzilla.gnome.org/show_bug.cgi?id=680159
2012-07-19 20:30:09 -04:00
William Jon McCann
2a9dbc7ef9
Only try to handle keys in query editor if not handled
...
This fixes the search entry grabbing pasted URLs.
https://bugzilla.gnome.org/show_bug.cgi?id=680159
2012-07-19 20:30:09 -04:00
Khaled Hosny
dcc5696fe7
Updated Arabic translation
2012-07-20 00:47:33 +02:00
Piotr Drąg
a979880996
Updated POTFILES.in
2012-07-18 23:12:37 +02:00
Cosimo Cecchi
c1113a7e0a
query-editor: make sure not to handle space if we're invisible
...
https://bugzilla.gnome.org/show_bug.cgi?id=680196
2012-07-18 16:16:36 -04:00
William Jon McCann
9ed93015d2
Make recursive file system crawling optional
2012-07-18 15:59:45 -04:00
William Jon McCann
edf1e832c8
Depend on Tracker
...
Unless built explicitly with --disable-tracker.
2012-07-18 10:57:33 -04:00
William Jon McCann
79869fd920
Collect results from both search providers
...
Previously we would only use the compiled in search provider. Now
it has been changed to run both providers at the same time and
merge the results by URI.
https://bugzilla.gnome.org/show_bug.cgi?id=680137
2012-07-18 10:57:32 -04:00
Chao-Hsiung Liao
5b7f3b7ca2
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-07-18 19:37:23 +08:00
Brian Cameron
8d03004396
Fix bug #676622 . void functions should not return a value.
2012-07-17 07:13:37 -05:00
Tom Tryfonidis
f501ca9870
Updated Greek translation
2012-07-17 14:43:42 +03:00
Khaled Hosny
f1e28afbc5
Updated Arabic translation
2012-07-17 13:38:12 +02:00
Daniel Mustieles
5177125cf6
Updated Spanish translation
2012-07-17 12:05:22 +02:00
Chao-Hsiung Liao
0af311acc9
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-07-17 15:20:22 +08:00
Cosimo Cecchi
31a4b71548
release: prepare for 3.5.4
2012-07-16 22:33:45 -04:00
Cosimo Cecchi
45d4b23ea9
build: fix distcheck
2012-07-16 22:33:45 -04:00
Cosimo Cecchi
796e235497
search-directory: don't force a restart of the search on force reload
...
Just stop the current search, since a new search will be started as soon
as a monitor is added.
2012-07-16 21:51:52 -04:00
Cosimo Cecchi
6e33c7faef
slot: reidrect an empty search to the query editor location
...
Instead of relying on search engines returning the exact result set for
an empty query. This is also faster.
2012-07-16 21:51:52 -04:00
Cosimo Cecchi
15f3e0fc6a
tracker-engine: rewrite the query mechanism
...
- always use a full text search in combination with the filter on the
filename; this is faster and it's safe, since the filename itself is
indexed
- rewrite how cancellation works; pass in a new cancellable every time
instead of using g_cancellable_reset()
- ensure we get distinct results from tracker
2012-07-16 21:51:52 -04:00